Project

General

Profile

Patch #2999 » zh.yml

Chaoqun Zou, 2009-03-18 15:10

 
1
# Chinese (China) translations for Ruby on Rails 
2
# by tsechingho (http://github.com/tsechingho)
3

    
4
zh:
5
  date:
6
    formats:
7
      default: "%Y-%m-%d"
8
      short: "%b%d日"
9
      long: "%Y年%b%d日"
10
    day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
11
    abbr_day_names: [, , , , , , ]
12
    month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
13
    abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
14
    order: [ :year, :month, :day ]
15
  
16
  time:
17
    formats:
18
      default: "%Y年%b%d日 %A %H:%M:%S"
19
      time: "%H:%M"
20
      time: "%H:%M"
21
      short: "%b%d日 %H:%M"
22
      long: "%Y年%b%d日 %H:%M"
23
    am: "上午"
24
    pm: "下午"
25
  
26
  datetime:
27
    distance_in_words:
28
      half_a_minute: "半分钟"
29
      less_than_x_seconds:
30
        one: "一秒内"
31
        other: "少于 {{count}} 秒"
32
      x_seconds:
33
        one: "一秒"
34
        other: "{{count}} 秒"
35
      less_than_x_minutes:
36
        one: "一分钟内"
37
        other: "少于 {{count}} 分钟"
38
      x_minutes:
39
        one: "一分钟"
40
        other: "{{count}} 分钟"
41
      about_x_hours:
42
        one: "大约一小时"
43
        other: "大约 {{count}} 小时"
44
      x_days:
45
        one: "一天"
46
        other: "{{count}} 天"
47
      about_x_months:
48
        one: "大约一个月"
49
        other: "大约 {{count}} 个月"
50
      x_months:
51
        one: "一个月"
52
        other: "{{count}} 个月"
53
      about_x_years:
54
        one: "大约一年"
55
        other: "大约 {{count}} 年"
56
      over_x_years:
57
        one: "一年以上"
58
        other: "{{count}} 年以上"
59
    prompts:
60
      year:   "年"
61
      month:  "月"
62
      day:    "日"
63
      hour:   "时"
64
      minute: "分"
65
      second: "秒"
66
  
67
  number:
68
    format:
69
      separator: "."
70
      delimiter: ","
71
      precision: 3
72
    currency:
73
      format:
74
        format: "%n %u"
75
        unit: "元"
76
        separator: "."
77
        delimiter: ","
78
        precision: 2
79
    percentage:
80
      format:
81
        delimiter: ""
82
    precision:
83
      format:
84
        delimiter: ""
85
    human:
86
      format:
87
        delimiter: ""
88
        precision: 1
89
      storage_units: [Bytes, KB, MB, GB, TB]
90
  
91
  support:
92
    array:
93
      words_connector: ", "
94
      two_words_connector: "  "
95
      last_word_connector: ",  "
96
  
97
  activerecord:
98
    errors:
99
      template:
100
        header: 
101
          one: " 1 个错误发生导致「{{model}}」无法被保存。"
102
          other: " {{count}} 个错误发生导致「{{model}}」无法被保存。"
103
        body: "如下字段出现错误:"
104
      messages:
105
        inclusion: "不包含于列表中"
106
        exclusion: "是保留关键字"
107
        invalid: "是无效的"
108
        confirmation: "与确认值不匹配"
109
        accepted: "必须是可被接受的"
110
        empty: "不能留空"
111
        blank: "不能为空字符"
112
        too_long: "过长(最长为 {{count}} 个字符)"
113
        too_short: "过短(最短为 {{count}} 个字符)"
114
        wrong_length: "长度非法(必须为 {{count}} 个字符)"
115
        taken: "已经被使用"
116
        not_a_number: "不是数字"
117
        greater_than: "必须大于 {{count}}"
118
        greater_than_or_equal_to: "必须大于或等于 {{count}}"
119
        equal_to: "必须等于 {{count}}"
120
        less_than: "必须小于 {{count}}"
121
        less_than_or_equal_to: "必须小于或等于 {{count}}"
122
        odd: "必须为单数"
123
        even: "必须为双数"
124
        greater_than_start_date: "必须在起始日期之后"
125
        not_same_project: "不属于同一个项目"
126
        circular_dependency: "此关联将导致循环依赖"
127

    
128
  actionview_instancetag_blank_option: 请选择
129
  
130
  general_text_No: '否'
131
  general_text_Yes: '是'
132
  general_text_no: '否'
133
  general_text_yes: '是'
134
  general_lang_name: 'Simplified Chinese (简体中文)'
135
  general_csv_separator: ','
136
  general_csv_decimal_separator: '.'
137
  general_csv_encoding: gb18030
138
  general_pdf_encoding: gb18030
139
  general_first_day_of_week: '7'
140
  
141
  notice_account_updated: 帐号更新成功
142
  notice_account_invalid_creditentials: 无效的用户名或密码
143
  notice_account_password_updated: 密码更新成功
144
  notice_account_wrong_password: 密码错误
145
  notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。
146
  notice_account_unknown_email: 未知用户
147
  notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。
148
  notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。
149
  notice_account_activated: 您的帐号已被激活。您现在可以登录了。
150
  notice_successful_create: 创建成功
151
  notice_successful_update: 更新成功
152
  notice_successful_delete: 删除成功
153
  notice_successful_connection: 连接成功
154
  notice_file_not_found: 您访问的页面不存在或已被删除。
155
  notice_locking_conflict: 数据已被另一位用户更新
156
  notice_not_authorized: 对不起,您无权访问此页面。
157
  notice_email_sent: "邮件已成功发送到 {{value}}"
158
  notice_email_error: "发送邮件时发生错误 ({{value}})"
159
  notice_feeds_access_key_reseted: 您的RSS存取键已被重置。
160
  notice_failed_to_save_issues: "{{count}} 个问题保存失败(共选择 {{total}} 个问题):{{ids}}."
161
  notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。"
162
  notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。"
163
  notice_default_data_loaded: 成功载入默认设置。
164
  notice_unable_delete_version: 无法删除版本
165
  
166
  error_can_t_load_default_data: "无法载入默认设置:{{value}}"
167
  error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
168
  error_scm_command_failed: "访问版本库时发生错误:{{value}}"
169
  error_scm_annotate: "该条目不存在或无法追溯。"
170
  error_issue_not_found_in_project: '问题不存在或不属于此项目'
171
  
172
  warning_attachments_not_saved: "{{count}} 个文件保存失败。"
173
  
174
  mail_subject_lost_password: "您的 {{value}} 密码"
175
  mail_body_lost_password: '请点击以下链接来修改您的密码:'
176
  mail_subject_register: "{{value}}帐号激活"
177
  mail_body_register: '请点击以下链接来激活您的帐号:'
178
  mail_body_account_information_external: "您可以使用您的 {{value}} 帐号来登录。"
179
  mail_body_account_information: 您的帐号信息
180
  mail_subject_account_activation_request: "{{value}}帐号激活请求"
181
  mail_body_account_activation_request: "新用户({{value}})已完成注册,正在等候您的审核:"
182
  mail_subject_reminder: "{{count}} 个问题需要尽快解决"
183
  mail_body_reminder: "指派给您的 {{count}} 个问题需要在 {{days}} 天内完成:"
184
  
185
  gui_validation_error: 1 个错误
186
  gui_validation_error_plural: "{{count}} 个错误"
187
  
188
  field_name: 名称
189
  field_description: 描述
190
  field_summary: 摘要
191
  field_is_required: 必填
192
  field_firstname: 名字
193
  field_lastname: 姓氏
194
  field_mail: 邮件地址
195
  field_filename: 文件
196
  field_filesize: 大小
197
  field_downloads: 下载次数
198
  field_author: 作者
199
  field_created_on: 创建于
200
  field_updated_on: 更新于
201
  field_field_format: 格式
202
  field_is_for_all: 用于所有项目
203
  field_possible_values: 可能的值
204
  field_regexp: 正则表达式
205
  field_min_length: 最小长度
206
  field_max_length: 最大长度
207
  field_value: 
208
  field_category: 类别
209
  field_title: 标题
210
  field_project: 项目
211
  field_issue: 问题
212
  field_status: 状态
213
  field_notes: 说明
214
  field_is_closed: 已关闭的问题
215
  field_is_default: 默认值
216
  field_tracker: 跟踪
217
  field_subject: 主题
218
  field_due_date: 完成日期
219
  field_assigned_to: 指派给
220
  field_priority: 优先级
221
  field_fixed_version: 目标版本
222
  field_user: 用户
223
  field_role: 角色
