diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-04-06 10:50:36 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-04-06 10:50:36 +0000 |
commit | bec5e4443db7f264f7926e011f9ba28466c1bbfd (patch) | |
tree | 7118902b1cfac60bdc6f41476e3126b2176f3759 | |
parent | cb37643ea9cf114c56c25e18cf32aa7d3f385759 (diff) | |
download | redmine-bec5e4443db7f264f7926e011f9ba28466c1bbfd.tar.gz redmine-bec5e4443db7f264f7926e011f9ba28466c1bbfd.zip |
Merged r9343 from trunk
Simplified Chinese translation updated by fangzheng (#10611)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@9345 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 0a9c57fa3..a6d8df6a1 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1002,9 +1002,9 @@ zh: label_child_revision: 子修订 error_scm_annotate_big_text_file: 输入文本内容超长,无法输入。 setting_default_issue_start_date_to_creation_date: 使用当前日期作为新问题的开始日期 - button_edit_section: Edit this section - setting_repositories_encodings: Attachments and repositories encodings - description_all_columns: All Columns - button_export: Export - label_export_options: "%{export_format} export options" - error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) + button_edit_section: 编辑此区域 + setting_repositories_encodings: 附件和版本库编码 + description_all_columns: 所有列 + button_export: 导出 + label_export_options: "%{export_format} 导出选项" + error_attachment_too_big: 该文件无法上传。超过文件大小限制 (%{max_size}) |