Mercurial > hg > soundsoftware-site
comparison config/locales/zh.yml @ 119:8661b858af72
* Update to Redmine trunk rev 4705
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 14:12:06 +0000 |
parents | 94944d00e43c |
children | b859cc0c4fa1 0579821a129a |
comparison
equal
deleted
inserted
replaced
39:150ceac17a8d | 119:8661b858af72 |
---|---|
27 datetime: | 27 datetime: |
28 distance_in_words: | 28 distance_in_words: |
29 half_a_minute: "半分钟" | 29 half_a_minute: "半分钟" |
30 less_than_x_seconds: | 30 less_than_x_seconds: |
31 one: "一秒内" | 31 one: "一秒内" |
32 other: "少于 {{count}} 秒" | 32 other: "少于 %{count} 秒" |
33 x_seconds: | 33 x_seconds: |
34 one: "一秒" | 34 one: "一秒" |
35 other: "{{count}} 秒" | 35 other: "%{count} 秒" |
36 less_than_x_minutes: | 36 less_than_x_minutes: |
37 one: "一分钟内" | 37 one: "一分钟内" |
38 other: "少于 {{count}} 分钟" | 38 other: "少于 %{count} 分钟" |
39 x_minutes: | 39 x_minutes: |
40 one: "一分钟" | 40 one: "一分钟" |
41 other: "{{count}} 分钟" | 41 other: "%{count} 分钟" |
42 about_x_hours: | 42 about_x_hours: |
43 one: "大约一小时" | 43 one: "大约一小时" |
44 other: "大约 {{count}} 小时" | 44 other: "大约 %{count} 小时" |
45 x_days: | 45 x_days: |
46 one: "一天" | 46 one: "一天" |
47 other: "{{count}} 天" | 47 other: "%{count} 天" |
48 about_x_months: | 48 about_x_months: |
49 one: "大约一个月" | 49 one: "大约一个月" |
50 other: "大约 {{count}} 个月" | 50 other: "大约 %{count} 个月" |
51 x_months: | 51 x_months: |
52 one: "一个月" | 52 one: "一个月" |
53 other: "{{count}} 个月" | 53 other: "%{count} 个月" |
54 about_x_years: | 54 about_x_years: |
55 one: "大约一年" | 55 one: "大约一年" |
56 other: "大约 {{count}} 年" | 56 other: "大约 %{count} 年" |
57 over_x_years: | 57 over_x_years: |
58 one: "一年以上" | 58 one: "一年以上" |
59 other: "{{count}} 年以上" | 59 other: "%{count} 年以上" |
60 almost_x_years: | 60 almost_x_years: |
61 one: "将近 1 年" | 61 one: "将近 1 年" |
62 other: "将近 {{count}} 年" | 62 other: "将近 %{count} 年" |
63 prompts: | 63 prompts: |
64 year: "年" | 64 year: "年" |
65 month: "月" | 65 month: "月" |
66 day: "日" | 66 day: "日" |
67 hour: "时" | 67 hour: "时" |
109 | 109 |
110 activerecord: | 110 activerecord: |
111 errors: | 111 errors: |
112 template: | 112 template: |
113 header: | 113 header: |
114 one: "有 1 个错误发生导致「{{model}}」无法被保存。" | 114 one: "有 1 个错误发生导致「%{model}」无法被保存。" |
115 other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。" | 115 other: "有 %{count} 个错误发生导致「%{model}」无法被保存。" |
116 body: "如下字段出现错误:" | 116 body: "如下字段出现错误:" |
117 messages: | 117 messages: |
118 inclusion: "不包含于列表中" | 118 inclusion: "不包含于列表中" |
119 exclusion: "是保留关键字" | 119 exclusion: "是保留关键字" |
120 invalid: "是无效的" | 120 invalid: "是无效的" |
121 confirmation: "与确认值不匹配" | 121 confirmation: "与确认值不匹配" |
122 accepted: "必须是可被接受的" | 122 accepted: "必须是可被接受的" |
123 empty: "不能留空" | 123 empty: "不能留空" |
124 blank: "不能为空字符" | 124 blank: "不能为空字符" |
125 too_long: "过长(最长为 {{count}} 个字符)" | 125 too_long: "过长(最长为 %{count} 个字符)" |
126 too_short: "过短(最短为 {{count}} 个字符)" | 126 too_short: "过短(最短为 %{count} 个字符)" |
127 wrong_length: "长度非法(必须为 {{count}} 个字符)" | 127 wrong_length: "长度非法(必须为 %{count} 个字符)" |
128 taken: "已经被使用" | 128 taken: "已经被使用" |
129 not_a_number: "不是数字" | 129 not_a_number: "不是数字" |
130 greater_than: "必须大于 {{count}}" | 130 greater_than: "必须大于 %{count}" |
131 greater_than_or_equal_to: "必须大于或等于 {{count}}" | 131 greater_than_or_equal_to: "必须大于或等于 %{count}" |
132 equal_to: "必须等于 {{count}}" | 132 equal_to: "必须等于 %{count}" |
133 less_than: "必须小于 {{count}}" | 133 less_than: "必须小于 %{count}" |
134 less_than_or_equal_to: "必须小于或等于 {{count}}" | 134 less_than_or_equal_to: "必须小于或等于 %{count}" |
135 odd: "必须为单数" | 135 odd: "必须为单数" |
136 even: "必须为双数" | 136 even: "必须为双数" |
137 greater_than_start_date: "必须在起始日期之后" | 137 greater_than_start_date: "必须在起始日期之后" |
138 not_same_project: "不属于同一个项目" | 138 not_same_project: "不属于同一个项目" |
139 circular_dependency: "此关联将导致循环依赖" | 139 circular_dependency: "此关联将导致循环依赖" |
166 notice_successful_delete: 删除成功 | 166 notice_successful_delete: 删除成功 |
167 notice_successful_connection: 连接成功 | 167 notice_successful_connection: 连接成功 |
168 notice_file_not_found: 您访问的页面不存在或已被删除。 | 168 notice_file_not_found: 您访问的页面不存在或已被删除。 |
169 notice_locking_conflict: 数据已被另一位用户更新 | 169 notice_locking_conflict: 数据已被另一位用户更新 |
170 notice_not_authorized: 对不起,您无权访问此页面。 | 170 notice_not_authorized: 对不起,您无权访问此页面。 |
171 notice_email_sent: "邮件已成功发送到 {{value}}" | 171 notice_email_sent: "邮件已成功发送到 %{value}" |
172 notice_email_error: "发送邮件时发生错误 ({{value}})" | 172 notice_email_error: "发送邮件时发生错误 (%{value})" |
173 notice_feeds_access_key_reseted: 您的RSS存取键已被重置。 | 173 notice_feeds_access_key_reseted: 您的RSS存取键已被重置。 |
174 notice_api_access_key_reseted: 您的API访问键已被重置。 | 174 notice_api_access_key_reseted: 您的API访问键已被重置。 |
175 notice_failed_to_save_issues: "{{count}} 个问题保存失败(共选择 {{total}} 个问题):{{ids}}." | 175 notice_failed_to_save_issues: "%{count} 个问题保存失败(共选择 %{total} 个问题):%{ids}." |
176 notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。" | 176 notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。" |
177 notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。" | 177 notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。" |
178 notice_default_data_loaded: 成功载入默认设置。 | 178 notice_default_data_loaded: 成功载入默认设置。 |
179 notice_unable_delete_version: 无法删除版本 | 179 notice_unable_delete_version: 无法删除版本 |
180 notice_issue_done_ratios_updated: 问题完成度已更新。 | 180 notice_issue_done_ratios_updated: 问题完成度已更新。 |
181 | 181 |
182 error_can_t_load_default_data: "无法载入默认设置:{{value}}" | 182 error_can_t_load_default_data: "无法载入默认设置:%{value}" |
183 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。" | 183 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。" |
184 error_scm_command_failed: "访问版本库时发生错误:{{value}}" | 184 error_scm_command_failed: "访问版本库时发生错误:%{value}" |
185 error_scm_annotate: "该条目不存在或无法追溯。" | 185 error_scm_annotate: "该条目不存在或无法追溯。" |
186 error_issue_not_found_in_project: '问题不存在或不属于此项目' | 186 error_issue_not_found_in_project: '问题不存在或不属于此项目' |
187 error_no_tracker_in_project: 该项目未设定跟踪标签,请检查项目配置。 | 187 error_no_tracker_in_project: 该项目未设定跟踪标签,请检查项目配置。 |
188 error_no_default_issue_status: 未设置默认的问题状态。请检查系统设置("管理" -> "问题状态")。 | 188 error_no_default_issue_status: 未设置默认的问题状态。请检查系统设置("管理" -> "问题状态")。 |
189 error_can_not_reopen_issue_on_closed_version: 该问题被关联到一个已经关闭的版本,因此无法重新打开。 | 189 error_can_not_reopen_issue_on_closed_version: 该问题被关联到一个已经关闭的版本,因此无法重新打开。 |
190 error_can_not_archive_project: 该项目无法被存档 | 190 error_can_not_archive_project: 该项目无法被存档 |
191 error_issue_done_ratios_not_updated: 问题完成度未能被更新。 | 191 error_issue_done_ratios_not_updated: 问题完成度未能被更新。 |
192 error_workflow_copy_source: 请选择一个源跟踪标签或者角色 | 192 error_workflow_copy_source: 请选择一个源跟踪标签或者角色 |
193 error_workflow_copy_target: 请选择目标跟踪标签和角色 | 193 error_workflow_copy_target: 请选择目标跟踪标签和角色 |
194 | 194 |
195 warning_attachments_not_saved: "{{count}} 个文件保存失败。" | 195 warning_attachments_not_saved: "%{count} 个文件保存失败。" |
196 | 196 |
197 mail_subject_lost_password: "您的 {{value}} 密码" | 197 mail_subject_lost_password: "您的 %{value} 密码" |
198 mail_body_lost_password: '请点击以下链接来修改您的密码:' | 198 mail_body_lost_password: '请点击以下链接来修改您的密码:' |
199 mail_subject_register: "{{value}}帐号激活" | 199 mail_subject_register: "%{value}帐号激活" |
200 mail_body_register: '请点击以下链接来激活您的帐号:' | 200 mail_body_register: '请点击以下链接来激活您的帐号:' |
201 mail_body_account_information_external: "您可以使用您的 {{value}} 帐号来登录。" | 201 mail_body_account_information_external: "您可以使用您的 %{value} 帐号来登录。" |
202 mail_body_account_information: 您的帐号信息 | 202 mail_body_account_information: 您的帐号信息 |
203 mail_subject_account_activation_request: "{{value}}帐号激活请求" | 203 mail_subject_account_activation_request: "%{value}帐号激活请求" |
204 mail_body_account_activation_request: "新用户({{value}})已完成注册,正在等候您的审核:" | 204 mail_body_account_activation_request: "新用户(%{value})已完成注册,正在等候您的审核:" |
205 mail_subject_reminder: "{{count}} 个问题需要尽快解决 ({{days}})" | 205 mail_subject_reminder: "%{count} 个问题需要尽快解决 (%{days})" |
206 mail_body_reminder: "指派给您的 {{count}} 个问题需要在 {{days}} 天内完成:" | 206 mail_body_reminder: "指派给您的 %{count} 个问题需要在 %{days} 天内完成:" |
207 mail_subject_wiki_content_added: "'{{id}}' wiki页面已添加" | 207 mail_subject_wiki_content_added: "'%{id}' wiki页面已添加" |
208 mail_body_wiki_content_added: "'{{id}}' wiki页面已由 {{author}} 添加。" | 208 mail_body_wiki_content_added: "'%{id}' wiki页面已由 %{author} 添加。" |
209 mail_subject_wiki_content_updated: "'{{id}}' wiki页面已更新" | 209 mail_subject_wiki_content_updated: "'%{id}' wiki页面已更新" |
210 mail_body_wiki_content_updated: "'{{id}}' wiki页面已由 {{author}} 更新。" | 210 mail_body_wiki_content_updated: "'%{id}' wiki页面已由 %{author} 更新。" |
211 | 211 |
212 gui_validation_error: 1 个错误 | 212 gui_validation_error: 1 个错误 |
213 gui_validation_error_plural: "{{count}} 个错误" | 213 gui_validation_error_plural: "%{count} 个错误" |
214 | 214 |
215 field_name: 名称 | 215 field_name: 名称 |
216 field_description: 描述 | 216 field_description: 描述 |
217 field_summary: 摘要 | 217 field_summary: 摘要 |
218 field_is_required: 必填 | 218 field_is_required: 必填 |
270 field_attr_login: 登录名属性 | 270 field_attr_login: 登录名属性 |
271 field_attr_firstname: 名字属性 | 271 field_attr_firstname: 名字属性 |
272 field_attr_lastname: 姓氏属性 | 272 field_attr_lastname: 姓氏属性 |
273 field_attr_mail: 邮件属性 | 273 field_attr_mail: 邮件属性 |
274 field_onthefly: 即时用户生成 | 274 field_onthefly: 即时用户生成 |
275 field_start_date: 开始 | |
275 field_done_ratio: 完成度 | 276 field_done_ratio: 完成度 |
276 field_auth_source: 认证模式 | 277 field_auth_source: 认证模式 |
277 field_hide_mail: 隐藏我的邮件地址 | 278 field_hide_mail: 隐藏我的邮件地址 |
278 field_comments: 注释 | 279 field_comments: 注释 |
279 field_url: URL | 280 field_url: URL |
425 label_project_new: 新建项目 | 426 label_project_new: 新建项目 |
426 label_project_plural: 项目 | 427 label_project_plural: 项目 |
427 label_x_projects: | 428 label_x_projects: |
428 zero: 无项目 | 429 zero: 无项目 |
429 one: 1 个项目 | 430 one: 1 个项目 |
430 other: "{{count}} 个项目" | 431 other: "%{count} 个项目" |
431 label_project_all: 所有的项目 | 432 label_project_all: 所有的项目 |
432 label_project_latest: 最近的项目 | 433 label_project_latest: 最近的项目 |
433 label_issue: 问题 | 434 label_issue: 问题 |
434 label_issue_new: 新建问题 | 435 label_issue_new: 新建问题 |
435 label_issue_plural: 问题 | 436 label_issue_plural: 问题 |
436 label_issue_view_all: 查看所有问题 | 437 label_issue_view_all: 查看所有问题 |
437 label_issues_by: "按 {{value}} 分组显示问题" | 438 label_issues_by: "按 %{value} 分组显示问题" |
438 label_issue_added: 问题已添加 | 439 label_issue_added: 问题已添加 |
439 label_issue_updated: 问题已更新 | 440 label_issue_updated: 问题已更新 |
440 label_document: 文档 | 441 label_document: 文档 |
441 label_document_new: 新建文档 | 442 label_document_new: 新建文档 |
442 label_document_plural: 文档 | 443 label_document_plural: 文档 |
481 label_assigned_to_me_issues: 指派给我的问题 | 482 label_assigned_to_me_issues: 指派给我的问题 |
482 label_last_login: 最后登录 | 483 label_last_login: 最后登录 |
483 label_registered_on: 注册于 | 484 label_registered_on: 注册于 |
484 label_activity: 活动 | 485 label_activity: 活动 |
485 label_overall_activity: 全部活动 | 486 label_overall_activity: 全部活动 |
486 label_user_activity: "{{value}} 的活动" | 487 label_user_activity: "%{value} 的活动" |
487 label_new: 新建 | 488 label_new: 新建 |
488 label_logged_as: 登录为 | 489 label_logged_as: 登录为 |
489 label_environment: 环境 | 490 label_environment: 环境 |
490 label_authentication: 认证 | 491 label_authentication: 认证 |
491 label_auth_source: 认证模式 | 492 label_auth_source: 认证模式 |
492 label_auth_source_new: 新建认证模式 | 493 label_auth_source_new: 新建认证模式 |
493 label_auth_source_plural: 认证模式 | 494 label_auth_source_plural: 认证模式 |
494 label_subproject_plural: 子项目 | 495 label_subproject_plural: 子项目 |
495 label_subproject_new: 新建子项目 | 496 label_subproject_new: 新建子项目 |
496 label_and_its_subprojects: "{{value}} 及其子项目" | 497 label_and_its_subprojects: "%{value} 及其子项目" |
497 label_min_max_length: 最小 - 最大 长度 | 498 label_min_max_length: 最小 - 最大 长度 |
498 label_list: 列表 | 499 label_list: 列表 |
499 label_date: 日期 | 500 label_date: 日期 |
500 label_integer: 整数 | 501 label_integer: 整数 |
501 label_float: 浮点数 | 502 label_float: 浮点数 |
502 label_boolean: 布尔值 | 503 label_boolean: 布尔值 |
503 label_string: 字符串 | 504 label_string: 字符串 |
504 label_text: 文本 | 505 label_text: 文本 |
505 label_attribute: 属性 | 506 label_attribute: 属性 |
506 label_attribute_plural: 属性 | 507 label_attribute_plural: 属性 |
507 label_download: "{{count}} 次下载" | 508 label_download: "%{count} 次下载" |
508 label_download_plural: "{{count}} 次下载" | 509 label_download_plural: "%{count} 次下载" |
509 label_no_data: 没有任何数据可供显示 | 510 label_no_data: 没有任何数据可供显示 |
510 label_change_status: 变更状态 | 511 label_change_status: 变更状态 |
511 label_history: 历史记录 | 512 label_history: 历史记录 |
512 label_attachment: 文件 | 513 label_attachment: 文件 |
513 label_attachment_new: 新建文件 | 514 label_attachment_new: 新建文件 |
535 label_open_issues: 打开 | 536 label_open_issues: 打开 |
536 label_open_issues_plural: 打开 | 537 label_open_issues_plural: 打开 |
537 label_closed_issues: 已关闭 | 538 label_closed_issues: 已关闭 |
538 label_closed_issues_plural: 已关闭 | 539 label_closed_issues_plural: 已关闭 |
539 label_x_open_issues_abbr_on_total: | 540 label_x_open_issues_abbr_on_total: |
540 zero: 0 打开 / {{total}} | 541 zero: 0 打开 / %{total} |
541 one: 1 打开 / {{total}} | 542 one: 1 打开 / %{total} |
542 other: "{{count}} 打开 / {{total}}" | 543 other: "%{count} 打开 / %{total}" |
543 label_x_open_issues_abbr: | 544 label_x_open_issues_abbr: |
544 zero: 0 打开 | 545 zero: 0 打开 |
545 one: 1 打开 | 546 one: 1 打开 |
546 other: "{{count}} 打开" | 547 other: "%{count} 打开" |
547 label_x_closed_issues_abbr: | 548 label_x_closed_issues_abbr: |
548 zero: 0 关闭 | 549 zero: 0 关闭 |
549 one: 1 关闭 | 550 one: 1 关闭 |
550 other: "{{count}} 关闭" | 551 other: "%{count} 关闭" |
551 label_total: 合计 | 552 label_total: 合计 |
552 label_permissions: 权限 | 553 label_permissions: 权限 |
553 label_current_status: 当前状态 | 554 label_current_status: 当前状态 |
554 label_new_statuses_allowed: 可变更的新状态 | 555 label_new_statuses_allowed: 可变更的新状态 |
555 label_all: 全部 | 556 label_all: 全部 |
563 label_per_page: 每页 | 564 label_per_page: 每页 |
564 label_calendar: 日历 | 565 label_calendar: 日历 |
565 label_months_from: 个月以来 | 566 label_months_from: 个月以来 |
566 label_gantt: 甘特图 | 567 label_gantt: 甘特图 |
567 label_internal: 内部 | 568 label_internal: 内部 |
568 label_last_changes: "最近的 {{count}} 次变更" | 569 label_last_changes: "最近的 %{count} 次变更" |
569 label_change_view_all: 查看所有变更 | 570 label_change_view_all: 查看所有变更 |
570 label_personalize_page: 个性化定制本页 | 571 label_personalize_page: 个性化定制本页 |
571 label_comment: 评论 | 572 label_comment: 评论 |
572 label_comment_plural: 评论 | 573 label_comment_plural: 评论 |
573 label_x_comments: | 574 label_x_comments: |
574 zero: 无评论 | 575 zero: 无评论 |
575 one: 1 条评论 | 576 one: 1 条评论 |
576 other: "{{count}} 条评论" | 577 other: "%{count} 条评论" |
577 label_comment_add: 添加评论 | 578 label_comment_add: 添加评论 |
578 label_comment_added: 评论已添加 | 579 label_comment_added: 评论已添加 |
579 label_comment_delete: 删除评论 | 580 label_comment_delete: 删除评论 |
580 label_query: 自定义查询 | 581 label_query: 自定义查询 |
581 label_query_plural: 自定义查询 | 582 label_query_plural: 自定义查询 |
592 label_today: 今天 | 593 label_today: 今天 |
593 label_all_time: 全部时间 | 594 label_all_time: 全部时间 |
594 label_yesterday: 昨天 | 595 label_yesterday: 昨天 |
595 label_this_week: 本周 | 596 label_this_week: 本周 |
596 label_last_week: 上周 | 597 label_last_week: 上周 |
597 label_last_n_days: "最后 {{count}} 天" | 598 label_last_n_days: "最后 %{count} 天" |
598 label_this_month: 本月 | 599 label_this_month: 本月 |
599 label_last_month: 上月 | 600 label_last_month: 上月 |
600 label_this_year: 今年 | 601 label_this_year: 今年 |
601 label_date_range: 日期范围 | 602 label_date_range: 日期范围 |
602 label_less_than_ago: 之前天数少于 | 603 label_less_than_ago: 之前天数少于 |
606 label_not_contains: 不包含 | 607 label_not_contains: 不包含 |
607 label_day_plural: 天 | 608 label_day_plural: 天 |
608 label_repository: 版本库 | 609 label_repository: 版本库 |
609 label_repository_plural: 版本库 | 610 label_repository_plural: 版本库 |
610 label_browse: 浏览 | 611 label_browse: 浏览 |
611 label_modification: "{{count}} 个更新" | 612 label_modification: "%{count} 个更新" |
612 label_modification_plural: "{{count}} 个更新" | 613 label_modification_plural: "%{count} 个更新" |
613 label_branch: 分支 | 614 label_branch: 分支 |
614 label_tag: 标签 | 615 label_tag: 标签 |
615 label_revision: 修订 | 616 label_revision: 修订 |
616 label_revision_plural: 修订 | 617 label_revision_plural: 修订 |
617 label_revision_id: 修订 {{value}} | 618 label_revision_id: 修订 %{value} |
618 label_associated_revisions: 相关修订版本 | 619 label_associated_revisions: 相关修订版本 |
619 label_added: 已添加 | 620 label_added: 已添加 |
620 label_modified: 已修改 | 621 label_modified: 已修改 |
621 label_copied: 已复制 | 622 label_copied: 已复制 |
622 label_renamed: 已重命名 | 623 label_renamed: 已重命名 |
629 label_sort_highest: 置顶 | 630 label_sort_highest: 置顶 |
630 label_sort_higher: 上移 | 631 label_sort_higher: 上移 |
631 label_sort_lower: 下移 | 632 label_sort_lower: 下移 |
632 label_sort_lowest: 置底 | 633 label_sort_lowest: 置底 |
633 label_roadmap: 路线图 | 634 label_roadmap: 路线图 |
634 label_roadmap_due_in: "截止日期到 {{value}}" | 635 label_roadmap_due_in: "截止日期到 %{value}" |
635 label_roadmap_overdue: "{{value}} 延期" | 636 label_roadmap_overdue: "%{value} 延期" |
636 label_roadmap_no_issues: 该版本没有问题 | 637 label_roadmap_no_issues: 该版本没有问题 |
637 label_search: 搜索 | 638 label_search: 搜索 |
638 label_result_plural: 结果 | 639 label_result_plural: 结果 |
639 label_all_words: 所有单词 | 640 label_all_words: 所有单词 |
640 label_wiki: Wiki | 641 label_wiki: Wiki |
648 label_preview: 预览 | 649 label_preview: 预览 |
649 label_feed_plural: Feeds | 650 label_feed_plural: Feeds |
650 label_changes_details: 所有变更的详情 | 651 label_changes_details: 所有变更的详情 |
651 label_issue_tracking: 问题跟踪 | 652 label_issue_tracking: 问题跟踪 |
652 label_spent_time: 耗时 | 653 label_spent_time: 耗时 |
653 label_f_hour: "{{value}} 小时" | 654 label_f_hour: "%{value} 小时" |
654 label_f_hour_plural: "{{value}} 小时" | 655 label_f_hour_plural: "%{value} 小时" |
655 label_time_tracking: 时间跟踪 | 656 label_time_tracking: 时间跟踪 |
656 label_change_plural: 变更 | 657 label_change_plural: 变更 |
657 label_statistics: 统计 | 658 label_statistics: 统计 |
658 label_commits_per_month: 每月提交次数 | 659 label_commits_per_month: 每月提交次数 |
659 label_commits_per_author: 每用户提交次数 | 660 label_commits_per_author: 每用户提交次数 |
698 label_month: 月 | 699 label_month: 月 |
699 label_week: 周 | 700 label_week: 周 |
700 label_date_from: 从 | 701 label_date_from: 从 |
701 label_date_to: 到 | 702 label_date_to: 到 |
702 label_language_based: 根据用户的语言 | 703 label_language_based: 根据用户的语言 |
703 label_sort_by: "根据 {{value}} 排序" | 704 label_sort_by: "根据 %{value} 排序" |
704 label_send_test_email: 发送测试邮件 | 705 label_send_test_email: 发送测试邮件 |
705 label_feeds_access_key: RSS存取键 | 706 label_feeds_access_key: RSS存取键 |
706 label_missing_feeds_access_key: 缺少RSS存取键 | 707 label_missing_feeds_access_key: 缺少RSS存取键 |
707 label_feeds_access_key_created_on: "RSS存取键是在 {{value}} 之前建立的" | 708 label_feeds_access_key_created_on: "RSS存取键是在 %{value} 之前建立的" |
708 label_module_plural: 模块 | 709 label_module_plural: 模块 |
709 label_added_time_by: "由 {{author}} 在 {{age}} 之前添加" | 710 label_added_time_by: "由 %{author} 在 %{age} 之前添加" |
710 label_updated_time: " 更新于 {{value}} 之前" | 711 label_updated_time: " 更新于 %{value} 之前" |
711 label_updated_time_by: "由 {{author}} 更新于 {{age}} 之前" | 712 label_updated_time_by: "由 %{author} 更新于 %{age} 之前" |
712 label_jump_to_a_project: 选择一个项目... | 713 label_jump_to_a_project: 选择一个项目... |
713 label_file_plural: 文件 | 714 label_file_plural: 文件 |
714 label_changeset_plural: 变更 | 715 label_changeset_plural: 变更 |
715 label_default_columns: 默认列 | 716 label_default_columns: 默认列 |
716 label_no_change_option: (不变) | 717 label_no_change_option: (不变) |
722 label_user_mail_option_selected: "收取选中项目的所有通知..." | 723 label_user_mail_option_selected: "收取选中项目的所有通知..." |
723 label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知" | 724 label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知" |
724 label_registration_activation_by_email: 通过邮件认证激活帐号 | 725 label_registration_activation_by_email: 通过邮件认证激活帐号 |
725 label_registration_manual_activation: 手动激活帐号 | 726 label_registration_manual_activation: 手动激活帐号 |
726 label_registration_automatic_activation: 自动激活帐号 | 727 label_registration_automatic_activation: 自动激活帐号 |
727 label_display_per_page: "每页显示:{{value}}" | 728 label_display_per_page: "每页显示:%{value}" |
728 label_age: 年龄 | 729 label_age: 年龄 |
729 label_change_properties: 修改属性 | 730 label_change_properties: 修改属性 |
730 label_general: 一般 | 731 label_general: 一般 |
731 label_more: 更多 | 732 label_more: 更多 |
732 label_scm: SCM | 733 label_scm: SCM |
745 label_example: 示例 | 746 label_example: 示例 |
746 label_display: 显示 | 747 label_display: 显示 |
747 label_sort: 排序 | 748 label_sort: 排序 |
748 label_ascending: 升序 | 749 label_ascending: 升序 |
749 label_descending: 降序 | 750 label_descending: 降序 |
750 label_date_from_to: 从 {{start}} 到 {{end}} | 751 label_date_from_to: 从 %{start} 到 %{end} |
751 label_wiki_content_added: Wiki 页面已添加 | 752 label_wiki_content_added: Wiki 页面已添加 |
752 label_wiki_content_updated: Wiki 页面已更新 | 753 label_wiki_content_updated: Wiki 页面已更新 |
753 label_group: 组 | 754 label_group: 组 |
754 label_group_plural: 组 | 755 label_group_plural: 组 |
755 label_group_new: 新建组 | 756 label_group_new: 新建组 |
764 label_copy_target: 目标 | 765 label_copy_target: 目标 |
765 label_copy_same_as_target: 与目标一致 | 766 label_copy_same_as_target: 与目标一致 |
766 label_display_used_statuses_only: 只显示被此跟踪标签使用的状态 | 767 label_display_used_statuses_only: 只显示被此跟踪标签使用的状态 |
767 label_api_access_key: API访问键 | 768 label_api_access_key: API访问键 |
768 label_missing_api_access_key: 缺少API访问键 | 769 label_missing_api_access_key: 缺少API访问键 |
769 label_api_access_key_created_on: API访问键是在 {{value}} 之前建立的 | 770 label_api_access_key_created_on: API访问键是在 %{value} 之前建立的 |
770 | 771 |
771 button_login: 登录 | 772 button_login: 登录 |
772 button_submit: 提交 | 773 button_submit: 提交 |
773 button_save: 保存 | 774 button_save: 保存 |
774 button_check_all: 全选 | 775 button_check_all: 全选 |
824 | 825 |
825 text_select_mail_notifications: 选择需要发送邮件通知的动作 | 826 text_select_mail_notifications: 选择需要发送邮件通知的动作 |
826 text_regexp_info: 例如:^[A-Z0-9]+$ | 827 text_regexp_info: 例如:^[A-Z0-9]+$ |
827 text_min_max_length_info: 0 表示没有限制 | 828 text_min_max_length_info: 0 表示没有限制 |
828 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗? | 829 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗? |
829 text_subprojects_destroy_warning: "以下子项目也将被同时删除:{{value}}" | 830 text_subprojects_destroy_warning: "以下子项目也将被同时删除:%{value}" |
830 text_workflow_edit: 选择角色和跟踪标签来编辑工作流程 | 831 text_workflow_edit: 选择角色和跟踪标签来编辑工作流程 |
831 text_are_you_sure: 您确定? | 832 text_are_you_sure: 您确定? |
832 text_journal_changed: "{{label}} 从 {{old}} 变更为 {{new}}" | 833 text_journal_changed: "%{label} 从 %{old} 变更为 %{new}" |
833 text_journal_set_to: "{{label}} 被设置为 {{value}}" | 834 text_journal_set_to: "%{label} 被设置为 %{value}" |
834 text_journal_deleted: "{{label}} 已删除 ({{old}})" | 835 text_journal_deleted: "%{label} 已删除 (%{old})" |
835 text_journal_added: "{{label}} {{value}} 已添加" | 836 text_journal_added: "%{label} %{value} 已添加" |
836 text_tip_issue_begin_day: 今天开始的任务 | 837 text_tip_issue_begin_day: 今天开始的任务 |
837 text_tip_issue_end_day: 今天结束的任务 | 838 text_tip_issue_end_day: 今天结束的任务 |
838 text_tip_issue_begin_end_day: 今天开始并结束的任务 | 839 text_tip_issue_begin_end_day: 今天开始并结束的任务 |
839 text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。' | 840 text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。' |
840 text_caracters_maximum: "最多 {{count}} 个字符。" | 841 text_caracters_maximum: "最多 %{count} 个字符。" |
841 text_caracters_minimum: "至少需要 {{count}} 个字符。" | 842 text_caracters_minimum: "至少需要 %{count} 个字符。" |
842 text_length_between: "长度必须在 {{min}} 到 {{max}} 个字符之间。" | 843 text_length_between: "长度必须在 %{min} 到 %{max} 个字符之间。" |
843 text_tracker_no_workflow: 此跟踪标签未定义工作流程 | 844 text_tracker_no_workflow: 此跟踪标签未定义工作流程 |
844 text_unallowed_characters: 非法字符 | 845 text_unallowed_characters: 非法字符 |
845 text_comma_separated: 可以使用多个值(用逗号,分开)。 | 846 text_comma_separated: 可以使用多个值(用逗号,分开)。 |
846 text_line_separated: 可以使用多个值(每行一个值)。 | 847 text_line_separated: 可以使用多个值(每行一个值)。 |
847 text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题 | 848 text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题 |
848 text_issue_added: "问题 {{id}} 已由 {{author}} 提交。" | 849 text_issue_added: "问题 %{id} 已由 %{author} 提交。" |
849 text_issue_updated: "问题 {{id}} 已由 {{author}} 更新。" | 850 text_issue_updated: "问题 %{id} 已由 %{author} 更新。" |
850 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗? | 851 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗? |
851 text_issue_category_destroy_question: "有一些问题({{count}} 个)属于此类别。您想进行哪种操作?" | 852 text_issue_category_destroy_question: "有一些问题(%{count} 个)属于此类别。您想进行哪种操作?" |
852 text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别) | 853 text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别) |
853 text_issue_category_reassign_to: 为问题选择其它类别 | 854 text_issue_category_reassign_to: 为问题选择其它类别 |
854 text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。" | 855 text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。" |
855 text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。" | 856 text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。" |
856 text_load_default_configuration: 载入默认设置 | 857 text_load_default_configuration: 载入默认设置 |
857 text_status_changed_by_changeset: "已应用到变更列表 {{value}}." | 858 text_status_changed_by_changeset: "已应用到变更列表 %{value}." |
858 text_issues_destroy_confirmation: '您确定要删除选中的问题吗?' | 859 text_issues_destroy_confirmation: '您确定要删除选中的问题吗?' |
859 text_select_project_modules: '请选择此项目可以使用的模块:' | 860 text_select_project_modules: '请选择此项目可以使用的模块:' |
860 text_default_administrator_account_changed: 默认的管理员帐号已改变 | 861 text_default_administrator_account_changed: 默认的管理员帐号已改变 |
861 text_file_repository_writable: 附件路径可写 | 862 text_file_repository_writable: 附件路径可写 |
862 text_plugin_assets_writable: 插件的附件路径可写 | 863 text_plugin_assets_writable: 插件的附件路径可写 |
863 text_rmagick_available: RMagick 可用(可选的) | 864 text_rmagick_available: RMagick 可用(可选的) |
864 text_destroy_time_entries_question: 您要删除的问题已经上报了 {{hours}} 小时的工作量。您想进行那种操作? | 865 text_destroy_time_entries_question: 您要删除的问题已经上报了 %{hours} 小时的工作量。您想进行那种操作? |
865 text_destroy_time_entries: 删除上报的工作量 | 866 text_destroy_time_entries: 删除上报的工作量 |
866 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中 | 867 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中 |
867 text_reassign_time_entries: '将已上报的工作量指定到此问题:' | 868 text_reassign_time_entries: '将已上报的工作量指定到此问题:' |
868 text_user_wrote: "{{value}} 写到:" | 869 text_user_wrote: "%{value} 写到:" |
869 text_enumeration_category_reassign_to: '将它们关联到新的枚举值:' | 870 text_enumeration_category_reassign_to: '将它们关联到新的枚举值:' |
870 text_enumeration_destroy_question: "{{count}} 个对象被关联到了这个枚举值。" | 871 text_enumeration_destroy_question: "%{count} 个对象被关联到了这个枚举值。" |
871 text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/email.yml中配置您的SMTP服务器信息并重新启动以使其生效。" | 872 text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/email.yml中配置您的SMTP服务器信息并重新启动以使其生效。" |
872 text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。" | 873 text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。" |
873 text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断' | 874 text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断' |
874 text_custom_field_possible_values_info: '每项数值一行' | 875 text_custom_field_possible_values_info: '每项数值一行' |
875 text_wiki_page_destroy_question: 此页面有 {{descendants}} 个子页面和下级页面。您想进行那种操作? | 876 text_wiki_page_destroy_question: 此页面有 %{descendants} 个子页面和下级页面。您想进行那种操作? |
876 text_wiki_page_reassign_children: 将子页面的上级页面设置为 | 877 text_wiki_page_reassign_children: 将子页面的上级页面设置为 |
877 text_wiki_page_nullify_children: 将子页面保留为根页面 | 878 text_wiki_page_nullify_children: 将子页面保留为根页面 |
878 text_wiki_page_destroy_children: 删除子页面及其所有下级页面 | 879 text_wiki_page_destroy_children: 删除子页面及其所有下级页面 |
879 text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗? | 880 text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗? |
880 | 881 |
914 permission_manage_subtasks: 管理子任务 | 915 permission_manage_subtasks: 管理子任务 |
915 field_parent_issue: 父任务 | 916 field_parent_issue: 父任务 |
916 label_subtask_plural: 子任务 | 917 label_subtask_plural: 子任务 |
917 label_project_copy_notifications: 复制项目时发送邮件通知 | 918 label_project_copy_notifications: 复制项目时发送邮件通知 |
918 error_can_not_delete_custom_field: 不能删除自定义属性 | 919 error_can_not_delete_custom_field: 不能删除自定义属性 |
919 error_unable_to_connect: 不能连接到 ({{value}}) | 920 error_unable_to_connect: 不能连接到 (%{value}) |
920 error_can_not_remove_role: 该角色正在使用中, 不能删除. | 921 error_can_not_remove_role: 该角色正在使用中, 不能删除. |
921 error_can_not_delete_tracker: 该跟踪标签包含问题, 不能删除. | 922 error_can_not_delete_tracker: 该跟踪标签包含问题, 不能删除. |
922 field_principal: 用户/用户组 | 923 field_principal: 用户/用户组 |
923 label_my_page_block: 我的工作台模块 | 924 label_my_page_block: 我的工作台模块 |
924 notice_failed_to_save_members: "成员保存失败:{{errors}}。" | 925 notice_failed_to_save_members: "成员保存失败:%{errors}。" |
925 text_zoom_out: 缩小 | 926 text_zoom_out: 缩小 |
926 text_zoom_in: 放大 | 927 text_zoom_in: 放大 |
927 notice_unable_delete_time_entry: 无法删除工时记录。 | 928 notice_unable_delete_time_entry: 无法删除工时记录。 |
928 label_overall_spent_time: 所有项目耗用工时 | 929 label_overall_spent_time: 所有项目耗用工时 |
929 field_time_entries: Log time | 930 field_time_entries: Log time |
930 project_module_gantt: Gantt | 931 project_module_gantt: Gantt |
931 project_module_calendar: Calendar | 932 project_module_calendar: Calendar |
932 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" | 933 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" |
933 text_are_you_sure_with_children: Delete issue and all child issues? | 934 text_are_you_sure_with_children: Delete issue and all child issues? |
934 field_text: Text field | 935 field_text: Text field |
935 label_user_mail_option_only_owner: Only for things I am the owner of | 936 label_user_mail_option_only_owner: Only for things I am the owner of |
936 setting_default_notification_option: Default notification option | 937 setting_default_notification_option: Default notification option |
937 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in | 938 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in |
938 label_user_mail_option_only_assigned: Only for things I am assigned to | 939 label_user_mail_option_only_assigned: Only for things I am assigned to |
939 label_user_mail_option_none: No events | 940 label_user_mail_option_none: No events |
940 field_member_of_group: Assignee's group | 941 field_member_of_group: Assignee's group |
941 field_assigned_to_role: Assignee's role | 942 field_assigned_to_role: Assignee's role |
942 notice_not_authorized_archived_project: The project you're trying to access has been archived. | 943 notice_not_authorized_archived_project: The project you're trying to access has been archived. |
943 field_start_date: Start date | |
944 label_principal_search: "Search for user or group:" | 944 label_principal_search: "Search for user or group:" |
945 label_user_search: "Search for user:" | 945 label_user_search: "Search for user:" |
946 field_visible: Visible | 946 field_visible: Visible |
947 setting_emails_header: Emails header | 947 setting_emails_header: Emails header |
948 setting_commit_logtime_activity_id: Activity for logged time | |
949 text_time_logged_by_changeset: Applied in changeset %{value}. | |
950 setting_commit_logtime_enabled: Enable time logging | |
951 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) | |
952 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart |