##// END OF EJS Templates
Fixed zh lang file....
Jean-Philippe Lang -
r1446:b3e5f1a1c398
parent child
Show More
@@ -1,624 +1,624
1 1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
2 2
3 3 actionview_datehelper_select_day_prefix:
4 4 actionview_datehelper_select_month_names: 一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月
5 5 actionview_datehelper_select_month_names_abbr: 一,二,三,四,五,六,七,八,九,十,十一,十二
6 6 actionview_datehelper_select_month_prefix:
7 7 actionview_datehelper_select_year_prefix:
8 8 actionview_datehelper_time_in_words_day: 1 天
9 9 actionview_datehelper_time_in_words_day_plural: %d 天
10 10 actionview_datehelper_time_in_words_hour_about: 约 1 小时
11 11 actionview_datehelper_time_in_words_hour_about_plural: 约 %d 小时
12 12 actionview_datehelper_time_in_words_hour_about_single: 约 1 小时
13 13 actionview_datehelper_time_in_words_minute: 1 分钟
14 14 actionview_datehelper_time_in_words_minute_half: 半分钟
15 15 actionview_datehelper_time_in_words_minute_less_than: 1 分钟以内
16 16 actionview_datehelper_time_in_words_minute_plural: %d 分钟
17 17 actionview_datehelper_time_in_words_minute_single: 1 分钟
18 18 actionview_datehelper_time_in_words_second_less_than: 1 秒以内
19 19 actionview_datehelper_time_in_words_second_less_than_plural: %d 秒以内
20 20 actionview_instancetag_blank_option: 请选择
21 21
22 22 activerecord_error_inclusion: 未被包含在列表中
23 23 activerecord_error_exclusion: 是保留字
24 24 activerecord_error_invalid: 是无效的
25 25 activerecord_error_confirmation: 与确认栏不符
26 26 activerecord_error_accepted: 必须被接受
27 27 activerecord_error_empty: 不可为空
28 28 activerecord_error_blank: 不可为空白
29 29 activerecord_error_too_long: 过长
30 30 activerecord_error_too_short: 过短
31 31 activerecord_error_wrong_length: 长度不正确
32 32 activerecord_error_taken: 已被使用
33 33 activerecord_error_not_a_number: 不是数字
34 34 activerecord_error_not_a_date: 不是有效的日期
35 35 activerecord_error_greater_than_start_date: 必须在起始日期之后
36 36 activerecord_error_not_same_project: 不属于同一个项目
37 37 activerecord_error_circular_dependency: 此关联将导致循环依赖
38 38
39 39 general_fmt_age: %d 年
40 40 general_fmt_age_plural: %d 年
41 41 general_fmt_date: %%m/%%d/%%Y
42 42 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
43 43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
44 44 general_fmt_time: %%I:%%M %%p
45 45 general_text_No: '否'
46 46 general_text_Yes: '是'
47 47 general_text_no: '否'
48 48 general_text_yes: '是'
49 49 general_lang_name: 'Simplified Chinese (简体中文)'
50 50 general_csv_separator: ','
51 51 general_csv_encoding: gb2312
52 52 general_pdf_encoding: gb2312
53 53 general_day_names: 星期一,星期二,星期三,星期四,星期五,星期六,星期日
54 54 general_first_day_of_week: '7'
55 55
56 56 notice_account_updated: 帐号更新成功
57 57 notice_account_invalid_creditentials: 无效的用户名或密码
58 58 notice_account_password_updated: 密码更新成功
59 59 notice_account_wrong_password: 密码错误
60 60 notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。
61 61 notice_account_unknown_email: 未知用户
62 62 notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。
63 63 notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。
64 64 notice_account_activated: 您的帐号已被激活。您现在可以登录了。
65 65 notice_successful_create: 创建成功
66 66 notice_successful_update: 更新成功
67 67 notice_successful_delete: 删除成功
68 68 notice_successful_connection: 连接成功
69 69 notice_file_not_found: 您访问的页面不存在或已被删除。
70 70 notice_locking_conflict: 数据已被另一位用户更新
71 71 notice_not_authorized: 对不起,您无权访问此页面。
72 72 notice_email_sent: 邮件已成功发送到 %s
73 73 notice_email_error: 发送邮件时发生错误 (%s)
74 74 notice_feeds_access_key_reseted: 您的RSS存取键已被重置。
75 75 notice_failed_to_save_issues: "%d 个问题保存失败(共选择 %d 个问题):%s."
76 76 notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。"
77 77 notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。"
78 78 notice_default_data_loaded: 成功载入默认设置。
79 79
80 80 error_can_t_load_default_data: "无法载入默认设置:%s"
81 81 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
82 82 error_scm_command_failed: "访问版本库时发生错误:%s"
83 83 error_scm_annotate: "该条目不存在或无法追溯。"
84 84 error_issue_not_found_in_project: '问题不存在或不属于此项目'
85 85
86 86 mail_subject_lost_password: 您的 %s 密码
87 87 mail_body_lost_password: '请点击以下链接来修改您的密码:'
88 88 mail_subject_register: %s帐号激活
89 89 mail_body_register: '请点击以下链接来激活您的帐号:'
90 90 mail_body_account_information_external: 您可以使用您的 "%s" 帐号来登录。
91 91 mail_body_account_information: 您的帐号信息
92 92 mail_subject_account_activation_request: %s帐号激活请求
93 93 mail_body_account_activation_request: '新用户(%s)已完成注册,正在等候您的审核:'
94 94
95 95 gui_validation_error: 1 个错误
96 96 gui_validation_error_plural: %d 个错误
97 97
98 98 field_name: 名称
99 99 field_description: 描述
100 100 field_summary: 摘要
101 101 field_is_required: 必填
102 102 field_firstname: 名字
103 103 field_lastname: 姓氏
104 104 field_mail: 邮件地址
105 105 field_filename: 文件
106 106 field_filesize: 大小
107 107 field_downloads: 下载次数
108 108 field_author: 作者
109 109 field_created_on: 创建于
110 110 field_updated_on: 更新于
111 111 field_field_format: 格式
112 112 field_is_for_all: 用于所有项目
113 113 field_possible_values: 可能的值
114 114 field_regexp: 正则表达式
115 115 field_min_length: 最小长度
116 116 field_max_length: 最大长度
117 117 field_value:
118 118 field_category: 类别
119 119 field_title: 标题
120 120 field_project: 项目
121 121 field_issue: 问题
122 122 field_status: 状态
123 123 field_notes: 说明
124 124 field_is_closed: 已关闭的问题
125 125 field_is_default: 默认值
126 126 field_tracker: 跟踪
127 127 field_subject: 主题
128 128 field_due_date: 完成日期
129 129 field_assigned_to: 指派给
130 130 field_priority: 优先级
131 131 field_fixed_version: 目标版本
132 132 field_user: 用户
133 133 field_role: 角色
134 134 field_homepage: 主页
135 135 field_is_public: 公开
136 136 field_parent: 上级项目
137 137 field_is_in_chlog: 在更新日志中显示问题
138 138 field_is_in_roadmap: 在路线图中显示问题
139 139 field_login: 登录名
140 140 field_mail_notification: 邮件通知
141 141 field_admin: 管理员
142 142 field_last_login_on: 最后登录
143 143 field_language: 语言
144 144 field_effective_date: 日期
145 145 field_password: 密码
146 146 field_new_password: 新密码
147 147 field_password_confirmation: 确认
148 148 field_version: 版本
149 149 field_type: 类型
150 150 field_host: 主机
151 151 field_port: 端口
152 152 field_account: 帐号
153 153 field_base_dn: Base DN
154 154 field_attr_login: 登录名属性
155 155 field_attr_firstname: 名字属性
156 156 field_attr_lastname: 姓氏属性
157 157 field_attr_mail: 邮件属性
158 158 field_onthefly: 即时用户生成
159 159 field_start_date: 开始
160 160 field_done_ratio: 完成度
161 161 field_auth_source: 认证模式
162 162 field_hide_mail: 隐藏我的邮件地址
163 163 field_comments: 注释
164 164 field_url: URL
165 165 field_start_page: 起始页
166 166 field_subproject: 子项目
167 167 field_hours: 小时
168 168 field_activity: 活动
169 169 field_spent_on: 日期
170 170 field_identifier: 标识
171 171 field_is_filter: 作为过滤条件
172 172 field_issue_to_id: 相关问题
173 173 field_delay: 延期
174 174 field_assignable: 问题可指派给此角色
175 175 field_redirect_existing_links: 重定向到现有链接
176 176 field_estimated_hours: 预期时间
177 177 field_column_names:
178 178 field_time_zone: 时区
179 179 field_searchable: 可用作搜索条件
180 180 field_default_value: 默认值
181 181 field_comments_sorting: 显示注释
182 182
183 183 setting_app_title: 应用程序标题
184 184 setting_app_subtitle: 应用程序子标题
185 185 setting_welcome_text: 欢迎文字
186 186 setting_default_language: 默认语言
187 187 setting_login_required: 要求认证
188 188 setting_self_registration: 允许自注册
189 189 setting_attachment_max_size: 附件大小限制
190 190 setting_issues_export_limit: 问题输出条目的限制
191 191 setting_mail_from: 邮件发件人地址
192 192 setting_bcc_recipients: 使用密件抄送 (bcc)
193 193 setting_host_name: 主机名称
194 194 setting_text_formatting: 文本格式
195 195 setting_wiki_compression: 压缩Wiki历史文档
196 196 setting_feeds_limit: RSS Feed内容条数限制
197 197 setting_default_projects_public: 新建项目默认为公开项目
198 198 setting_autofetch_changesets: 自动获取程序变更
199 199 setting_sys_api_enabled: 启用用于版本库管理的Web Service
200 200 setting_commit_ref_keywords: 用于引用问题的关键字
201 201 setting_commit_fix_keywords: 用于解决问题的关键字
202 202 setting_autologin: 自动登录
203 203 setting_date_format: 日期格式
204 204 setting_time_format: 时间格式
205 205 setting_cross_project_issue_relations: 允许不同项目之间的问题关联
206 206 setting_issue_list_default_columns: 问题列表中显示的默认列
207 207 setting_repositories_encodings: 版本库编码
208 208 setting_emails_footer: 邮件签名
209 209 setting_protocol: 协议
210 210 setting_per_page_options: 每页显示条目个数的设置
211 211 setting_user_format: 用户显示格式
212 212 setting_activity_days_default: 在项目活动中显示的天数
213 213 setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题
214 214
215 215 project_module_issue_tracking: 问题跟踪
216 216 project_module_time_tracking: 时间跟踪
217 217 project_module_news: 新闻
218 218 project_module_documents: 文档
219 219 project_module_files: 文件
220 220 project_module_wiki: Wiki
221 221 project_module_repository: 版本库
222 222 project_module_boards: 讨论区
223 223
224 224 label_user: 用户
225 225 label_user_plural: 用户
226 226 label_user_new: 新建用户
227 227 label_project: 项目
228 228 label_project_new: 新建项目
229 229 label_project_plural: 项目
230 230 label_project_all: 所有的项目
231 231 label_project_latest: 最近更新的项目
232 232 label_issue: 问题
233 233 label_issue_new: 新建问题
234 234 label_issue_plural: 问题
235 235 label_issue_view_all: 查看所有问题
236 236 label_issues_by: 按 %s 分组显示问题
237 237 label_issue_added: 问题已添加
238 238 label_issue_updated: 问题已更新
239 239 label_document: 文档
240 240 label_document_new: 新建文档
241 241 label_document_plural: 文档
242 242 label_document_added: 文档已添加
243 243 label_role: 角色
244 244 label_role_plural: 角色
245 245 label_role_new: 新建角色
246 246 label_role_and_permissions: 角色和权限
247 247 label_member: 成员
248 248 label_member_new: 新建成员
249 249 label_member_plural: 成员
250 250 label_tracker: 跟踪标签
251 251 label_tracker_plural: 跟踪标签
252 252 label_tracker_new: 新建跟踪标签
253 253 label_workflow: 工作流程
254 254 label_issue_status: 问题状态
255 255 label_issue_status_plural: 问题状态
256 256 label_issue_status_new: 新建问题状态
257 257 label_issue_category: 问题类别
258 258 label_issue_category_plural: 问题类别
259 259 label_issue_category_new: 新建问题类别
260 260 label_custom_field: 自定义属性
261 261 label_custom_field_plural: 自定义属性
262 262 label_custom_field_new: 新建自定义属性
263 263 label_enumerations: 枚举值
264 264 label_enumeration_new: 新建枚举值
265 265 label_information: 信息
266 266 label_information_plural: 信息
267 267 label_please_login: 请登录
268 268 label_register: 注册
269 269 label_password_lost: 忘记密码
270 270 label_home: 主页
271 271 label_my_page: 我的工作台
272 272 label_my_account: 我的帐号
273 273 label_my_projects: 我的项目
274 274 label_administration: 管理
275 275 label_login: 登录
276 276 label_logout: 退出
277 277 label_help: 帮助
278 278 label_reported_issues: 已报告的问题
279 279 label_assigned_to_me_issues: 指派给我的问题
280 280 label_last_login: 最后登录
281 281 label_last_updates: 最后更新
282 282 label_last_updates_plural: %d 最后更新
283 283 label_registered_on: 注册于
284 284 label_activity: 活动
285 285 label_overall_activity: 全部活动
286 286 label_new: 新建
287 287 label_logged_as: 登录为
288 288 label_environment: 环境
289 289 label_authentication: 认证
290 290 label_auth_source: 认证模式
291 291 label_auth_source_new: 新建认证模式
292 292 label_auth_source_plural: 认证模式
293 293 label_subproject_plural: 子项目
294 294 label_and_its_subprojects: %s 及其子项目
295 295 label_min_max_length: 最小 - 最大 长度
296 296 label_list: 列表
297 297 label_date: 日期
298 298 label_integer: 整数
299 299 label_float: 浮点数
300 300 label_boolean: 布尔量
301 301 label_string: 文字
302 302 label_text: 长段文字
303 303 label_attribute: 属性
304 304 label_attribute_plural: 属性
305 305 label_download: %d 次下载
306 306 label_download_plural: %d 次下载
307 307 label_no_data: 没有任何数据可供显示
308 308 label_change_status: 变更状态
309 309 label_history: 历史记录
310 310 label_attachment: 文件
311 311 label_attachment_new: 新建文件
312 312 label_attachment_delete: 删除文件
313 313 label_attachment_plural: 文件
314 314 label_file_added: 文件已添加
315 315 label_report: 报表
316 316 label_report_plural: 报表
317 317 label_news: 新闻
318 318 label_news_new: 添加新闻
319 319 label_news_plural: 新闻
320 320 label_news_latest: 最近的新闻
321 321 label_news_view_all: 查看所有新闻
322 322 label_news_added: 新闻已添加
323 323 label_change_log: 更新日志
324 324 label_settings: 配置
325 325 label_overview: 概述
326 326 label_version: 版本
327 327 label_version_new: 新建版本
328 328 label_version_plural: 版本
329 329 label_confirmation: 确认
330 330 label_export_to: 导出
331 331 label_read: 读取...
332 332 label_public_projects: 公开的项目
333 333 label_open_issues: 打开
334 334 label_open_issues_plural: 打开
335 335 label_closed_issues: 已关闭
336 336 label_closed_issues_plural: 已关闭
337 337 label_total: 合计
338 338 label_permissions: 权限
339 339 label_current_status: 当前状态
340 340 label_new_statuses_allowed: 可变更的新状态
341 341 label_all: 全部
342 342 label_none:
343 343 label_nobody: 无人
344 344 label_next: 下一个
345 345 label_previous: 上一个
346 346 label_used_by: 使用中
347 347 label_details: 详情
348 348 label_add_note: 添加说明
349 349 label_per_page: 每页
350 350 label_calendar: 日历
351 351 label_months_from: 个月以来
352 352 label_gantt: 甘特图
353 353 label_internal: 内部
354 354 label_last_changes: 最近的 %d 次变更
355 355 label_change_view_all: 查看所有变更
356 356 label_personalize_page: 个性化定制本页
357 357 label_comment: 评论
358 358 label_comment_plural: 评论
359 359 label_comment_add: 添加评论
360 360 label_comment_added: 评论已添加
361 361 label_comment_delete: 删除评论
362 362 label_query: 自定义查询
363 363 label_query_plural: 自定义查询
364 364 label_query_new: 新建查询
365 365 label_filter_add: 增加过滤器
366 366 label_filter_plural: 过滤器
367 367 label_equals: 等于
368 368 label_not_equals: 不等于
369 369 label_in_less_than: 剩余天数小于
370 370 label_in_more_than: 剩余天数大于
371 371 label_in: 剩余天数
372 372 label_today: 今天
373 373 label_all_time: 全部时间
374 374 label_yesterday: 昨天
375 375 label_this_week: 本周
376 376 label_last_week: 下周
377 377 label_last_n_days: 最后 %d 天
378 378 label_this_month: 本月
379 379 label_last_month: 下月
380 380 label_this_year: 今年
381 381 label_date_range: 日期范围
382 382 label_less_than_ago: 之前天数少于
383 383 label_more_than_ago: 之前天数大于
384 384 label_ago: 之前天数
385 385 label_contains: 包含
386 386 label_not_contains: 不包含
387 387 label_day_plural:
388 388 label_repository: 版本库
389 389 label_repository_plural: 版本库
390 390 label_browse: 浏览
391 391 label_modification: %d 个更新
392 392 label_modification_plural: %d 个更新
393 393 label_revision: 修订
394 394 label_revision_plural: 修订
395 395 label_associated_revisions: 相关修订版本
396 396 label_added: 已添加
397 397 label_modified: 已修改
398 398 label_deleted: 已删除
399 399 label_latest_revision: 最近的修订版本
400 400 label_latest_revision_plural: 最近的修订版本
401 401 label_view_revisions: 查看修订
402 402 label_max_size: 最大尺寸
403 403 label_on: 'on'
404 404 label_sort_highest: 置顶
405 405 label_sort_higher: 上移
406 406 label_sort_lower: 下移
407 407 label_sort_lowest: 置底
408 408 label_roadmap: 路线图
409 409 label_roadmap_due_in: 截止日期到
410 410 label_roadmap_overdue: %s 延期
411 411 label_roadmap_no_issues: 该版本没有问题
412 412 label_search: 搜索
413 413 label_result_plural: 结果
414 414 label_all_words: 所有单词
415 415 label_wiki: Wiki
416 416 label_wiki_edit: Wiki 编辑
417 417 label_wiki_edit_plural: Wiki 编辑记录
418 418 label_wiki_page: Wiki 页面
419 419 label_wiki_page_plural: Wiki 页面
420 420 label_index_by_title: 按标题索引
421 421 label_index_by_date: 按日期索引
422 422 label_current_version: 当前版本
423 423 label_preview: 预览
424 424 label_feed_plural: Feeds
425 425 label_changes_details: 所有变更的详情
426 426 label_issue_tracking: 问题跟踪
427 427 label_spent_time: 耗时
428 428 label_f_hour: %.2f 小时
429 429 label_f_hour_plural: %.2f 小时
430 430 label_time_tracking: 时间跟踪
431 431 label_change_plural: 变更
432 432 label_statistics: 统计
433 433 label_commits_per_month: 每月提交次数
434 434 label_commits_per_author: 每用户提交次数
435 435 label_view_diff: 查看差别
436 436 label_diff_inline: 直列
437 437 label_diff_side_by_side: 并排
438 438 label_options: 选项
439 439 label_copy_workflow_from: 从以下项目复制工作流程
440 440 label_permissions_report: 权限报表
441 441 label_watched_issues: 跟踪的问题
442 442 label_related_issues: 相关的问题
443 443 label_applied_status: 应用后的状态
444 444 label_loading: 载入中...
445 445 label_relation_new: 新建关联
446 446 label_relation_delete: 删除关联
447 447 label_relates_to: 关联到
448 448 label_duplicates: 重复
449 449 label_blocks: 阻挡
450 450 label_blocked_by: 被阻挡
451 451 label_precedes: 优先于
452 452 label_follows: 跟随于
453 453 label_end_to_start: 结束-开始
454 454 label_end_to_end: 结束-结束
455 455 label_start_to_start: 开始-开始
456 456 label_start_to_end: 开始-结束
457 457 label_stay_logged_in: 保持登录状态
458 458 label_disabled: 禁用
459 459 label_show_completed_versions: 显示已完成的版本
460 460 label_me:
461 461 label_board: 讨论区
462 462 label_board_new: 新建讨论区
463 463 label_board_plural: 讨论区
464 464 label_topic_plural: 主题
465 465 label_message_plural: 帖子
466 466 label_message_last: 最新的帖子
467 467 label_message_new: 新贴
468 468 label_message_posted: 发帖成功
469 469 label_reply_plural: 回复
470 470 label_send_information: 给用户发送帐号信息
471 471 label_year:
472 472 label_month:
473 473 label_week:
474 474 label_date_from:
475 475 label_date_to:
476 476 label_language_based: 根据用户的语言
477 477 label_sort_by: 根据 %s 排序
478 478 label_send_test_email: 发送测试邮件
479 479 label_feeds_access_key_created_on: RSS 存取键是在 %s 之前建立的
480 480 label_module_plural: 模块
481 481 label_added_time_by: 由 %s 在 %s 之前添加
482 482 label_updated_time: 更新于 %s 前
483 483 label_jump_to_a_project: 选择一个项目...
484 484 label_file_plural: 文件
485 485 label_changeset_plural: 变更
486 486 label_default_columns: 默认列
487 487 label_no_change_option: (不变)
488 488 label_bulk_edit_selected_issues: 批量修改选中的问题
489 489 label_theme: 主题
490 490 label_default: 默认
491 491 label_search_titles_only: 仅在标题中搜索
492 492 label_user_mail_option_all: "收取我的项目的所有通知"
493 493 label_user_mail_option_selected: "收取选中项目的所有通知..."
494 494 label_user_mail_option_none: "只收取我跟踪或参与的项目的通知"
495 495 label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知"
496 496 label_registration_activation_by_email: 通过邮件认证激活帐号
497 497 label_registration_manual_activation: 手动激活帐号
498 498 label_registration_automatic_activation: 自动激活帐号
499 499 label_display_per_page: '每页显示:%s'
500 500 label_age: 年龄
501 501 label_change_properties: 修改属性
502 502 label_general: 一般
503 503 label_more: 更多
504 504 label_scm: SCM
505 505 label_plugins: 插件
506 506 label_ldap_authentication: LDAP 认证
507 507 label_downloads_abbr: D/L
508 508 label_optional_description: 可选的描述
509 509 label_add_another_file: 添加其它文件
510 510 label_preferences: 首选项
511 511 label_chronological_order: 按时间顺序
512 512 label_reverse_chronological_order: 按时间顺序(倒序)
513 513 label_planning: 计划
514 514
515 515 button_login: 登录
516 516 button_submit: 提交
517 517 button_save: 保存
518 518 button_check_all: 全选
519 519 button_uncheck_all: 清除
520 520 button_delete: 删除
521 521 button_create: 创建
522 522 button_test: 测试
523 523 button_edit: 编辑
524 524 button_add: 新增
525 525 button_change: 修改
526 526 button_apply: 应用
527 527 button_clear: 清除
528 528 button_lock: 锁定
529 529 button_unlock: 解锁
530 530 button_download: 下载
531 531 button_list: 列表
532 532 button_view: 查看
533 533 button_move: 移动
534 534 button_back: 返回
535 535 button_cancel: 取消
536 536 button_activate: 激活
537 537 button_sort: 排序
538 538 button_log_time: 登记工时
539 539 button_rollback: 恢复到这个版本
540 540 button_watch: 跟踪
541 541 button_unwatch: 取消跟踪
542 542 button_reply: 回复
543 543 button_archive: 存档
544 544 button_unarchive: 取消存档
545 545 button_reset: 重置
546 546 button_rename: 重命名
547 547 button_change_password: 修改密码
548 548 button_copy: 复制
549 549 button_annotate: 追溯
550 550 button_update: 更新
551 551 button_configure: 配置
552 552
553 553 status_active: 活动的
554 554 status_registered: 已注册
555 555 status_locked: 已锁定
556 556
557 557 text_select_mail_notifications: 选择需要发送邮件通知的动作
558 558 text_regexp_info: 例如:^[A-Z0-9]+$
559 559 text_min_max_length_info: 0 表示没有限制
560 560 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
561 561 text_subprojects_destroy_warning: '以下子项目也将被同时删除:%s'
562 562 text_workflow_edit: 选择角色和跟踪标签来编辑工作流程
563 563 text_are_you_sure: 您确定?
564 564 text_journal_changed: 从 %s 变更为 %s
565 565 text_journal_set_to: 设置为 %s
566 566 text_journal_deleted: 已删除
567 567 text_tip_task_begin_day: 今天开始的任务
568 568 text_tip_task_end_day: 今天结束的任务
569 569 text_tip_task_begin_end_day: 今天开始并结束的任务
570 570 text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。'
571 571 text_caracters_maximum: 最多 %d 个字符。
572 572 text_caracters_minimum: 至少需要 %d 个字符。
573 573 text_length_between: 长度必须在 %d 到 %d 个字符之间。
574 574 text_tracker_no_workflow: 此跟踪标签未定义工作流程
575 575 text_unallowed_characters: 非法字符
576 576 text_comma_separated: 可以使用多个值(用逗号,分开)。
577 577 text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题
578 578 text_issue_added: 问题 %s 已由 %s 提交。
579 579 text_issue_updated: 问题 %s 已由 %s 更新。
580 580 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗?
581 581 text_issue_category_destroy_question: 有一些问题(%d 个)属于此类别。您想进行哪种操作?
582 582 text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别)
583 583 text_issue_category_reassign_to: 为问题选择其它类别
584 584 text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。"
585 585 text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。"
586 586 text_load_default_configuration: 载入默认设置
587 587 text_status_changed_by_changeset: 已应用到变更列表 %s.
588 588 text_issues_destroy_confirmation: '您确定要删除选中的问题吗?'
589 589 text_select_project_modules: '请选择此项目可以使用的模块:'
590 590 text_default_administrator_account_changed: 默认的管理员帐号已改变
591 591 text_file_repository_writable: 文件版本库可修改
592 592 text_rmagick_available: RMagick 可用(可选的)
593 593 text_destroy_time_entries_question: 您要删除的问题已经上报了 %.02f 小时的工作量。您想进行那种操作?
594 594 text_destroy_time_entries: 删除上报的工作量
595 595 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
596 596 text_reassign_time_entries: '将已上报的工作量指定到此问题:'
597 597
598 598 default_role_manager: 管理人员
599 599 default_role_developper: 开发人员
600 600 default_role_reporter: 报告人员
601 601 default_tracker_bug: 错误
602 602 default_tracker_feature: 功能
603 603 default_tracker_support: 支持
604 604 default_issue_status_new: 新建
605 605 default_issue_status_assigned: 已指派
606 606 default_issue_status_resolved: 已解决
607 607 default_issue_status_feedback: 反馈
608 608 default_issue_status_closed: 已关闭
609 609 default_issue_status_rejected: 已拒绝
610 610 default_doc_category_user: 用户文档
611 611 default_doc_category_tech: 技术文档
612 612 default_priority_low:
613 613 default_priority_normal: 普通
614 614 default_priority_high:
615 615 default_priority_urgent: 紧急
616 616 default_priority_immediate: 立刻
617 617 default_activity_design: 设计
618 618 default_activity_development: 开发
619 619
620 620 enumeration_issue_priorities: 问题优先级
621 621 enumeration_doc_categories: 文档类别
622 enumeration_activities: 活动(时间跟踪)mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:"
622 enumeration_activities: 活动(时间跟踪)
623 623 mail_subject_reminder: "%d issue(s) due in the next days"
624 624 mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:"
General Comments 0
You need to be logged in to leave comments. Login now