##// END OF EJS Templates
remove trailing white-spaces from config/locales/zh.yml....
Toshi MARUYAMA -
r6579:aee7dd5b3fc0
parent child
Show More
@@ -1,985 +1,984
1 # Chinese (China) translations for Ruby on Rails
1 # Chinese (China) translations for Ruby on Rails
2 # by tsechingho (http://github.com/tsechingho)
2 # by tsechingho (http://github.com/tsechingho)
3 zh:
3 zh:
4 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
4 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
5 direction: ltr
5 direction: ltr
6 date:
6 date:
7 formats:
7 formats:
8 # Use the strftime parameters for formats.
8 # Use the strftime parameters for formats.
9 # When no format has been given, it uses default.
9 # When no format has been given, it uses default.
10 # You can provide other formats here if you like!
10 # You can provide other formats here if you like!
11 default: "%Y-%m-%d"
11 default: "%Y-%m-%d"
12 short: "%b%d日"
12 short: "%b%d日"
13 long: "%Y年%b%d日"
13 long: "%Y年%b%d日"
14
14
15 day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
15 day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
16 abbr_day_names: [, , , , , , ]
16 abbr_day_names: [, , , , , , ]
17
17
18 # Don't forget the nil at the beginning; there's no such thing as a 0th month
18 # Don't forget the nil at the beginning; there's no such thing as a 0th month
19 month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
19 month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
20 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
20 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
21 # Used in date_select and datime_select.
21 # Used in date_select and datime_select.
22 order:
22 order:
23 - :year
23 - :year
24 - :month
24 - :month
25 - :day
25 - :day
26
26
27 time:
27 time:
28 formats:
28 formats:
29 default: "%Y年%b%d日 %A %H:%M:%S"
29 default: "%Y年%b%d日 %A %H:%M:%S"
30 time: "%H:%M"
30 time: "%H:%M"
31 short: "%b%d日 %H:%M"
31 short: "%b%d日 %H:%M"
32 long: "%Y年%b%d日 %H:%M"
32 long: "%Y年%b%d日 %H:%M"
33 am: "上午"
33 am: "上午"
34 pm: "下午"
34 pm: "下午"
35
35
36 datetime:
36 datetime:
37 distance_in_words:
37 distance_in_words:
38 half_a_minute: "半分钟"
38 half_a_minute: "半分钟"
39 less_than_x_seconds:
39 less_than_x_seconds:
40 one: "一秒内"
40 one: "一秒内"
41 other: "少于 %{count} 秒"
41 other: "少于 %{count} 秒"
42 x_seconds:
42 x_seconds:
43 one: "一秒"
43 one: "一秒"
44 other: "%{count} 秒"
44 other: "%{count} 秒"
45 less_than_x_minutes:
45 less_than_x_minutes:
46 one: "一分钟内"
46 one: "一分钟内"
47 other: "少于 %{count} 分钟"
47 other: "少于 %{count} 分钟"
48 x_minutes:
48 x_minutes:
49 one: "一分钟"
49 one: "一分钟"
50 other: "%{count} 分钟"
50 other: "%{count} 分钟"
51 about_x_hours:
51 about_x_hours:
52 one: "大约一小时"
52 one: "大约一小时"
53 other: "大约 %{count} 小时"
53 other: "大约 %{count} 小时"
54 x_days:
54 x_days:
55 one: "一天"
55 one: "一天"
56 other: "%{count} 天"
56 other: "%{count} 天"
57 about_x_months:
57 about_x_months:
58 one: "大约一个月"
58 one: "大约一个月"
59 other: "大约 %{count} 个月"
59 other: "大约 %{count} 个月"
60 x_months:
60 x_months:
61 one: "一个月"
61 one: "一个月"
62 other: "%{count} 个月"
62 other: "%{count} 个月"
63 about_x_years:
63 about_x_years:
64 one: "大约一年"
64 one: "大约一年"
65 other: "大约 %{count} 年"
65 other: "大约 %{count} 年"
66 over_x_years:
66 over_x_years:
67 one: "一年以上"
67 one: "一年以上"
68 other: "%{count} 年以上"
68 other: "%{count} 年以上"
69 almost_x_years:
69 almost_x_years:
70 one: "将近 1 年"
70 one: "将近 1 年"
71 other: "将近 %{count} 年"
71 other: "将近 %{count} 年"
72
72
73 number:
73 number:
74 # Default format for numbers
74 # Default format for numbers
75 format:
75 format:
76 separator: "."
76 separator: "."
77 delimiter: ""
77 delimiter: ""
78 precision: 3
78 precision: 3
79 human:
79 human:
80 format:
80 format:
81 delimiter: ""
81 delimiter: ""
82 precision: 1
82 precision: 1
83 storage_units:
83 storage_units:
84 format: "%n %u"
84 format: "%n %u"
85 units:
85 units:
86 byte:
86 byte:
87 one: "Byte"
87 one: "Byte"
88 other: "Bytes"
88 other: "Bytes"
89 kb: "kB"
89 kb: "kB"
90 mb: "MB"
90 mb: "MB"
91 gb: "GB"
91 gb: "GB"
92 tb: "TB"
92 tb: "TB"
93
93
94
95 # Used in array.to_sentence.
94 # Used in array.to_sentence.
96 support:
95 support:
97 array:
96 array:
98 sentence_connector: "和"
97 sentence_connector: "和"
99 skip_last_comma: false
98 skip_last_comma: false
100
99
101 activerecord:
100 activerecord:
102 errors:
101 errors:
103 template:
102 template:
104 header:
103 header:
105 one: "由于发生了一个错误 %{model} 无法保存"
104 one: "由于发生了一个错误 %{model} 无法保存"
106 other: "%{count} 个错误使得 %{model} 无法保存"
105 other: "%{count} 个错误使得 %{model} 无法保存"
107 messages:
106 messages:
108 inclusion: "不包含于列表中"
107 inclusion: "不包含于列表中"
109 exclusion: "是保留关键字"
108 exclusion: "是保留关键字"
110 invalid: "是无效的"
109 invalid: "是无效的"
111 confirmation: "与确认值不匹配"
110 confirmation: "与确认值不匹配"
112 accepted: "必须是可被接受的"
111 accepted: "必须是可被接受的"
113 empty: "不能留空"
112 empty: "不能留空"
114 blank: "不能为空字符"
113 blank: "不能为空字符"
115 too_long: "过长(最长为 %{count} 个字符)"
114 too_long: "过长(最长为 %{count} 个字符)"
116 too_short: "过短(最短为 %{count} 个字符)"
115 too_short: "过短(最短为 %{count} 个字符)"
117 wrong_length: "长度非法(必须为 %{count} 个字符)"
116 wrong_length: "长度非法(必须为 %{count} 个字符)"
118 taken: "已经被使用"
117 taken: "已经被使用"
119 not_a_number: "不是数字"
118 not_a_number: "不是数字"
120 not_a_date: "不是合法日期"
119 not_a_date: "不是合法日期"
121 greater_than: "必须大于 %{count}"
120 greater_than: "必须大于 %{count}"
122 greater_than_or_equal_to: "必须大于或等于 %{count}"
121 greater_than_or_equal_to: "必须大于或等于 %{count}"
123 equal_to: "必须等于 %{count}"
122 equal_to: "必须等于 %{count}"
124 less_than: "必须小于 %{count}"
123 less_than: "必须小于 %{count}"
125 less_than_or_equal_to: "必须小于或等于 %{count}"
124 less_than_or_equal_to: "必须小于或等于 %{count}"
126 odd: "必须为单数"
125 odd: "必须为单数"
127 even: "必须为双数"
126 even: "必须为双数"
128 greater_than_start_date: "必须在起始日期之后"
127 greater_than_start_date: "必须在起始日期之后"
129 not_same_project: "不属于同一个项目"
128 not_same_project: "不属于同一个项目"
130 circular_dependency: "此关联将导致循环依赖"
129 circular_dependency: "此关联将导致循环依赖"
131 cant_link_an_issue_with_a_descendant: "问题不能关联到它的子任务"
130 cant_link_an_issue_with_a_descendant: "问题不能关联到它的子任务"
132
131
133 actionview_instancetag_blank_option: 请选择
132 actionview_instancetag_blank_option: 请选择
134
133
135 general_text_No: '否'
134 general_text_No: '否'
136 general_text_Yes: '是'
135 general_text_Yes: '是'
137 general_text_no: '否'
136 general_text_no: '否'
138 general_text_yes: '是'
137 general_text_yes: '是'
139 general_lang_name: 'Simplified Chinese (简体中文)'
138 general_lang_name: 'Simplified Chinese (简体中文)'
140 general_csv_separator: ','
139 general_csv_separator: ','
141 general_csv_decimal_separator: '.'
140 general_csv_decimal_separator: '.'
142 general_csv_encoding: gb18030
141 general_csv_encoding: gb18030
143 general_pdf_encoding: gb18030
142 general_pdf_encoding: gb18030
144 general_first_day_of_week: '7'
143 general_first_day_of_week: '7'
145
144
146 notice_account_updated: 帐号更新成功
145 notice_account_updated: 帐号更新成功
147 notice_account_invalid_creditentials: 无效的用户名或密码
146 notice_account_invalid_creditentials: 无效的用户名或密码
148 notice_account_password_updated: 密码更新成功
147 notice_account_password_updated: 密码更新成功
149 notice_account_wrong_password: 密码错误
148 notice_account_wrong_password: 密码错误
150 notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。
149 notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。
151 notice_account_unknown_email: 未知用户
150 notice_account_unknown_email: 未知用户
152 notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。
151 notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。
153 notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。
152 notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。
154 notice_account_activated: 您的帐号已被激活。您现在可以登录了。
153 notice_account_activated: 您的帐号已被激活。您现在可以登录了。
155 notice_successful_create: 创建成功
154 notice_successful_create: 创建成功
156 notice_successful_update: 更新成功
155 notice_successful_update: 更新成功
157 notice_successful_delete: 删除成功
156 notice_successful_delete: 删除成功
158 notice_successful_connection: 连接成功
157 notice_successful_connection: 连接成功
159 notice_file_not_found: 您访问的页面不存在或已被删除。
158 notice_file_not_found: 您访问的页面不存在或已被删除。
160 notice_locking_conflict: 数据已被另一位用户更新
159 notice_locking_conflict: 数据已被另一位用户更新
161 notice_not_authorized: 对不起,您无权访问此页面。
160 notice_not_authorized: 对不起,您无权访问此页面。
162 notice_not_authorized_archived_project: 要访问的项目已经归档。
161 notice_not_authorized_archived_project: 要访问的项目已经归档。
163 notice_email_sent: "邮件已发送至 %{value}"
162 notice_email_sent: "邮件已发送至 %{value}"
164 notice_email_error: "发送邮件时发生错误 (%{value})"
163 notice_email_error: "发送邮件时发生错误 (%{value})"
165 notice_feeds_access_key_reseted: 您的RSS存取键已被重置。
164 notice_feeds_access_key_reseted: 您的RSS存取键已被重置。
166 notice_api_access_key_reseted: 您的API访问键已被重置。
165 notice_api_access_key_reseted: 您的API访问键已被重置。
167 notice_failed_to_save_issues: "%{count} 个问题保存失败(共选择 %{total} 个问题):%{ids}."
166 notice_failed_to_save_issues: "%{count} 个问题保存失败(共选择 %{total} 个问题):%{ids}."
168 notice_failed_to_save_members: "成员保存失败: %{errors}."
167 notice_failed_to_save_members: "成员保存失败: %{errors}."
169 notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。"
168 notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。"
170 notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。"
169 notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。"
171 notice_default_data_loaded: 成功载入默认设置。
170 notice_default_data_loaded: 成功载入默认设置。
172 notice_unable_delete_version: 无法删除版本
171 notice_unable_delete_version: 无法删除版本
173 notice_unable_delete_time_entry: 无法删除工时
172 notice_unable_delete_time_entry: 无法删除工时
174 notice_issue_done_ratios_updated: 问题完成度已更新。
173 notice_issue_done_ratios_updated: 问题完成度已更新。
175 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
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 error_can_t_load_default_data: "无法载入默认设置:%{value}"
176 error_can_t_load_default_data: "无法载入默认设置:%{value}"
178 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
177 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
179 error_scm_command_failed: "访问版本库时发生错误:%{value}"
178 error_scm_command_failed: "访问版本库时发生错误:%{value}"
180 error_scm_annotate: "该条目不存在或无法追溯。"
179 error_scm_annotate: "该条目不存在或无法追溯。"
181 error_issue_not_found_in_project: '问题不存在或不属于此项目'
180 error_issue_not_found_in_project: '问题不存在或不属于此项目'
182 error_no_tracker_in_project: 该项目未设定跟踪标签,请检查项目配置。
181 error_no_tracker_in_project: 该项目未设定跟踪标签,请检查项目配置。
183 error_no_default_issue_status: 未设置默认的问题状态。请检查系统设置("管理" -> "问题状态")。
182 error_no_default_issue_status: 未设置默认的问题状态。请检查系统设置("管理" -> "问题状态")。
184 error_can_not_delete_custom_field: 无法删除自定义属性
183 error_can_not_delete_custom_field: 无法删除自定义属性
185 error_can_not_delete_tracker: "该跟踪标签已包含问题,无法删除"
184 error_can_not_delete_tracker: "该跟踪标签已包含问题,无法删除"
186 error_can_not_remove_role: "该角色正在使用中,无法删除"
185 error_can_not_remove_role: "该角色正在使用中,无法删除"
187 error_can_not_reopen_issue_on_closed_version: 该问题被关联到一个已经关闭的版本,因此无法重新打开。
186 error_can_not_reopen_issue_on_closed_version: 该问题被关联到一个已经关闭的版本,因此无法重新打开。
188 error_can_not_archive_project: 该项目无法被存档
187 error_can_not_archive_project: 该项目无法被存档
189 error_issue_done_ratios_not_updated: 问题完成度未能被更新。
188 error_issue_done_ratios_not_updated: 问题完成度未能被更新。
190 error_workflow_copy_source: 请选择一个源跟踪标签或者角色
189 error_workflow_copy_source: 请选择一个源跟踪标签或者角色
191 error_workflow_copy_target: 请选择目标跟踪标签和角色
190 error_workflow_copy_target: 请选择目标跟踪标签和角色
192 error_unable_delete_issue_status: '无法删除问题状态'
191 error_unable_delete_issue_status: '无法删除问题状态'
193 error_unable_to_connect: "无法连接 (%{value})"
192 error_unable_to_connect: "无法连接 (%{value})"
194 warning_attachments_not_saved: "%{count} 个文件保存失败"
193 warning_attachments_not_saved: "%{count} 个文件保存失败"
195
194
196 mail_subject_lost_password: "您的 %{value} 密码"
195 mail_subject_lost_password: "您的 %{value} 密码"
197 mail_body_lost_password: '请点击以下链接来修改您的密码:'
196 mail_body_lost_password: '请点击以下链接来修改您的密码:'
198 mail_subject_register: "%{value}帐号激活"
197 mail_subject_register: "%{value}帐号激活"
199 mail_body_register: '请点击以下链接来激活您的帐号:'
198 mail_body_register: '请点击以下链接来激活您的帐号:'
200 mail_body_account_information_external: "您可以使用您的 %{value} 帐号来登录。"
199 mail_body_account_information_external: "您可以使用您的 %{value} 帐号来登录。"
201 mail_body_account_information: 您的帐号信息
200 mail_body_account_information: 您的帐号信息
202 mail_subject_account_activation_request: "%{value}帐号激活请求"
201 mail_subject_account_activation_request: "%{value}帐号激活请求"
203 mail_body_account_activation_request: "新用户(%{value})已完成注册,正在等候您的审核:"
202 mail_body_account_activation_request: "新用户(%{value})已完成注册,正在等候您的审核:"
204 mail_subject_reminder: "%{count} 个问题需要尽快解决 (%{days})"
203 mail_subject_reminder: "%{count} 个问题需要尽快解决 (%{days})"
205 mail_body_reminder: "指派给您的 %{count} 个问题需要在 %{days} 天内完成:"
204 mail_body_reminder: "指派给您的 %{count} 个问题需要在 %{days} 天内完成:"
206 mail_subject_wiki_content_added: "'%{id}' wiki页面已添加"
205 mail_subject_wiki_content_added: "'%{id}' wiki页面已添加"
207 mail_body_wiki_content_added: "'%{id}' wiki页面已由 %{author} 添加。"
206 mail_body_wiki_content_added: "'%{id}' wiki页面已由 %{author} 添加。"
208 mail_subject_wiki_content_updated: "'%{id}' wiki页面已更新。"
207 mail_subject_wiki_content_updated: "'%{id}' wiki页面已更新。"
209 mail_body_wiki_content_updated: "'%{id}' wiki页面已由 %{author} 更新。"
208 mail_body_wiki_content_updated: "'%{id}' wiki页面已由 %{author} 更新。"
210
209
211 gui_validation_error: 1 个错误
210 gui_validation_error: 1 个错误
212 gui_validation_error_plural: "%{count} 个错误"
211 gui_validation_error_plural: "%{count} 个错误"
213
212
214 field_name: 名称
213 field_name: 名称
215 field_description: 描述
214 field_description: 描述
216 field_summary: 摘要
215 field_summary: 摘要
217 field_is_required: 必填
216 field_is_required: 必填
218 field_firstname: 名字
217 field_firstname: 名字
219 field_lastname: 姓氏
218 field_lastname: 姓氏
220 field_mail: 邮件地址
219 field_mail: 邮件地址
221 field_filename: 文件
220 field_filename: 文件
222 field_filesize: 大小
221 field_filesize: 大小
223 field_downloads: 下载次数
222 field_downloads: 下载次数
224 field_author: 作者
223 field_author: 作者
225 field_created_on: 创建于
224 field_created_on: 创建于
226 field_updated_on: 更新于
225 field_updated_on: 更新于
227 field_field_format: 格式
226 field_field_format: 格式
228 field_is_for_all: 用于所有项目
227 field_is_for_all: 用于所有项目
229 field_possible_values: 可能的值
228 field_possible_values: 可能的值
230 field_regexp: 正则表达式
229 field_regexp: 正则表达式
231 field_min_length: 最小长度
230 field_min_length: 最小长度
232 field_max_length: 最大长度
231 field_max_length: 最大长度
233 field_value:
232 field_value:
234 field_category: 类别
233 field_category: 类别
235 field_title: 标题
234 field_title: 标题
236 field_project: 项目
235 field_project: 项目
237 field_issue: 问题
236 field_issue: 问题
238 field_status: 状态
237 field_status: 状态
239 field_notes: 说明
238 field_notes: 说明
240 field_is_closed: 已关闭的问题
239 field_is_closed: 已关闭的问题
241 field_is_default: 默认值
240 field_is_default: 默认值
242 field_tracker: 跟踪
241 field_tracker: 跟踪
243 field_subject: 主题
242 field_subject: 主题
244 field_due_date: 完成日期
243 field_due_date: 完成日期
245 field_assigned_to: 指派给
244 field_assigned_to: 指派给
246 field_priority: 优先级
245 field_priority: 优先级
247 field_fixed_version: 目标版本
246 field_fixed_version: 目标版本
248 field_user: 用户
247 field_user: 用户
249 field_principal: 用户/用户组
248 field_principal: 用户/用户组
250 field_role: 角色
249 field_role: 角色
251 field_homepage: 主页
250 field_homepage: 主页
252 field_is_public: 公开
251 field_is_public: 公开
253 field_parent: 上级项目
252 field_parent: 上级项目
254 field_is_in_roadmap: 在路线图中显示
253 field_is_in_roadmap: 在路线图中显示
255 field_login: 登录名
254 field_login: 登录名
256 field_mail_notification: 邮件通知
255 field_mail_notification: 邮件通知
257 field_admin: 管理员
256 field_admin: 管理员
258 field_last_login_on: 最后登录
257 field_last_login_on: 最后登录
259 field_language: 语言
258 field_language: 语言
260 field_effective_date: 日期
259 field_effective_date: 日期
261 field_password: 密码
260 field_password: 密码
262 field_new_password: 新密码
261 field_new_password: 新密码
263 field_password_confirmation: 确认
262 field_password_confirmation: 确认
264 field_version: 版本
263 field_version: 版本
265 field_type: 类型
264 field_type: 类型
266 field_host: 主机
265 field_host: 主机
267 field_port: 端口
266 field_port: 端口
268 field_account: 帐号
267 field_account: 帐号
269 field_base_dn: Base DN
268 field_base_dn: Base DN
270 field_attr_login: 登录名属性
269 field_attr_login: 登录名属性
271 field_attr_firstname: 名字属性
270 field_attr_firstname: 名字属性
272 field_attr_lastname: 姓氏属性
271 field_attr_lastname: 姓氏属性
273 field_attr_mail: 邮件属性
272 field_attr_mail: 邮件属性
274 field_onthefly: 即时用户生成
273 field_onthefly: 即时用户生成
275 field_start_date: 开始日期
274 field_start_date: 开始日期
276 field_done_ratio: "% 完成"
275 field_done_ratio: "% 完成"
277 field_auth_source: 认证模式
276 field_auth_source: 认证模式
278 field_hide_mail: 隐藏我的邮件地址
277 field_hide_mail: 隐藏我的邮件地址
279 field_comments: 注释
278 field_comments: 注释
280 field_url: URL
279 field_url: URL
281 field_start_page: 起始页
280 field_start_page: 起始页
282 field_subproject: 子项目
281 field_subproject: 子项目
283 field_hours: 小时
282 field_hours: 小时
284 field_activity: 活动
283 field_activity: 活动
285 field_spent_on: 日期
284 field_spent_on: 日期
286 field_identifier: 标识
285 field_identifier: 标识
287 field_is_filter: 作为过滤条件
286 field_is_filter: 作为过滤条件
288 field_issue_to: 相关问题
287 field_issue_to: 相关问题
289 field_delay: 延期
288 field_delay: 延期
290 field_assignable: 问题可指派给此角色
289 field_assignable: 问题可指派给此角色
291 field_redirect_existing_links: 重定向到现有链接
290 field_redirect_existing_links: 重定向到现有链接
292 field_estimated_hours: 预期时间
291 field_estimated_hours: 预期时间
293 field_column_names:
292 field_column_names:
294 field_time_entries: 工时
293 field_time_entries: 工时
295 field_time_zone: 时区
294 field_time_zone: 时区
296 field_searchable: 可用作搜索条件
295 field_searchable: 可用作搜索条件
297 field_default_value: 默认值
296 field_default_value: 默认值
298 field_comments_sorting: 显示注释
297 field_comments_sorting: 显示注释
299 field_parent_title: 上级页面
298 field_parent_title: 上级页面
300 field_editable: 可编辑
299 field_editable: 可编辑
301 field_watcher: 跟踪者
300 field_watcher: 跟踪者
302 field_identity_url: OpenID URL
301 field_identity_url: OpenID URL
303 field_content: 内容
302 field_content: 内容
304 field_group_by: 根据此条件分组
303 field_group_by: 根据此条件分组
305 field_sharing: 共享
304 field_sharing: 共享
306 field_parent_issue: 父任务
305 field_parent_issue: 父任务
307 field_member_of_group: 用户组的成员
306 field_member_of_group: 用户组的成员
308 field_assigned_to_role: 角色的成员
307 field_assigned_to_role: 角色的成员
309 field_text: 文本字段
308 field_text: 文本字段
310 field_visible: 可见的
309 field_visible: 可见的
311
310
312 setting_app_title: 应用程序标题
311 setting_app_title: 应用程序标题
313 setting_app_subtitle: 应用程序子标题
312 setting_app_subtitle: 应用程序子标题
314 setting_welcome_text: 欢迎文字
313 setting_welcome_text: 欢迎文字
315 setting_default_language: 默认语言
314 setting_default_language: 默认语言
316 setting_login_required: 要求认证
315 setting_login_required: 要求认证
317 setting_self_registration: 允许自注册
316 setting_self_registration: 允许自注册
318 setting_attachment_max_size: 附件大小限制
317 setting_attachment_max_size: 附件大小限制
319 setting_issues_export_limit: 问题导出条目的限制
318 setting_issues_export_limit: 问题导出条目的限制
320 setting_mail_from: 邮件发件人地址
319 setting_mail_from: 邮件发件人地址
321 setting_bcc_recipients: 使用密件抄送 (bcc)
320 setting_bcc_recipients: 使用密件抄送 (bcc)
322 setting_plain_text_mail: 纯文本(无HTML)
321 setting_plain_text_mail: 纯文本(无HTML)
323 setting_host_name: 主机名称
322 setting_host_name: 主机名称
324 setting_text_formatting: 文本格式
323 setting_text_formatting: 文本格式
325 setting_wiki_compression: 压缩Wiki历史文档
324 setting_wiki_compression: 压缩Wiki历史文档
326 setting_feeds_limit: RSS Feed内容条数限制
325 setting_feeds_limit: RSS Feed内容条数限制
327 setting_default_projects_public: 新建项目默认为公开项目
326 setting_default_projects_public: 新建项目默认为公开项目
328 setting_autofetch_changesets: 自动获取程序变更
327 setting_autofetch_changesets: 自动获取程序变更
329 setting_sys_api_enabled: 启用用于版本库管理的Web Service
328 setting_sys_api_enabled: 启用用于版本库管理的Web Service
330 setting_commit_ref_keywords: 用于引用问题的关键字
329 setting_commit_ref_keywords: 用于引用问题的关键字
331 setting_commit_fix_keywords: 用于解决问题的关键字
330 setting_commit_fix_keywords: 用于解决问题的关键字
332 setting_autologin: 自动登录
331 setting_autologin: 自动登录
333 setting_date_format: 日期格式
332 setting_date_format: 日期格式
334 setting_time_format: 时间格式
333 setting_time_format: 时间格式
335 setting_cross_project_issue_relations: 允许不同项目之间的问题关联
334 setting_cross_project_issue_relations: 允许不同项目之间的问题关联
336 setting_issue_list_default_columns: 问题列表中显示的默认列
335 setting_issue_list_default_columns: 问题列表中显示的默认列
337 setting_repositories_encodings: 版本库编码
336 setting_repositories_encodings: 版本库编码
338 setting_emails_header: 邮件头
337 setting_emails_header: 邮件头
339 setting_emails_footer: 邮件签名
338 setting_emails_footer: 邮件签名
340 setting_protocol: 协议
339 setting_protocol: 协议
341 setting_per_page_options: 每页显示条目个数的设置
340 setting_per_page_options: 每页显示条目个数的设置
342 setting_user_format: 用户显示格式
341 setting_user_format: 用户显示格式
343 setting_activity_days_default: 在项目活动中显示的天数
342 setting_activity_days_default: 在项目活动中显示的天数
344 setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题
343 setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题
345 setting_enabled_scm: 启用 SCM
344 setting_enabled_scm: 启用 SCM
346 setting_mail_handler_body_delimiters: 在这些行之后截断邮件
345 setting_mail_handler_body_delimiters: 在这些行之后截断邮件
347 setting_mail_handler_api_enabled: 启用用于接收邮件的服务
346 setting_mail_handler_api_enabled: 启用用于接收邮件的服务
348 setting_mail_handler_api_key: API key
347 setting_mail_handler_api_key: API key
349 setting_sequential_project_identifiers: 顺序产生项目标识
348 setting_sequential_project_identifiers: 顺序产生项目标识
350 setting_gravatar_enabled: 使用Gravatar用户头像
349 setting_gravatar_enabled: 使用Gravatar用户头像
351 setting_gravatar_default: 默认的Gravatar头像
350 setting_gravatar_default: 默认的Gravatar头像
352 setting_diff_max_lines_displayed: 查看差别页面上显示的最大行数
351 setting_diff_max_lines_displayed: 查看差别页面上显示的最大行数
353 setting_file_max_size_displayed: 允许直接显示的最大文本文件
352 setting_file_max_size_displayed: 允许直接显示的最大文本文件
354 setting_repository_log_display_limit: 在文件变更记录页面上显示的最大修订版本数量
353 setting_repository_log_display_limit: 在文件变更记录页面上显示的最大修订版本数量
355 setting_openid: 允许使用OpenID登录和注册
354 setting_openid: 允许使用OpenID登录和注册
356 setting_password_min_length: 最短密码长度
355 setting_password_min_length: 最短密码长度
357 setting_new_project_user_role_id: 非管理员用户新建项目时将被赋予的(在该项目中的)角色
356 setting_new_project_user_role_id: 非管理员用户新建项目时将被赋予的(在该项目中的)角色
358 setting_default_projects_modules: 新建项目默认启用的模块
357 setting_default_projects_modules: 新建项目默认启用的模块
359 setting_issue_done_ratio: 计算问题完成度:
358 setting_issue_done_ratio: 计算问题完成度:
360 setting_issue_done_ratio_issue_field: 使用问题(的完成度)属性
359 setting_issue_done_ratio_issue_field: 使用问题(的完成度)属性
361 setting_issue_done_ratio_issue_status: 使用问题状态
360 setting_issue_done_ratio_issue_status: 使用问题状态
362 setting_start_of_week: 日历开始于
361 setting_start_of_week: 日历开始于
363 setting_rest_api_enabled: 启用REST web service
362 setting_rest_api_enabled: 启用REST web service
364 setting_cache_formatted_text: 缓存格式化文字
363 setting_cache_formatted_text: 缓存格式化文字
365 setting_default_notification_option: 默认提醒选项
364 setting_default_notification_option: 默认提醒选项
366 setting_commit_logtime_enabled: 激活时间日志
365 setting_commit_logtime_enabled: 激活时间日志
367 setting_commit_logtime_activity_id: 记录的活动
366 setting_commit_logtime_activity_id: 记录的活动
368 setting_gantt_items_limit: 在甘特图上显示的最大记录数
367 setting_gantt_items_limit: 在甘特图上显示的最大记录数
369
368
370 permission_add_project: 新建项目
369 permission_add_project: 新建项目
371 permission_add_subprojects: 新建子项目
370 permission_add_subprojects: 新建子项目
372 permission_edit_project: 编辑项目
371 permission_edit_project: 编辑项目
373 permission_select_project_modules: 选择项目模块
372 permission_select_project_modules: 选择项目模块
374 permission_manage_members: 管理成员
373 permission_manage_members: 管理成员
375 permission_manage_project_activities: 管理项目活动
374 permission_manage_project_activities: 管理项目活动
376 permission_manage_versions: 管理版本
375 permission_manage_versions: 管理版本
377 permission_manage_categories: 管理问题类别
376 permission_manage_categories: 管理问题类别
378 permission_view_issues: 查看问题
377 permission_view_issues: 查看问题
379 permission_add_issues: 新建问题
378 permission_add_issues: 新建问题
380 permission_edit_issues: 更新问题
379 permission_edit_issues: 更新问题
381 permission_manage_issue_relations: 管理问题关联
380 permission_manage_issue_relations: 管理问题关联
382 permission_add_issue_notes: 添加说明
381 permission_add_issue_notes: 添加说明
383 permission_edit_issue_notes: 编辑说明
382 permission_edit_issue_notes: 编辑说明
384 permission_edit_own_issue_notes: 编辑自己的说明
383 permission_edit_own_issue_notes: 编辑自己的说明
385 permission_move_issues: 移动问题
384 permission_move_issues: 移动问题
386 permission_delete_issues: 删除问题
385 permission_delete_issues: 删除问题
387 permission_manage_public_queries: 管理公开的查询
386 permission_manage_public_queries: 管理公开的查询
388 permission_save_queries: 保存查询
387 permission_save_queries: 保存查询
389 permission_view_gantt: 查看甘特图
388 permission_view_gantt: 查看甘特图
390 permission_view_calendar: 查看日历
389 permission_view_calendar: 查看日历
391 permission_view_issue_watchers: 查看跟踪者列表
390 permission_view_issue_watchers: 查看跟踪者列表
392 permission_add_issue_watchers: 添加跟踪者
391 permission_add_issue_watchers: 添加跟踪者
393 permission_delete_issue_watchers: 删除跟踪者
392 permission_delete_issue_watchers: 删除跟踪者
394 permission_log_time: 登记工时
393 permission_log_time: 登记工时
395 permission_view_time_entries: 查看耗时
394 permission_view_time_entries: 查看耗时
396 permission_edit_time_entries: 编辑耗时
395 permission_edit_time_entries: 编辑耗时
397 permission_edit_own_time_entries: 编辑自己的耗时
396 permission_edit_own_time_entries: 编辑自己的耗时
398 permission_manage_news: 管理新闻
397 permission_manage_news: 管理新闻
399 permission_comment_news: 为新闻添加评论
398 permission_comment_news: 为新闻添加评论
400 permission_manage_documents: 管理文档
399 permission_manage_documents: 管理文档
401 permission_view_documents: 查看文档
400 permission_view_documents: 查看文档
402 permission_manage_files: 管理文件
401 permission_manage_files: 管理文件
403 permission_view_files: 查看文件
402 permission_view_files: 查看文件
404 permission_manage_wiki: 管理Wiki
403 permission_manage_wiki: 管理Wiki
405 permission_rename_wiki_pages: 重命名Wiki页面
404 permission_rename_wiki_pages: 重命名Wiki页面
406 permission_delete_wiki_pages: 删除Wiki页面
405 permission_delete_wiki_pages: 删除Wiki页面
407 permission_view_wiki_pages: 查看Wiki
406 permission_view_wiki_pages: 查看Wiki
408 permission_view_wiki_edits: 查看Wiki历史记录
407 permission_view_wiki_edits: 查看Wiki历史记录
409 permission_edit_wiki_pages: 编辑Wiki页面
408 permission_edit_wiki_pages: 编辑Wiki页面
410 permission_delete_wiki_pages_attachments: 删除附件
409 permission_delete_wiki_pages_attachments: 删除附件
411 permission_protect_wiki_pages: 保护Wiki页面
410 permission_protect_wiki_pages: 保护Wiki页面
412 permission_manage_repository: 管理版本库
411 permission_manage_repository: 管理版本库
413 permission_browse_repository: 浏览版本库
412 permission_browse_repository: 浏览版本库
414 permission_view_changesets: 查看变更
413 permission_view_changesets: 查看变更
415 permission_commit_access: 访问提交信息
414 permission_commit_access: 访问提交信息
416 permission_manage_boards: 管理讨论区
415 permission_manage_boards: 管理讨论区
417 permission_view_messages: 查看帖子
416 permission_view_messages: 查看帖子
418 permission_add_messages: 发表帖子
417 permission_add_messages: 发表帖子
419 permission_edit_messages: 编辑帖子
418 permission_edit_messages: 编辑帖子
420 permission_edit_own_messages: 编辑自己的帖子
419 permission_edit_own_messages: 编辑自己的帖子
421 permission_delete_messages: 删除帖子
420 permission_delete_messages: 删除帖子
422 permission_delete_own_messages: 删除自己的帖子
421 permission_delete_own_messages: 删除自己的帖子
423 permission_export_wiki_pages: 导出 wiki 页面
422 permission_export_wiki_pages: 导出 wiki 页面
424 permission_manage_subtasks: 管理子任务
423 permission_manage_subtasks: 管理子任务
425
424
426 project_module_issue_tracking: 问题跟踪
425 project_module_issue_tracking: 问题跟踪
427 project_module_time_tracking: 时间跟踪
426 project_module_time_tracking: 时间跟踪
428 project_module_news: 新闻
427 project_module_news: 新闻
429 project_module_documents: 文档
428 project_module_documents: 文档
430 project_module_files: 文件
429 project_module_files: 文件
431 project_module_wiki: Wiki
430 project_module_wiki: Wiki
432 project_module_repository: 版本库
431 project_module_repository: 版本库
433 project_module_boards: 讨论区
432 project_module_boards: 讨论区
434 project_module_calendar: 日历
433 project_module_calendar: 日历
435 project_module_gantt: 甘特图
434 project_module_gantt: 甘特图
436
435
437 label_user: 用户
436 label_user: 用户
438 label_user_plural: 用户
437 label_user_plural: 用户
439 label_user_new: 新建用户
438 label_user_new: 新建用户
440 label_user_anonymous: 匿名用户
439 label_user_anonymous: 匿名用户
441 label_project: 项目
440 label_project: 项目
442 label_project_new: 新建项目
441 label_project_new: 新建项目
443 label_project_plural: 项目
442 label_project_plural: 项目
444 label_x_projects:
443 label_x_projects:
445 zero: 无项目
444 zero: 无项目
446 one: 1 个项目
445 one: 1 个项目
447 other: "%{count} 个项目"
446 other: "%{count} 个项目"
448 label_project_all: 所有的项目
447 label_project_all: 所有的项目
449 label_project_latest: 最近的项目
448 label_project_latest: 最近的项目
450 label_issue: 问题
449 label_issue: 问题
451 label_issue_new: 新建问题
450 label_issue_new: 新建问题
452 label_issue_plural: 问题
451 label_issue_plural: 问题
453 label_issue_view_all: 查看所有问题
452 label_issue_view_all: 查看所有问题
454 label_issues_by: "按 %{value} 分组显示问题"
453 label_issues_by: "按 %{value} 分组显示问题"
455 label_issue_added: 问题已添加
454 label_issue_added: 问题已添加
456 label_issue_updated: 问题已更新
455 label_issue_updated: 问题已更新
457 label_document: 文档
456 label_document: 文档
458 label_document_new: 新建文档
457 label_document_new: 新建文档
459 label_document_plural: 文档
458 label_document_plural: 文档
460 label_document_added: 文档已添加
459 label_document_added: 文档已添加
461 label_role: 角色
460 label_role: 角色
462 label_role_plural: 角色
461 label_role_plural: 角色
463 label_role_new: 新建角色
462 label_role_new: 新建角色
464 label_role_and_permissions: 角色和权限
463 label_role_and_permissions: 角色和权限
465 label_member: 成员
464 label_member: 成员
466 label_member_new: 新建成员
465 label_member_new: 新建成员
467 label_member_plural: 成员
466 label_member_plural: 成员
468 label_tracker: 跟踪标签
467 label_tracker: 跟踪标签
469 label_tracker_plural: 跟踪标签
468 label_tracker_plural: 跟踪标签
470 label_tracker_new: 新建跟踪标签
469 label_tracker_new: 新建跟踪标签
471 label_workflow: 工作流程
470 label_workflow: 工作流程
472 label_issue_status: 问题状态
471 label_issue_status: 问题状态
473 label_issue_status_plural: 问题状态
472 label_issue_status_plural: 问题状态
474 label_issue_status_new: 新建问题状态
473 label_issue_status_new: 新建问题状态
475 label_issue_category: 问题类别
474 label_issue_category: 问题类别
476 label_issue_category_plural: 问题类别
475 label_issue_category_plural: 问题类别
477 label_issue_category_new: 新建问题类别
476 label_issue_category_new: 新建问题类别
478 label_custom_field: 自定义属性
477 label_custom_field: 自定义属性
479 label_custom_field_plural: 自定义属性
478 label_custom_field_plural: 自定义属性
480 label_custom_field_new: 新建自定义属性
479 label_custom_field_new: 新建自定义属性
481 label_enumerations: 枚举值
480 label_enumerations: 枚举值
482 label_enumeration_new: 新建枚举值
481 label_enumeration_new: 新建枚举值
483 label_information: 信息
482 label_information: 信息
484 label_information_plural: 信息
483 label_information_plural: 信息
485 label_please_login: 请登录
484 label_please_login: 请登录
486 label_register: 注册
485 label_register: 注册
487 label_login_with_open_id_option: 或使用OpenID登录
486 label_login_with_open_id_option: 或使用OpenID登录
488 label_password_lost: 忘记密码
487 label_password_lost: 忘记密码
489 label_home: 主页
488 label_home: 主页
490 label_my_page: 我的工作台
489 label_my_page: 我的工作台
491 label_my_account: 我的帐号
490 label_my_account: 我的帐号
492 label_my_projects: 我的项目
491 label_my_projects: 我的项目
493 label_my_page_block: 我的工作台模块
492 label_my_page_block: 我的工作台模块
494 label_administration: 管理
493 label_administration: 管理
495 label_login: 登录
494 label_login: 登录
496 label_logout: 退出
495 label_logout: 退出
497 label_help: 帮助
496 label_help: 帮助
498 label_reported_issues: 已报告的问题
497 label_reported_issues: 已报告的问题
499 label_assigned_to_me_issues: 指派给我的问题
498 label_assigned_to_me_issues: 指派给我的问题
500 label_last_login: 最后登录
499 label_last_login: 最后登录
501 label_registered_on: 注册于
500 label_registered_on: 注册于
502 label_activity: 活动
501 label_activity: 活动
503 label_overall_activity: 活动概览
502 label_overall_activity: 活动概览
504 label_user_activity: "%{value} 的活动"
503 label_user_activity: "%{value} 的活动"
505 label_new: 新建
504 label_new: 新建
506 label_logged_as: 登录为
505 label_logged_as: 登录为
507 label_environment: 环境
506 label_environment: 环境
508 label_authentication: 认证
507 label_authentication: 认证
509 label_auth_source: 认证模式
508 label_auth_source: 认证模式
510 label_auth_source_new: 新建认证模式
509 label_auth_source_new: 新建认证模式
511 label_auth_source_plural: 认证模式
510 label_auth_source_plural: 认证模式
512 label_subproject_plural: 子项目
511 label_subproject_plural: 子项目
513 label_subproject_new: 新建子项目
512 label_subproject_new: 新建子项目
514 label_and_its_subprojects: "%{value} 及其子项目"
513 label_and_its_subprojects: "%{value} 及其子项目"
515 label_min_max_length: 最小 - 最大 长度
514 label_min_max_length: 最小 - 最大 长度
516 label_list: 列表
515 label_list: 列表
517 label_date: 日期
516 label_date: 日期
518 label_integer: 整数
517 label_integer: 整数
519 label_float: 浮点数
518 label_float: 浮点数
520 label_boolean: 布尔值
519 label_boolean: 布尔值
521 label_string: 字符串
520 label_string: 字符串
522 label_text: 文本
521 label_text: 文本
523 label_attribute: 属性
522 label_attribute: 属性
524 label_attribute_plural: 属性
523 label_attribute_plural: 属性
525 label_download: "%{count} 次下载"
524 label_download: "%{count} 次下载"
526 label_download_plural: "%{count} 次下载"
525 label_download_plural: "%{count} 次下载"
527 label_no_data: 没有任何数据可供显示
526 label_no_data: 没有任何数据可供显示
528 label_change_status: 变更状态
527 label_change_status: 变更状态
529 label_history: 历史记录
528 label_history: 历史记录
530 label_attachment: 文件
529 label_attachment: 文件
531 label_attachment_new: 新建文件
530 label_attachment_new: 新建文件
532 label_attachment_delete: 删除文件
531 label_attachment_delete: 删除文件
533 label_attachment_plural: 文件
532 label_attachment_plural: 文件
534 label_file_added: 文件已添加
533 label_file_added: 文件已添加
535 label_report: 报表
534 label_report: 报表
536 label_report_plural: 报表
535 label_report_plural: 报表
537 label_news: 新闻
536 label_news: 新闻
538 label_news_new: 添加新闻
537 label_news_new: 添加新闻
539 label_news_plural: 新闻
538 label_news_plural: 新闻
540 label_news_latest: 最近的新闻
539 label_news_latest: 最近的新闻
541 label_news_view_all: 查看所有新闻
540 label_news_view_all: 查看所有新闻
542 label_news_added: 新闻已添加
541 label_news_added: 新闻已添加
543 label_settings: 配置
542 label_settings: 配置
544 label_overview: 概述
543 label_overview: 概述
545 label_version: 版本
544 label_version: 版本
546 label_version_new: 新建版本
545 label_version_new: 新建版本
547 label_version_plural: 版本
546 label_version_plural: 版本
548 label_close_versions: 关闭已完成的版本
547 label_close_versions: 关闭已完成的版本
549 label_confirmation: 确认
548 label_confirmation: 确认
550 label_export_to: 导出
549 label_export_to: 导出
551 label_read: 读取...
550 label_read: 读取...
552 label_public_projects: 公开的项目
551 label_public_projects: 公开的项目
553 label_open_issues: 打开
552 label_open_issues: 打开
554 label_open_issues_plural: 打开
553 label_open_issues_plural: 打开
555 label_closed_issues: 已关闭
554 label_closed_issues: 已关闭
556 label_closed_issues_plural: 已关闭
555 label_closed_issues_plural: 已关闭
557 label_x_open_issues_abbr_on_total:
556 label_x_open_issues_abbr_on_total:
558 zero: 0 打开 / %{total}
557 zero: 0 打开 / %{total}
559 one: 1 打开 / %{total}
558 one: 1 打开 / %{total}
560 other: "%{count} 打开 / %{total}"
559 other: "%{count} 打开 / %{total}"
561 label_x_open_issues_abbr:
560 label_x_open_issues_abbr:
562 zero: 0 打开
561 zero: 0 打开
563 one: 1 打开
562 one: 1 打开
564 other: "%{count} 打开"
563 other: "%{count} 打开"
565 label_x_closed_issues_abbr:
564 label_x_closed_issues_abbr:
566 zero: 0 已关闭
565 zero: 0 已关闭
567 one: 1 已关闭
566 one: 1 已关闭
568 other: "%{count} 已关闭"
567 other: "%{count} 已关闭"
569 label_total: 合计
568 label_total: 合计
570 label_permissions: 权限
569 label_permissions: 权限
571 label_current_status: 当前状态
570 label_current_status: 当前状态
572 label_new_statuses_allowed: 允许的新状态
571 label_new_statuses_allowed: 允许的新状态
573 label_all: 全部
572 label_all: 全部
574 label_none:
573 label_none:
575 label_nobody: 无人
574 label_nobody: 无人
576 label_next: 下一页
575 label_next: 下一页
577 label_previous: 上一页
576 label_previous: 上一页
578 label_used_by: 使用中
577 label_used_by: 使用中
579 label_details: 详情
578 label_details: 详情
580 label_add_note: 添加说明
579 label_add_note: 添加说明
581 label_per_page: 每页
580 label_per_page: 每页
582 label_calendar: 日历
581 label_calendar: 日历
583 label_months_from: 个月以来
582 label_months_from: 个月以来
584 label_gantt: 甘特图
583 label_gantt: 甘特图
585 label_internal: 内部
584 label_internal: 内部
586 label_last_changes: "最近的 %{count} 次变更"
585 label_last_changes: "最近的 %{count} 次变更"
587 label_change_view_all: 查看所有变更
586 label_change_view_all: 查看所有变更
588 label_personalize_page: 个性化定制本页
587 label_personalize_page: 个性化定制本页
589 label_comment: 评论
588 label_comment: 评论
590 label_comment_plural: 评论
589 label_comment_plural: 评论
591 label_x_comments:
590 label_x_comments:
592 zero: 无评论
591 zero: 无评论
593 one: 1 条评论
592 one: 1 条评论
594 other: "%{count} 条评论"
593 other: "%{count} 条评论"
595 label_comment_add: 添加评论
594 label_comment_add: 添加评论
596 label_comment_added: 评论已添加
595 label_comment_added: 评论已添加
597 label_comment_delete: 删除评论
596 label_comment_delete: 删除评论
598 label_query: 自定义查询
597 label_query: 自定义查询
599 label_query_plural: 自定义查询
598 label_query_plural: 自定义查询
600 label_query_new: 新建查询
599 label_query_new: 新建查询
601 label_filter_add: 增加过滤器
600 label_filter_add: 增加过滤器
602 label_filter_plural: 过滤器
601 label_filter_plural: 过滤器
603 label_equals: 等于
602 label_equals: 等于
604 label_not_equals: 不等于
603 label_not_equals: 不等于
605 label_in_less_than: 剩余天数小于
604 label_in_less_than: 剩余天数小于
606 label_in_more_than: 剩余天数大于
605 label_in_more_than: 剩余天数大于
607 label_greater_or_equal: '>='
606 label_greater_or_equal: '>='
608 label_less_or_equal: '<='
607 label_less_or_equal: '<='
609 label_in: 剩余天数
608 label_in: 剩余天数
610 label_today: 今天
609 label_today: 今天
611 label_all_time: 全部时间
610 label_all_time: 全部时间
612 label_yesterday: 昨天
611 label_yesterday: 昨天
613 label_this_week: 本周
612 label_this_week: 本周
614 label_last_week: 上周
613 label_last_week: 上周
615 label_last_n_days: "最后 %{count} 天"
614 label_last_n_days: "最后 %{count} 天"
616 label_this_month: 本月
615 label_this_month: 本月
617 label_last_month: 上月
616 label_last_month: 上月
618 label_this_year: 今年
617 label_this_year: 今年
619 label_date_range: 日期范围
618 label_date_range: 日期范围
620 label_less_than_ago: 之前天数少于
619 label_less_than_ago: 之前天数少于
621 label_more_than_ago: 之前天数大于
620 label_more_than_ago: 之前天数大于
622 label_ago: 之前天数
621 label_ago: 之前天数
623 label_contains: 包含
622 label_contains: 包含
624 label_not_contains: 不包含
623 label_not_contains: 不包含
625 label_day_plural:
624 label_day_plural:
626 label_repository: 版本库
625 label_repository: 版本库
627 label_repository_plural: 版本库
626 label_repository_plural: 版本库
628 label_browse: 浏览
627 label_browse: 浏览
629 label_modification: "%{count} 个更新"
628 label_modification: "%{count} 个更新"
630 label_modification_plural: "%{count} 个更新"
629 label_modification_plural: "%{count} 个更新"
631 label_branch: 分支
630 label_branch: 分支
632 label_tag: 标签
631 label_tag: 标签
633 label_revision: 修订
632 label_revision: 修订
634 label_revision_plural: 修订
633 label_revision_plural: 修订
635 label_revision_id: 修订 %{value}
634 label_revision_id: 修订 %{value}
636 label_associated_revisions: 相关修订版本
635 label_associated_revisions: 相关修订版本
637 label_added: 已添加
636 label_added: 已添加
638 label_modified: 已修改
637 label_modified: 已修改
639 label_copied: 已复制
638 label_copied: 已复制
640 label_renamed: 已重命名
639 label_renamed: 已重命名
641 label_deleted: 已删除
640 label_deleted: 已删除
642 label_latest_revision: 最近的修订版本
641 label_latest_revision: 最近的修订版本
643 label_latest_revision_plural: 最近的修订版本
642 label_latest_revision_plural: 最近的修订版本
644 label_view_revisions: 查看修订
643 label_view_revisions: 查看修订
645 label_view_all_revisions: 查看所有修订
644 label_view_all_revisions: 查看所有修订
646 label_max_size: 最大尺寸
645 label_max_size: 最大尺寸
647 label_sort_highest: 置顶
646 label_sort_highest: 置顶
648 label_sort_higher: 上移
647 label_sort_higher: 上移
649 label_sort_lower: 下移
648 label_sort_lower: 下移
650 label_sort_lowest: 置底
649 label_sort_lowest: 置底
651 label_roadmap: 路线图
650 label_roadmap: 路线图
652 label_roadmap_due_in: "截止日期到 %{value}"
651 label_roadmap_due_in: "截止日期到 %{value}"
653 label_roadmap_overdue: "%{value} 延期"
652 label_roadmap_overdue: "%{value} 延期"
654 label_roadmap_no_issues: 该版本没有问题
653 label_roadmap_no_issues: 该版本没有问题
655 label_search: 搜索
654 label_search: 搜索
656 label_result_plural: 结果
655 label_result_plural: 结果
657 label_all_words: 所有单词
656 label_all_words: 所有单词
658 label_wiki: Wiki
657 label_wiki: Wiki
659 label_wiki_edit: Wiki 编辑
658 label_wiki_edit: Wiki 编辑
660 label_wiki_edit_plural: Wiki 编辑记录
659 label_wiki_edit_plural: Wiki 编辑记录
661 label_wiki_page: Wiki 页面
660 label_wiki_page: Wiki 页面
662 label_wiki_page_plural: Wiki 页面
661 label_wiki_page_plural: Wiki 页面
663 label_index_by_title: 按标题索引
662 label_index_by_title: 按标题索引
664 label_index_by_date: 按日期索引
663 label_index_by_date: 按日期索引
665 label_current_version: 当前版本
664 label_current_version: 当前版本
666 label_preview: 预览
665 label_preview: 预览
667 label_feed_plural: Feeds
666 label_feed_plural: Feeds
668 label_changes_details: 所有变更的详情
667 label_changes_details: 所有变更的详情
669 label_issue_tracking: 问题跟踪
668 label_issue_tracking: 问题跟踪
670 label_spent_time: 耗时
669 label_spent_time: 耗时
671 label_overall_spent_time: 总体耗时
670 label_overall_spent_time: 总体耗时
672 label_f_hour: "%{value} 小时"
671 label_f_hour: "%{value} 小时"
673 label_f_hour_plural: "%{value} 小时"
672 label_f_hour_plural: "%{value} 小时"
674 label_time_tracking: 时间跟踪
673 label_time_tracking: 时间跟踪
675 label_change_plural: 变更
674 label_change_plural: 变更
676 label_statistics: 统计
675 label_statistics: 统计
677 label_commits_per_month: 每月提交次数
676 label_commits_per_month: 每月提交次数
678 label_commits_per_author: 每用户提交次数
677 label_commits_per_author: 每用户提交次数
679 label_view_diff: 查看差别
678 label_view_diff: 查看差别
680 label_diff_inline: 直列
679 label_diff_inline: 直列
681 label_diff_side_by_side: 并排
680 label_diff_side_by_side: 并排
682 label_options: 选项
681 label_options: 选项
683 label_copy_workflow_from: 从以下选项复制工作流程
682 label_copy_workflow_from: 从以下选项复制工作流程
684 label_permissions_report: 权限报表
683 label_permissions_report: 权限报表
685 label_watched_issues: 跟踪的问题
684 label_watched_issues: 跟踪的问题
686 label_related_issues: 相关的问题
685 label_related_issues: 相关的问题
687 label_applied_status: 应用后的状态
686 label_applied_status: 应用后的状态
688 label_loading: 载入中...
687 label_loading: 载入中...
689 label_relation_new: 新建关联
688 label_relation_new: 新建关联
690 label_relation_delete: 删除关联
689 label_relation_delete: 删除关联
691 label_relates_to: 关联到
690 label_relates_to: 关联到
692 label_duplicates: 重复
691 label_duplicates: 重复
693 label_duplicated_by: 与其重复
692 label_duplicated_by: 与其重复
694 label_blocks: 阻挡
693 label_blocks: 阻挡
695 label_blocked_by: 被阻挡
694 label_blocked_by: 被阻挡
696 label_precedes: 优先于
695 label_precedes: 优先于
697 label_follows: 跟随于
696 label_follows: 跟随于
698 label_end_to_start: 结束-开始
697 label_end_to_start: 结束-开始
699 label_end_to_end: 结束-结束
698 label_end_to_end: 结束-结束
700 label_start_to_start: 开始-开始
699 label_start_to_start: 开始-开始
701 label_start_to_end: 开始-结束
700 label_start_to_end: 开始-结束
702 label_stay_logged_in: 保持登录状态
701 label_stay_logged_in: 保持登录状态
703 label_disabled: 禁用
702 label_disabled: 禁用
704 label_show_completed_versions: 显示已完成的版本
703 label_show_completed_versions: 显示已完成的版本
705 label_me:
704 label_me:
706 label_board: 讨论区
705 label_board: 讨论区
707 label_board_new: 新建讨论区
706 label_board_new: 新建讨论区
708 label_board_plural: 讨论区
707 label_board_plural: 讨论区
709 label_board_locked: 锁定
708 label_board_locked: 锁定
710 label_board_sticky: 置顶
709 label_board_sticky: 置顶
711 label_topic_plural: 主题
710 label_topic_plural: 主题
712 label_message_plural: 帖子
711 label_message_plural: 帖子
713 label_message_last: 最新的帖子
712 label_message_last: 最新的帖子
714 label_message_new: 新贴
713 label_message_new: 新贴
715 label_message_posted: 发帖成功
714 label_message_posted: 发帖成功
716 label_reply_plural: 回复
715 label_reply_plural: 回复
717 label_send_information: 给用户发送帐号信息
716 label_send_information: 给用户发送帐号信息
718 label_year:
717 label_year:
719 label_month:
718 label_month:
720 label_week:
719 label_week:
721 label_date_from:
720 label_date_from:
722 label_date_to:
721 label_date_to:
723 label_language_based: 根据用户的语言
722 label_language_based: 根据用户的语言
724 label_sort_by: "根据 %{value} 排序"
723 label_sort_by: "根据 %{value} 排序"
725 label_send_test_email: 发送测试邮件
724 label_send_test_email: 发送测试邮件
726 label_feeds_access_key: RSS存取键
725 label_feeds_access_key: RSS存取键
727 label_missing_feeds_access_key: 缺少RSS存取键
726 label_missing_feeds_access_key: 缺少RSS存取键
728 label_feeds_access_key_created_on: "RSS存取键是在 %{value} 之前建立的"
727 label_feeds_access_key_created_on: "RSS存取键是在 %{value} 之前建立的"
729 label_module_plural: 模块
728 label_module_plural: 模块
730 label_added_time_by: "由 %{author} %{age} 之前添加"
729 label_added_time_by: "由 %{author} %{age} 之前添加"
731 label_updated_time: " 更新于 %{value} 之前"
730 label_updated_time: " 更新于 %{value} 之前"
732 label_updated_time_by: "由 %{author} 更新于 %{age} 之前"
731 label_updated_time_by: "由 %{author} 更新于 %{age} 之前"
733 label_jump_to_a_project: 选择一个项目...
732 label_jump_to_a_project: 选择一个项目...
734 label_file_plural: 文件
733 label_file_plural: 文件
735 label_changeset_plural: 变更
734 label_changeset_plural: 变更
736 label_default_columns: 默认列
735 label_default_columns: 默认列
737 label_no_change_option: (不变)
736 label_no_change_option: (不变)
738 label_bulk_edit_selected_issues: 批量修改选中的问题
737 label_bulk_edit_selected_issues: 批量修改选中的问题
739 label_theme: 主题
738 label_theme: 主题
740 label_default: 默认
739 label_default: 默认
741 label_search_titles_only: 仅在标题中搜索
740 label_search_titles_only: 仅在标题中搜索
742 label_user_mail_option_all: "收取我的项目的所有通知"
741 label_user_mail_option_all: "收取我的项目的所有通知"
743 label_user_mail_option_selected: "收取选中项目的所有通知..."
742 label_user_mail_option_selected: "收取选中项目的所有通知..."
744 label_user_mail_option_none: "不收取任何通知"
743 label_user_mail_option_none: "不收取任何通知"
745 label_user_mail_option_only_my_events: "只收取我跟踪或参与的项目的通知"
744 label_user_mail_option_only_my_events: "只收取我跟踪或参与的项目的通知"
746 label_user_mail_option_only_assigned: "只收取分配给我的"
745 label_user_mail_option_only_assigned: "只收取分配给我的"
747 label_user_mail_option_only_owner: 只收取由我创建的
746 label_user_mail_option_only_owner: 只收取由我创建的
748 label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知"
747 label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知"
749 label_registration_activation_by_email: 通过邮件认证激活帐号
748 label_registration_activation_by_email: 通过邮件认证激活帐号
750 label_registration_manual_activation: 手动激活帐号
749 label_registration_manual_activation: 手动激活帐号
751 label_registration_automatic_activation: 自动激活帐号
750 label_registration_automatic_activation: 自动激活帐号
752 label_display_per_page: "每页显示:%{value}"
751 label_display_per_page: "每页显示:%{value}"
753 label_age: 提交时间
752 label_age: 提交时间
754 label_change_properties: 修改属性
753 label_change_properties: 修改属性
755 label_general: 一般
754 label_general: 一般
756 label_more: 更多
755 label_more: 更多
757 label_scm: SCM
756 label_scm: SCM
758 label_plugins: 插件
757 label_plugins: 插件
759 label_ldap_authentication: LDAP 认证
758 label_ldap_authentication: LDAP 认证
760 label_downloads_abbr: D/L
759 label_downloads_abbr: D/L
761 label_optional_description: 可选的描述
760 label_optional_description: 可选的描述
762 label_add_another_file: 添加其它文件
761 label_add_another_file: 添加其它文件
763 label_preferences: 首选项
762 label_preferences: 首选项
764 label_chronological_order: 按时间顺序
763 label_chronological_order: 按时间顺序
765 label_reverse_chronological_order: 按时间顺序(倒序)
764 label_reverse_chronological_order: 按时间顺序(倒序)
766 label_planning: 计划
765 label_planning: 计划
767 label_incoming_emails: 接收邮件
766 label_incoming_emails: 接收邮件
768 label_generate_key: 生成一个key
767 label_generate_key: 生成一个key
769 label_issue_watchers: 跟踪者
768 label_issue_watchers: 跟踪者
770 label_example: 示例
769 label_example: 示例
771 label_display: 显示
770 label_display: 显示
772 label_sort: 排序
771 label_sort: 排序
773 label_ascending: 升序
772 label_ascending: 升序
774 label_descending: 降序
773 label_descending: 降序
775 label_date_from_to: 从 %{start} 到 %{end}
774 label_date_from_to: 从 %{start} 到 %{end}
776 label_wiki_content_added: Wiki 页面已添加
775 label_wiki_content_added: Wiki 页面已添加
777 label_wiki_content_updated: Wiki 页面已更新
776 label_wiki_content_updated: Wiki 页面已更新
778 label_group:
777 label_group:
779 label_group_plural:
778 label_group_plural:
780 label_group_new: 新建组
779 label_group_new: 新建组
781 label_time_entry_plural: 耗时
780 label_time_entry_plural: 耗时
782 label_version_sharing_none: 不共享
781 label_version_sharing_none: 不共享
783 label_version_sharing_descendants: 与子项目共享
782 label_version_sharing_descendants: 与子项目共享
784 label_version_sharing_hierarchy: 与项目继承层次共享
783 label_version_sharing_hierarchy: 与项目继承层次共享
785 label_version_sharing_tree: 与项目树共享
784 label_version_sharing_tree: 与项目树共享
786 label_version_sharing_system: 与所有项目共享
785 label_version_sharing_system: 与所有项目共享
787 label_update_issue_done_ratios: 更新问题的完成度
786 label_update_issue_done_ratios: 更新问题的完成度
788 label_copy_source:
787 label_copy_source:
789 label_copy_target: 目标
788 label_copy_target: 目标
790 label_copy_same_as_target: 与目标一致
789 label_copy_same_as_target: 与目标一致
791 label_display_used_statuses_only: 只显示被此跟踪标签使用的状态
790 label_display_used_statuses_only: 只显示被此跟踪标签使用的状态
792 label_api_access_key: API访问键
791 label_api_access_key: API访问键
793 label_missing_api_access_key: 缺少API访问键
792 label_missing_api_access_key: 缺少API访问键
794 label_api_access_key_created_on: API访问键是在 %{value} 之前建立的
793 label_api_access_key_created_on: API访问键是在 %{value} 之前建立的
795 label_profile: 简介
794 label_profile: 简介
796 label_subtask_plural: 子任务
795 label_subtask_plural: 子任务
797 label_project_copy_notifications: 复制项目时发送邮件通知
796 label_project_copy_notifications: 复制项目时发送邮件通知
798 label_principal_search: "搜索用户或组:"
797 label_principal_search: "搜索用户或组:"
799 label_user_search: "搜索用户:"
798 label_user_search: "搜索用户:"
800
799
801 button_login: 登录
800 button_login: 登录
802 button_submit: 提交
801 button_submit: 提交
803 button_save: 保存
802 button_save: 保存
804 button_check_all: 全选
803 button_check_all: 全选
805 button_uncheck_all: 清除
804 button_uncheck_all: 清除
806 button_delete: 删除
805 button_delete: 删除
807 button_create: 创建
806 button_create: 创建
808 button_create_and_continue: 创建并继续
807 button_create_and_continue: 创建并继续
809 button_test: 测试
808 button_test: 测试
810 button_edit: 编辑
809 button_edit: 编辑
811 button_edit_associated_wikipage: "编辑相关wiki页面: %{page_title}"
810 button_edit_associated_wikipage: "编辑相关wiki页面: %{page_title}"
812 button_add: 新增
811 button_add: 新增
813 button_change: 修改
812 button_change: 修改
814 button_apply: 应用
813 button_apply: 应用
815 button_clear: 清除
814 button_clear: 清除
816 button_lock: 锁定
815 button_lock: 锁定
817 button_unlock: 解锁
816 button_unlock: 解锁
818 button_download: 下载
817 button_download: 下载
819 button_list: 列表
818 button_list: 列表
820 button_view: 查看
819 button_view: 查看
821 button_move: 移动
820 button_move: 移动
822 button_move_and_follow: 移动并转到新问题
821 button_move_and_follow: 移动并转到新问题
823 button_back: 返回
822 button_back: 返回
824 button_cancel: 取消
823 button_cancel: 取消
825 button_activate: 激活
824 button_activate: 激活
826 button_sort: 排序
825 button_sort: 排序
827 button_log_time: 登记工时
826 button_log_time: 登记工时
828 button_rollback: 恢复到这个版本
827 button_rollback: 恢复到这个版本
829 button_watch: 跟踪
828 button_watch: 跟踪
830 button_unwatch: 取消跟踪
829 button_unwatch: 取消跟踪
831 button_reply: 回复
830 button_reply: 回复
832 button_archive: 存档
831 button_archive: 存档
833 button_unarchive: 取消存档
832 button_unarchive: 取消存档
834 button_reset: 重置
833 button_reset: 重置
835 button_rename: 重命名
834 button_rename: 重命名
836 button_change_password: 修改密码
835 button_change_password: 修改密码
837 button_copy: 复制
836 button_copy: 复制
838 button_copy_and_follow: 复制并转到新问题
837 button_copy_and_follow: 复制并转到新问题
839 button_annotate: 追溯
838 button_annotate: 追溯
840 button_update: 更新
839 button_update: 更新
841 button_configure: 配置
840 button_configure: 配置
842 button_quote: 引用
841 button_quote: 引用
843 button_duplicate: 副本
842 button_duplicate: 副本
844 button_show: 显示
843 button_show: 显示
845
844
846 status_active: 活动的
845 status_active: 活动的
847 status_registered: 已注册
846 status_registered: 已注册
848 status_locked: 已锁定
847 status_locked: 已锁定
849
848
850 version_status_open: 打开
849 version_status_open: 打开
851 version_status_locked: 锁定
850 version_status_locked: 锁定
852 version_status_closed: 关闭
851 version_status_closed: 关闭
853
852
854 field_active: 活动
853 field_active: 活动
855
854
856 text_select_mail_notifications: 选择需要发送邮件通知的动作
855 text_select_mail_notifications: 选择需要发送邮件通知的动作
857 text_regexp_info: 例如:^[A-Z0-9]+$
856 text_regexp_info: 例如:^[A-Z0-9]+$
858 text_min_max_length_info: 0 表示没有限制
857 text_min_max_length_info: 0 表示没有限制
859 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
858 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
860 text_subprojects_destroy_warning: "以下子项目也将被同时删除:%{value}"
859 text_subprojects_destroy_warning: "以下子项目也将被同时删除:%{value}"
861 text_workflow_edit: 选择角色和跟踪标签来编辑工作流程
860 text_workflow_edit: 选择角色和跟踪标签来编辑工作流程
862 text_are_you_sure: 您确定?
861 text_are_you_sure: 您确定?
863 text_are_you_sure_with_children: "删除问题及子任务?"
862 text_are_you_sure_with_children: "删除问题及子任务?"
864 text_journal_changed: "%{label} %{old} 变更为 %{new}"
863 text_journal_changed: "%{label} %{old} 变更为 %{new}"
865 text_journal_set_to: "%{label} 被设置为 %{value}"
864 text_journal_set_to: "%{label} 被设置为 %{value}"
866 text_journal_deleted: "%{label} 已删除 (%{old})"
865 text_journal_deleted: "%{label} 已删除 (%{old})"
867 text_journal_added: "%{label} %{value} 已添加"
866 text_journal_added: "%{label} %{value} 已添加"
868 text_tip_issue_begin_day: 今天开始的任务
867 text_tip_issue_begin_day: 今天开始的任务
869 text_tip_issue_end_day: 今天结束的任务
868 text_tip_issue_end_day: 今天结束的任务
870 text_tip_issue_begin_end_day: 今天开始并结束的任务
869 text_tip_issue_begin_end_day: 今天开始并结束的任务
871 text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。'
870 text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。'
872 text_caracters_maximum: "最多 %{count} 个字符。"
871 text_caracters_maximum: "最多 %{count} 个字符。"
873 text_caracters_minimum: "至少需要 %{count} 个字符。"
872 text_caracters_minimum: "至少需要 %{count} 个字符。"
874 text_length_between: "长度必须在 %{min} %{max} 个字符之间。"
873 text_length_between: "长度必须在 %{min} %{max} 个字符之间。"
875 text_tracker_no_workflow: 此跟踪标签未定义工作流程
874 text_tracker_no_workflow: 此跟踪标签未定义工作流程
876 text_unallowed_characters: 非法字符
875 text_unallowed_characters: 非法字符
877 text_comma_separated: 可以使用多个值(用逗号,分开)。
876 text_comma_separated: 可以使用多个值(用逗号,分开)。
878 text_line_separated: 可以使用多个值(每行一个值)。
877 text_line_separated: 可以使用多个值(每行一个值)。
879 text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题
878 text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题
880 text_issue_added: "问题 %{id} 已由 %{author} 提交。"
879 text_issue_added: "问题 %{id} 已由 %{author} 提交。"
881 text_issue_updated: "问题 %{id} 已由 %{author} 更新。"
880 text_issue_updated: "问题 %{id} 已由 %{author} 更新。"
882 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗?
881 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗?
883 text_issue_category_destroy_question: "有一些问题(%{count} 个)属于此类别。您想进行哪种操作?"
882 text_issue_category_destroy_question: "有一些问题(%{count} 个)属于此类别。您想进行哪种操作?"
884 text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别)
883 text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别)
885 text_issue_category_reassign_to: 为问题选择其它类别
884 text_issue_category_reassign_to: 为问题选择其它类别
886 text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。"
885 text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。"
887 text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。"
886 text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。"
888 text_load_default_configuration: 载入默认设置
887 text_load_default_configuration: 载入默认设置
889 text_status_changed_by_changeset: "已应用到变更列表 %{value}."
888 text_status_changed_by_changeset: "已应用到变更列表 %{value}."
890 text_time_logged_by_changeset: "已应用到修订版本 %{value}."
889 text_time_logged_by_changeset: "已应用到修订版本 %{value}."
891 text_issues_destroy_confirmation: '您确定要删除选中的问题吗?'
890 text_issues_destroy_confirmation: '您确定要删除选中的问题吗?'
892 text_select_project_modules: '请选择此项目可以使用的模块:'
891 text_select_project_modules: '请选择此项目可以使用的模块:'
893 text_default_administrator_account_changed: 默认的管理员帐号已改变
892 text_default_administrator_account_changed: 默认的管理员帐号已改变
894 text_file_repository_writable: 附件路径可写
893 text_file_repository_writable: 附件路径可写
895 text_plugin_assets_writable: 插件的附件路径可写
894 text_plugin_assets_writable: 插件的附件路径可写
896 text_rmagick_available: RMagick 可用(可选的)
895 text_rmagick_available: RMagick 可用(可选的)
897 text_destroy_time_entries_question: 您要删除的问题已经上报了 %{hours} 小时的工作量。您想进行那种操作?
896 text_destroy_time_entries_question: 您要删除的问题已经上报了 %{hours} 小时的工作量。您想进行那种操作?
898 text_destroy_time_entries: 删除上报的工作量
897 text_destroy_time_entries: 删除上报的工作量
899 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
898 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
900 text_reassign_time_entries: '将已上报的工作量指定到此问题:'
899 text_reassign_time_entries: '将已上报的工作量指定到此问题:'
901 text_user_wrote: "%{value} 写到:"
900 text_user_wrote: "%{value} 写到:"
902 text_enumeration_destroy_question: "%{count} 个对象被关联到了这个枚举值。"
901 text_enumeration_destroy_question: "%{count} 个对象被关联到了这个枚举值。"
903 text_enumeration_category_reassign_to: '将它们关联到新的枚举值:'
902 text_enumeration_category_reassign_to: '将它们关联到新的枚举值:'
904 text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/configuration.yml中配置您的SMTP服务器信息并重新启动以使其生效。"
903 text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/configuration.yml中配置您的SMTP服务器信息并重新启动以使其生效。"
905 text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。"
904 text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。"
906 text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断'
905 text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断'
907 text_custom_field_possible_values_info: '每项数值一行'
906 text_custom_field_possible_values_info: '每项数值一行'
908 text_wiki_page_destroy_question: 此页面有 %{descendants} 个子页面和下级页面。您想进行那种操作?
907 text_wiki_page_destroy_question: 此页面有 %{descendants} 个子页面和下级页面。您想进行那种操作?
909 text_wiki_page_nullify_children: 将子页面保留为根页面
908 text_wiki_page_nullify_children: 将子页面保留为根页面
910 text_wiki_page_destroy_children: 删除子页面及其所有下级页面
909 text_wiki_page_destroy_children: 删除子页面及其所有下级页面
911 text_wiki_page_reassign_children: 将子页面的上级页面设置为
910 text_wiki_page_reassign_children: 将子页面的上级页面设置为
912 text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗?
911 text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗?
913 text_zoom_in: Zoom in
912 text_zoom_in: Zoom in
914 text_zoom_out: Zoom out
913 text_zoom_out: Zoom out
915
914
916 default_role_manager: 管理人员
915 default_role_manager: 管理人员
917 default_role_developer: 开发人员
916 default_role_developer: 开发人员
918 default_role_reporter: 报告人员
917 default_role_reporter: 报告人员
919 default_tracker_bug: 错误
918 default_tracker_bug: 错误
920 default_tracker_feature: 功能
919 default_tracker_feature: 功能
921 default_tracker_support: 支持
920 default_tracker_support: 支持
922 default_issue_status_new: 新建
921 default_issue_status_new: 新建
923 default_issue_status_in_progress: 进行中
922 default_issue_status_in_progress: 进行中
924 default_issue_status_resolved: 已解决
923 default_issue_status_resolved: 已解决
925 default_issue_status_feedback: 反馈
924 default_issue_status_feedback: 反馈
926 default_issue_status_closed: 已关闭
925 default_issue_status_closed: 已关闭
927 default_issue_status_rejected: 已拒绝
926 default_issue_status_rejected: 已拒绝
928 default_doc_category_user: 用户文档
927 default_doc_category_user: 用户文档
929 default_doc_category_tech: 技术文档
928 default_doc_category_tech: 技术文档
930 default_priority_low:
929 default_priority_low:
931 default_priority_normal: 普通
930 default_priority_normal: 普通
932 default_priority_high:
931 default_priority_high:
933 default_priority_urgent: 紧急
932 default_priority_urgent: 紧急
934 default_priority_immediate: 立刻
933 default_priority_immediate: 立刻
935 default_activity_design: 设计
934 default_activity_design: 设计
936 default_activity_development: 开发
935 default_activity_development: 开发
937
936
938 enumeration_issue_priorities: 问题优先级
937 enumeration_issue_priorities: 问题优先级
939 enumeration_doc_categories: 文档类别
938 enumeration_doc_categories: 文档类别
940 enumeration_activities: 活动(时间跟踪)
939 enumeration_activities: 活动(时间跟踪)
941 enumeration_system_activity: 系统活动
940 enumeration_system_activity: 系统活动
942
941
943 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
942 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
944 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
943 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
945 label_my_queries: My custom queries
944 label_my_queries: My custom queries
946 text_journal_changed_no_detail: "%{label} updated"
945 text_journal_changed_no_detail: "%{label} updated"
947 label_news_comment_added: Comment added to a news
946 label_news_comment_added: Comment added to a news
948 button_expand_all: Expand all
947 button_expand_all: Expand all
949 button_collapse_all: Collapse all
948 button_collapse_all: Collapse all
950 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
949 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
951 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
950 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
952 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
951 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
953 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
952 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
954 label_role_anonymous: Anonymous
953 label_role_anonymous: Anonymous
955 label_role_non_member: Non member
954 label_role_non_member: Non member
956 label_issue_note_added: Note added
955 label_issue_note_added: Note added
957 label_issue_status_updated: Status updated
956 label_issue_status_updated: Status updated
958 label_issue_priority_updated: Priority updated
957 label_issue_priority_updated: Priority updated
959 label_issues_visibility_own: Issues created by or assigned to the user
958 label_issues_visibility_own: Issues created by or assigned to the user
960 field_issues_visibility: Issues visibility
959 field_issues_visibility: Issues visibility
961 label_issues_visibility_all: All issues
960 label_issues_visibility_all: All issues
962 permission_set_own_issues_private: Set own issues public or private
961 permission_set_own_issues_private: Set own issues public or private
963 field_is_private: Private
962 field_is_private: Private
964 permission_set_issues_private: Set issues public or private
963 permission_set_issues_private: Set issues public or private
965 label_issues_visibility_public: All non private issues
964 label_issues_visibility_public: All non private issues
966 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
965 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
967
966
968 field_commit_logs_encoding: 提交注释的编码
967 field_commit_logs_encoding: 提交注释的编码
969 field_scm_path_encoding: Path encoding
968 field_scm_path_encoding: Path encoding
970 text_scm_path_encoding_note: "Default: UTF-8"
969 text_scm_path_encoding_note: "Default: UTF-8"
971 field_path_to_repository: Path to repository
970 field_path_to_repository: Path to repository
972 field_root_directory: Root directory
971 field_root_directory: Root directory
973 field_cvs_module: Module
972 field_cvs_module: Module
974 field_cvsroot: CVSROOT
973 field_cvsroot: CVSROOT
975 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
976 text_scm_command: Command
975 text_scm_command: Command
977 text_scm_command_version: Version
976 text_scm_command_version: Version
978 label_git_report_last_commit: Report last commit for files and directories
977 label_git_report_last_commit: Report last commit for files and directories
979 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
978 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
980 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
979 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
981 notice_issue_successful_create: Issue %{id} created.
980 notice_issue_successful_create: Issue %{id} created.
982 label_between: between
981 label_between: between
983 setting_issue_group_assignment: Allow issue assignment to groups
982 setting_issue_group_assignment: Allow issue assignment to groups
984 label_diff: diff
983 label_diff: diff
985 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
984 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
General Comments 0
You need to be logged in to leave comments. Login now