diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-25 12:42:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-25 12:42:56 +0000 |
commit | 02757f5892af308c0cdf905e3d504a5ce3ad84de (patch) | |
tree | a1c1430d873545ad399628c7e3f8db7c2c66f498 /lang/zh.yml | |
parent | fbafff83630b767f7da735d64ed0feb3be001fe0 (diff) | |
download | redmine-02757f5892af308c0cdf905e3d504a5ce3ad84de.tar.gz redmine-02757f5892af308c0cdf905e3d504a5ce3ad84de.zip |
Translations updates.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1453 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/zh.yml')
-rw-r--r-- | lang/zh.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/zh.yml b/lang/zh.yml index 808dd1b39..ac5eb456d 100644 --- a/lang/zh.yml +++ b/lang/zh.yml @@ -198,7 +198,7 @@ setting_default_projects_public: 新建项目默认为公开项目 setting_autofetch_changesets: 自动获取程序变更 setting_sys_api_enabled: 启用用于版本库管理的Web Service setting_commit_ref_keywords: 用于引用问题的关键字 -setting_commit_fix_keywords: 用于修订问题的关键字 +setting_commit_fix_keywords: 用于解决问题的关键字 setting_autologin: 自动登录 setting_date_format: 日期格式 setting_time_format: 时间格式 @@ -257,9 +257,9 @@ label_issue_status_new: 新建问题状态 label_issue_category: 问题类别 label_issue_category_plural: 问题类别 label_issue_category_new: 新建问题类别 -label_custom_field: 自定义字段 -label_custom_field_plural: 自定义字段 -label_custom_field_new: 新建自定义字段 +label_custom_field: 自定义属性 +label_custom_field_plural: 自定义属性 +label_custom_field_new: 新建自定义属性 label_enumerations: 枚举值 label_enumeration_new: 新建枚举值 label_information: 信息 @@ -291,6 +291,7 @@ label_auth_source: 认证模式 label_auth_source_new: 新建认证模式 label_auth_source_plural: 认证模式 label_subproject_plural: 子项目 +label_and_its_subprojects: %s 及其子项目 label_min_max_length: 最小 - 最大 长度 label_list: 列表 label_date: 日期 @@ -573,7 +574,7 @@ text_length_between: 长度必须在 %d 到 %d 个字符之间。 text_tracker_no_workflow: 此跟踪标签未定义工作流程 text_unallowed_characters: 非法字符 text_comma_separated: 可以使用多个值(用逗号,分开)。 -text_issues_ref_in_commit_messages: 在提交信息中引用和修订问题 +text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题 text_issue_added: 问题 %s 已由 %s 提交。 text_issue_updated: 问题 %s 已由 %s 更新。 text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗? @@ -618,5 +619,4 @@ default_activity_development: 开发 enumeration_issue_priorities: 问题优先级 enumeration_doc_categories: 文档类别 -enumeration_activities: 活动(时间跟踪) -label_and_its_subprojects: %s and its subprojects +enumeration_activities: 活动(时间跟踪)
\ No newline at end of file |