##// END OF EJS Templates
Simplified Chinese lang file update (#1809 by Chaoqun Zou)....
Jean-Philippe Lang -
r1768:5c6bee7f85bf
parent child
Show More
@@ -1,638 +1,638
1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
1 _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
2
2
3 actionview_datehelper_select_day_prefix:
3 actionview_datehelper_select_day_prefix:
4 actionview_datehelper_select_month_names: 一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月
4 actionview_datehelper_select_month_names: 一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月
5 actionview_datehelper_select_month_names_abbr: 一,二,三,四,五,六,七,八,九,十,十一,十二
5 actionview_datehelper_select_month_names_abbr: 一,二,三,四,五,六,七,八,九,十,十一,十二
6 actionview_datehelper_select_month_prefix:
6 actionview_datehelper_select_month_prefix:
7 actionview_datehelper_select_year_prefix:
7 actionview_datehelper_select_year_prefix:
8 actionview_datehelper_time_in_words_day: 1 天
8 actionview_datehelper_time_in_words_day: 1 天
9 actionview_datehelper_time_in_words_day_plural: %d 天
9 actionview_datehelper_time_in_words_day_plural: %d 天
10 actionview_datehelper_time_in_words_hour_about: 约 1 小时
10 actionview_datehelper_time_in_words_hour_about: 约 1 小时
11 actionview_datehelper_time_in_words_hour_about_plural: 约 %d 小时
11 actionview_datehelper_time_in_words_hour_about_plural: 约 %d 小时
12 actionview_datehelper_time_in_words_hour_about_single: 约 1 小时
12 actionview_datehelper_time_in_words_hour_about_single: 约 1 小时
13 actionview_datehelper_time_in_words_minute: 1 分钟
13 actionview_datehelper_time_in_words_minute: 1 分钟
14 actionview_datehelper_time_in_words_minute_half: 半分钟
14 actionview_datehelper_time_in_words_minute_half: 半分钟
15 actionview_datehelper_time_in_words_minute_less_than: 1 分钟以内
15 actionview_datehelper_time_in_words_minute_less_than: 1 分钟以内
16 actionview_datehelper_time_in_words_minute_plural: %d 分钟
16 actionview_datehelper_time_in_words_minute_plural: %d 分钟
17 actionview_datehelper_time_in_words_minute_single: 1 分钟
17 actionview_datehelper_time_in_words_minute_single: 1 分钟
18 actionview_datehelper_time_in_words_second_less_than: 1 秒以内
18 actionview_datehelper_time_in_words_second_less_than: 1 秒以内
19 actionview_datehelper_time_in_words_second_less_than_plural: %d 秒以内
19 actionview_datehelper_time_in_words_second_less_than_plural: %d 秒以内
20 actionview_instancetag_blank_option: 请选择
20 actionview_instancetag_blank_option: 请选择
21
21
22 activerecord_error_inclusion: 未被包含在列表中
22 activerecord_error_inclusion: 未被包含在列表中
23 activerecord_error_exclusion: 是保留字
23 activerecord_error_exclusion: 是保留字
24 activerecord_error_invalid: 是无效的
24 activerecord_error_invalid: 是无效的
25 activerecord_error_confirmation: 与确认栏不符
25 activerecord_error_confirmation: 与确认栏不符
26 activerecord_error_accepted: 必须被接受
26 activerecord_error_accepted: 必须被接受
27 activerecord_error_empty: 不可为空
27 activerecord_error_empty: 不可为空
28 activerecord_error_blank: 不可为空白
28 activerecord_error_blank: 不可为空白
29 activerecord_error_too_long: 过长
29 activerecord_error_too_long: 过长
30 activerecord_error_too_short: 过短
30 activerecord_error_too_short: 过短
31 activerecord_error_wrong_length: 长度不正确
31 activerecord_error_wrong_length: 长度不正确
32 activerecord_error_taken: 已被使用
32 activerecord_error_taken: 已被使用
33 activerecord_error_not_a_number: 不是数字
33 activerecord_error_not_a_number: 不是数字
34 activerecord_error_not_a_date: 不是有效的日期
34 activerecord_error_not_a_date: 不是有效的日期
35 activerecord_error_greater_than_start_date: 必须在起始日期之后
35 activerecord_error_greater_than_start_date: 必须在起始日期之后
36 activerecord_error_not_same_project: 不属于同一个项目
36 activerecord_error_not_same_project: 不属于同一个项目
37 activerecord_error_circular_dependency: 此关联将导致循环依赖
37 activerecord_error_circular_dependency: 此关联将导致循环依赖
38
38
39 general_fmt_age: %d 年
39 general_fmt_age: %d 年
40 general_fmt_age_plural: %d 年
40 general_fmt_age_plural: %d 年
41 general_fmt_date: %%m/%%d/%%Y
41 general_fmt_date: %%m/%%d/%%Y
42 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
42 general_fmt_datetime: %%m/%%d/%%Y %%I:%%M %%p
43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
43 general_fmt_datetime_short: %%b %%d, %%I:%%M %%p
44 general_fmt_time: %%I:%%M %%p
44 general_fmt_time: %%I:%%M %%p
45 general_text_No: '否'
45 general_text_No: '否'
46 general_text_Yes: '是'
46 general_text_Yes: '是'
47 general_text_no: '否'
47 general_text_no: '否'
48 general_text_yes: '是'
48 general_text_yes: '是'
49 general_lang_name: 'Simplified Chinese (简体中文)'
49 general_lang_name: 'Simplified Chinese (简体中文)'
50 general_csv_separator: ','
50 general_csv_separator: ','
51 general_csv_decimal_separator: '.'
51 general_csv_decimal_separator: '.'
52 general_csv_encoding: gb2312
52 general_csv_encoding: gb2312
53 general_pdf_encoding: gb2312
53 general_pdf_encoding: gb2312
54 general_day_names: 星期一,星期二,星期三,星期四,星期五,星期六,星期日
54 general_day_names: 星期一,星期二,星期三,星期四,星期五,星期六,星期日
55 general_first_day_of_week: '7'
55 general_first_day_of_week: '7'
56
56
57 notice_account_updated: 帐号更新成功
57 notice_account_updated: 帐号更新成功
58 notice_account_invalid_creditentials: 无效的用户名或密码
58 notice_account_invalid_creditentials: 无效的用户名或密码
59 notice_account_password_updated: 密码更新成功
59 notice_account_password_updated: 密码更新成功
60 notice_account_wrong_password: 密码错误
60 notice_account_wrong_password: 密码错误
61 notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。
61 notice_account_register_done: 帐号创建成功,请使用注册确认邮件中的链接来激活您的帐号。
62 notice_account_unknown_email: 未知用户
62 notice_account_unknown_email: 未知用户
63 notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。
63 notice_can_t_change_password: 该帐号使用了外部认证,因此无法更改密码。
64 notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。
64 notice_account_lost_email_sent: 系统已将引导您设置新密码的邮件发送给您。
65 notice_account_activated: 您的帐号已被激活。您现在可以登录了。
65 notice_account_activated: 您的帐号已被激活。您现在可以登录了。
66 notice_successful_create: 创建成功
66 notice_successful_create: 创建成功
67 notice_successful_update: 更新成功
67 notice_successful_update: 更新成功
68 notice_successful_delete: 删除成功
68 notice_successful_delete: 删除成功
69 notice_successful_connection: 连接成功
69 notice_successful_connection: 连接成功
70 notice_file_not_found: 您访问的页面不存在或已被删除。
70 notice_file_not_found: 您访问的页面不存在或已被删除。
71 notice_locking_conflict: 数据已被另一位用户更新
71 notice_locking_conflict: 数据已被另一位用户更新
72 notice_not_authorized: 对不起,您无权访问此页面。
72 notice_not_authorized: 对不起,您无权访问此页面。
73 notice_email_sent: 邮件已成功发送到 %s
73 notice_email_sent: 邮件已成功发送到 %s
74 notice_email_error: 发送邮件时发生错误 (%s)
74 notice_email_error: 发送邮件时发生错误 (%s)
75 notice_feeds_access_key_reseted: 您的RSS存取键已被重置。
75 notice_feeds_access_key_reseted: 您的RSS存取键已被重置。
76 notice_failed_to_save_issues: "%d 个问题保存失败(共选择 %d 个问题):%s."
76 notice_failed_to_save_issues: "%d 个问题保存失败(共选择 %d 个问题):%s."
77 notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。"
77 notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。"
78 notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。"
78 notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。"
79 notice_default_data_loaded: 成功载入默认设置。
79 notice_default_data_loaded: 成功载入默认设置。
80
80
81 error_can_t_load_default_data: "无法载入默认设置:%s"
81 error_can_t_load_default_data: "无法载入默认设置:%s"
82 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
82 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
83 error_scm_command_failed: "访问版本库时发生错误:%s"
83 error_scm_command_failed: "访问版本库时发生错误:%s"
84 error_scm_annotate: "该条目不存在或无法追溯。"
84 error_scm_annotate: "该条目不存在或无法追溯。"
85 error_issue_not_found_in_project: '问题不存在或不属于此项目'
85 error_issue_not_found_in_project: '问题不存在或不属于此项目'
86
86
87 mail_subject_lost_password: 您的 %s 密码
87 mail_subject_lost_password: 您的 %s 密码
88 mail_body_lost_password: '请点击以下链接来修改您的密码:'
88 mail_body_lost_password: '请点击以下链接来修改您的密码:'
89 mail_subject_register: %s帐号激活
89 mail_subject_register: %s帐号激活
90 mail_body_register: '请点击以下链接来激活您的帐号:'
90 mail_body_register: '请点击以下链接来激活您的帐号:'
91 mail_body_account_information_external: 您可以使用您的 "%s" 帐号来登录。
91 mail_body_account_information_external: 您可以使用您的 "%s" 帐号来登录。
92 mail_body_account_information: 您的帐号信息
92 mail_body_account_information: 您的帐号信息
93 mail_subject_account_activation_request: %s帐号激活请求
93 mail_subject_account_activation_request: %s帐号激活请求
94 mail_body_account_activation_request: '新用户(%s)已完成注册,正在等候您的审核:'
94 mail_body_account_activation_request: '新用户(%s)已完成注册,正在等候您的审核:'
95 mail_subject_reminder: "%d 个问题需要尽快解决"
95 mail_subject_reminder: "%d 个问题需要尽快解决"
96 mail_body_reminder: "指派给您的 %d 个问题需要在 %d 天内完成:"
96 mail_body_reminder: "指派给您的 %d 个问题需要在 %d 天内完成:"
97
97
98 gui_validation_error: 1 个错误
98 gui_validation_error: 1 个错误
99 gui_validation_error_plural: %d 个错误
99 gui_validation_error_plural: %d 个错误
100
100
101 field_name: 名称
101 field_name: 名称
102 field_description: 描述
102 field_description: 描述
103 field_summary: 摘要
103 field_summary: 摘要
104 field_is_required: 必填
104 field_is_required: 必填
105 field_firstname: 名字
105 field_firstname: 名字
106 field_lastname: 姓氏
106 field_lastname: 姓氏
107 field_mail: 邮件地址
107 field_mail: 邮件地址
108 field_filename: 文件
108 field_filename: 文件
109 field_filesize: 大小
109 field_filesize: 大小
110 field_downloads: 下载次数
110 field_downloads: 下载次数
111 field_author: 作者
111 field_author: 作者
112 field_created_on: 创建于
112 field_created_on: 创建于
113 field_updated_on: 更新于
113 field_updated_on: 更新于
114 field_field_format: 格式
114 field_field_format: 格式
115 field_is_for_all: 用于所有项目
115 field_is_for_all: 用于所有项目
116 field_possible_values: 可能的值
116 field_possible_values: 可能的值
117 field_regexp: 正则表达式
117 field_regexp: 正则表达式
118 field_min_length: 最小长度
118 field_min_length: 最小长度
119 field_max_length: 最大长度
119 field_max_length: 最大长度
120 field_value:
120 field_value:
121 field_category: 类别
121 field_category: 类别
122 field_title: 标题
122 field_title: 标题
123 field_project: 项目
123 field_project: 项目
124 field_issue: 问题
124 field_issue: 问题
125 field_status: 状态
125 field_status: 状态
126 field_notes: 说明
126 field_notes: 说明
127 field_is_closed: 已关闭的问题
127 field_is_closed: 已关闭的问题
128 field_is_default: 默认值
128 field_is_default: 默认值
129 field_tracker: 跟踪
129 field_tracker: 跟踪
130 field_subject: 主题
130 field_subject: 主题
131 field_due_date: 完成日期
131 field_due_date: 完成日期
132 field_assigned_to: 指派给
132 field_assigned_to: 指派给
133 field_priority: 优先级
133 field_priority: 优先级
134 field_fixed_version: 目标版本
134 field_fixed_version: 目标版本
135 field_user: 用户
135 field_user: 用户
136 field_role: 角色
136 field_role: 角色
137 field_homepage: 主页
137 field_homepage: 主页
138 field_is_public: 公开
138 field_is_public: 公开
139 field_parent: 上级项目
139 field_parent: 上级项目
140 field_is_in_chlog: 在更新日志中显示问题
140 field_is_in_chlog: 在更新日志中显示问题
141 field_is_in_roadmap: 在路线图中显示问题
141 field_is_in_roadmap: 在路线图中显示问题
142 field_login: 登录名
142 field_login: 登录名
143 field_mail_notification: 邮件通知
143 field_mail_notification: 邮件通知
144 field_admin: 管理员
144 field_admin: 管理员
145 field_last_login_on: 最后登录
145 field_last_login_on: 最后登录
146 field_language: 语言
146 field_language: 语言
147 field_effective_date: 日期
147 field_effective_date: 日期
148 field_password: 密码
148 field_password: 密码
149 field_new_password: 新密码
149 field_new_password: 新密码
150 field_password_confirmation: 确认
150 field_password_confirmation: 确认
151 field_version: 版本
151 field_version: 版本
152 field_type: 类型
152 field_type: 类型
153 field_host: 主机
153 field_host: 主机
154 field_port: 端口
154 field_port: 端口
155 field_account: 帐号
155 field_account: 帐号
156 field_base_dn: Base DN
156 field_base_dn: Base DN
157 field_attr_login: 登录名属性
157 field_attr_login: 登录名属性
158 field_attr_firstname: 名字属性
158 field_attr_firstname: 名字属性
159 field_attr_lastname: 姓氏属性
159 field_attr_lastname: 姓氏属性
160 field_attr_mail: 邮件属性
160 field_attr_mail: 邮件属性
161 field_onthefly: 即时用户生成
161 field_onthefly: 即时用户生成
162 field_start_date: 开始
162 field_start_date: 开始
163 field_done_ratio: 完成度
163 field_done_ratio: 完成度
164 field_auth_source: 认证模式
164 field_auth_source: 认证模式
165 field_hide_mail: 隐藏我的邮件地址
165 field_hide_mail: 隐藏我的邮件地址
166 field_comments: 注释
166 field_comments: 注释
167 field_url: URL
167 field_url: URL
168 field_start_page: 起始页
168 field_start_page: 起始页
169 field_subproject: 子项目
169 field_subproject: 子项目
170 field_hours: 小时
170 field_hours: 小时
171 field_activity: 活动
171 field_activity: 活动
172 field_spent_on: 日期
172 field_spent_on: 日期
173 field_identifier: 标识
173 field_identifier: 标识
174 field_is_filter: 作为过滤条件
174 field_is_filter: 作为过滤条件
175 field_issue_to_id: 相关问题
175 field_issue_to_id: 相关问题
176 field_delay: 延期
176 field_delay: 延期
177 field_assignable: 问题可指派给此角色
177 field_assignable: 问题可指派给此角色
178 field_redirect_existing_links: 重定向到现有链接
178 field_redirect_existing_links: 重定向到现有链接
179 field_estimated_hours: 预期时间
179 field_estimated_hours: 预期时间
180 field_column_names:
180 field_column_names:
181 field_time_zone: 时区
181 field_time_zone: 时区
182 field_searchable: 可用作搜索条件
182 field_searchable: 可用作搜索条件
183 field_default_value: 默认值
183 field_default_value: 默认值
184 field_comments_sorting: 显示注释
184 field_comments_sorting: 显示注释
185 field_parent_title: 上级页面
185
186
186 setting_app_title: 应用程序标题
187 setting_app_title: 应用程序标题
187 setting_app_subtitle: 应用程序子标题
188 setting_app_subtitle: 应用程序子标题
188 setting_welcome_text: 欢迎文字
189 setting_welcome_text: 欢迎文字
189 setting_default_language: 默认语言
190 setting_default_language: 默认语言
190 setting_login_required: 要求认证
191 setting_login_required: 要求认证
191 setting_self_registration: 允许自注册
192 setting_self_registration: 允许自注册
192 setting_attachment_max_size: 附件大小限制
193 setting_attachment_max_size: 附件大小限制
193 setting_issues_export_limit: 问题输出条目的限制
194 setting_issues_export_limit: 问题输出条目的限制
194 setting_mail_from: 邮件发件人地址
195 setting_mail_from: 邮件发件人地址
195 setting_bcc_recipients: 使用密件抄送 (bcc)
196 setting_bcc_recipients: 使用密件抄送 (bcc)
196 setting_host_name: 主机名称
197 setting_host_name: 主机名称
197 setting_text_formatting: 文本格式
198 setting_text_formatting: 文本格式
198 setting_wiki_compression: 压缩Wiki历史文档
199 setting_wiki_compression: 压缩Wiki历史文档
199 setting_feeds_limit: RSS Feed内容条数限制
200 setting_feeds_limit: RSS Feed内容条数限制
200 setting_default_projects_public: 新建项目默认为公开项目
201 setting_default_projects_public: 新建项目默认为公开项目
201 setting_autofetch_changesets: 自动获取程序变更
202 setting_autofetch_changesets: 自动获取程序变更
202 setting_sys_api_enabled: 启用用于版本库管理的Web Service
203 setting_sys_api_enabled: 启用用于版本库管理的Web Service
203 setting_commit_ref_keywords: 用于引用问题的关键字
204 setting_commit_ref_keywords: 用于引用问题的关键字
204 setting_commit_fix_keywords: 用于解决问题的关键字
205 setting_commit_fix_keywords: 用于解决问题的关键字
205 setting_autologin: 自动登录
206 setting_autologin: 自动登录
206 setting_date_format: 日期格式
207 setting_date_format: 日期格式
207 setting_time_format: 时间格式
208 setting_time_format: 时间格式
208 setting_cross_project_issue_relations: 允许不同项目之间的问题关联
209 setting_cross_project_issue_relations: 允许不同项目之间的问题关联
209 setting_issue_list_default_columns: 问题列表中显示的默认列
210 setting_issue_list_default_columns: 问题列表中显示的默认列
210 setting_repositories_encodings: 版本库编码
211 setting_repositories_encodings: 版本库编码
212 setting_commit_logs_encoding: 提交注释的编码
211 setting_emails_footer: 邮件签名
213 setting_emails_footer: 邮件签名
212 setting_protocol: 协议
214 setting_protocol: 协议
213 setting_per_page_options: 每页显示条目个数的设置
215 setting_per_page_options: 每页显示条目个数的设置
214 setting_user_format: 用户显示格式
216 setting_user_format: 用户显示格式
215 setting_activity_days_default: 在项目活动中显示的天数
217 setting_activity_days_default: 在项目活动中显示的天数
216 setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题
218 setting_display_subprojects_issues: 在项目页面上默认显示子项目的问题
217 setting_enabled_scm: 启用 SCM
219 setting_enabled_scm: 启用 SCM
218 setting_mail_handler_api_enabled: 启用用于接收邮件的Web Service
220 setting_mail_handler_api_enabled: 启用用于接收邮件的Web Service
219 setting_mail_handler_api_key: API key
221 setting_mail_handler_api_key: API key
220
222
221 project_module_issue_tracking: 问题跟踪
223 project_module_issue_tracking: 问题跟踪
222 project_module_time_tracking: 时间跟踪
224 project_module_time_tracking: 时间跟踪
223 project_module_news: 新闻
225 project_module_news: 新闻
224 project_module_documents: 文档
226 project_module_documents: 文档
225 project_module_files: 文件
227 project_module_files: 文件
226 project_module_wiki: Wiki
228 project_module_wiki: Wiki
227 project_module_repository: 版本库
229 project_module_repository: 版本库
228 project_module_boards: 讨论区
230 project_module_boards: 讨论区
229
231
230 label_user: 用户
232 label_user: 用户
231 label_user_plural: 用户
233 label_user_plural: 用户
232 label_user_new: 新建用户
234 label_user_new: 新建用户
233 label_project: 项目
235 label_project: 项目
234 label_project_new: 新建项目
236 label_project_new: 新建项目
235 label_project_plural: 项目
237 label_project_plural: 项目
236 label_project_all: 所有的项目
238 label_project_all: 所有的项目
237 label_project_latest: 最近更新的项目
239 label_project_latest: 最近更新的项目
238 label_issue: 问题
240 label_issue: 问题
239 label_issue_new: 新建问题
241 label_issue_new: 新建问题
240 label_issue_plural: 问题
242 label_issue_plural: 问题
241 label_issue_view_all: 查看所有问题
243 label_issue_view_all: 查看所有问题
242 label_issues_by: 按 %s 分组显示问题
244 label_issues_by: 按 %s 分组显示问题
243 label_issue_added: 问题已添加
245 label_issue_added: 问题已添加
244 label_issue_updated: 问题已更新
246 label_issue_updated: 问题已更新
245 label_document: 文档
247 label_document: 文档
246 label_document_new: 新建文档
248 label_document_new: 新建文档
247 label_document_plural: 文档
249 label_document_plural: 文档
248 label_document_added: 文档已添加
250 label_document_added: 文档已添加
249 label_role: 角色
251 label_role: 角色
250 label_role_plural: 角色
252 label_role_plural: 角色
251 label_role_new: 新建角色
253 label_role_new: 新建角色
252 label_role_and_permissions: 角色和权限
254 label_role_and_permissions: 角色和权限
253 label_member: 成员
255 label_member: 成员
254 label_member_new: 新建成员
256 label_member_new: 新建成员
255 label_member_plural: 成员
257 label_member_plural: 成员
256 label_tracker: 跟踪标签
258 label_tracker: 跟踪标签
257 label_tracker_plural: 跟踪标签
259 label_tracker_plural: 跟踪标签
258 label_tracker_new: 新建跟踪标签
260 label_tracker_new: 新建跟踪标签
259 label_workflow: 工作流程
261 label_workflow: 工作流程
260 label_issue_status: 问题状态
262 label_issue_status: 问题状态
261 label_issue_status_plural: 问题状态
263 label_issue_status_plural: 问题状态
262 label_issue_status_new: 新建问题状态
264 label_issue_status_new: 新建问题状态
263 label_issue_category: 问题类别
265 label_issue_category: 问题类别
264 label_issue_category_plural: 问题类别
266 label_issue_category_plural: 问题类别
265 label_issue_category_new: 新建问题类别
267 label_issue_category_new: 新建问题类别
266 label_custom_field: 自定义属性
268 label_custom_field: 自定义属性
267 label_custom_field_plural: 自定义属性
269 label_custom_field_plural: 自定义属性
268 label_custom_field_new: 新建自定义属性
270 label_custom_field_new: 新建自定义属性
269 label_enumerations: 枚举值
271 label_enumerations: 枚举值
270 label_enumeration_new: 新建枚举值
272 label_enumeration_new: 新建枚举值
271 label_information: 信息
273 label_information: 信息
272 label_information_plural: 信息
274 label_information_plural: 信息
273 label_please_login: 请登录
275 label_please_login: 请登录
274 label_register: 注册
276 label_register: 注册
275 label_password_lost: 忘记密码
277 label_password_lost: 忘记密码
276 label_home: 主页
278 label_home: 主页
277 label_my_page: 我的工作台
279 label_my_page: 我的工作台
278 label_my_account: 我的帐号
280 label_my_account: 我的帐号
279 label_my_projects: 我的项目
281 label_my_projects: 我的项目
280 label_administration: 管理
282 label_administration: 管理
281 label_login: 登录
283 label_login: 登录
282 label_logout: 退出
284 label_logout: 退出
283 label_help: 帮助
285 label_help: 帮助
284 label_reported_issues: 已报告的问题
286 label_reported_issues: 已报告的问题
285 label_assigned_to_me_issues: 指派给我的问题
287 label_assigned_to_me_issues: 指派给我的问题
286 label_last_login: 最后登录
288 label_last_login: 最后登录
287 label_last_updates: 最后更新
289 label_last_updates: 最后更新
288 label_last_updates_plural: %d 最后更新
290 label_last_updates_plural: %d 最后更新
289 label_registered_on: 注册于
291 label_registered_on: 注册于
290 label_activity: 活动
292 label_activity: 活动
291 label_overall_activity: 全部活动
293 label_overall_activity: 全部活动
292 label_new: 新建
294 label_new: 新建
293 label_logged_as: 登录为
295 label_logged_as: 登录为
294 label_environment: 环境
296 label_environment: 环境
295 label_authentication: 认证
297 label_authentication: 认证
296 label_auth_source: 认证模式
298 label_auth_source: 认证模式
297 label_auth_source_new: 新建认证模式
299 label_auth_source_new: 新建认证模式
298 label_auth_source_plural: 认证模式
300 label_auth_source_plural: 认证模式
299 label_subproject_plural: 子项目
301 label_subproject_plural: 子项目
300 label_and_its_subprojects: %s 及其子项目
302 label_and_its_subprojects: %s 及其子项目
301 label_min_max_length: 最小 - 最大 长度
303 label_min_max_length: 最小 - 最大 长度
302 label_list: 列表
304 label_list: 列表
303 label_date: 日期
305 label_date: 日期
304 label_integer: 整数
306 label_integer: 整数
305 label_float: 浮点数
307 label_float: 浮点数
306 label_boolean: 布尔量
308 label_boolean: 布尔量
307 label_string: 文字
309 label_string: 文字
308 label_text: 长段文字
310 label_text: 长段文字
309 label_attribute: 属性
311 label_attribute: 属性
310 label_attribute_plural: 属性
312 label_attribute_plural: 属性
311 label_download: %d 次下载
313 label_download: %d 次下载
312 label_download_plural: %d 次下载
314 label_download_plural: %d 次下载
313 label_no_data: 没有任何数据可供显示
315 label_no_data: 没有任何数据可供显示
314 label_change_status: 变更状态
316 label_change_status: 变更状态
315 label_history: 历史记录
317 label_history: 历史记录
316 label_attachment: 文件
318 label_attachment: 文件
317 label_attachment_new: 新建文件
319 label_attachment_new: 新建文件
318 label_attachment_delete: 删除文件
320 label_attachment_delete: 删除文件
319 label_attachment_plural: 文件
321 label_attachment_plural: 文件
320 label_file_added: 文件已添加
322 label_file_added: 文件已添加
321 label_report: 报表
323 label_report: 报表
322 label_report_plural: 报表
324 label_report_plural: 报表
323 label_news: 新闻
325 label_news: 新闻
324 label_news_new: 添加新闻
326 label_news_new: 添加新闻
325 label_news_plural: 新闻
327 label_news_plural: 新闻
326 label_news_latest: 最近的新闻
328 label_news_latest: 最近的新闻
327 label_news_view_all: 查看所有新闻
329 label_news_view_all: 查看所有新闻
328 label_news_added: 新闻已添加
330 label_news_added: 新闻已添加
329 label_change_log: 更新日志
331 label_change_log: 更新日志
330 label_settings: 配置
332 label_settings: 配置
331 label_overview: 概述
333 label_overview: 概述
332 label_version: 版本
334 label_version: 版本
333 label_version_new: 新建版本
335 label_version_new: 新建版本
334 label_version_plural: 版本
336 label_version_plural: 版本
335 label_confirmation: 确认
337 label_confirmation: 确认
336 label_export_to: 导出
338 label_export_to: 导出
337 label_read: 读取...
339 label_read: 读取...
338 label_public_projects: 公开的项目
340 label_public_projects: 公开的项目
339 label_open_issues: 打开
341 label_open_issues: 打开
340 label_open_issues_plural: 打开
342 label_open_issues_plural: 打开
341 label_closed_issues: 已关闭
343 label_closed_issues: 已关闭
342 label_closed_issues_plural: 已关闭
344 label_closed_issues_plural: 已关闭
343 label_total: 合计
345 label_total: 合计
344 label_permissions: 权限
346 label_permissions: 权限
345 label_current_status: 当前状态
347 label_current_status: 当前状态
346 label_new_statuses_allowed: 可变更的新状态
348 label_new_statuses_allowed: 可变更的新状态
347 label_all: 全部
349 label_all: 全部
348 label_none:
350 label_none:
349 label_nobody: 无人
351 label_nobody: 无人
350 label_next: 下一个
352 label_next: 下一个
351 label_previous: 上一个
353 label_previous: 上一个
352 label_used_by: 使用中
354 label_used_by: 使用中
353 label_details: 详情
355 label_details: 详情
354 label_add_note: 添加说明
356 label_add_note: 添加说明
355 label_per_page: 每页
357 label_per_page: 每页
356 label_calendar: 日历
358 label_calendar: 日历
357 label_months_from: 个月以来
359 label_months_from: 个月以来
358 label_gantt: 甘特图
360 label_gantt: 甘特图
359 label_internal: 内部
361 label_internal: 内部
360 label_last_changes: 最近的 %d 次变更
362 label_last_changes: 最近的 %d 次变更
361 label_change_view_all: 查看所有变更
363 label_change_view_all: 查看所有变更
362 label_personalize_page: 个性化定制本页
364 label_personalize_page: 个性化定制本页
363 label_comment: 评论
365 label_comment: 评论
364 label_comment_plural: 评论
366 label_comment_plural: 评论
365 label_comment_add: 添加评论
367 label_comment_add: 添加评论
366 label_comment_added: 评论已添加
368 label_comment_added: 评论已添加
367 label_comment_delete: 删除评论
369 label_comment_delete: 删除评论
368 label_query: 自定义查询
370 label_query: 自定义查询
369 label_query_plural: 自定义查询
371 label_query_plural: 自定义查询
370 label_query_new: 新建查询
372 label_query_new: 新建查询
371 label_filter_add: 增加过滤器
373 label_filter_add: 增加过滤器
372 label_filter_plural: 过滤器
374 label_filter_plural: 过滤器
373 label_equals: 等于
375 label_equals: 等于
374 label_not_equals: 不等于
376 label_not_equals: 不等于
375 label_in_less_than: 剩余天数小于
377 label_in_less_than: 剩余天数小于
376 label_in_more_than: 剩余天数大于
378 label_in_more_than: 剩余天数大于
377 label_in: 剩余天数
379 label_in: 剩余天数
378 label_today: 今天
380 label_today: 今天
379 label_all_time: 全部时间
381 label_all_time: 全部时间
380 label_yesterday: 昨天
382 label_yesterday: 昨天
381 label_this_week: 本周
383 label_this_week: 本周
382 label_last_week: 下周
384 label_last_week: 下周
383 label_last_n_days: 最后 %d 天
385 label_last_n_days: 最后 %d 天
384 label_this_month: 本月
386 label_this_month: 本月
385 label_last_month: 下月
387 label_last_month: 下月
386 label_this_year: 今年
388 label_this_year: 今年
387 label_date_range: 日期范围
389 label_date_range: 日期范围
388 label_less_than_ago: 之前天数少于
390 label_less_than_ago: 之前天数少于
389 label_more_than_ago: 之前天数大于
391 label_more_than_ago: 之前天数大于
390 label_ago: 之前天数
392 label_ago: 之前天数
391 label_contains: 包含
393 label_contains: 包含
392 label_not_contains: 不包含
394 label_not_contains: 不包含
393 label_day_plural:
395 label_day_plural:
394 label_repository: 版本库
396 label_repository: 版本库
395 label_repository_plural: 版本库
397 label_repository_plural: 版本库
396 label_browse: 浏览
398 label_browse: 浏览
397 label_modification: %d 个更新
399 label_modification: %d 个更新
398 label_modification_plural: %d 个更新
400 label_modification_plural: %d 个更新
399 label_revision: 修订
401 label_revision: 修订
400 label_revision_plural: 修订
402 label_revision_plural: 修订
401 label_associated_revisions: 相关修订版本
403 label_associated_revisions: 相关修订版本
402 label_added: 已添加
404 label_added: 已添加
403 label_modified: 已修改
405 label_modified: 已修改
404 label_deleted: 已删除
406 label_deleted: 已删除
405 label_latest_revision: 最近的修订版本
407 label_latest_revision: 最近的修订版本
406 label_latest_revision_plural: 最近的修订版本
408 label_latest_revision_plural: 最近的修订版本
407 label_view_revisions: 查看修订
409 label_view_revisions: 查看修订
408 label_max_size: 最大尺寸
410 label_max_size: 最大尺寸
409 label_on: 'on'
411 label_on: 'on'
410 label_sort_highest: 置顶
412 label_sort_highest: 置顶
411 label_sort_higher: 上移
413 label_sort_higher: 上移
412 label_sort_lower: 下移
414 label_sort_lower: 下移
413 label_sort_lowest: 置底
415 label_sort_lowest: 置底
414 label_roadmap: 路线图
416 label_roadmap: 路线图
415 label_roadmap_due_in: 截止日期到
417 label_roadmap_due_in: 截止日期到
416 label_roadmap_overdue: %s 延期
418 label_roadmap_overdue: %s 延期
417 label_roadmap_no_issues: 该版本没有问题
419 label_roadmap_no_issues: 该版本没有问题
418 label_search: 搜索
420 label_search: 搜索
419 label_result_plural: 结果
421 label_result_plural: 结果
420 label_all_words: 所有单词
422 label_all_words: 所有单词
421 label_wiki: Wiki
423 label_wiki: Wiki
422 label_wiki_edit: Wiki 编辑
424 label_wiki_edit: Wiki 编辑
423 label_wiki_edit_plural: Wiki 编辑记录
425 label_wiki_edit_plural: Wiki 编辑记录
424 label_wiki_page: Wiki 页面
426 label_wiki_page: Wiki 页面
425 label_wiki_page_plural: Wiki 页面
427 label_wiki_page_plural: Wiki 页面
426 label_index_by_title: 按标题索引
428 label_index_by_title: 按标题索引
427 label_index_by_date: 按日期索引
429 label_index_by_date: 按日期索引
428 label_current_version: 当前版本
430 label_current_version: 当前版本
429 label_preview: 预览
431 label_preview: 预览
430 label_feed_plural: Feeds
432 label_feed_plural: Feeds
431 label_changes_details: 所有变更的详情
433 label_changes_details: 所有变更的详情
432 label_issue_tracking: 问题跟踪
434 label_issue_tracking: 问题跟踪
433 label_spent_time: 耗时
435 label_spent_time: 耗时
434 label_f_hour: %.2f 小时
436 label_f_hour: %.2f 小时
435 label_f_hour_plural: %.2f 小时
437 label_f_hour_plural: %.2f 小时
436 label_time_tracking: 时间跟踪
438 label_time_tracking: 时间跟踪
437 label_change_plural: 变更
439 label_change_plural: 变更
438 label_statistics: 统计
440 label_statistics: 统计
439 label_commits_per_month: 每月提交次数
441 label_commits_per_month: 每月提交次数
440 label_commits_per_author: 每用户提交次数
442 label_commits_per_author: 每用户提交次数
441 label_view_diff: 查看差别
443 label_view_diff: 查看差别
442 label_diff_inline: 直列
444 label_diff_inline: 直列
443 label_diff_side_by_side: 并排
445 label_diff_side_by_side: 并排
444 label_options: 选项
446 label_options: 选项
445 label_copy_workflow_from: 从以下项目复制工作流程
447 label_copy_workflow_from: 从以下项目复制工作流程
446 label_permissions_report: 权限报表
448 label_permissions_report: 权限报表
447 label_watched_issues: 跟踪的问题
449 label_watched_issues: 跟踪的问题
448 label_related_issues: 相关的问题
450 label_related_issues: 相关的问题
449 label_applied_status: 应用后的状态
451 label_applied_status: 应用后的状态
450 label_loading: 载入中...
452 label_loading: 载入中...
451 label_relation_new: 新建关联
453 label_relation_new: 新建关联
452 label_relation_delete: 删除关联
454 label_relation_delete: 删除关联
453 label_relates_to: 关联到
455 label_relates_to: 关联到
454 label_duplicates: 重复
456 label_duplicates: 重复
455 label_duplicated_by: 与其重复
457 label_duplicated_by: 与其重复
456 label_blocks: 阻挡
458 label_blocks: 阻挡
457 label_blocked_by: 被阻挡
459 label_blocked_by: 被阻挡
458 label_precedes: 优先于
460 label_precedes: 优先于
459 label_follows: 跟随于
461 label_follows: 跟随于
460 label_end_to_start: 结束-开始
462 label_end_to_start: 结束-开始
461 label_end_to_end: 结束-结束
463 label_end_to_end: 结束-结束
462 label_start_to_start: 开始-开始
464 label_start_to_start: 开始-开始
463 label_start_to_end: 开始-结束
465 label_start_to_end: 开始-结束
464 label_stay_logged_in: 保持登录状态
466 label_stay_logged_in: 保持登录状态
465 label_disabled: 禁用
467 label_disabled: 禁用
466 label_show_completed_versions: 显示已完成的版本
468 label_show_completed_versions: 显示已完成的版本
467 label_me:
469 label_me:
468 label_board: 讨论区
470 label_board: 讨论区
469 label_board_new: 新建讨论区
471 label_board_new: 新建讨论区
470 label_board_plural: 讨论区
472 label_board_plural: 讨论区
471 label_topic_plural: 主题
473 label_topic_plural: 主题
472 label_message_plural: 帖子
474 label_message_plural: 帖子
473 label_message_last: 最新的帖子
475 label_message_last: 最新的帖子
474 label_message_new: 新贴
476 label_message_new: 新贴
475 label_message_posted: 发帖成功
477 label_message_posted: 发帖成功
476 label_reply_plural: 回复
478 label_reply_plural: 回复
477 label_send_information: 给用户发送帐号信息
479 label_send_information: 给用户发送帐号信息
478 label_year:
480 label_year:
479 label_month:
481 label_month:
480 label_week:
482 label_week:
481 label_date_from:
483 label_date_from:
482 label_date_to:
484 label_date_to:
483 label_language_based: 根据用户的语言
485 label_language_based: 根据用户的语言
484 label_sort_by: 根据 %s 排序
486 label_sort_by: 根据 %s 排序
485 label_send_test_email: 发送测试邮件
487 label_send_test_email: 发送测试邮件
486 label_feeds_access_key_created_on: RSS 存取键是在 %s 之前建立的
488 label_feeds_access_key_created_on: RSS 存取键是在 %s 之前建立的
487 label_module_plural: 模块
489 label_module_plural: 模块
488 label_added_time_by: 由 %s 在 %s 之前添加
490 label_added_time_by: 由 %s 在 %s 之前添加
489 label_updated_time: 更新于 %s 前
491 label_updated_time: 更新于 %s 前
490 label_jump_to_a_project: 选择一个项目...
492 label_jump_to_a_project: 选择一个项目...
491 label_file_plural: 文件
493 label_file_plural: 文件
492 label_changeset_plural: 变更
494 label_changeset_plural: 变更
493 label_default_columns: 默认列
495 label_default_columns: 默认列
494 label_no_change_option: (不变)
496 label_no_change_option: (不变)
495 label_bulk_edit_selected_issues: 批量修改选中的问题
497 label_bulk_edit_selected_issues: 批量修改选中的问题
496 label_theme: 主题
498 label_theme: 主题
497 label_default: 默认
499 label_default: 默认
498 label_search_titles_only: 仅在标题中搜索
500 label_search_titles_only: 仅在标题中搜索
499 label_user_mail_option_all: "收取我的项目的所有通知"
501 label_user_mail_option_all: "收取我的项目的所有通知"
500 label_user_mail_option_selected: "收取选中项目的所有通知..."
502 label_user_mail_option_selected: "收取选中项目的所有通知..."
501 label_user_mail_option_none: "只收取我跟踪或参与的项目的通知"
503 label_user_mail_option_none: "只收取我跟踪或参与的项目的通知"
502 label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知"
504 label_user_mail_no_self_notified: "不要发送对我自己提交的修改的通知"
503 label_registration_activation_by_email: 通过邮件认证激活帐号
505 label_registration_activation_by_email: 通过邮件认证激活帐号
504 label_registration_manual_activation: 手动激活帐号
506 label_registration_manual_activation: 手动激活帐号
505 label_registration_automatic_activation: 自动激活帐号
507 label_registration_automatic_activation: 自动激活帐号
506 label_display_per_page: '每页显示:%s'
508 label_display_per_page: '每页显示:%s'
507 label_age: 年龄
509 label_age: 年龄
508 label_change_properties: 修改属性
510 label_change_properties: 修改属性
509 label_general: 一般
511 label_general: 一般
510 label_more: 更多
512 label_more: 更多
511 label_scm: SCM
513 label_scm: SCM
512 label_plugins: 插件
514 label_plugins: 插件
513 label_ldap_authentication: LDAP 认证
515 label_ldap_authentication: LDAP 认证
514 label_downloads_abbr: D/L
516 label_downloads_abbr: D/L
515 label_optional_description: 可选的描述
517 label_optional_description: 可选的描述
516 label_add_another_file: 添加其它文件
518 label_add_another_file: 添加其它文件
517 label_preferences: 首选项
519 label_preferences: 首选项
518 label_chronological_order: 按时间顺序
520 label_chronological_order: 按时间顺序
519 label_reverse_chronological_order: 按时间顺序(倒序)
521 label_reverse_chronological_order: 按时间顺序(倒序)
520 label_planning: 计划
522 label_planning: 计划
521 label_incoming_emails: 接收邮件
523 label_incoming_emails: 接收邮件
522 label_generate_key: 生成一个key
524 label_generate_key: 生成一个key
525 label_issue_watchers: 跟踪者
523
526
524 button_login: 登录
527 button_login: 登录
525 button_submit: 提交
528 button_submit: 提交
526 button_save: 保存
529 button_save: 保存
527 button_check_all: 全选
530 button_check_all: 全选
528 button_uncheck_all: 清除
531 button_uncheck_all: 清除
529 button_delete: 删除
532 button_delete: 删除
530 button_create: 创建
533 button_create: 创建
531 button_test: 测试
534 button_test: 测试
532 button_edit: 编辑
535 button_edit: 编辑
533 button_add: 新增
536 button_add: 新增
534 button_change: 修改
537 button_change: 修改
535 button_apply: 应用
538 button_apply: 应用
536 button_clear: 清除
539 button_clear: 清除
537 button_lock: 锁定
540 button_lock: 锁定
538 button_unlock: 解锁
541 button_unlock: 解锁
539 button_download: 下载
542 button_download: 下载
540 button_list: 列表
543 button_list: 列表
541 button_view: 查看
544 button_view: 查看
542 button_move: 移动
545 button_move: 移动
543 button_back: 返回
546 button_back: 返回
544 button_cancel: 取消
547 button_cancel: 取消
545 button_activate: 激活
548 button_activate: 激活
546 button_sort: 排序
549 button_sort: 排序
547 button_log_time: 登记工时
550 button_log_time: 登记工时
548 button_rollback: 恢复到这个版本
551 button_rollback: 恢复到这个版本
549 button_watch: 跟踪
552 button_watch: 跟踪
550 button_unwatch: 取消跟踪
553 button_unwatch: 取消跟踪
551 button_reply: 回复
554 button_reply: 回复
552 button_archive: 存档
555 button_archive: 存档
553 button_unarchive: 取消存档
556 button_unarchive: 取消存档
554 button_reset: 重置
557 button_reset: 重置
555 button_rename: 重命名
558 button_rename: 重命名
556 button_change_password: 修改密码
559 button_change_password: 修改密码
557 button_copy: 复制
560 button_copy: 复制
558 button_annotate: 追溯
561 button_annotate: 追溯
559 button_update: 更新
562 button_update: 更新
560 button_configure: 配置
563 button_configure: 配置
561
564
562 status_active: 活动的
565 status_active: 活动的
563 status_registered: 已注册
566 status_registered: 已注册
564 status_locked: 已锁定
567 status_locked: 已锁定
565
568
566 text_select_mail_notifications: 选择需要发送邮件通知的动作
569 text_select_mail_notifications: 选择需要发送邮件通知的动作
567 text_regexp_info: 例如:^[A-Z0-9]+$
570 text_regexp_info: 例如:^[A-Z0-9]+$
568 text_min_max_length_info: 0 表示没有限制
571 text_min_max_length_info: 0 表示没有限制
569 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
572 text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
570 text_subprojects_destroy_warning: '以下子项目也将被同时删除:%s'
573 text_subprojects_destroy_warning: '以下子项目也将被同时删除:%s'
571 text_workflow_edit: 选择角色和跟踪标签来编辑工作流程
574 text_workflow_edit: 选择角色和跟踪标签来编辑工作流程
572 text_are_you_sure: 您确定?
575 text_are_you_sure: 您确定?
573 text_journal_changed: 从 %s 变更为 %s
576 text_journal_changed: 从 %s 变更为 %s
574 text_journal_set_to: 设置为 %s
577 text_journal_set_to: 设置为 %s
575 text_journal_deleted: 已删除
578 text_journal_deleted: 已删除
576 text_tip_task_begin_day: 今天开始的任务
579 text_tip_task_begin_day: 今天开始的任务
577 text_tip_task_end_day: 今天结束的任务
580 text_tip_task_end_day: 今天结束的任务
578 text_tip_task_begin_end_day: 今天开始并结束的任务
581 text_tip_task_begin_end_day: 今天开始并结束的任务
579 text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。'
582 text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。'
580 text_caracters_maximum: 最多 %d 个字符。
583 text_caracters_maximum: 最多 %d 个字符。
581 text_caracters_minimum: 至少需要 %d 个字符。
584 text_caracters_minimum: 至少需要 %d 个字符。
582 text_length_between: 长度必须在 %d 到 %d 个字符之间。
585 text_length_between: 长度必须在 %d 到 %d 个字符之间。
583 text_tracker_no_workflow: 此跟踪标签未定义工作流程
586 text_tracker_no_workflow: 此跟踪标签未定义工作流程
584 text_unallowed_characters: 非法字符
587 text_unallowed_characters: 非法字符
585 text_comma_separated: 可以使用多个值(用逗号,分开)。
588 text_comma_separated: 可以使用多个值(用逗号,分开)。
586 text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题
589 text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题
587 text_issue_added: 问题 %s 已由 %s 提交。
590 text_issue_added: 问题 %s 已由 %s 提交。
588 text_issue_updated: 问题 %s 已由 %s 更新。
591 text_issue_updated: 问题 %s 已由 %s 更新。
589 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗?
592 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗?
590 text_issue_category_destroy_question: 有一些问题(%d 个)属于此类别。您想进行哪种操作?
593 text_issue_category_destroy_question: 有一些问题(%d 个)属于此类别。您想进行哪种操作?
591 text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别)
594 text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别)
592 text_issue_category_reassign_to: 为问题选择其它类别
595 text_issue_category_reassign_to: 为问题选择其它类别
593 text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。"
596 text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。"
594 text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。"
597 text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。"
595 text_load_default_configuration: 载入默认设置
598 text_load_default_configuration: 载入默认设置
596 text_status_changed_by_changeset: 已应用到变更列表 %s.
599 text_status_changed_by_changeset: 已应用到变更列表 %s.
597 text_issues_destroy_confirmation: '您确定要删除选中的问题吗?'
600 text_issues_destroy_confirmation: '您确定要删除选中的问题吗?'
598 text_select_project_modules: '请选择此项目可以使用的模块:'
601 text_select_project_modules: '请选择此项目可以使用的模块:'
599 text_default_administrator_account_changed: 默认的管理员帐号已改变
602 text_default_administrator_account_changed: 默认的管理员帐号已改变
600 text_file_repository_writable: 文件版本库可修改
603 text_file_repository_writable: 文件版本库可修改
601 text_rmagick_available: RMagick 可用(可选的)
604 text_rmagick_available: RMagick 可用(可选的)
602 text_destroy_time_entries_question: 您要删除的问题已经上报了 %.02f 小时的工作量。您想进行那种操作?
605 text_destroy_time_entries_question: 您要删除的问题已经上报了 %.02f 小时的工作量。您想进行那种操作?
603 text_destroy_time_entries: 删除上报的工作量
606 text_destroy_time_entries: 删除上报的工作量
604 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
607 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
605 text_reassign_time_entries: '将已上报的工作量指定到此问题:'
608 text_reassign_time_entries: '将已上报的工作量指定到此问题:'
606 text_user_wrote: '%s 写到:'
609 text_user_wrote: '%s 写到:'
607 text_enumeration_category_reassign_to: '将它们关联到新的枚举值:'
610 text_enumeration_category_reassign_to: '将它们关联到新的枚举值:'
608 text_enumeration_destroy_question: '%d 个对象被关联到了这个枚举值。'
611 text_enumeration_destroy_question: '%d 个对象被关联到了这个枚举值。'
612 text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/email.yml中配置您的SMTP服务器信息并重新启动以使其生效。"
609
613
610 default_role_manager: 管理人员
614 default_role_manager: 管理人员
611 default_role_developper: 开发人员
615 default_role_developper: 开发人员
612 default_role_reporter: 报告人员
616 default_role_reporter: 报告人员
613 default_tracker_bug: 错误
617 default_tracker_bug: 错误
614 default_tracker_feature: 功能
618 default_tracker_feature: 功能
615 default_tracker_support: 支持
619 default_tracker_support: 支持
616 default_issue_status_new: 新建
620 default_issue_status_new: 新建
617 default_issue_status_assigned: 已指派
621 default_issue_status_assigned: 已指派
618 default_issue_status_resolved: 已解决
622 default_issue_status_resolved: 已解决
619 default_issue_status_feedback: 反馈
623 default_issue_status_feedback: 反馈
620 default_issue_status_closed: 已关闭
624 default_issue_status_closed: 已关闭
621 default_issue_status_rejected: 已拒绝
625 default_issue_status_rejected: 已拒绝
622 default_doc_category_user: 用户文档
626 default_doc_category_user: 用户文档
623 default_doc_category_tech: 技术文档
627 default_doc_category_tech: 技术文档
624 default_priority_low:
628 default_priority_low:
625 default_priority_normal: 普通
629 default_priority_normal: 普通
626 default_priority_high:
630 default_priority_high:
627 default_priority_urgent: 紧急
631 default_priority_urgent: 紧急
628 default_priority_immediate: 立刻
632 default_priority_immediate: 立刻
629 default_activity_design: 设计
633 default_activity_design: 设计
630 default_activity_development: 开发
634 default_activity_development: 开发
631
635
632 enumeration_issue_priorities: 问题优先级
636 enumeration_issue_priorities: 问题优先级
633 enumeration_doc_categories: 文档类别
637 enumeration_doc_categories: 文档类别
634 enumeration_activities: 活动(时间跟踪)
638 enumeration_activities: 活动(时间跟踪)
635 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
636 field_parent_title: Parent page
637 label_issue_watchers: Watchers
638 setting_commit_logs_encoding: Commit messages encoding
General Comments 0
You need to be logged in to leave comments. Login now