224
  field_homepage: 主页
225
  field_is_public: 公开
226
  field_parent: 上级项目
227
  field_is_in_chlog: 在更新日志中显示问题
228
  field_is_in_roadmap: 在路线图中显示问题
229
  field_login: 登录名
230
  field_mail_notification: 邮件通知
231
  field_admin: 管理员
232
  field_last_login_on: 最后登录
233
  field_language: 语言
234
  field_effective_date: 日期
235
  field_password: 密码
236
  field_new_password: 新密码
237
  field_password_confirmation: 确认
238
  field_version: 版本
239
  field_type: 类型
240
  field_host: 主机
241
  field_port: 端口
242
  field_account: 帐号
243
  field_base_dn: Base DN
244
  field_attr_login: 登录名属性
245
  field_attr_firstname: 名字属性
246
  field_attr_lastname: 姓氏属性
247
  field_attr_mail: 邮件属性
248
  field_onthefly: 即时用户生成
249
  field_start_date: 开始
250
  field_done_ratio: 完成度
251
  field_auth_source: 认证模式
252
  field_hide_mail: 隐藏我的邮件地址
253
  field_comments: 注释
254
  field_url: URL
255
  field_start_page: 起始页
256
  field_subproject: 子项目
257
  field_hours: 小时
258
  field_activity: 活动
259
  field_spent_on: 日期
260
  field_identifier: 标识
261
  field_is_filter: 作为过滤条件
262
  field_issue_to_id: 相关问题
263
  field_delay: 延期
264
  field_assignable: 问题可指派给此角色
265
  field_redirect_existing_links: 重定向到现有链接
266
  field_estimated_hours: 预期时间
267
  field_column_names: 
268
  field_time_zone: 时区
269
  field_searchable: 可用作搜索条件
270
  field_default_value: 默认值
271
  field_comments_sorting: 显示注释
272
  field_parent_title: 上级页面
273
  field_editable: 可编辑
274
  field_watcher: 跟踪者
275
  field_identity_url: OpenID URL
276
  field_content: 内容
277

    
278
  setting_app_title: 应用程序标题
279
  setting_app_subtitle: 应用程序子标题
280
  setting_welcome_text: 欢迎文字
281
  setting_default_language: 默认语言
282
  setting_login_required: 要求认证
283
  setting_self_registration: 允许自注册
284
  setting_attachment_max_size: 附件大小限制
285
  setting_issues_export_limit: 问题输出条目的限制
286
  setting_mail_from: 邮件发件人地址
287
  setting_bcc_recipients: 使用密件抄送 (bcc)
288
  setting_plain_text_mail: 纯文本(无HTML)
289
  setting_host_name: 主机名称
290
  setting_text_formatting: 文本格式
291
  setting_wiki_compression: 压缩Wiki历史文档
292
  setting_feeds_limit: RSS Feed内容条数限制
293
  setting_default_projects_public: 新建项目默认为公开项目
294
  setting_autofetch_changesets: 自动获取程序变更
295
  setting_sys_api_enabled: 启用用于版本库管理的Web Service
296
  setting_commit_ref_keywords: 用于引用问题的关键字
297
  setting_commit_fix_keywords: 用于解决问题的关键字
298
  setting_autologin: 自动登录
299
  setting_date_format: 日期格式
300
  setting_time_format: 时间格式
301
  setting_cross_project_issue_relations: 允许不同项目之间的问题关联
302
  setting_issue_list_default_columns: 问题列表中显示的默认列
303
  setting_repositories_encodings: 版本库编码
304
  setting_commit_logs_encoding: 提交注释的编码
305
  setting_emails_footer: 邮件签名
306
  setting_protocol: 协议
307
  setting_per_page_options: 每页显示条目个数的设置
308
  setting_user_format: 用户显示格式
309
  setting_activity_days_default: 在项目活动中显示的天数
310
  setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题
311
  setting_enabled_scm: 启用 SCM
312
  setting_mail_handler_api_enabled: 启用用于接收邮件的服务
313
  setting_mail_handler_api_key: API key
314
  setting_sequential_project_identifiers: 顺序产生项目标识
315
  setting_gravatar_enabled: 使用Gravatar用户头像
316
  setting_diff_max_lines_displayed: 查看差别页面上显示的最大行数
317
  setting_file_max_size_displayed: 允许直接显示的最大文本文件
