##// END OF EJS Templates
remove trailing white-spaces from config/locales/zh.yml....
Toshi MARUYAMA -
r6579:aee7dd5b3fc0
parent child
Show More
@@ -1,4 +1,4
1 # Chinese (China) translations for Ruby on Rails
1 # Chinese (China) translations for Ruby on Rails
2 2 # by tsechingho (http://github.com/tsechingho)
3 3 zh:
4 4 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
@@ -11,7 +11,7 zh:
11 11 default: "%Y-%m-%d"
12 12 short: "%b%d日"
13 13 long: "%Y年%b%d日"
14
14
15 15 day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
16 16 abbr_day_names: [, , , , , , ]
17 17
@@ -73,7 +73,7 zh:
73 73 number:
74 74 # Default format for numbers
75 75 format:
76 separator: "."
76 separator: "."
77 77 delimiter: ""
78 78 precision: 3
79 79 human:
@@ -91,13 +91,12 zh:
91 91 gb: "GB"
92 92 tb: "TB"
93 93
94
95 94 # Used in array.to_sentence.
96 95 support:
97 96 array:
98 97 sentence_connector: "和"
99 98 skip_last_comma: false
100
99
101 100 activerecord:
102 101 errors:
103 102 template:
@@ -131,7 +130,7 zh:
131 130 cant_link_an_issue_with_a_descendant: "问题不能关联到它的子任务"
132 131
133 132 actionview_instancetag_blank_option: 请选择
134
133
135 134 general_text_No: '否'
136 135 general_text_Yes: '是'
137 136 general_text_no: '否'
@@ -142,7 +141,7 zh:
142 141 general_csv_encoding: gb18030
143 142 general_pdf_encoding: gb18030
144 143 general_first_day_of_week: '7'
145
144
146 145 notice_account_updated: 帐号更新成功
147 146 notice_account_invalid_creditentials: 无效的用户名或密码
148 147 notice_account_password_updated: 密码更新成功
@@ -173,7 +172,7 zh:
173 172 notice_unable_delete_time_entry: 无法删除工时
174 173 notice_issue_done_ratios_updated: 问题完成度已更新。
175 174 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
176
175
177 176 error_can_t_load_default_data: "无法载入默认设置:%{value}"
178 177 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
179 178 error_scm_command_failed: "访问版本库时发生错误:%{value}"
@@ -192,7 +191,7 zh:
192 191 error_unable_delete_issue_status: '无法删除问题状态'
193 192 error_unable_to_connect: "无法连接 (%{value})"
194 193 warning_attachments_not_saved: "%{count} 个文件保存失败"
195
194
196 195 mail_subject_lost_password: "您的 %{value} 密码"
197 196 mail_body_lost_password: '请点击以下链接来修改您的密码:'
198 197 mail_subject_register: "%{value}帐号激活"
@@ -207,10 +206,10 zh:
207 206 mail_body_wiki_content_added: "'%{id}' wiki页面已由 %{author} 添加。"
208 207 mail_subject_wiki_content_updated: "'%{id}' wiki页面已更新。"
209 208 mail_body_wiki_content_updated: "'%{id}' wiki页面已由 %{author} 更新。"
210
209
211 210 gui_validation_error: 1 个错误
212 211 gui_validation_error_plural: "%{count} 个错误"
213
212
214 213 field_name: 名称
215 214 field_description: 描述
216 215 field_summary: 摘要
@@ -308,7 +307,7 zh:
308 307 field_assigned_to_role: 角色的成员
309 308 field_text: 文本字段
310 309 field_visible: 可见的
311
310
312 311 setting_app_title: 应用程序标题
313 312 setting_app_subtitle: 应用程序子标题
314 313 setting_welcome_text: 欢迎文字
@@ -366,7 +365,7 zh:
366 365 setting_commit_logtime_enabled: 激活时间日志
367 366 setting_commit_logtime_activity_id: 记录的活动
368 367 setting_gantt_items_limit: 在甘特图上显示的最大记录数
369
368
370 369 permission_add_project: 新建项目
371 370 permission_add_subprojects: 新建子项目
372 371 permission_edit_project: 编辑项目
@@ -422,7 +421,7 zh:
422 421 permission_delete_own_messages: 删除自己的帖子
423 422 permission_export_wiki_pages: 导出 wiki 页面
424 423 permission_manage_subtasks: 管理子任务
425
424
426 425 project_module_issue_tracking: 问题跟踪
427 426 project_module_time_tracking: 时间跟踪
428 427 project_module_news: 新闻
@@ -433,7 +432,7 zh:
433 432 project_module_boards: 讨论区
434 433 project_module_calendar: 日历
435 434 project_module_gantt: 甘特图
436
435
437 436 label_user: 用户
438 437 label_user_plural: 用户
439 438 label_user_new: 新建用户
@@ -797,7 +796,7 zh:
797 796 label_project_copy_notifications: 复制项目时发送邮件通知
798 797 label_principal_search: "搜索用户或组:"
799 798 label_user_search: "搜索用户:"
800
799
801 800 button_login: 登录
802 801 button_submit: 提交
803 802 button_save: 保存
@@ -846,13 +845,13 zh:
846 845 status_active: 活动的
847 846 status_registered: 已注册
848 847 status_locked: 已锁定
849
848
850 849 version_status_open: 打开
851 850 version_status_locked: 锁定
852 851 version_status_closed: 关闭
853 852
854 853 field_active: 活动
855
854
856 855 text_select_mail_notifications: 选择需要发送邮件通知的动作
857 856 text_regexp_info: 例如:^[A-Z0-9]+$
858 857 text_min_max_length_info: 0 表示没有限制
@@ -912,7 +911,7 zh:
912 911 text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗?
913 912 text_zoom_in: Zoom in
914 913 text_zoom_out: Zoom out
915
914
916 915 default_role_manager: 管理人员
917 916 default_role_developer: 开发人员
918 917 default_role_reporter: 报告人员
@@ -934,7 +933,7 zh:
934 933 default_priority_immediate: 立刻
935 934 default_activity_design: 设计
936 935 default_activity_development: 开发
937
936
938 937 enumeration_issue_priorities: 问题优先级
939 938 enumeration_doc_categories: 文档类别
940 939 enumeration_activities: 活动(时间跟踪)
General Comments 0
You need to be logged in to leave comments. Login now