##// END OF EJS Templates
Merged r14928 from trunk to 3.2-stable (#21412)...
Toshi MARUYAMA -
r14549:421793c8a27c
parent child
Show More
@@ -1,1181 +1,1180
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 jquery:
6 jquery:
7 locale: "zh-CN"
7 locale: "zh-CN"
8 date:
8 date:
9 formats:
9 formats:
10 # Use the strftime parameters for formats.
10 # Use the strftime parameters for formats.
11 # When no format has been given, it uses default.
11 # When no format has been given, it uses default.
12 # You can provide other formats here if you like!
12 # You can provide other formats here if you like!
13 default: "%Y-%m-%d"
13 default: "%Y-%m-%d"
14 short: "%b%d日"
14 short: "%b%d日"
15 long: "%Y年%b%d日"
15 long: "%Y年%b%d日"
16
16
17 day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
17 day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
18 abbr_day_names: [, , , , , , ]
18 abbr_day_names: [, , , , , , ]
19
19
20 # Don't forget the nil at the beginning; there's no such thing as a 0th month
20 # Don't forget the nil at the beginning; there's no such thing as a 0th month
21 month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
21 month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
22 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
22 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
23 # Used in date_select and datime_select.
23 # Used in date_select and datime_select.
24 order:
24 order:
25 - :year
25 - :year
26 - :month
26 - :month
27 - :day
27 - :day
28
28
29 time:
29 time:
30 formats:
30 formats:
31 default: "%Y年%b%d日 %A %H:%M:%S"
31 default: "%Y年%b%d日 %A %H:%M:%S"
32 time: "%H:%M"
32 time: "%H:%M"
33 short: "%b%d日 %H:%M"
33 short: "%b%d日 %H:%M"
34 long: "%Y年%b%d日 %H:%M"
34 long: "%Y年%b%d日 %H:%M"
35 am: "上午"
35 am: "上午"
36 pm: "下午"
36 pm: "下午"
37
37
38 datetime:
38 datetime:
39 distance_in_words:
39 distance_in_words:
40 half_a_minute: "半分钟"
40 half_a_minute: "半分钟"
41 less_than_x_seconds:
41 less_than_x_seconds:
42 one: "一秒内"
42 one: "一秒内"
43 other: "少于 %{count} 秒"
43 other: "少于 %{count} 秒"
44 x_seconds:
44 x_seconds:
45 one: "一秒"
45 one: "一秒"
46 other: "%{count} 秒"
46 other: "%{count} 秒"
47 less_than_x_minutes:
47 less_than_x_minutes:
48 one: "一分钟内"
48 one: "一分钟内"
49 other: "少于 %{count} 分钟"
49 other: "少于 %{count} 分钟"
50 x_minutes:
50 x_minutes:
51 one: "一分钟"
51 one: "一分钟"
52 other: "%{count} 分钟"
52 other: "%{count} 分钟"
53 about_x_hours:
53 about_x_hours:
54 one: "大约一小时"
54 one: "大约一小时"
55 other: "大约 %{count} 小时"
55 other: "大约 %{count} 小时"
56 x_hours:
56 x_hours:
57 one: "1 小时"
57 one: "1 小时"
58 other: "%{count} 小时"
58 other: "%{count} 小时"
59 x_days:
59 x_days:
60 one: "一天"
60 one: "一天"
61 other: "%{count} 天"
61 other: "%{count} 天"
62 about_x_months:
62 about_x_months:
63 one: "大约一个月"
63 one: "大约一个月"
64 other: "大约 %{count} 个月"
64 other: "大约 %{count} 个月"
65 x_months:
65 x_months:
66 one: "一个月"
66 one: "一个月"
67 other: "%{count} 个月"
67 other: "%{count} 个月"
68 about_x_years:
68 about_x_years:
69 one: "大约一年"
69 one: "大约一年"
70 other: "大约 %{count} 年"
70 other: "大约 %{count} 年"
71 over_x_years:
71 over_x_years:
72 one: "超过一年"
72 one: "超过一年"
73 other: "超过 %{count} 年"
73 other: "超过 %{count} 年"
74 almost_x_years:
74 almost_x_years:
75 one: "将近 1 年"
75 one: "将近 1 年"
76 other: "将近 %{count} 年"
76 other: "将近 %{count} 年"
77
77
78 number:
78 number:
79 # Default format for numbers
79 # Default format for numbers
80 format:
80 format:
81 separator: "."
81 separator: "."
82 delimiter: ""
82 delimiter: ""
83 precision: 3
83 precision: 3
84 human:
84 human:
85 format:
85 format:
86 delimiter: ""
86 delimiter: ""
87 precision: 3
87 precision: 3
88 storage_units:
88 storage_units:
89 format: "%n %u"
89 format: "%n %u"
90 units:
90 units:
91 byte:
91 byte:
92 one: "Byte"
92 one: "Byte"
93 other: "Bytes"
93 other: "Bytes"
94 kb: "KB"
94 kb: "KB"
95 mb: "MB"
95 mb: "MB"
96 gb: "GB"
96 gb: "GB"
97 tb: "TB"
97 tb: "TB"
98
98
99 # Used in array.to_sentence.
99 # Used in array.to_sentence.
100 support:
100 support:
101 array:
101 array:
102 sentence_connector: "和"
102 sentence_connector: "和"
103 skip_last_comma: false
103 skip_last_comma: false
104
104
105 activerecord:
105 activerecord:
106 errors:
106 errors:
107 template:
107 template:
108 header:
108 header:
109 one: "由于发生了一个错误 %{model} 无法保存"
109 one: "由于发生了一个错误 %{model} 无法保存"
110 other: "%{count} 个错误使得 %{model} 无法保存"
110 other: "%{count} 个错误使得 %{model} 无法保存"
111 messages:
111 messages:
112 inclusion: "不包含于列表中"
112 inclusion: "不包含于列表中"
113 exclusion: "是保留关键字"
113 exclusion: "是保留关键字"
114 invalid: "是无效的"
114 invalid: "是无效的"
115 confirmation: "与确认值不匹配"
115 confirmation: "与确认值不匹配"
116 accepted: "必须是可被接受的"
116 accepted: "必须是可被接受的"
117 empty: "不能留空"
117 empty: "不能留空"
118 blank: "不能为空字符"
118 blank: "不能为空字符"
119 too_long: "过长(最长为 %{count} 个字符)"
119 too_long: "过长(最长为 %{count} 个字符)"
120 too_short: "过短(最短为 %{count} 个字符)"
120 too_short: "过短(最短为 %{count} 个字符)"
121 wrong_length: "长度非法(必须为 %{count} 个字符)"
121 wrong_length: "长度非法(必须为 %{count} 个字符)"
122 taken: "已经被使用"
122 taken: "已经被使用"
123 not_a_number: "不是数字"
123 not_a_number: "不是数字"
124 not_a_date: "不是合法日期"
124 not_a_date: "不是合法日期"
125 greater_than: "必须大于 %{count}"
125 greater_than: "必须大于 %{count}"
126 greater_than_or_equal_to: "必须大于或等于 %{count}"
126 greater_than_or_equal_to: "必须大于或等于 %{count}"
127 equal_to: "必须等于 %{count}"
127 equal_to: "必须等于 %{count}"
128 less_than: "必须小于 %{count}"
128 less_than: "必须小于 %{count}"
129 less_than_or_equal_to: "必须小于或等于 %{count}"
129 less_than_or_equal_to: "必须小于或等于 %{count}"
130 odd: "必须为单数"
130 odd: "必须为单数"
131 even: "必须为双数"
131 even: "必须为双数"
132 greater_than_start_date: "必须在起始日期之后"
132 greater_than_start_date: "必须在起始日期之后"
133 not_same_project: "不属于同一个项目"
133 not_same_project: "不属于同一个项目"
134 circular_dependency: "此关联将导致循环依赖"
134 circular_dependency: "此关联将导致循环依赖"
135 cant_link_an_issue_with_a_descendant: "问题不能关联到它的子任务"
135 cant_link_an_issue_with_a_descendant: "问题不能关联到它的子任务"
136 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
136 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
137
137
138 actionview_instancetag_blank_option: 请选择
138 actionview_instancetag_blank_option: 请选择
139
139
140 general_text_No: '否'
140 general_text_No: '否'
141 general_text_Yes: '是'
141 general_text_Yes: '是'
142 general_text_no: '否'
142 general_text_no: '否'
143 general_text_yes: '是'
143 general_text_yes: '是'
144 general_lang_name: 'Simplified Chinese (简体中文)'
144 general_lang_name: 'Simplified Chinese (简体中文)'
145 general_csv_separator: ','
145 general_csv_separator: ','
146 general_csv_decimal_separator: '.'
146 general_csv_decimal_separator: '.'
147 general_csv_encoding: gb18030
147 general_csv_encoding: gb18030
148 general_pdf_fontname: stsongstdlight
148 general_pdf_fontname: stsongstdlight
149 general_pdf_monospaced_fontname: stsongstdlight
149 general_pdf_monospaced_fontname: stsongstdlight
150 general_first_day_of_week: '7'
150 general_first_day_of_week: '7'
151
151
152 notice_account_updated: 帐号更新成功
152 notice_account_updated: 帐号更新成功
153 notice_account_invalid_creditentials: 无效的用户名或密码
153 notice_account_invalid_creditentials: 无效的用户名或密码
154 notice_account_password_updated: 密码更新成功
154 notice_account_password_updated: 密码更新成功
155 notice_account_wrong_password: 密码错误
155 notice_account_wrong_password: 密码错误
156 notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。
156 notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。
157 notice_account_unknown_email: 未知用户
157 notice_account_unknown_email: 未知用户
158 notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。
158 notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。
159 notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。
159 notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。
160 notice_account_activated: 您的帐号已被激活。您现在可以登录了。
160 notice_account_activated: 您的帐号已被激活。您现在可以登录了。
161 notice_successful_create: 创建成功
161 notice_successful_create: 创建成功
162 notice_successful_update: 更新成功
162 notice_successful_update: 更新成功
163 notice_successful_delete: 删除成功
163 notice_successful_delete: 删除成功
164 notice_successful_connection: 连接成功
164 notice_successful_connection: 连接成功
165 notice_file_not_found: 您访问的页面不存在或已被删除。
165 notice_file_not_found: 您访问的页面不存在或已被删除。
166 notice_locking_conflict: 数据已被另一位用户更新
166 notice_locking_conflict: 数据已被另一位用户更新
167 notice_not_authorized: 对不起,您无权访问此页面。
167 notice_not_authorized: 对不起,您无权访问此页面。
168 notice_not_authorized_archived_project: 要访问的项目已经归档。
168 notice_not_authorized_archived_project: 要访问的项目已经归档。
169 notice_email_sent: "邮件已发送至 %{value}"
169 notice_email_sent: "邮件已发送至 %{value}"
170 notice_email_error: "发送邮件时发生错误 (%{value})"
170 notice_email_error: "发送邮件时发生错误 (%{value})"
171 notice_feeds_access_key_reseted: 您的Atom存取键已被重置。
171 notice_feeds_access_key_reseted: 您的Atom存取键已被重置。
172 notice_api_access_key_reseted: 您的API访问键已被重置。
172 notice_api_access_key_reseted: 您的API访问键已被重置。
173 notice_failed_to_save_issues: "%{count} 个问题保存失败(共选择 %{total} 个问题):%{ids}."
173 notice_failed_to_save_issues: "%{count} 个问题保存失败(共选择 %{total} 个问题):%{ids}."
174 notice_failed_to_save_members: "成员保存失败: %{errors}."
174 notice_failed_to_save_members: "成员保存失败: %{errors}."
175 notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。"
175 notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。"
176 notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。"
176 notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。"
177 notice_default_data_loaded: 成功载入默认设置。
177 notice_default_data_loaded: 成功载入默认设置。
178 notice_unable_delete_version: 无法删除版本
178 notice_unable_delete_version: 无法删除版本
179 notice_unable_delete_time_entry: 无法删除工时
179 notice_unable_delete_time_entry: 无法删除工时
180 notice_issue_done_ratios_updated: 问题完成度已更新。
180 notice_issue_done_ratios_updated: 问题完成度已更新。
181 notice_gantt_chart_truncated: "由于项目数量超过可显示的最大值 (%{max}),故此甘特图将截断超出部分"
181 notice_gantt_chart_truncated: "由于项目数量超过可显示的最大值 (%{max}),故此甘特图将截断超出部分"
182
182
183 error_can_t_load_default_data: "无法载入默认设置:%{value}"
183 error_can_t_load_default_data: "无法载入默认设置:%{value}"
184 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
184 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
185 error_scm_command_failed: "访问版本库时发生错误:%{value}"
185 error_scm_command_failed: "访问版本库时发生错误:%{value}"
186 error_scm_annotate: "该条目不存在或无法追溯。"
186 error_scm_annotate: "该条目不存在或无法追溯。"
187 error_issue_not_found_in_project: '问题不存在或不属于此项目'
187 error_issue_not_found_in_project: '问题不存在或不属于此项目'
188 error_no_tracker_in_project: 该项目未设定跟踪标签,请检查项目配置。
188 error_no_tracker_in_project: 该项目未设定跟踪标签,请检查项目配置。
189 error_no_default_issue_status: 未设置默认的问题状态。请检查系统设置("管理" -> "问题状态")。
189 error_no_default_issue_status: 未设置默认的问题状态。请检查系统设置("管理" -> "问题状态")。
190 error_can_not_delete_custom_field: 无法删除自定义属性
190 error_can_not_delete_custom_field: 无法删除自定义属性
191 error_can_not_delete_tracker: "该跟踪标签已包含问题,无法删除"
191 error_can_not_delete_tracker: "该跟踪标签已包含问题,无法删除"
192 error_can_not_remove_role: "该角色正在使用中,无法删除"
192 error_can_not_remove_role: "该角色正在使用中,无法删除"
193 error_can_not_reopen_issue_on_closed_version: 该问题被关联到一个已经关闭的版本,因此无法重新打开。
193 error_can_not_reopen_issue_on_closed_version: 该问题被关联到一个已经关闭的版本,因此无法重新打开。
194 error_can_not_archive_project: 该项目无法被存档
194 error_can_not_archive_project: 该项目无法被存档
195 error_issue_done_ratios_not_updated: 问题完成度未能被更新。
195 error_issue_done_ratios_not_updated: 问题完成度未能被更新。
196 error_workflow_copy_source: 请选择一个源跟踪标签或者角色
196 error_workflow_copy_source: 请选择一个源跟踪标签或者角色
197 error_workflow_copy_target: 请选择目标跟踪标签和角色
197 error_workflow_copy_target: 请选择目标跟踪标签和角色
198 error_unable_delete_issue_status: '无法删除问题状态'
198 error_unable_delete_issue_status: '无法删除问题状态'
199 error_unable_to_connect: "无法连接 (%{value})"
199 error_unable_to_connect: "无法连接 (%{value})"
200 warning_attachments_not_saved: "%{count} 个文件保存失败"
200 warning_attachments_not_saved: "%{count} 个文件保存失败"
201
201
202 mail_subject_lost_password: "您的 %{value} 密码"
202 mail_subject_lost_password: "您的 %{value} 密码"
203 mail_body_lost_password: '请点击以下链接来修改您的密码:'
203 mail_body_lost_password: '请点击以下链接来修改您的密码:'
204 mail_subject_register: "%{value}帐号激活"
204 mail_subject_register: "%{value}帐号激活"
205 mail_body_register: '请点击以下链接来激活您的帐号:'
205 mail_body_register: '请点击以下链接来激活您的帐号:'
206 mail_body_account_information_external: "您可以使用您的 %{value} 帐号来登录。"
206 mail_body_account_information_external: "您可以使用您的 %{value} 帐号来登录。"
207 mail_body_account_information: 您的帐号信息
207 mail_body_account_information: 您的帐号信息
208 mail_subject_account_activation_request: "%{value}帐号激活请求"
208 mail_subject_account_activation_request: "%{value}帐号激活请求"
209 mail_body_account_activation_request: "新用户(%{value})已完成注册,正在等候您的审核:"
209 mail_body_account_activation_request: "新用户(%{value})已完成注册,正在等候您的审核:"
210 mail_subject_reminder: "%{count} 个问题需要尽快解决 (%{days})"
210 mail_subject_reminder: "%{count} 个问题需要尽快解决 (%{days})"
211 mail_body_reminder: "指派给您的 %{count} 个问题需要在 %{days} 天内完成:"
211 mail_body_reminder: "指派给您的 %{count} 个问题需要在 %{days} 天内完成:"
212 mail_subject_wiki_content_added: "'%{id}' wiki页面已添加"
212 mail_subject_wiki_content_added: "'%{id}' wiki页面已添加"
213 mail_body_wiki_content_added: "'%{id}' wiki页面已由 %{author} 添加。"
213 mail_body_wiki_content_added: "'%{id}' wiki页面已由 %{author} 添加。"
214 mail_subject_wiki_content_updated: "'%{id}' wiki页面已更新。"
214 mail_subject_wiki_content_updated: "'%{id}' wiki页面已更新。"
215 mail_body_wiki_content_updated: "'%{id}' wiki页面已由 %{author} 更新。"
215 mail_body_wiki_content_updated: "'%{id}' wiki页面已由 %{author} 更新。"
216
216
217
217
218 field_name: 名称
218 field_name: 名称
219 field_description: 描述
219 field_description: 描述
220 field_summary: 摘要
220 field_summary: 摘要
221 field_is_required: 必填
221 field_is_required: 必填
222 field_firstname: 名字
222 field_firstname: 名字
223 field_lastname: 姓氏
223 field_lastname: 姓氏
224 field_mail: 邮件地址
224 field_mail: 邮件地址
225 field_filename: 文件
225 field_filename: 文件
226 field_filesize: 大小
226 field_filesize: 大小
227 field_downloads: 下载次数
227 field_downloads: 下载次数
228 field_author: 作者
228 field_author: 作者
229 field_created_on: 创建于
229 field_created_on: 创建于
230 field_updated_on: 更新于
230 field_updated_on: 更新于
231 field_field_format: 格式
231 field_field_format: 格式
232 field_is_for_all: 用于所有项目
232 field_is_for_all: 用于所有项目
233 field_possible_values: 可能的值
233 field_possible_values: 可能的值
234 field_regexp: 正则表达式
234 field_regexp: 正则表达式
235 field_min_length: 最小长度
235 field_min_length: 最小长度
236 field_max_length: 最大长度
236 field_max_length: 最大长度
237 field_value:
237 field_value:
238 field_category: 类别
238 field_category: 类别
239 field_title: 标题
239 field_title: 标题
240 field_project: 项目
240 field_project: 项目
241 field_issue: 问题
241 field_issue: 问题
242 field_status: 状态
242 field_status: 状态
243 field_notes: 说明
243 field_notes: 说明
244 field_is_closed: 已关闭的问题
244 field_is_closed: 已关闭的问题
245 field_is_default: 默认值
245 field_is_default: 默认值
246 field_tracker: 跟踪
246 field_tracker: 跟踪
247 field_subject: 主题
247 field_subject: 主题
248 field_due_date: 计划完成日期
248 field_due_date: 计划完成日期
249 field_assigned_to: 指派给
249 field_assigned_to: 指派给
250 field_priority: 优先级
250 field_priority: 优先级
251 field_fixed_version: 目标版本
251 field_fixed_version: 目标版本
252 field_user: 用户
252 field_user: 用户
253 field_principal: 用户/用户组
253 field_principal: 用户/用户组
254 field_role: 角色
254 field_role: 角色
255 field_homepage: 主页
255 field_homepage: 主页
256 field_is_public: 公开
256 field_is_public: 公开
257 field_parent: 上级项目
257 field_parent: 上级项目
258 field_is_in_roadmap: 在路线图中显示
258 field_is_in_roadmap: 在路线图中显示
259 field_login: 登录名
259 field_login: 登录名
260 field_mail_notification: 邮件通知
260 field_mail_notification: 邮件通知
261 field_admin: 管理员
261 field_admin: 管理员
262 field_last_login_on: 最后登录
262 field_last_login_on: 最后登录
263 field_language: 语言
263 field_language: 语言
264 field_effective_date: 日期
264 field_effective_date: 日期
265 field_password: 密码
265 field_password: 密码
266 field_new_password: 新密码
266 field_new_password: 新密码
267 field_password_confirmation: 确认
267 field_password_confirmation: 确认
268 field_version: 版本
268 field_version: 版本
269 field_type: 类型
269 field_type: 类型
270 field_host: 主机
270 field_host: 主机
271 field_port: 端口
271 field_port: 端口
272 field_account: 帐号
272 field_account: 帐号
273 field_base_dn: Base DN
273 field_base_dn: Base DN
274 field_attr_login: 登录名属性
274 field_attr_login: 登录名属性
275 field_attr_firstname: 名字属性
275 field_attr_firstname: 名字属性
276 field_attr_lastname: 姓氏属性
276 field_attr_lastname: 姓氏属性
277 field_attr_mail: 邮件属性
277 field_attr_mail: 邮件属性
278 field_onthefly: 即时用户生成
278 field_onthefly: 即时用户生成
279 field_start_date: 开始日期
279 field_start_date: 开始日期
280 field_done_ratio: "% 完成"
280 field_done_ratio: "% 完成"
281 field_auth_source: 认证模式
281 field_auth_source: 认证模式
282 field_hide_mail: 隐藏我的邮件地址
282 field_hide_mail: 隐藏我的邮件地址
283 field_comments: 注释
283 field_comments: 注释
284 field_url: URL
284 field_url: URL
285 field_start_page: 起始页
285 field_start_page: 起始页
286 field_subproject: 子项目
286 field_subproject: 子项目
287 field_hours: 小时
287 field_hours: 小时
288 field_activity: 活动
288 field_activity: 活动
289 field_spent_on: 日期
289 field_spent_on: 日期
290 field_identifier: 标识
290 field_identifier: 标识
291 field_is_filter: 作为过滤条件
291 field_is_filter: 作为过滤条件
292 field_issue_to: 相关问题
292 field_issue_to: 相关问题
293 field_delay: 延期
293 field_delay: 延期
294 field_assignable: 问题可指派给此角色
294 field_assignable: 问题可指派给此角色
295 field_redirect_existing_links: 重定向到现有链接
295 field_redirect_existing_links: 重定向到现有链接
296 field_estimated_hours: 预期时间
296 field_estimated_hours: 预期时间
297 field_column_names:
297 field_column_names:
298 field_time_entries: 工时
298 field_time_entries: 工时
299 field_time_zone: 时区
299 field_time_zone: 时区
300 field_searchable: 可用作搜索条件
300 field_searchable: 可用作搜索条件
301 field_default_value: 默认值
301 field_default_value: 默认值
302 field_comments_sorting: 显示注释
302 field_comments_sorting: 显示注释
303 field_parent_title: 上级页面
303 field_parent_title: 上级页面
304 field_editable: 可编辑
304 field_editable: 可编辑
305 field_watcher: 跟踪者
305 field_watcher: 跟踪者
306 field_identity_url: OpenID URL
306 field_identity_url: OpenID URL
307 field_content: 内容
307 field_content: 内容
308 field_group_by: 根据此条件分组
308 field_group_by: 根据此条件分组
309 field_sharing: 共享
309 field_sharing: 共享
310 field_parent_issue: 父任务
310 field_parent_issue: 父任务
311 field_member_of_group: 用户组的成员
311 field_member_of_group: 用户组的成员
312 field_assigned_to_role: 角色的成员
312 field_assigned_to_role: 角色的成员
313 field_text: 文本字段
313 field_text: 文本字段
314 field_visible: 可见的
314 field_visible: 可见的
315
315
316 setting_app_title: 应用程序标题
316 setting_app_title: 应用程序标题
317 setting_app_subtitle: 应用程序子标题
317 setting_app_subtitle: 应用程序子标题
318 setting_welcome_text: 欢迎文字
318 setting_welcome_text: 欢迎文字
319 setting_default_language: 默认语言
319 setting_default_language: 默认语言
320 setting_login_required: 要求认证
320 setting_login_required: 要求认证
321 setting_self_registration: 允许自注册
321 setting_self_registration: 允许自注册
322 setting_attachment_max_size: 附件大小限制
322 setting_attachment_max_size: 附件大小限制
323 setting_issues_export_limit: 问题导出条目的限制
323 setting_issues_export_limit: 问题导出条目的限制
324 setting_mail_from: 邮件发件人地址
324 setting_mail_from: 邮件发件人地址
325 setting_bcc_recipients: 使用密件抄送 (bcc)
325 setting_bcc_recipients: 使用密件抄送 (bcc)
326 setting_plain_text_mail: 纯文本(无HTML)
326 setting_plain_text_mail: 纯文本(无HTML)
327 setting_host_name: 主机名称
327 setting_host_name: 主机名称
328 setting_text_formatting: 文本格式
328 setting_text_formatting: 文本格式
329 setting_wiki_compression: 压缩Wiki历史文档
329 setting_wiki_compression: 压缩Wiki历史文档
330 setting_feeds_limit: Atom Feed内容条数限制
330 setting_feeds_limit: Atom Feed内容条数限制
331 setting_default_projects_public: 新建项目默认为公开项目
331 setting_default_projects_public: 新建项目默认为公开项目
332 setting_autofetch_changesets: 自动获取程序变更
332 setting_autofetch_changesets: 自动获取程序变更
333 setting_sys_api_enabled: 启用用于版本库管理的Web Service
333 setting_sys_api_enabled: 启用用于版本库管理的Web Service
334 setting_commit_ref_keywords: 用于引用问题的关键字
334 setting_commit_ref_keywords: 用于引用问题的关键字
335 setting_commit_fix_keywords: 用于解决问题的关键字
335 setting_commit_fix_keywords: 用于解决问题的关键字
336 setting_autologin: 自动登录
336 setting_autologin: 自动登录
337 setting_date_format: 日期格式
337 setting_date_format: 日期格式
338 setting_time_format: 时间格式
338 setting_time_format: 时间格式
339 setting_cross_project_issue_relations: 允许不同项目之间的问题关联
339 setting_cross_project_issue_relations: 允许不同项目之间的问题关联
340 setting_issue_list_default_columns: 问题列表中显示的默认列
340 setting_issue_list_default_columns: 问题列表中显示的默认列
341 setting_emails_header: 邮件头
341 setting_emails_header: 邮件头
342 setting_emails_footer: 邮件签名
342 setting_emails_footer: 邮件签名
343 setting_protocol: 协议
343 setting_protocol: 协议
344 setting_per_page_options: 每页显示条目个数的设置
344 setting_per_page_options: 每页显示条目个数的设置
345 setting_user_format: 用户显示格式
345 setting_user_format: 用户显示格式
346 setting_activity_days_default: 在项目活动中显示的天数
346 setting_activity_days_default: 在项目活动中显示的天数
347 setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题
347 setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题
348 setting_enabled_scm: 启用 SCM
348 setting_enabled_scm: 启用 SCM
349 setting_mail_handler_body_delimiters: 在这些行之后截断邮件
349 setting_mail_handler_body_delimiters: 在这些行之后截断邮件
350 setting_mail_handler_api_enabled: 启用用于接收邮件的服务
350 setting_mail_handler_api_enabled: 启用用于接收邮件的服务
351 setting_mail_handler_api_key: API key
351 setting_mail_handler_api_key: API key
352 setting_sequential_project_identifiers: 顺序产生项目标识
352 setting_sequential_project_identifiers: 顺序产生项目标识
353 setting_gravatar_enabled: 使用Gravatar用户头像
353 setting_gravatar_enabled: 使用Gravatar用户头像
354 setting_gravatar_default: 默认的Gravatar头像
354 setting_gravatar_default: 默认的Gravatar头像
355 setting_diff_max_lines_displayed: 查看差别页面上显示的最大行数
355 setting_diff_max_lines_displayed: 查看差别页面上显示的最大行数
356 setting_file_max_size_displayed: 允许直接显示的最大文本文件
356 setting_file_max_size_displayed: 允许直接显示的最大文本文件
357 setting_repository_log_display_limit: 在文件变更记录页面上显示的最大修订版本数量
357 setting_repository_log_display_limit: 在文件变更记录页面上显示的最大修订版本数量
358 setting_openid: 允许使用OpenID登录和注册
358 setting_openid: 允许使用OpenID登录和注册
359 setting_password_min_length: 最短密码长度
359 setting_password_min_length: 最短密码长度
360 setting_new_project_user_role_id: 非管理员用户新建项目时将被赋予的(在该项目中的)角色
360 setting_new_project_user_role_id: 非管理员用户新建项目时将被赋予的(在该项目中的)角色
361 setting_default_projects_modules: 新建项目默认启用的模块
361 setting_default_projects_modules: 新建项目默认启用的模块
362 setting_issue_done_ratio: 计算问题完成度:
362 setting_issue_done_ratio: 计算问题完成度:
363 setting_issue_done_ratio_issue_field: 使用问题(的完成度)属性
363 setting_issue_done_ratio_issue_field: 使用问题(的完成度)属性
364 setting_issue_done_ratio_issue_status: 使用问题状态
364 setting_issue_done_ratio_issue_status: 使用问题状态
365 setting_start_of_week: 日历开始于
365 setting_start_of_week: 日历开始于
366 setting_rest_api_enabled: 启用REST web service
366 setting_rest_api_enabled: 启用REST web service
367 setting_cache_formatted_text: 缓存格式化文字
367 setting_cache_formatted_text: 缓存格式化文字
368 setting_default_notification_option: 默认提醒选项
368 setting_default_notification_option: 默认提醒选项
369 setting_commit_logtime_enabled: 激活时间日志
369 setting_commit_logtime_enabled: 激活时间日志
370 setting_commit_logtime_activity_id: 记录的活动
370 setting_commit_logtime_activity_id: 记录的活动
371 setting_gantt_items_limit: 在甘特图上显示的最大记录数
371 setting_gantt_items_limit: 在甘特图上显示的最大记录数
372
372
373 permission_add_project: 新建项目
373 permission_add_project: 新建项目
374 permission_add_subprojects: 新建子项目
374 permission_add_subprojects: 新建子项目
375 permission_edit_project: 编辑项目
375 permission_edit_project: 编辑项目
376 permission_select_project_modules: 选择项目模块
376 permission_select_project_modules: 选择项目模块
377 permission_manage_members: 管理成员
377 permission_manage_members: 管理成员
378 permission_manage_project_activities: 管理项目活动
378 permission_manage_project_activities: 管理项目活动
379 permission_manage_versions: 管理版本
379 permission_manage_versions: 管理版本
380 permission_manage_categories: 管理问题类别
380 permission_manage_categories: 管理问题类别
381 permission_view_issues: 查看问题
381 permission_view_issues: 查看问题
382 permission_add_issues: 新建问题
382 permission_add_issues: 新建问题
383 permission_edit_issues: 更新问题
383 permission_edit_issues: 更新问题
384 permission_manage_issue_relations: 管理问题关联
384 permission_manage_issue_relations: 管理问题关联
385 permission_add_issue_notes: 添加说明
385 permission_add_issue_notes: 添加说明
386 permission_edit_issue_notes: 编辑说明
386 permission_edit_issue_notes: 编辑说明
387 permission_edit_own_issue_notes: 编辑自己的说明
387 permission_edit_own_issue_notes: 编辑自己的说明
388 permission_move_issues: 移动问题
388 permission_move_issues: 移动问题
389 permission_delete_issues: 删除问题
389 permission_delete_issues: 删除问题
390 permission_manage_public_queries: 管理公开的查询
390 permission_manage_public_queries: 管理公开的查询
391 permission_save_queries: 保存查询
391 permission_save_queries: 保存查询
392 permission_view_gantt: 查看甘特图
392 permission_view_gantt: 查看甘特图
393 permission_view_calendar: 查看日历
393 permission_view_calendar: 查看日历
394 permission_view_issue_watchers: 查看跟踪者列表
394 permission_view_issue_watchers: 查看跟踪者列表
395 permission_add_issue_watchers: 添加跟踪者
395 permission_add_issue_watchers: 添加跟踪者
396 permission_delete_issue_watchers: 删除跟踪者
396 permission_delete_issue_watchers: 删除跟踪者
397 permission_log_time: 登记工时
397 permission_log_time: 登记工时
398 permission_view_time_entries: 查看耗时
398 permission_view_time_entries: 查看耗时
399 permission_edit_time_entries: 编辑耗时
399 permission_edit_time_entries: 编辑耗时
400 permission_edit_own_time_entries: 编辑自己的耗时
400 permission_edit_own_time_entries: 编辑自己的耗时
401 permission_manage_news: 管理新闻
401 permission_manage_news: 管理新闻
402 permission_comment_news: 为新闻添加评论
402 permission_comment_news: 为新闻添加评论
403 permission_view_documents: 查看文档
403 permission_view_documents: 查看文档
404 permission_manage_files: 管理文件
404 permission_manage_files: 管理文件
405 permission_view_files: 查看文件
405 permission_view_files: 查看文件
406 permission_manage_wiki: 管理Wiki
406 permission_manage_wiki: 管理Wiki
407 permission_rename_wiki_pages: 重定向/重命名Wiki页面
407 permission_rename_wiki_pages: 重定向/重命名Wiki页面
408 permission_delete_wiki_pages: 删除Wiki页面
408 permission_delete_wiki_pages: 删除Wiki页面
409 permission_view_wiki_pages: 查看Wiki
409 permission_view_wiki_pages: 查看Wiki
410 permission_view_wiki_edits: 查看Wiki历史记录
410 permission_view_wiki_edits: 查看Wiki历史记录
411 permission_edit_wiki_pages: 编辑Wiki页面
411 permission_edit_wiki_pages: 编辑Wiki页面
412 permission_delete_wiki_pages_attachments: 删除附件
412 permission_delete_wiki_pages_attachments: 删除附件
413 permission_protect_wiki_pages: 保护Wiki页面
413 permission_protect_wiki_pages: 保护Wiki页面
414 permission_manage_repository: 管理版本库
414 permission_manage_repository: 管理版本库
415 permission_browse_repository: 浏览版本库
415 permission_browse_repository: 浏览版本库
416 permission_view_changesets: 查看变更
416 permission_view_changesets: 查看变更
417 permission_commit_access: 访问提交信息
417 permission_commit_access: 访问提交信息
418 permission_manage_boards: 管理讨论区
418 permission_manage_boards: 管理讨论区
419 permission_view_messages: 查看帖子
419 permission_view_messages: 查看帖子
420 permission_add_messages: 发表帖子
420 permission_add_messages: 发表帖子
421 permission_edit_messages: 编辑帖子
421 permission_edit_messages: 编辑帖子
422 permission_edit_own_messages: 编辑自己的帖子
422 permission_edit_own_messages: 编辑自己的帖子
423 permission_delete_messages: 删除帖子
423 permission_delete_messages: 删除帖子
424 permission_delete_own_messages: 删除自己的帖子
424 permission_delete_own_messages: 删除自己的帖子
425 permission_export_wiki_pages: 导出 wiki 页面
425 permission_export_wiki_pages: 导出 wiki 页面
426 permission_manage_subtasks: 管理子任务
426 permission_manage_subtasks: 管理子任务
427
427
428 project_module_issue_tracking: 问题跟踪
428 project_module_issue_tracking: 问题跟踪
429 project_module_time_tracking: 时间跟踪
429 project_module_time_tracking: 时间跟踪
430 project_module_news: 新闻
430 project_module_news: 新闻
431 project_module_documents: 文档
431 project_module_documents: 文档
432 project_module_files: 文件
432 project_module_files: 文件
433 project_module_wiki: Wiki
433 project_module_wiki: Wiki
434 project_module_repository: 版本库
434 project_module_repository: 版本库
435 project_module_boards: 讨论区
435 project_module_boards: 讨论区
436 project_module_calendar: 日历
436 project_module_calendar: 日历
437 project_module_gantt: 甘特图
437 project_module_gantt: 甘特图
438
438
439 label_user: 用户
439 label_user: 用户
440 label_user_plural: 用户
440 label_user_plural: 用户
441 label_user_new: 新建用户
441 label_user_new: 新建用户
442 label_user_anonymous: 匿名用户
442 label_user_anonymous: 匿名用户
443 label_project: 项目
443 label_project: 项目
444 label_project_new: 新建项目
444 label_project_new: 新建项目
445 label_project_plural: 项目
445 label_project_plural: 项目
446 label_x_projects:
446 label_x_projects:
447 zero: 无项目
447 zero: 无项目
448 one: 1 个项目
448 one: 1 个项目
449 other: "%{count} 个项目"
449 other: "%{count} 个项目"
450 label_project_all: 所有的项目
450 label_project_all: 所有的项目
451 label_project_latest: 最近的项目
451 label_project_latest: 最近的项目
452 label_issue: 问题
452 label_issue: 问题
453 label_issue_new: 新建问题
453 label_issue_new: 新建问题
454 label_issue_plural: 问题
454 label_issue_plural: 问题
455 label_issue_view_all: 查看所有问题
455 label_issue_view_all: 查看所有问题
456 label_issues_by: "按 %{value} 分组显示问题"
456 label_issues_by: "按 %{value} 分组显示问题"
457 label_issue_added: 问题已添加
457 label_issue_added: 问题已添加
458 label_issue_updated: 问题已更新
458 label_issue_updated: 问题已更新
459 label_document: 文档
459 label_document: 文档
460 label_document_new: 新建文档
460 label_document_new: 新建文档
461 label_document_plural: 文档
461 label_document_plural: 文档
462 label_document_added: 文档已添加
462 label_document_added: 文档已添加
463 label_role: 角色
463 label_role: 角色
464 label_role_plural: 角色
464 label_role_plural: 角色
465 label_role_new: 新建角色
465 label_role_new: 新建角色
466 label_role_and_permissions: 角色和权限
466 label_role_and_permissions: 角色和权限
467 label_member: 成员
467 label_member: 成员
468 label_member_new: 新建成员
468 label_member_new: 新建成员
469 label_member_plural: 成员
469 label_member_plural: 成员
470 label_tracker: 跟踪标签
470 label_tracker: 跟踪标签
471 label_tracker_plural: 跟踪标签
471 label_tracker_plural: 跟踪标签
472 label_tracker_new: 新建跟踪标签
472 label_tracker_new: 新建跟踪标签
473 label_workflow: 工作流程
473 label_workflow: 工作流程
474 label_issue_status: 问题状态
474 label_issue_status: 问题状态
475 label_issue_status_plural: 问题状态
475 label_issue_status_plural: 问题状态
476 label_issue_status_new: 新建问题状态
476 label_issue_status_new: 新建问题状态
477 label_issue_category: 问题类别
477 label_issue_category: 问题类别
478 label_issue_category_plural: 问题类别
478 label_issue_category_plural: 问题类别
479 label_issue_category_new: 新建问题类别
479 label_issue_category_new: 新建问题类别
480 label_custom_field: 自定义属性
480 label_custom_field: 自定义属性
481 label_custom_field_plural: 自定义属性
481 label_custom_field_plural: 自定义属性
482 label_custom_field_new: 新建自定义属性
482 label_custom_field_new: 新建自定义属性
483 label_enumerations: 枚举值
483 label_enumerations: 枚举值
484 label_enumeration_new: 新建枚举值
484 label_enumeration_new: 新建枚举值
485 label_information: 信息
485 label_information: 信息
486 label_information_plural: 信息
486 label_information_plural: 信息
487 label_please_login: 请登录
487 label_please_login: 请登录
488 label_register: 注册
488 label_register: 注册
489 label_login_with_open_id_option: 或使用OpenID登录
489 label_login_with_open_id_option: 或使用OpenID登录
490 label_password_lost: 忘记密码
490 label_password_lost: 忘记密码
491 label_home: 主页
491 label_home: 主页
492 label_my_page: 我的工作台
492 label_my_page: 我的工作台
493 label_my_account: 我的帐号
493 label_my_account: 我的帐号
494 label_my_projects: 我的项目
494 label_my_projects: 我的项目
495 label_my_page_block: 我的工作台模块
495 label_my_page_block: 我的工作台模块
496 label_administration: 管理
496 label_administration: 管理
497 label_login: 登录
497 label_login: 登录
498 label_logout: 退出
498 label_logout: 退出
499 label_help: 帮助
499 label_help: 帮助
500 label_reported_issues: 已报告的问题
500 label_reported_issues: 已报告的问题
501 label_assigned_to_me_issues: 指派给我的问题
501 label_assigned_to_me_issues: 指派给我的问题
502 label_last_login: 最后登录
502 label_last_login: 最后登录
503 label_registered_on: 注册于
503 label_registered_on: 注册于
504 label_activity: 活动
504 label_activity: 活动
505 label_overall_activity: 活动概览
505 label_overall_activity: 活动概览
506 label_user_activity: "%{value} 的活动"
506 label_user_activity: "%{value} 的活动"
507 label_new: 新建
507 label_new: 新建
508 label_logged_as: 登录为
508 label_logged_as: 登录为
509 label_environment: 环境
509 label_environment: 环境
510 label_authentication: 认证
510 label_authentication: 认证
511 label_auth_source: 认证模式
511 label_auth_source: 认证模式
512 label_auth_source_new: 新建认证模式
512 label_auth_source_new: 新建认证模式
513 label_auth_source_plural: 认证模式
513 label_auth_source_plural: 认证模式
514 label_subproject_plural: 子项目
514 label_subproject_plural: 子项目
515 label_subproject_new: 新建子项目
515 label_subproject_new: 新建子项目
516 label_and_its_subprojects: "%{value} 及其子项目"
516 label_and_its_subprojects: "%{value} 及其子项目"
517 label_min_max_length: 最小 - 最大 长度
517 label_min_max_length: 最小 - 最大 长度
518 label_list: 列表
518 label_list: 列表
519 label_date: 日期
519 label_date: 日期
520 label_integer: 整数
520 label_integer: 整数
521 label_float: 浮点数
521 label_float: 浮点数
522 label_boolean: 布尔值
522 label_boolean: 布尔值
523 label_string: 字符串
523 label_string: 字符串
524 label_text: 文本
524 label_text: 文本
525 label_attribute: 属性
525 label_attribute: 属性
526 label_attribute_plural: 属性
526 label_attribute_plural: 属性
527 label_no_data: 没有任何数据可供显示
527 label_no_data: 没有任何数据可供显示
528 label_change_status: 变更状态
528 label_change_status: 变更状态
529 label_history: 历史记录
529 label_history: 历史记录
530 label_attachment: 文件
530 label_attachment: 文件
531 label_attachment_new: 新建文件
531 label_attachment_new: 新建文件
532 label_attachment_delete: 删除文件
532 label_attachment_delete: 删除文件
533 label_attachment_plural: 文件
533 label_attachment_plural: 文件
534 label_file_added: 文件已添加
534 label_file_added: 文件已添加
535 label_report: 报表
535 label_report: 报表
536 label_report_plural: 报表
536 label_report_plural: 报表
537 label_news: 新闻
537 label_news: 新闻
538 label_news_new: 添加新闻
538 label_news_new: 添加新闻
539 label_news_plural: 新闻
539 label_news_plural: 新闻
540 label_news_latest: 最近的新闻
540 label_news_latest: 最近的新闻
541 label_news_view_all: 查看所有新闻
541 label_news_view_all: 查看所有新闻
542 label_news_added: 新闻已添加
542 label_news_added: 新闻已添加
543 label_settings: 配置
543 label_settings: 配置
544 label_overview: 概述
544 label_overview: 概述
545 label_version: 版本
545 label_version: 版本
546 label_version_new: 新建版本
546 label_version_new: 新建版本
547 label_version_plural: 版本
547 label_version_plural: 版本
548 label_close_versions: 关闭已完成的版本
548 label_close_versions: 关闭已完成的版本
549 label_confirmation: 确认
549 label_confirmation: 确认
550 label_export_to: 导出
550 label_export_to: 导出
551 label_read: 读取...
551 label_read: 读取...
552 label_public_projects: 公开的项目
552 label_public_projects: 公开的项目
553 label_open_issues: 打开
553 label_open_issues: 打开
554 label_open_issues_plural: 打开
554 label_open_issues_plural: 打开
555 label_closed_issues: 已关闭
555 label_closed_issues: 已关闭
556 label_closed_issues_plural: 已关闭
556 label_closed_issues_plural: 已关闭
557 label_x_open_issues_abbr:
557 label_x_open_issues_abbr:
558 zero: 0 打开
558 zero: 0 打开
559 one: 1 打开
559 one: 1 打开
560 other: "%{count} 打开"
560 other: "%{count} 打开"
561 label_x_closed_issues_abbr:
561 label_x_closed_issues_abbr:
562 zero: 0 已关闭
562 zero: 0 已关闭
563 one: 1 已关闭
563 one: 1 已关闭
564 other: "%{count} 已关闭"
564 other: "%{count} 已关闭"
565 label_total: 合计
565 label_total: 合计
566 label_permissions: 权限
566 label_permissions: 权限
567 label_current_status: 当前状态
567 label_current_status: 当前状态
568 label_new_statuses_allowed: 允许的新状态
568 label_new_statuses_allowed: 允许的新状态
569 label_all: 全部
569 label_all: 全部
570 label_none:
570 label_none:
571 label_nobody: 无人
571 label_nobody: 无人
572 label_next: 下一页
572 label_next: 下一页
573 label_previous: 上一页
573 label_previous: 上一页
574 label_used_by: 使用中
574 label_used_by: 使用中
575 label_details: 详情
575 label_details: 详情
576 label_add_note: 添加说明
576 label_add_note: 添加说明
577 label_calendar: 日历
577 label_calendar: 日历
578 label_months_from: 个月以来
578 label_months_from: 个月以来
579 label_gantt: 甘特图
579 label_gantt: 甘特图
580 label_internal: 内部
580 label_internal: 内部
581 label_last_changes: "最近的 %{count} 次变更"
581 label_last_changes: "最近的 %{count} 次变更"
582 label_change_view_all: 查看所有变更
582 label_change_view_all: 查看所有变更
583 label_personalize_page: 个性化定制本页
583 label_personalize_page: 个性化定制本页
584 label_comment: 评论
584 label_comment: 评论
585 label_comment_plural: 评论
585 label_comment_plural: 评论
586 label_x_comments:
586 label_x_comments:
587 zero: 无评论
587 zero: 无评论
588 one: 1 条评论
588 one: 1 条评论
589 other: "%{count} 条评论"
589 other: "%{count} 条评论"
590 label_comment_add: 添加评论
590 label_comment_add: 添加评论
591 label_comment_added: 评论已添加
591 label_comment_added: 评论已添加
592 label_comment_delete: 删除评论
592 label_comment_delete: 删除评论
593 label_query: 自定义查询
593 label_query: 自定义查询
594 label_query_plural: 自定义查询
594 label_query_plural: 自定义查询
595 label_query_new: 新建查询
595 label_query_new: 新建查询
596 label_filter_add: 增加过滤器
596 label_filter_add: 增加过滤器
597 label_filter_plural: 过滤器
597 label_filter_plural: 过滤器
598 label_equals: 等于
598 label_equals: 等于
599 label_not_equals: 不等于
599 label_not_equals: 不等于
600 label_in_less_than: 剩余天数小于
600 label_in_less_than: 剩余天数小于
601 label_in_more_than: 剩余天数大于
601 label_in_more_than: 剩余天数大于
602 label_greater_or_equal: '>='
602 label_greater_or_equal: '>='
603 label_less_or_equal: '<='
603 label_less_or_equal: '<='
604 label_in: 剩余天数
604 label_in: 剩余天数
605 label_today: 今天
605 label_today: 今天
606 label_all_time: 全部时间
606 label_all_time: 全部时间
607 label_yesterday: 昨天
607 label_yesterday: 昨天
608 label_this_week: 本周
608 label_this_week: 本周
609 label_last_week: 上周
609 label_last_week: 上周
610 label_last_n_days: "最后 %{count} 天"
610 label_last_n_days: "最后 %{count} 天"
611 label_this_month: 本月
611 label_this_month: 本月
612 label_last_month: 上月
612 label_last_month: 上月
613 label_this_year: 今年
613 label_this_year: 今年
614 label_date_range: 日期范围
614 label_date_range: 日期范围
615 label_less_than_ago: 之前天数少于
615 label_less_than_ago: 之前天数少于
616 label_more_than_ago: 之前天数大于
616 label_more_than_ago: 之前天数大于
617 label_ago: 之前天数
617 label_ago: 之前天数
618 label_contains: 包含
618 label_contains: 包含
619 label_not_contains: 不包含
619 label_not_contains: 不包含
620 label_day_plural:
620 label_day_plural:
621 label_repository: 版本库
621 label_repository: 版本库
622 label_repository_plural: 版本库
622 label_repository_plural: 版本库
623 label_browse: 浏览
623 label_browse: 浏览
624 label_branch: 分支
624 label_branch: 分支
625 label_tag: 标签
625 label_tag: 标签
626 label_revision: 修订
626 label_revision: 修订
627 label_revision_plural: 修订
627 label_revision_plural: 修订
628 label_revision_id: 修订 %{value}
628 label_revision_id: 修订 %{value}
629 label_associated_revisions: 相关修订版本
629 label_associated_revisions: 相关修订版本
630 label_added: 已添加
630 label_added: 已添加
631 label_modified: 已修改
631 label_modified: 已修改
632 label_copied: 已复制
632 label_copied: 已复制
633 label_renamed: 已重命名
633 label_renamed: 已重命名
634 label_deleted: 已删除
634 label_deleted: 已删除
635 label_latest_revision: 最近的修订版本
635 label_latest_revision: 最近的修订版本
636 label_latest_revision_plural: 最近的修订版本
636 label_latest_revision_plural: 最近的修订版本
637 label_view_revisions: 查看修订
637 label_view_revisions: 查看修订
638 label_view_all_revisions: 查看所有修订
638 label_view_all_revisions: 查看所有修订
639 label_max_size: 最大尺寸
639 label_max_size: 最大尺寸
640 label_sort_highest: 置顶
640 label_sort_highest: 置顶
641 label_sort_higher: 上移
641 label_sort_higher: 上移
642 label_sort_lower: 下移
642 label_sort_lower: 下移
643 label_sort_lowest: 置底
643 label_sort_lowest: 置底
644 label_roadmap: 路线图
644 label_roadmap: 路线图
645 label_roadmap_due_in: "截止日期到 %{value}"
645 label_roadmap_due_in: "截止日期到 %{value}"
646 label_roadmap_overdue: "%{value} 延期"
646 label_roadmap_overdue: "%{value} 延期"
647 label_roadmap_no_issues: 该版本没有问题
647 label_roadmap_no_issues: 该版本没有问题
648 label_search: 搜索
648 label_search: 搜索
649 label_result_plural: 结果
649 label_result_plural: 结果
650 label_all_words: 所有单词
650 label_all_words: 所有单词
651 label_wiki: Wiki
651 label_wiki: Wiki
652 label_wiki_edit: Wiki 编辑
652 label_wiki_edit: Wiki 编辑
653 label_wiki_edit_plural: Wiki 编辑记录
653 label_wiki_edit_plural: Wiki 编辑记录
654 label_wiki_page: Wiki 页面
654 label_wiki_page: Wiki 页面
655 label_wiki_page_plural: Wiki 页面
655 label_wiki_page_plural: Wiki 页面
656 label_index_by_title: 按标题索引
656 label_index_by_title: 按标题索引
657 label_index_by_date: 按日期索引
657 label_index_by_date: 按日期索引
658 label_current_version: 当前版本
658 label_current_version: 当前版本
659 label_preview: 预览
659 label_preview: 预览
660 label_feed_plural: Feeds
660 label_feed_plural: Feeds
661 label_changes_details: 所有变更的详情
661 label_changes_details: 所有变更的详情
662 label_issue_tracking: 问题跟踪
662 label_issue_tracking: 问题跟踪
663 label_spent_time: 耗时
663 label_spent_time: 耗时
664 label_overall_spent_time: 总体耗时
664 label_overall_spent_time: 总体耗时
665 label_f_hour: "%{value} 小时"
665 label_f_hour: "%{value} 小时"
666 label_f_hour_plural: "%{value} 小时"
666 label_f_hour_plural: "%{value} 小时"
667 label_time_tracking: 时间跟踪
667 label_time_tracking: 时间跟踪
668 label_change_plural: 变更
668 label_change_plural: 变更
669 label_statistics: 统计
669 label_statistics: 统计
670 label_commits_per_month: 每月提交次数
670 label_commits_per_month: 每月提交次数
671 label_commits_per_author: 每用户提交次数
671 label_commits_per_author: 每用户提交次数
672 label_view_diff: 查看差别
672 label_view_diff: 查看差别
673 label_diff_inline: 直列
673 label_diff_inline: 直列
674 label_diff_side_by_side: 并排
674 label_diff_side_by_side: 并排
675 label_options: 选项
675 label_options: 选项
676 label_copy_workflow_from: 从以下选项复制工作流程
676 label_copy_workflow_from: 从以下选项复制工作流程
677 label_permissions_report: 权限报表
677 label_permissions_report: 权限报表
678 label_watched_issues: 跟踪的问题
678 label_watched_issues: 跟踪的问题
679 label_related_issues: 相关的问题
679 label_related_issues: 相关的问题
680 label_applied_status: 应用后的状态
680 label_applied_status: 应用后的状态
681 label_loading: 载入中...
681 label_loading: 载入中...
682 label_relation_new: 新建关联
682 label_relation_new: 新建关联
683 label_relation_delete: 删除关联
683 label_relation_delete: 删除关联
684 label_relates_to: 关联到
684 label_relates_to: 关联到
685 label_duplicates: 重复
685 label_duplicates: 重复
686 label_duplicated_by: 与其重复
686 label_duplicated_by: 与其重复
687 label_blocks: 阻挡
687 label_blocks: 阻挡
688 label_blocked_by: 被阻挡
688 label_blocked_by: 被阻挡
689 label_precedes: 优先于
689 label_precedes: 优先于
690 label_follows: 跟随于
690 label_follows: 跟随于
691 label_stay_logged_in: 保持登录状态
691 label_stay_logged_in: 保持登录状态
692 label_disabled: 禁用
692 label_disabled: 禁用
693 label_show_completed_versions: 显示已完成的版本
693 label_show_completed_versions: 显示已完成的版本
694 label_me:
694 label_me:
695 label_board: 讨论区
695 label_board: 讨论区
696 label_board_new: 新建讨论区
696 label_board_new: 新建讨论区
697 label_board_plural: 讨论区
697 label_board_plural: 讨论区
698 label_board_locked: 锁定
698 label_board_locked: 锁定
699 label_board_sticky: 置顶
699 label_board_sticky: 置顶
700 label_topic_plural: 主题
700 label_topic_plural: 主题
701 label_message_plural: 帖子
701 label_message_plural: 帖子
702 label_message_last: 最新的帖子
702 label_message_last: 最新的帖子
703 label_message_new: 新贴
703 label_message_new: 新贴
704 label_message_posted: 发帖成功
704 label_message_posted: 发帖成功
705 label_reply_plural: 回复
705 label_reply_plural: 回复
706 label_send_information: 给用户发送帐号信息
706 label_send_information: 给用户发送帐号信息
707 label_year:
707 label_year:
708 label_month:
708 label_month:
709 label_week:
709 label_week:
710 label_date_from:
710 label_date_from:
711 label_date_to:
711 label_date_to:
712 label_language_based: 根据用户的语言
712 label_language_based: 根据用户的语言
713 label_sort_by: "根据 %{value} 排序"
713 label_sort_by: "根据 %{value} 排序"
714 label_send_test_email: 发送测试邮件
714 label_send_test_email: 发送测试邮件
715 label_feeds_access_key: Atom存取键
715 label_feeds_access_key: Atom存取键
716 label_missing_feeds_access_key: 缺少Atom存取键
716 label_missing_feeds_access_key: 缺少Atom存取键
717 label_feeds_access_key_created_on: "Atom存取键是在 %{value} 之前建立的"
717 label_feeds_access_key_created_on: "Atom存取键是在 %{value} 之前建立的"
718 label_module_plural: 模块
718 label_module_plural: 模块
719 label_added_time_by: "由 %{author} %{age} 之前添加"
719 label_added_time_by: "由 %{author} %{age} 之前添加"
720 label_updated_time: " 更新于 %{value} 之前"
720 label_updated_time: " 更新于 %{value} 之前"
721 label_updated_time_by: "由 %{author} 更新于 %{age} 之前"
721 label_updated_time_by: "由 %{author} 更新于 %{age} 之前"
722 label_jump_to_a_project: 选择一个项目...
722 label_jump_to_a_project: 选择一个项目...
723 label_file_plural: 文件
723 label_file_plural: 文件
724 label_changeset_plural: 变更
724 label_changeset_plural: 变更
725 label_default_columns: 默认列
725 label_default_columns: 默认列
726 label_no_change_option: (不变)
726 label_no_change_option: (不变)
727 label_bulk_edit_selected_issues: 批量修改选中的问题
727 label_bulk_edit_selected_issues: 批量修改选中的问题
728 label_theme: 主题
728 label_theme: 主题
729 label_default: 默认
729 label_default: 默认
730 label_search_titles_only: 仅在标题中搜索
730 label_search_titles_only: 仅在标题中搜索
731 label_user_mail_option_all: "收取我的项目的所有通知"
731 label_user_mail_option_all: "收取我的项目的所有通知"
732 label_user_mail_option_selected: "收取选中项目的所有通知..."
732 label_user_mail_option_selected: "收取选中项目的所有通知..."
733 label_user_mail_option_none: "不收取任何通知"
733 label_user_mail_option_none: "不收取任何通知"
734 label_user_mail_option_only_my_events: "只收取我跟踪或参与的项目的通知"
734 label_user_mail_option_only_my_events: "只收取我跟踪或参与的项目的通知"
735 label_user_mail_option_only_assigned: "只收取分配给我的"
735 label_user_mail_option_only_assigned: "只收取分配给我的"
736 label_user_mail_option_only_owner: 只收取由我创建的
736 label_user_mail_option_only_owner: 只收取由我创建的
737 label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知"
737 label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知"
738 label_registration_activation_by_email: 通过邮件认证激活帐号
738 label_registration_activation_by_email: 通过邮件认证激活帐号
739 label_registration_manual_activation: 手动激活帐号
739 label_registration_manual_activation: 手动激活帐号
740 label_registration_automatic_activation: 自动激活帐号
740 label_registration_automatic_activation: 自动激活帐号
741 label_display_per_page: "每页显示:%{value}"
741 label_display_per_page: "每页显示:%{value}"
742 label_age: 提交时间
742 label_age: 提交时间
743 label_change_properties: 修改属性
743 label_change_properties: 修改属性
744 label_general: 一般
744 label_general: 一般
745 label_more: 更多
745 label_more: 更多
746 label_scm: SCM
746 label_scm: SCM
747 label_plugins: 插件
747 label_plugins: 插件
748 label_ldap_authentication: LDAP 认证
748 label_ldap_authentication: LDAP 认证
749 label_downloads_abbr: D/L
749 label_downloads_abbr: D/L
750 label_optional_description: 可选的描述
750 label_optional_description: 可选的描述
751 label_add_another_file: 添加其它文件
751 label_add_another_file: 添加其它文件
752 label_preferences: 首选项
752 label_preferences: 首选项
753 label_chronological_order: 按时间顺序
753 label_chronological_order: 按时间顺序
754 label_reverse_chronological_order: 按时间顺序(倒序)
754 label_reverse_chronological_order: 按时间顺序(倒序)
755 label_planning: 计划
755 label_planning: 计划
756 label_incoming_emails: 接收邮件
756 label_incoming_emails: 接收邮件
757 label_generate_key: 生成一个key
757 label_generate_key: 生成一个key
758 label_issue_watchers: 跟踪者
758 label_issue_watchers: 跟踪者
759 label_example: 示例
759 label_example: 示例
760 label_display: 显示
760 label_display: 显示
761 label_sort: 排序
761 label_sort: 排序
762 label_ascending: 升序
762 label_ascending: 升序
763 label_descending: 降序
763 label_descending: 降序
764 label_date_from_to: 从 %{start} 到 %{end}
764 label_date_from_to: 从 %{start} 到 %{end}
765 label_wiki_content_added: Wiki 页面已添加
765 label_wiki_content_added: Wiki 页面已添加
766 label_wiki_content_updated: Wiki 页面已更新
766 label_wiki_content_updated: Wiki 页面已更新
767 label_group:
767 label_group:
768 label_group_plural:
768 label_group_plural:
769 label_group_new: 新建组
769 label_group_new: 新建组
770 label_time_entry_plural: 耗时
770 label_time_entry_plural: 耗时
771 label_version_sharing_none: 不共享
771 label_version_sharing_none: 不共享
772 label_version_sharing_descendants: 与子项目共享
772 label_version_sharing_descendants: 与子项目共享
773 label_version_sharing_hierarchy: 与项目继承层次共享
773 label_version_sharing_hierarchy: 与项目继承层次共享
774 label_version_sharing_tree: 与项目树共享
774 label_version_sharing_tree: 与项目树共享
775 label_version_sharing_system: 与所有项目共享
775 label_version_sharing_system: 与所有项目共享
776 label_update_issue_done_ratios: 更新问题的完成度
776 label_update_issue_done_ratios: 更新问题的完成度
777 label_copy_source:
777 label_copy_source:
778 label_copy_target: 目标
778 label_copy_target: 目标
779 label_copy_same_as_target: 与目标一致
779 label_copy_same_as_target: 与目标一致
780 label_display_used_statuses_only: 只显示被此跟踪标签使用的状态
780 label_display_used_statuses_only: 只显示被此跟踪标签使用的状态
781 label_api_access_key: API访问键
781 label_api_access_key: API访问键
782 label_missing_api_access_key: 缺少API访问键
782 label_missing_api_access_key: 缺少API访问键
783 label_api_access_key_created_on: API访问键是在 %{value} 之前建立的
783 label_api_access_key_created_on: API访问键是在 %{value} 之前建立的
784 label_profile: 简介
784 label_profile: 简介
785 label_subtask_plural: 子任务
785 label_subtask_plural: 子任务
786 label_project_copy_notifications: 复制项目时发送邮件通知
786 label_project_copy_notifications: 复制项目时发送邮件通知
787 label_principal_search: "搜索用户或组:"
787 label_principal_search: "搜索用户或组:"
788 label_user_search: "搜索用户:"
788 label_user_search: "搜索用户:"
789
789
790 button_login: 登录
790 button_login: 登录
791 button_submit: 提交
791 button_submit: 提交
792 button_save: 保存
792 button_save: 保存
793 button_check_all: 全选
793 button_check_all: 全选
794 button_uncheck_all: 清除
794 button_uncheck_all: 清除
795 button_delete: 删除
795 button_delete: 删除
796 button_create: 创建
796 button_create: 创建
797 button_create_and_continue: 创建并继续
797 button_create_and_continue: 创建并继续
798 button_test: 测试
798 button_test: 测试
799 button_edit: 编辑
799 button_edit: 编辑
800 button_edit_associated_wikipage: "编辑相关wiki页面: %{page_title}"
800 button_edit_associated_wikipage: "编辑相关wiki页面: %{page_title}"
801 button_add: 新增
801 button_add: 新增
802 button_change: 修改
802 button_change: 修改
803 button_apply: 应用
803 button_apply: 应用
804 button_clear: 清除
804 button_clear: 清除
805 button_lock: 锁定
805 button_lock: 锁定
806 button_unlock: 解锁
806 button_unlock: 解锁
807 button_download: 下载
807 button_download: 下载
808 button_list: 列表
808 button_list: 列表
809 button_view: 查看
809 button_view: 查看
810 button_move: 移动
810 button_move: 移动
811 button_move_and_follow: 移动并转到新问题
811 button_move_and_follow: 移动并转到新问题
812 button_back: 返回
812 button_back: 返回
813 button_cancel: 取消
813 button_cancel: 取消
814 button_activate: 激活
814 button_activate: 激活
815 button_sort: 排序
815 button_sort: 排序
816 button_log_time: 登记工时
816 button_log_time: 登记工时
817 button_rollback: 恢复到这个版本
817 button_rollback: 恢复到这个版本
818 button_watch: 跟踪
818 button_watch: 跟踪
819 button_unwatch: 取消跟踪
819 button_unwatch: 取消跟踪
820 button_reply: 回复
820 button_reply: 回复
821 button_archive: 存档
821 button_archive: 存档
822 button_unarchive: 取消存档
822 button_unarchive: 取消存档
823 button_reset: 重置
823 button_reset: 重置
824 button_rename: 重命名/重定向
824 button_rename: 重命名/重定向
825 button_change_password: 修改密码
825 button_change_password: 修改密码
826 button_copy: 复制
826 button_copy: 复制
827 button_copy_and_follow: 复制并转到新问题
827 button_copy_and_follow: 复制并转到新问题
828 button_annotate: 追溯
828 button_annotate: 追溯
829 button_update: 更新
829 button_update: 更新
830 button_configure: 配置
830 button_configure: 配置
831 button_quote: 引用
831 button_quote: 引用
832 button_duplicate: 副本
832 button_duplicate: 副本
833 button_show: 显示
833 button_show: 显示
834
834
835 status_active: 活动的
835 status_active: 活动的
836 status_registered: 已注册
836 status_registered: 已注册
837 status_locked: 已锁定
837 status_locked: 已锁定
838
838
839 version_status_open: 打开
839 version_status_open: 打开
840 version_status_locked: 锁定
840 version_status_locked: 锁定
841 version_status_closed: 关闭
841 version_status_closed: 关闭
842
842
843 field_active: 活动
843 field_active: 活动
844
844
845 text_select_mail_notifications: 选择需要发送邮件通知的动作
845 text_select_mail_notifications: 选择需要发送邮件通知的动作
846 text_regexp_info: 例如:^[A-Z0-9]+$
846 text_regexp_info: 例如:^[A-Z0-9]+$
847 text_min_max_length_info: 0 表示没有限制
847 text_min_max_length_info: 0 表示没有限制
848 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
848 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
849 text_subprojects_destroy_warning: "以下子项目也将被同时删除:%{value}"
849 text_subprojects_destroy_warning: "以下子项目也将被同时删除:%{value}"
850 text_workflow_edit: 选择角色和跟踪标签来编辑工作流程
850 text_workflow_edit: 选择角色和跟踪标签来编辑工作流程
851 text_are_you_sure: 您确定?
851 text_are_you_sure: 您确定?
852 text_journal_changed: "%{label} %{old} 变更为 %{new}"
852 text_journal_changed: "%{label} %{old} 变更为 %{new}"
853 text_journal_set_to: "%{label} 被设置为 %{value}"
853 text_journal_set_to: "%{label} 被设置为 %{value}"
854 text_journal_deleted: "%{label} 已删除 (%{old})"
854 text_journal_deleted: "%{label} 已删除 (%{old})"
855 text_journal_added: "%{label} %{value} 已添加"
855 text_journal_added: "%{label} %{value} 已添加"
856 text_tip_issue_begin_day: 今天开始的任务
856 text_tip_issue_begin_day: 今天开始的任务
857 text_tip_issue_end_day: 今天结束的任务
857 text_tip_issue_end_day: 今天结束的任务
858 text_tip_issue_begin_end_day: 今天开始并结束的任务
858 text_tip_issue_begin_end_day: 今天开始并结束的任务
859 text_caracters_maximum: "最多 %{count} 个字符。"
859 text_caracters_maximum: "最多 %{count} 个字符。"
860 text_caracters_minimum: "至少需要 %{count} 个字符。"
860 text_caracters_minimum: "至少需要 %{count} 个字符。"
861 text_length_between: "长度必须在 %{min} %{max} 个字符之间。"
861 text_length_between: "长度必须在 %{min} %{max} 个字符之间。"
862 text_tracker_no_workflow: 此跟踪标签未定义工作流程
862 text_tracker_no_workflow: 此跟踪标签未定义工作流程
863 text_unallowed_characters: 非法字符
863 text_unallowed_characters: 非法字符
864 text_comma_separated: 可以使用多个值(用逗号,分开)。
864 text_comma_separated: 可以使用多个值(用逗号,分开)。
865 text_line_separated: 可以使用多个值(每行一个值)。
865 text_line_separated: 可以使用多个值(每行一个值)。
866 text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题
866 text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题
867 text_issue_added: "问题 %{id} 已由 %{author} 提交。"
867 text_issue_added: "问题 %{id} 已由 %{author} 提交。"
868 text_issue_updated: "问题 %{id} 已由 %{author} 更新。"
868 text_issue_updated: "问题 %{id} 已由 %{author} 更新。"
869 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗?
869 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗?
870 text_issue_category_destroy_question: "有一些问题(%{count} 个)属于此类别。您想进行哪种操作?"
870 text_issue_category_destroy_question: "有一些问题(%{count} 个)属于此类别。您想进行哪种操作?"
871 text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别)
871 text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别)
872 text_issue_category_reassign_to: 为问题选择其它类别
872 text_issue_category_reassign_to: 为问题选择其它类别
873 text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。"
873 text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。"
874 text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。"
874 text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。"
875 text_load_default_configuration: 载入默认设置
875 text_load_default_configuration: 载入默认设置
876 text_status_changed_by_changeset: "已应用到变更列表 %{value}."
876 text_status_changed_by_changeset: "已应用到变更列表 %{value}."
877 text_time_logged_by_changeset: "已应用到修订版本 %{value}."
877 text_time_logged_by_changeset: "已应用到修订版本 %{value}."
878 text_issues_destroy_confirmation: '您确定要删除选中的问题吗?'
878 text_issues_destroy_confirmation: '您确定要删除选中的问题吗?'
879 text_select_project_modules: '请选择此项目可以使用的模块:'
879 text_select_project_modules: '请选择此项目可以使用的模块:'
880 text_default_administrator_account_changed: 默认的管理员帐号已改变
880 text_default_administrator_account_changed: 默认的管理员帐号已改变
881 text_file_repository_writable: 附件路径可写
881 text_file_repository_writable: 附件路径可写
882 text_plugin_assets_writable: 插件的附件路径可写
882 text_plugin_assets_writable: 插件的附件路径可写
883 text_rmagick_available: RMagick 可用(可选的)
883 text_rmagick_available: RMagick 可用(可选的)
884 text_destroy_time_entries_question: 您要删除的问题已经上报了 %{hours} 小时的工作量。您想进行那种操作?
884 text_destroy_time_entries_question: 您要删除的问题已经上报了 %{hours} 小时的工作量。您想进行那种操作?
885 text_destroy_time_entries: 删除上报的工作量
885 text_destroy_time_entries: 删除上报的工作量
886 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
886 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
887 text_reassign_time_entries: '将已上报的工作量指定到此问题:'
887 text_reassign_time_entries: '将已上报的工作量指定到此问题:'
888 text_user_wrote: "%{value} 写到:"
888 text_user_wrote: "%{value} 写到:"
889 text_enumeration_destroy_question: "%{count} 个对象被关联到了这个枚举值。"
889 text_enumeration_destroy_question: "%{count} 个对象被关联到了这个枚举值。"
890 text_enumeration_category_reassign_to: '将它们关联到新的枚举值:'
890 text_enumeration_category_reassign_to: '将它们关联到新的枚举值:'
891 text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/configuration.yml中配置您的SMTP服务器信息并重新启动以使其生效。"
891 text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/configuration.yml中配置您的SMTP服务器信息并重新启动以使其生效。"
892 text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。"
892 text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。"
893 text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断'
893 text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断'
894 text_custom_field_possible_values_info: '每项数值一行'
894 text_custom_field_possible_values_info: '每项数值一行'
895 text_wiki_page_destroy_question: 此页面有 %{descendants} 个子页面和下级页面。您想进行那种操作?
895 text_wiki_page_destroy_question: 此页面有 %{descendants} 个子页面和下级页面。您想进行那种操作?
896 text_wiki_page_nullify_children: 将子页面保留为根页面
896 text_wiki_page_nullify_children: 将子页面保留为根页面
897 text_wiki_page_destroy_children: 删除子页面及其所有下级页面
897 text_wiki_page_destroy_children: 删除子页面及其所有下级页面
898 text_wiki_page_reassign_children: 将子页面的上级页面设置为
898 text_wiki_page_reassign_children: 将子页面的上级页面设置为
899 text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗?
899 text_own_membership_delete_confirmation: 你正在删除你现有的某些或全部权限,如果这样做了你可能将会再也无法编辑该项目了。你确定要继续吗?
900 text_zoom_in: 放大
900 text_zoom_in: 放大
901 text_zoom_out: 缩小
901 text_zoom_out: 缩小
902
902
903 default_role_manager: 管理人员
903 default_role_manager: 管理人员
904 default_role_developer: 开发人员
904 default_role_developer: 开发人员
905 default_role_reporter: 报告人员
905 default_role_reporter: 报告人员
906 default_tracker_bug: 错误
906 default_tracker_bug: 错误
907 default_tracker_feature: 功能
907 default_tracker_feature: 功能
908 default_tracker_support: 支持
908 default_tracker_support: 支持
909 default_issue_status_new: 新建
909 default_issue_status_new: 新建
910 default_issue_status_in_progress: 进行中
910 default_issue_status_in_progress: 进行中
911 default_issue_status_resolved: 已解决
911 default_issue_status_resolved: 已解决
912 default_issue_status_feedback: 反馈
912 default_issue_status_feedback: 反馈
913 default_issue_status_closed: 已关闭
913 default_issue_status_closed: 已关闭
914 default_issue_status_rejected: 已拒绝
914 default_issue_status_rejected: 已拒绝
915 default_doc_category_user: 用户文档
915 default_doc_category_user: 用户文档
916 default_doc_category_tech: 技术文档
916 default_doc_category_tech: 技术文档
917 default_priority_low:
917 default_priority_low:
918 default_priority_normal: 普通
918 default_priority_normal: 普通
919 default_priority_high:
919 default_priority_high:
920 default_priority_urgent: 紧急
920 default_priority_urgent: 紧急
921 default_priority_immediate: 立刻
921 default_priority_immediate: 立刻
922 default_activity_design: 设计
922 default_activity_design: 设计
923 default_activity_development: 开发
923 default_activity_development: 开发
924
924
925 enumeration_issue_priorities: 问题优先级
925 enumeration_issue_priorities: 问题优先级
926 enumeration_doc_categories: 文档类别
926 enumeration_doc_categories: 文档类别
927 enumeration_activities: 活动(时间跟踪)
927 enumeration_activities: 活动(时间跟踪)
928 enumeration_system_activity: 系统活动
928 enumeration_system_activity: 系统活动
929
929
930 field_warn_on_leaving_unsaved: 当离开未保存内容的页面时,提示我
930 field_warn_on_leaving_unsaved: 当离开未保存内容的页面时,提示我
931 text_warn_on_leaving_unsaved: 若离开当前页面,则该页面内未保存的内容将丢失。
931 text_warn_on_leaving_unsaved: 若离开当前页面,则该页面内未保存的内容将丢失。
932 label_my_queries: 我的自定义查询
932 label_my_queries: 我的自定义查询
933 text_journal_changed_no_detail: "%{label} 已更新。"
933 text_journal_changed_no_detail: "%{label} 已更新。"
934 label_news_comment_added: 添加到新闻的评论
934 label_news_comment_added: 添加到新闻的评论
935 button_expand_all: 展开所有
935 button_expand_all: 展开所有
936 button_collapse_all: 合拢所有
936 button_collapse_all: 合拢所有
937 label_additional_workflow_transitions_for_assignee: 当用户是问题的分配对象时所允许的问题状态转换
937 label_additional_workflow_transitions_for_assignee: 当用户是问题的分配对象时所允许的问题状态转换
938 label_additional_workflow_transitions_for_author: 当用户是问题作者时所允许的问题状态转换
938 label_additional_workflow_transitions_for_author: 当用户是问题作者时所允许的问题状态转换
939 label_bulk_edit_selected_time_entries: 批量修改选定的时间条目
939 label_bulk_edit_selected_time_entries: 批量修改选定的时间条目
940 text_time_entries_destroy_confirmation: 是否确定要删除选定的时间条目?
940 text_time_entries_destroy_confirmation: 是否确定要删除选定的时间条目?
941 label_role_anonymous: 匿名用户
941 label_role_anonymous: 匿名用户
942 label_role_non_member: 非成员用户
942 label_role_non_member: 非成员用户
943 label_issue_note_added: 问题备注已添加
943 label_issue_note_added: 问题备注已添加
944 label_issue_status_updated: 问题状态更新
944 label_issue_status_updated: 问题状态更新
945 label_issue_priority_updated: 问题优先级更新
945 label_issue_priority_updated: 问题优先级更新
946 label_issues_visibility_own: 创建或分配给用户的问题
946 label_issues_visibility_own: 创建或分配给用户的问题
947 field_issues_visibility: 问题可见
947 field_issues_visibility: 问题可见
948 label_issues_visibility_all: 全部问题
948 label_issues_visibility_all: 全部问题
949 permission_set_own_issues_private: 设置自己的问题为公开或私有
949 permission_set_own_issues_private: 设置自己的问题为公开或私有
950 field_is_private: 私有
950 field_is_private: 私有
951 permission_set_issues_private: 设置问题为公开或私有
951 permission_set_issues_private: 设置问题为公开或私有
952 label_issues_visibility_public: 全部非私有问题
952 label_issues_visibility_public: 全部非私有问题
953 text_issues_destroy_descendants_confirmation: 此操作同时会删除 %{count} 个子任务。
953 text_issues_destroy_descendants_confirmation: 此操作同时会删除 %{count} 个子任务。
954
954
955 field_commit_logs_encoding: 提交注释的编码
955 field_commit_logs_encoding: 提交注释的编码
956 field_scm_path_encoding: 路径编码
956 field_scm_path_encoding: 路径编码
957 text_scm_path_encoding_note: "默认: UTF-8"
957 text_scm_path_encoding_note: "默认: UTF-8"
958 field_path_to_repository: 库路径
958 field_path_to_repository: 库路径
959 field_root_directory: 根目录
959 field_root_directory: 根目录
960 field_cvs_module: 模块
960 field_cvs_module: 模块
961 field_cvsroot: CVSROOT
961 field_cvsroot: CVSROOT
962 text_mercurial_repository_note: 本地库 (e.g. /hgrepo, c:\hgrepo)
962 text_mercurial_repository_note: 本地库 (e.g. /hgrepo, c:\hgrepo)
963 text_scm_command: 命令
963 text_scm_command: 命令
964 text_scm_command_version: 版本
964 text_scm_command_version: 版本
965 label_git_report_last_commit: 报告最后一次文件/目录提交
965 label_git_report_last_commit: 报告最后一次文件/目录提交
966 text_scm_config: 您可以在config/configuration.yml中配置您的SCM命令。 请在编辑后,重启Redmine应用。
966 text_scm_config: 您可以在config/configuration.yml中配置您的SCM命令。 请在编辑后,重启Redmine应用。
967 text_scm_command_not_available: Scm命令不可用。 请检查管理面板的配置。
967 text_scm_command_not_available: Scm命令不可用。 请检查管理面板的配置。
968 text_git_repository_note: 库中无内容。(e.g. /gitrepo, c:\gitrepo)
968 text_git_repository_note: 库中无内容。(e.g. /gitrepo, c:\gitrepo)
969 notice_issue_successful_create: 问题 %{id} 已创建。
969 notice_issue_successful_create: 问题 %{id} 已创建。
970 label_between: 介于
970 label_between: 介于
971 setting_issue_group_assignment: 允许问题被分配给组
971 setting_issue_group_assignment: 允许问题被分配给组
972 label_diff: diff
972 label_diff: diff
973 description_query_sort_criteria_direction: 排序方式
973 description_query_sort_criteria_direction: 排序方式
974 description_project_scope: 搜索范围
974 description_project_scope: 搜索范围
975 description_filter: 过滤器
975 description_filter: 过滤器
976 description_user_mail_notification: 邮件通知设置
976 description_user_mail_notification: 邮件通知设置
977 description_date_from: 输入开始日期
977 description_date_from: 输入开始日期
978 description_message_content: 信息内容
978 description_message_content: 信息内容
979 description_available_columns: 备选列
979 description_available_columns: 备选列
980 description_date_range_interval: 按开始日期和结束日期选择范围
980 description_date_range_interval: 按开始日期和结束日期选择范围
981 description_issue_category_reassign: 选择问题类别
981 description_issue_category_reassign: 选择问题类别
982 description_search: 搜索字段
982 description_search: 搜索字段
983 description_notes: 批注
983 description_notes: 批注
984 description_date_range_list: 从列表中选择范围
984 description_date_range_list: 从列表中选择范围
985 description_choose_project: 项目
985 description_choose_project: 项目
986 description_date_to: 输入结束日期
986 description_date_to: 输入结束日期
987 description_query_sort_criteria_attribute: 排序方式
987 description_query_sort_criteria_attribute: 排序方式
988 description_wiki_subpages_reassign: 选择父页面
988 description_wiki_subpages_reassign: 选择父页面
989 description_selected_columns: 已选列
989 description_selected_columns: 已选列
990 label_parent_revision: 父修订
990 label_parent_revision: 父修订
991 label_child_revision: 子修订
991 label_child_revision: 子修订
992 error_scm_annotate_big_text_file: 输入文本内容超长,无法输入。
992 error_scm_annotate_big_text_file: 输入文本内容超长,无法输入。
993 setting_default_issue_start_date_to_creation_date: 使用当前日期作为新问题的开始日期
993 setting_default_issue_start_date_to_creation_date: 使用当前日期作为新问题的开始日期
994 button_edit_section: 编辑此区域
994 button_edit_section: 编辑此区域
995 setting_repositories_encodings: 附件和版本库编码
995 setting_repositories_encodings: 附件和版本库编码
996 description_all_columns: 所有列
996 description_all_columns: 所有列
997 button_export: 导出
997 button_export: 导出
998 label_export_options: "%{export_format} 导出选项"
998 label_export_options: "%{export_format} 导出选项"
999 error_attachment_too_big: 该文件无法上传。超过文件大小限制 (%{max_size})
999 error_attachment_too_big: 该文件无法上传。超过文件大小限制 (%{max_size})
1000 notice_failed_to_save_time_entries: "无法保存下列所选取的 %{total} 个项目中的 %{count} 工时: %{ids}。"
1000 notice_failed_to_save_time_entries: "无法保存下列所选取的 %{total} 个项目中的 %{count} 工时: %{ids}。"
1001 label_x_issues:
1001 label_x_issues:
1002 zero: 0 问题
1002 zero: 0 问题
1003 one: 1 问题
1003 one: 1 问题
1004 other: "%{count} 问题"
1004 other: "%{count} 问题"
1005 label_repository_new: 新建版本库
1005 label_repository_new: 新建版本库
1006 field_repository_is_default: 主版本库
1006 field_repository_is_default: 主版本库
1007 label_copy_attachments: 复制附件
1007 label_copy_attachments: 复制附件
1008 label_item_position: "%{position}/%{count}"
1008 label_item_position: "%{position}/%{count}"
1009 label_completed_versions: 已完成的版本
1009 label_completed_versions: 已完成的版本
1010 text_project_identifier_info: 仅小写字母(a-z)、数字、破折号(-)和下划线(_)可以使用。<br />一旦保存,标识无法修改。
1010 text_project_identifier_info: 仅小写字母(a-z)、数字、破折号(-)和下划线(_)可以使用。<br />一旦保存,标识无法修改。
1011 field_multiple: 多重取值
1011 field_multiple: 多重取值
1012 setting_commit_cross_project_ref: 允许引用/修复所有其他项目的问题
1012 setting_commit_cross_project_ref: 允许引用/修复所有其他项目的问题
1013 text_issue_conflict_resolution_add_notes: 添加说明并取消我的其他变更处理。
1013 text_issue_conflict_resolution_add_notes: 添加说明并取消我的其他变更处理。
1014 text_issue_conflict_resolution_overwrite: 直接套用我的变更 (先前的说明将被保留,但是某些变更内容可能会被覆盖)
1014 text_issue_conflict_resolution_overwrite: 直接套用我的变更 (先前的说明将被保留,但是某些变更内容可能会被覆盖)
1015 notice_issue_update_conflict: 当您正在编辑这个问题的时候,它已经被其他人抢先一步更新过了。
1015 notice_issue_update_conflict: 当您正在编辑这个问题的时候,它已经被其他人抢先一步更新过了。
1016 text_issue_conflict_resolution_cancel: 取消我所有的变更并重新刷新显示 %{link} 。
1016 text_issue_conflict_resolution_cancel: 取消我所有的变更并重新刷新显示 %{link} 。
1017 permission_manage_related_issues: 相关问题管理
1017 permission_manage_related_issues: 相关问题管理
1018 field_auth_source_ldap_filter: LDAP 过滤器
1018 field_auth_source_ldap_filter: LDAP 过滤器
1019 label_search_for_watchers: 通过查找方式添加跟踪者
1019 label_search_for_watchers: 通过查找方式添加跟踪者
1020 notice_account_deleted: 您的账号已被永久删除(账号已无法恢复)。
1020 notice_account_deleted: 您的账号已被永久删除(账号已无法恢复)。
1021 setting_unsubscribe: 允许用户退订
1021 setting_unsubscribe: 允许用户退订
1022 button_delete_my_account: 删除我的账号
1022 button_delete_my_account: 删除我的账号
1023 text_account_destroy_confirmation: |-
1023 text_account_destroy_confirmation: |-
1024 确定继续处理?
1024 确定继续处理?
1025 您的账号一旦删除,将无法再次激活使用。
1025 您的账号一旦删除,将无法再次激活使用。
1026 error_session_expired: 您的会话已过期。请重新登陆。
1026 error_session_expired: 您的会话已过期。请重新登陆。
1027 text_session_expiration_settings: "警告: 更改这些设置将会使包括你在内的当前会话失效。"
1027 text_session_expiration_settings: "警告: 更改这些设置将会使包括你在内的当前会话失效。"
1028 setting_session_lifetime: 会话最大有效时间
1028 setting_session_lifetime: 会话最大有效时间
1029 setting_session_timeout: 会话闲置超时
1029 setting_session_timeout: 会话闲置超时
1030 label_session_expiration: 会话过期
1030 label_session_expiration: 会话过期
1031 permission_close_project: 关闭/重开项目
1031 permission_close_project: 关闭/重开项目
1032 label_show_closed_projects: 查看已关闭的项目
1032 label_show_closed_projects: 查看已关闭的项目
1033 button_close: 关闭
1033 button_close: 关闭
1034 button_reopen: 重开
1034 button_reopen: 重开
1035 project_status_active: 已激活
1035 project_status_active: 已激活
1036 project_status_closed: 已关闭
1036 project_status_closed: 已关闭
1037 project_status_archived: 已存档
1037 project_status_archived: 已存档
1038 text_project_closed: 当前项目已被关闭。当前项目只读。
1038 text_project_closed: 当前项目已被关闭。当前项目只读。
1039 notice_user_successful_create: 用户 %{id} 已创建。
1039 notice_user_successful_create: 用户 %{id} 已创建。
1040 field_core_fields: 标准字段
1040 field_core_fields: 标准字段
1041 field_timeout: 超时 (秒)
1041 field_timeout: 超时 (秒)
1042 setting_thumbnails_enabled: 显示附件略缩图
1042 setting_thumbnails_enabled: 显示附件略缩图
1043 setting_thumbnails_size: 略缩图尺寸 (像素)
1043 setting_thumbnails_size: 略缩图尺寸 (像素)
1044 label_status_transitions: 状态转换
1044 label_status_transitions: 状态转换
1045 label_fields_permissions: 字段权限
1045 label_fields_permissions: 字段权限
1046 label_readonly: 只读
1046 label_readonly: 只读
1047 label_required: 必填
1047 label_required: 必填
1048 text_repository_identifier_info: 仅小写字母(a-z)、数字、破折号(-)和下划线(_)可以使用。<br />一旦保存,标识无法修改。
1048 text_repository_identifier_info: 仅小写字母(a-z)、数字、破折号(-)和下划线(_)可以使用。<br />一旦保存,标识无法修改。
1049 field_board_parent: 父论坛
1049 field_board_parent: 父论坛
1050 label_attribute_of_project: 项目 %{name}
1050 label_attribute_of_project: 项目 %{name}
1051 label_attribute_of_author: 作者 %{name}
1051 label_attribute_of_author: 作者 %{name}
1052 label_attribute_of_assigned_to: 分配给 %{name}
1052 label_attribute_of_assigned_to: 分配给 %{name}
1053 label_attribute_of_fixed_version: 目标版本 %{name}
1053 label_attribute_of_fixed_version: 目标版本 %{name}
1054 label_copy_subtasks: 复制子任务
1054 label_copy_subtasks: 复制子任务
1055 label_copied_to: 复制到
1055 label_copied_to: 复制到
1056 label_copied_from: 复制于
1056 label_copied_from: 复制于
1057 label_any_issues_in_project: 项目内任意问题
1057 label_any_issues_in_project: 项目内任意问题
1058 label_any_issues_not_in_project: 项目外任意问题
1058 label_any_issues_not_in_project: 项目外任意问题
1059 field_private_notes: 私有注解
1059 field_private_notes: 私有注解
1060 permission_view_private_notes: 查看私有注解
1060 permission_view_private_notes: 查看私有注解
1061 permission_set_notes_private: 设置为私有注解
1061 permission_set_notes_private: 设置为私有注解
1062 label_no_issues_in_project: 项目内无相关问题
1062 label_no_issues_in_project: 项目内无相关问题
1063 label_any: 全部
1063 label_any: 全部
1064 label_last_n_weeks: 上 %{count} 周前
1064 label_last_n_weeks: 上 %{count} 周前
1065 setting_cross_project_subtasks: 支持跨项目子任务
1065 setting_cross_project_subtasks: 支持跨项目子任务
1066 label_cross_project_descendants: 与子项目共享
1066 label_cross_project_descendants: 与子项目共享
1067 label_cross_project_tree: 与项目树共享
1067 label_cross_project_tree: 与项目树共享
1068 label_cross_project_hierarchy: 与项目继承层次共享
1068 label_cross_project_hierarchy: 与项目继承层次共享
1069 label_cross_project_system: 与所有项目共享
1069 label_cross_project_system: 与所有项目共享
1070 button_hide: 隐藏
1070 button_hide: 隐藏
1071 setting_non_working_week_days: 非工作日
1071 setting_non_working_week_days: 非工作日
1072 label_in_the_next_days: 在未来几天之内
1072 label_in_the_next_days: 在未来几天之内
1073 label_in_the_past_days: 在过去几天之内
1073 label_in_the_past_days: 在过去几天之内
1074 label_attribute_of_user: 用户是 %{name}
1074 label_attribute_of_user: 用户是 %{name}
1075 text_turning_multiple_off: 如果您停用多重值设定,重复的值将被移除,以使每个项目仅保留一个值
1075 text_turning_multiple_off: 如果您停用多重值设定,重复的值将被移除,以使每个项目仅保留一个值
1076 label_attribute_of_issue: 问题是 %{name}
1076 label_attribute_of_issue: 问题是 %{name}
1077 permission_add_documents: 添加文档
1077 permission_add_documents: 添加文档
1078 permission_edit_documents: 编辑文档
1078 permission_edit_documents: 编辑文档
1079 permission_delete_documents: 删除文档
1079 permission_delete_documents: 删除文档
1080 label_gantt_progress_line: 进度线
1080 label_gantt_progress_line: 进度线
1081 setting_jsonp_enabled: 启用JSONP支持
1081 setting_jsonp_enabled: 启用JSONP支持
1082 field_inherit_members: 继承父项目成员
1082 field_inherit_members: 继承父项目成员
1083 field_closed_on: 结束日期
1083 field_closed_on: 结束日期
1084 field_generate_password: 生成密码
1084 field_generate_password: 生成密码
1085 setting_default_projects_tracker_ids: 新建项目默认跟踪标签
1085 setting_default_projects_tracker_ids: 新建项目默认跟踪标签
1086 label_total_time: 合计
1086 label_total_time: 合计
1087 notice_account_not_activated_yet: 您的账号尚未激活. 若您要重新收取激活邮件, 请<a href="%{url}">单击此链接</a>.
1087 notice_account_not_activated_yet: 您的账号尚未激活. 若您要重新收取激活邮件, 请<a href="%{url}">单击此链接</a>.
1088 notice_account_locked: 您的帐号已被锁定
1088 notice_account_locked: 您的帐号已被锁定
1089 label_hidden: 隐藏
1089 label_hidden: 隐藏
1090 label_visibility_private: 仅对我可见
1090 label_visibility_private: 仅对我可见
1091 label_visibility_roles: 仅对选取角色可见
1091 label_visibility_roles: 仅对选取角色可见
1092 label_visibility_public: 对任何人可见
1092 label_visibility_public: 对任何人可见
1093 field_must_change_passwd: 下次登录时必须修改密码
1093 field_must_change_passwd: 下次登录时必须修改密码
1094 notice_new_password_must_be_different: 新密码必须和旧密码不同
1094 notice_new_password_must_be_different: 新密码必须和旧密码不同
1095 setting_mail_handler_excluded_filenames: 移除符合下列名称的附件
1095 setting_mail_handler_excluded_filenames: 移除符合下列名称的附件
1096 text_convert_available: 可使用 ImageMagick 转换图片格式 (可选)
1096 text_convert_available: 可使用 ImageMagick 转换图片格式 (可选)
1097 label_link: Link
1097 label_link: Link
1098 label_only: only
1098 label_only: only
1099 label_drop_down_list: 下拉列表
1099 label_drop_down_list: 下拉列表
1100 label_checkboxes: 复选框
1100 label_checkboxes: 复选框
1101 label_link_values_to: 链接数值至此网址
1101 label_link_values_to: 链接数值至此网址
1102 setting_force_default_language_for_anonymous: 强制匿名用户使用默认语言
1102 setting_force_default_language_for_anonymous: 强制匿名用户使用默认语言
1103 setting_force_default_language_for_loggedin: 强制已登录用户使用默认语言
1103 setting_force_default_language_for_loggedin: 强制已登录用户使用默认语言
1104 label_custom_field_select_type: 请选择需要关联自定义属性的类型
1104 label_custom_field_select_type: 请选择需要关联自定义属性的类型
1105 label_issue_assigned_to_updated: 指派人已更新
1105 label_issue_assigned_to_updated: 指派人已更新
1106 label_check_for_updates: 检查更新
1106 label_check_for_updates: 检查更新
1107 label_latest_compatible_version: 最新兼容版本
1107 label_latest_compatible_version: 最新兼容版本
1108 label_unknown_plugin: 未知插件
1108 label_unknown_plugin: 未知插件
1109 label_radio_buttons: 单选按钮
1109 label_radio_buttons: 单选按钮
1110 label_group_anonymous: 匿名用户
1110 label_group_anonymous: 匿名用户
1111 label_group_non_member: 非成员用户
1111 label_group_non_member: 非成员用户
1112 label_add_projects: 加入项目
1112 label_add_projects: 加入项目
1113 field_default_status: 默认状态
1113 field_default_status: 默认状态
1114 text_subversion_repository_note: '示例: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1114 text_subversion_repository_note: '示例: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1115 field_users_visibility: 用户可见度
1115 field_users_visibility: 用户可见度
1116 label_users_visibility_all: 所有活动用户
1116 label_users_visibility_all: 所有活动用户
1117 label_users_visibility_members_of_visible_projects: 可见项目中的成员
1117 label_users_visibility_members_of_visible_projects: 可见项目中的成员
1118 label_edit_attachments: 编辑附件
1118 label_edit_attachments: 编辑附件
1119 setting_link_copied_issue: 复制时关联问题
1119 setting_link_copied_issue: 复制时关联问题
1120 label_link_copied_issue: 关联已复制的问题
1120 label_link_copied_issue: 关联已复制的问题
1121 label_ask: 询问
1121 label_ask: 询问
1122 label_search_attachments_yes: 搜索附件的文件名和描述
1122 label_search_attachments_yes: 搜索附件的文件名和描述
1123 label_search_attachments_no: 不搜索附件
1123 label_search_attachments_no: 不搜索附件
1124 label_search_attachments_only: 只搜索附件
1124 label_search_attachments_only: 只搜索附件
1125 label_search_open_issues_only: 只搜索进行中的问题
1125 label_search_open_issues_only: 只搜索进行中的问题
1126 field_address: 邮件地址
1126 field_address: 邮件地址
1127 setting_max_additional_emails: 其它电子邮件地址上限
1127 setting_max_additional_emails: 其它电子邮件地址上限
1128 label_email_address_plural: 电子邮件
1128 label_email_address_plural: 电子邮件
1129 label_email_address_add: 增加电子邮件地址
1129 label_email_address_add: 增加电子邮件地址
1130 label_enable_notifications: 启用通知
1130 label_enable_notifications: 启用通知
1131 label_disable_notifications: 禁用通知
1131 label_disable_notifications: 禁用通知
1132 setting_search_results_per_page: 每一页的搜索结果数
1132 setting_search_results_per_page: 每一页的搜索结果数
1133 label_blank_value: 空白
1133 label_blank_value: 空白
1134 permission_copy_issues: 复制问题
1134 permission_copy_issues: 复制问题
1135 error_password_expired: Your password has expired or the administrator requires you
1135 error_password_expired: 您的密码已经过期或是管理员要求您修改密码.
1136 to change it.
1136 field_time_entries_visibility: 工时记录可见性
1137 field_time_entries_visibility: Time logs visibility
1137 setting_password_max_age: 密码有效期
1138 setting_password_max_age: Require password change after
1138 label_parent_task_attributes: 父问题属性
1139 label_parent_task_attributes: Parent tasks attributes
1139 label_parent_task_attributes_derived: 从子任务计算导出
1140 label_parent_task_attributes_derived: Calculated from subtasks
1140 label_parent_task_attributes_independent: 与子任务无关
1141 label_parent_task_attributes_independent: Independent of subtasks
1141 label_time_entries_visibility_all: 所有工时记录
1142 label_time_entries_visibility_all: All time entries
1142 label_time_entries_visibility_own: 用户自己创建的工时记录
1143 label_time_entries_visibility_own: Time entries created by the user
1143 label_member_management: 成员管理
1144 label_member_management: Member management
1144 label_member_management_all_roles: 所有角色
1145 label_member_management_all_roles: All roles
1145 label_member_management_selected_roles_only: 只限下列角色
1146 label_member_management_selected_roles_only: Only these roles
1146 label_password_required: 确认您的密码后继续
1147 label_password_required: Confirm your password to continue
1148 label_total_spent_time: 总体耗时
1147 label_total_spent_time: 总体耗时
1149 notice_import_finished: All %{count} items have been imported.
1148 notice_import_finished: All %{count} items have been imported.
1150 notice_import_finished_with_errors: ! '%{count} out of %{total} items could not be
1149 notice_import_finished_with_errors: ! '%{count} out of %{total} items could not be
1151 imported.'
1150 imported.'
1152 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1151 error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1153 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1152 error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1154 settings below
1153 settings below
1155 error_can_not_read_import_file: An error occurred while reading the file to import
1154 error_can_not_read_import_file: An error occurred while reading the file to import
1156 permission_import_issues: Import issues
1155 permission_import_issues: Import issues
1157 label_import_issues: Import issues
1156 label_import_issues: Import issues
1158 label_select_file_to_import: Select the file to import
1157 label_select_file_to_import: Select the file to import
1159 label_fields_separator: Field separator
1158 label_fields_separator: Field separator
1160 label_fields_wrapper: Field wrapper
1159 label_fields_wrapper: Field wrapper
1161 label_encoding: Encoding
1160 label_encoding: Encoding
1162 label_comma_char: Comma
1161 label_comma_char: Comma
1163 label_semi_colon_char: Semi colon
1162 label_semi_colon_char: Semi colon
1164 label_quote_char: Quote
1163 label_quote_char: Quote
1165 label_double_quote_char: Double quote
1164 label_double_quote_char: Double quote
1166 label_fields_mapping: Fields mapping
1165 label_fields_mapping: Fields mapping
1167 label_file_content_preview: File content preview
1166 label_file_content_preview: File content preview
1168 label_create_missing_values: Create missing values
1167 label_create_missing_values: Create missing values
1169 button_import: Import
1168 button_import: Import
1170 field_total_estimated_hours: Total estimated time
1169 field_total_estimated_hours: 预估工时统计
1171 label_api: API
1170 label_api: API
1172 label_total_plural: Totals
1171 label_total_plural: Totals
1173 label_assigned_issues: Assigned issues
1172 label_assigned_issues: Assigned issues
1174 label_field_format_enumeration: Key/value list
1173 label_field_format_enumeration: Key/value list
1175 label_f_hour_short: '%{value} h'
1174 label_f_hour_short: '%{value} h'
1176 field_default_version: Default version
1175 field_default_version: Default version
1177 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1176 error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1178 setting_attachment_extensions_allowed: Allowed extensions
1177 setting_attachment_extensions_allowed: Allowed extensions
1179 setting_attachment_extensions_denied: Disallowed extensions
1178 setting_attachment_extensions_denied: Disallowed extensions
1180 label_any_open_issues: any open issues
1179 label_any_open_issues: any open issues
1181 label_no_open_issues: no open issues
1180 label_no_open_issues: no open issues
General Comments 0
You need to be logged in to leave comments. Login now