318
  setting_repository_log_display_limit: 在文件变更记录页面上显示的最大修订版本数量
319
  setting_openid: 允许使用OpenID登录和注册
320

    
321
  permission_edit_project: 编辑项目
322
  permission_select_project_modules: 选择项目模块
323
  permission_manage_members: 管理成员
324
  permission_manage_versions: 管理版本
325
  permission_manage_categories: 管理问题类别
326
  permission_add_issues: 新建问题
327
  permission_edit_issues: 更新问题
328
  permission_manage_issue_relations: 管理问题关联
329
  permission_add_issue_notes: 添加说明
330
  permission_edit_issue_notes: 编辑说明
331
  permission_edit_own_issue_notes: 编辑自己的说明
332
  permission_move_issues: 移动问题
333
  permission_delete_issues: 删除问题
334
  permission_manage_public_queries: 管理公开的查询
335
  permission_save_queries: 保存查询
336
  permission_view_gantt: 查看甘特图
337
  permission_view_calendar: 查看日历
338
  permission_view_issue_watchers: 查看跟踪者列表
339
  permission_add_issue_watchers: 添加跟踪者
340
  permission_log_time: 登记工时
341
  permission_view_time_entries: 查看耗时
342
  permission_edit_time_entries: 编辑耗时
343
  permission_edit_own_time_entries: 编辑自己的耗时
344
  permission_manage_news: 管理新闻
345
  permission_comment_news: 为新闻添加评论
346
  permission_manage_documents: 管理文档
347
  permission_view_documents: 查看文档
348
  permission_manage_files: 管理文件
349
  permission_view_files: 查看文件
350
  permission_manage_wiki: 管理Wiki
351
  permission_rename_wiki_pages: 重命名Wiki页面
352
  permission_delete_wiki_pages: 删除Wiki页面
353
  permission_view_wiki_pages: 查看Wiki
354
  permission_view_wiki_edits: 查看Wiki历史记录
355
  permission_edit_wiki_pages: 编辑Wiki页面
356
  permission_delete_wiki_pages_attachments: 删除附件
357
  permission_protect_wiki_pages: 保护Wiki页面
358
  permission_manage_repository: 管理版本库
359
  permission_browse_repository: 浏览版本库
360
  permission_view_changesets: 查看变更
361
  permission_commit_access: 访问提交信息
362
  permission_manage_boards: 管理讨论区
363
  permission_view_messages: 查看帖子
364
  permission_add_messages: 发表帖子
365
  permission_edit_messages: 编辑帖子
366
  permission_edit_own_messages: 编辑自己的帖子
367
  permission_delete_messages: 删除帖子
368
  permission_delete_own_messages: 删除自己的帖子
369
  
370
  project_module_issue_tracking: 问题跟踪
371
  project_module_time_tracking: 时间跟踪
372
  project_module_news: 新闻
373
  project_module_documents: 文档
374
  project_module_files: 文件
375
  project_module_wiki: Wiki
376
  project_module_repository: 版本库
377
  project_module_boards: 讨论区
378
  
379
  label_user: 用户
380
  label_user_plural: 用户
381
  label_user_new: 新建用户
382
  label_project: 项目
383
  label_project_new: 新建项目
384
  label_project_plural: 项目
385
  label_x_projects:
386
    zero:  无项目
387
    one:   1 个项目
388
    other: "{{count}} 个项目"
389
  label_project_all: 所有的项目
390
  label_project_latest: 最近更新的项目
391
  label_issue: 问题
392
  label_issue_new: 新建问题
393
  label_issue_plural: 问题
394
  label_issue_view_all: 查看所有问题
395
  label_issues_by: " {{value}} 分组显示问题"
396
  label_issue_added: 问题已添加
397
  label_issue_updated: 问题已更新
398
  label_document: 文档
399
  label_document_new: 新建文档
400
  label_document_plural: 文档
401
  label_document_added: 文档已添加
402
  label_role: 角色
403
  label_role_plural: 角色
404
  label_role_new: 新建角色
405
  label_role_and_permissions: 角色和权限
406
  label_member: 成员
407
  label_member_new: 新建成员
408
  label_member_plural: 成员
409
  label_tracker: 跟踪标签
410
  label_tracker_plural: 跟踪标签
411
  label_tracker_new: 新建跟踪标签
412
  label_workflow: 工作流程
413
  label_issue_status: 问题状态
414
  label_issue_status_plural: 问题状态
415
  label_issue_status_new: 新建问题状态
416
  label_issue_category: 问题类别
417
  label_issue_category_plural: 问题类别
418
  label_issue_category_new: 新建问题类别
419
  label_custom_field: 自定义属性
420
  label_custom_field_plural: 自定义属性
421
  label_custom_field_new: 新建自定义属性
422
  label_enumerations: 枚举值
423
  label_enumeration_new: 新建枚举值
424
  label_information: 信息
425
  label_information_plural: 信息
426
  label_please_login: 请登录
427
  label_register: 注册
428
  label_login_with_open_id_option: 或使用OpenID登录
429
  label_password_lost: 忘记密码
430
  label_home: 主页
431
  label_my_page: 我的工作台
432
  label_my_account: 我的帐号
433
  label_my_projects: 我的项目
434
  label_administration: 管理
435
  label_login: 登录
436
  label_logout: 退出
437
  label_help: 帮助
438
  label_reported_issues: 已报告的问题
439
  label_assigned_to_me_issues: 指派给我的问题
440
  label_last_login: 最后登录
441
  label_registered_on: 注册于
442
  label_activity: 活动
443
  label_overall_activity: 全部活动
444
  label_user_activity: "{{value}} 的活动"
445
  label_new: 新建
446
  label_logged_as: 登录为
447
  label_environment: 环境
448
  label_authentication: 认证
449
  label_auth_source: 认证模式
450
  label_auth_source_new: 新建认证模式
451
  label_auth_source_plural: 认证模式
452
  label_subproject_plural: 子项目
453
  label_and_its_subprojects: "{{value}} 及其子项目"
454
  label_min_max_length: 最小 - 最大 长度
455
  label_list: 列表
456
  label_date: 日期
457
  label_integer: 整数
458
  label_float: 浮点数
459
  label_boolean: 布尔量
460
  label_string: 文字
461
  label_text: 长段文字
462
  label_attribute: 属性
463
  label_attribute_plural: 属性
464
  label_download: "{{count}} 次下载"
465
  label_download_plural: "{{count}} 次下载"
466
  label_no_data: 没有任何数据可供显示
467
  label_change_status: 变更状态
468
  label_history: 历史记录
469
  label_attachment: 文件
470
  label_attachment_new: 新建文件
471
  label_attachment_delete: 删除文件
472
  label_attachment_plural: 文件
473
  label_file_added: 文件已添加
474
  label_report: 报表
475
  label_report_plural: 报表
476
  label_news: 新闻
477
  label_news_new: 添加新闻
478
  label_news_plural: 新闻
479
  label_news_latest: 最近的新闻
480
  label_news_view_all: 查看所有新闻
481
  label_news_added: 新闻已添加
482
  label_change_log: 更新日志
483
  label_settings: 配置
484
  label_overview: 概述
485
  label_version: 版本
486
  label_version_new: 新建版本
487
  label_version_plural: 版本
488
  label_confirmation: 确认
489
  label_export_to: 导出
490
  label_read: 读取...
491
  label_public_projects: 公开的项目
492
  label_open_issues: 打开
493
  label_open_issues_plural: 打开
494
  label_closed_issues: 已关闭
495
  label_closed_issues_plural: 已关闭
496
  label_x_open_issues_abbr_on_total:
497
    zero:  0 打开 / {{total}}
498
    one:   1 打开 / {{total}}
499
    other: "{{count}} 打开 / {{total}}"
500
  label_x_open_issues_abbr:
501
    zero:  0 打开
502
    one:   1 打开
503
    other: "{{count}} 打开"
504
  label_x_closed_issues_abbr:
505
    zero:  0 关闭
506
    one:   1 关闭
507
    other: "{{count}} 关闭"
508
  label_total: 合计
509
  label_permissions: 权限
510
  label_current_status: 当前状态
511
  label_new_statuses_allowed: 可变更的新状态
512
  label_all: 全部
513
  label_none: 
514
  label_nobody: 无人
515
  label_next: 下一个
516
  label_previous: 上一个
517
  label_used_by: 使用中
518
  label_details: 详情
519
  label_add_note: 添加说明
520
  label_per_page: 每页
521
  label_calendar: 日历
522
  label_months_from: 个月以来
523
  label_gantt: 甘特图
524
  label_internal: 内部
