diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-23 06:17:39 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-23 06:17:39 +0000 |
commit | a829e381be7bf74a41c30c22759ac3e54cfa43f5 (patch) | |
tree | 0be31619b8678d4f9c28d281f6fa38a4ec0bbf0f /config | |
parent | 1db6a0f89cb571e7d5654cc225729f2c30a41ea8 (diff) | |
download | redmine-a829e381be7bf74a41c30c22759ac3e54cfa43f5.tar.gz redmine-a829e381be7bf74a41c30c22759ac3e54cfa43f5.zip |
Simplified Chinese translation for 2.1-stable updated by Steven Wong (#12188)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10699 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/zh.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 5b1e54e88..c604dc0f3 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1061,12 +1061,12 @@ zh: label_readonly: 只读 label_required: 必填 text_repository_identifier_info: 仅小写字母(a-z)、数字、破折号(-)和下划线(_)可以使用。<br />一旦保存,标识无法修改。 - field_board_parent: Parent forum - label_attribute_of_project: Project's %{name} - label_attribute_of_author: Author's %{name} - label_attribute_of_assigned_to: Assignee's %{name} - label_attribute_of_fixed_version: Target version's %{name} - label_copy_subtasks: Copy subtasks + field_board_parent: 父论坛 + label_attribute_of_project: 项目 %{name} + label_attribute_of_author: 作者 %{name} + label_attribute_of_assigned_to: 分配给 %{name} + label_attribute_of_fixed_version: 目标版本 %{name} + label_copy_subtasks: 复制子任务 label_copied_to: copied to label_copied_from: copied from label_any_issues_in_project: any issues in project |