525
  label_last_changes: "最近的 {{count}} 次变更"
526
  label_change_view_all: 查看所有变更
527
  label_personalize_page: 个性化定制本页
528
  label_comment: 评论
529
  label_comment_plural: 评论
530
  label_x_comments:
531
    zero: 无评论
532
    one: 1 条评论
533
    other: "{{count}} 条评论"
534
  label_comment_add: 添加评论
535
  label_comment_added: 评论已添加
536
  label_comment_delete: 删除评论
537
  label_query: 自定义查询
538
  label_query_plural: 自定义查询
539
  label_query_new: 新建查询
540
  label_filter_add: 增加过滤器
541
  label_filter_plural: 过滤器
542
  label_equals: 等于
543
  label_not_equals: 不等于
544
  label_in_less_than: 剩余天数小于
545
  label_in_more_than: 剩余天数大于
546
  label_in: 剩余天数
547
  label_today: 今天
548
  label_all_time: 全部时间
549
  label_yesterday: 昨天
550
  label_this_week: 本周
551
  label_last_week: 下周
552
  label_last_n_days: "最后 {{count}} 天"
553
  label_this_month: 本月
554
  label_last_month: 下月
555
  label_this_year: 今年
556
  label_date_range: 日期范围
557
  label_less_than_ago: 之前天数少于
558
  label_more_than_ago: 之前天数大于
559
  label_ago: 之前天数
560
  label_contains: 包含
561
  label_not_contains: 不包含
562
  label_day_plural: 
563
  label_repository: 版本库
564
  label_repository_plural: 版本库
565
  label_browse: 浏览
566
  label_modification: "{{count}} 个更新"
567
  label_modification_plural: "{{count}} 个更新"
568
  label_revision: 修订
569
  label_revision_plural: 修订
570
  label_associated_revisions: 相关修订版本
571
  label_added: 已添加
572
  label_modified: 已修改
573
  label_copied: 已复制
574
  label_renamed: 已重命名
575
  label_deleted: 已删除
576
  label_latest_revision: 最近的修订版本
577
  label_latest_revision_plural: 最近的修订版本
578
  label_view_revisions: 查看修订
579
  label_max_size: 最大尺寸
580
  label_sort_highest: 置顶
581
  label_sort_higher: 上移
582
  label_sort_lower: 下移
583
  label_sort_lowest: 置底
584
  label_roadmap: 路线图
585
  label_roadmap_due_in: "截止日期到  {{value}}"
586
  label_roadmap_overdue: "{{value}} 延期"
587
  label_roadmap_no_issues: 该版本没有问题
588
  label_search: 搜索
589
  label_result_plural: 结果
590
  label_all_words: 所有单词
591
  label_wiki: Wiki
592
  label_wiki_edit: Wiki 编辑
593
  label_wiki_edit_plural: Wiki 编辑记录
594
  label_wiki_page: Wiki 页面
595
  label_wiki_page_plural: Wiki 页面
596
  label_index_by_title: 按标题索引
597
  label_index_by_date: 按日期索引
598
  label_current_version: 当前版本
599
  label_preview: 预览
600
  label_feed_plural: Feeds
601
  label_changes_details: 所有变更的详情
602
  label_issue_tracking: 问题跟踪
603
  label_spent_time: 耗时
604
  label_f_hour: "{{value}} 小时"
605
  label_f_hour_plural: "{{value}} 小时"
606
  label_time_tracking: 时间跟踪
607
  label_change_plural: 变更
608
  label_statistics: 统计
609
  label_commits_per_month: 每月提交次数
610
  label_commits_per_author: 每用户提交次数
611
  label_view_diff: 查看差别
612
  label_diff_inline: 直列
613
  label_diff_side_by_side: 并排
614
  label_options: 选项
615
  label_copy_workflow_from: 从以下项目复制工作流程
616
  label_permissions_report: 权限报表
617
  label_watched_issues: 跟踪的问题
618
  label_related_issues: 相关的问题
619
  label_applied_status: 应用后的状态
620
  label_loading: 载入中...
621
  label_relation_new: 新建关联
622
  label_relation_delete: 删除关联
623
  label_relates_to: 关联到
624
  label_duplicates: 重复
625
  label_duplicated_by: 与其重复
626
  label_blocks: 阻挡
627
  label_blocked_by: 被阻挡
628
  label_precedes: 优先于
629
  label_follows: 跟随于
630
  label_end_to_start: 结束-开始
631
  label_end_to_end: 结束-结束
632
  label_start_to_start: 开始-开始
633
  label_start_to_end: 开始-结束
634
  label_stay_logged_in: 保持登录状态
635
  label_disabled: 禁用
636
  label_show_completed_versions: 显示已完成的版本
637
  label_me: 
638
  label_board: 讨论区
639
  label_board_new: 新建讨论区
640
  label_board_plural: 讨论区
641
  label_topic_plural: 主题
642
  label_message_plural: 帖子
643
  label_message_last: 最新的帖子
644
  label_message_new: 新贴
645
  label_message_posted: 发帖成功
646
  label_reply_plural: 回复
647
  label_send_information: 给用户发送帐号信息
648
  label_year: 
649
  label_month: 
650
  label_week: 
651
  label_date_from: 
652
  label_date_to: 
653
  label_language_based: 根据用户的语言
654
  label_sort_by: "根据 {{value}} 排序"
655
  label_send_test_email: 发送测试邮件
656
  label_feeds_access_key_created_on: "RSS 存取键是在 {{value}} 之前建立的"
657
  label_module_plural: 模块
658
  label_added_time_by: " {{author}}  {{age}} 之前添加"
659
  label_updated_time: " 更新于 {{value}} 之前"
660
  label_updated_time_by: " {{author}} 更新于 {{age}} 之前"
661
  label_jump_to_a_project: 选择一个项目...
662
  label_file_plural: 文件
663
  label_changeset_plural: 变更
664
  label_default_columns: 默认列
665
  label_no_change_option: (不变)
666
  label_bulk_edit_selected_issues: 批量修改选中的问题
667
  label_theme: 主题
668
  label_default: 默认
669
  label_search_titles_only: 仅在标题中搜索
670
  label_user_mail_option_all: "收取我的项目的所有通知"
671
  label_user_mail_option_selected: "收取选中项目的所有通知..."
672
  label_user_mail_option_none: "只收取我跟踪或参与的项目的通知"
673
  label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知"
674
  label_registration_activation_by_email: 通过邮件认证激活帐号
675
  label_registration_manual_activation: 手动激活帐号
676
  label_registration_automatic_activation: 自动激活帐号
677
  label_display_per_page: "每页显示:{{value}}"
678
  label_age: 年龄
679
  label_change_properties: 修改属性
680
  label_general: 一般
681
  label_more: 更多
682
  label_scm: SCM
683
  label_plugins: 插件
684
  label_ldap_authentication: LDAP 认证
685
  label_downloads_abbr: D/L
686
  label_optional_description: 可选的描述
687
  label_add_another_file: 添加其它文件
688
  label_preferences: 首选项
689
  label_chronological_order: 按时间顺序
690
  label_reverse_chronological_order: 按时间顺序(倒序)
691
  label_planning: 计划
692
  label_incoming_emails: 接收邮件
693
  label_generate_key: 生成一个key
694
  label_issue_watchers: 跟踪者
695
  label_example: 示例
696
  label_display: 显示
697
  label_sort: 排序
698
  label_ascending: 升序
699
  label_descending: 降序
700
  label_date_from_to: 从 {{start}} 到 {{end}}
701

    
702
  button_login: 登录
703
  button_submit: 提交
704
  button_save: 保存
705
  button_check_all: 全选
706
  button_uncheck_all: 清除
707
  button_delete: 删除
708
  button_create: 创建
709
  button_create_and_continue: 创建并继续
710
  button_test: 测试
711
  button_edit: 编辑
712
  button_add: 新增
713
  button_change: 修改
714
  button_apply: 应用
715
  button_clear: 清除
716
  button_lock: 锁定
717
  button_unlock: 解锁
718
  button_download: 下载
719
  button_list: 列表
720
  button_view: 查看
721
  button_move: 移动
722
  button_back: 返回
723
  button_cancel: 取消
724
  button_activate: 激活
725
  button_sort: 排序
726
  button_log_time: 登记工时
727
  button_rollback: 恢复到这个版本
728
  button_watch: 跟踪
729
  button_unwatch: 取消跟踪
730
  button_reply: 回复
731
  button_archive: 存档
732
  button_unarchive: 取消存档
733
  button_reset: 重置
734
  button_rename: 重命名
735
  button_change_password: 修改密码
736
  button_copy: 复制
737
  button_annotate: 追溯
738
  button_update: 更新
739
  button_configure: 配置
740
  button_quote: 引用
741
  
742
  status_active: 活动的
743
  status_registered: 已注册
744
  status_locked: 已锁定
745
  
746
  text_select_mail_notifications: 选择需要发送邮件通知的动作
747
  text_regexp_info: 例如:^[A-Z0-9]+$
748
  text_min_max_length_info: 0 表示没有限制
749
  text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
750
  text_subprojects_destroy_warning: "以下子项目也将被同时删除:{{value}}"
751
  text_workflow_edit: 选择角色和跟踪标签来编辑工作流程
752
  text_are_you_sure: 您确定?
753
  text_journal_changed: " {{old}} 变更为 {{new}}"
754
  text_journal_set_to: "设置为 {{value}}"
755
  text_journal_deleted: 已删除
756
  text_tip_task_begin_day: 今天开始的任务
757
  text_tip_task_end_day: 今天结束的任务
758
  text_tip_task_begin_end_day: 今天开始并结束的任务
759
  text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。'
760
  text_caracters_maximum: "最多 {{count}} 个字符。"
761
  text_caracters_minimum: "至少需要 {{count}} 个字符。"
762
  text_length_between: "长度必须在 {{min}}  {{max}} 个字符之间。"
763
  text_tracker_no_workflow: 此跟踪标签未定义工作流程
764
  text_unallowed_characters: 非法字符
765
  text_comma_separated: 可以使用多个值(用逗号,分开)。
766
  text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题
767
  text_issue_added: "问题 {{id}} 已由 {{author}} 提交。"
768
  text_issue_updated: "问题 {{id}} 已由 {{author}} 更新。"
769
  text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗?
770
  text_issue_category_destroy_question: "有一些问题({{count}} 个)属于此类别。您想进行哪种操作?"
771
  text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别)
772
  text_issue_category_reassign_to: 为问题选择其它类别
773
  text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。"
774
  text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。"
775
  text_load_default_configuration: 载入默认设置
776
  text_status_changed_by_changeset: "已应用到变更列表 {{value}}."
777
  text_issues_destroy_confirmation: '您确定要删除选中的问题吗?'
778
  text_select_project_modules: '请选择此项目可以使用的模块:'
779
  text_default_administrator_account_changed: 默认的管理员帐号已改变
780
  text_file_repository_writable: 附件路径可写
781
  text_plugin_assets_writable: 插件的附件路径可写
782
  text_rmagick_available: RMagick 可用(可选的)
783
  text_destroy_time_entries_question: 您要删除的问题已经上报了 %.02f 小时的工作量。您想进行那种操作?
784
  text_destroy_time_entries: 删除上报的工作量
785
  text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
786
  text_reassign_time_entries: '将已上报的工作量指定到此问题:'
787
  text_user_wrote: "{{value}} 写到:"
788
  text_enumeration_category_reassign_to: '将它们关联到新的枚举值:'
789
  text_enumeration_destroy_question: "{{count}} 个对象被关联到了这个枚举值。"
790
  text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/email.yml中配置您的SMTP服务器信息并重新启动以使其生效。"
791
  text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。"
792
  text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断'
793
  text_custom_field_possible_values_info: '每项数值一行'
794
  
795
  default_role_manager: 管理人员
796
  default_role_developper: 开发人员
797
  default_role_reporter: 报告人员
798
  default_tracker_bug: 错误
799
  default_tracker_feature: 功能
800
  default_tracker_support: 支持
801
  default_issue_status_new: 新建
802
  default_issue_status_assigned: 已指派
803
  default_issue_status_resolved: 已解决
804
  default_issue_status_feedback: 反馈
805
  default_issue_status_closed: 已关闭
806
  default_issue_status_rejected: 已拒绝
807
  default_doc_category_user: 用户文档
808
  default_doc_category_tech: 技术文档
809
  default_priority_low: 
810
  default_priority_normal: 普通
811
  default_priority_high: 
812
  default_priority_urgent: 紧急
813
  default_priority_immediate: 立刻
814
  default_activity_design: 设计
815
  default_activity_development: 开发
816
  
817
  enumeration_issue_priorities: 问题优先级
818
  enumeration_doc_categories: 文档类别
819
  enumeration_activities: 活动(时间跟踪)
    (1-1/1)