diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-07 04:25:06 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-07 04:25:06 +0000 |
commit | 4a98b7d58f47de005b411a5fcc2a9c13cc1fc99e (patch) | |
tree | 13b35ec41a7eec0ff53969febe9d6ff7f442c3ac /config/locales/zh.yml | |
parent | d003a67a3ad4be19a32e4b7448a7342cf116159a (diff) | |
download | redmine-4a98b7d58f47de005b411a5fcc2a9c13cc1fc99e.tar.gz redmine-4a98b7d58f47de005b411a5fcc2a9c13cc1fc99e.zip |
Merged r15006 from trunk to 3.1-stable (#21588)
Simplified Chinese "field_cvs_module" translation fixed by qian hu.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@15011 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh.yml')
-rw-r--r-- | config/locales/zh.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 99a42c832..867b28ec9 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -964,7 +964,7 @@ zh: text_scm_path_encoding_note: "默认: UTF-8" field_path_to_repository: 库路径 field_root_directory: 根目录 - field_cvs_module: 模块 + field_cvs_module: CVS 模块 field_cvsroot: CVSROOT text_mercurial_repository_note: 本地库 (e.g. /hgrepo, c:\hgrepo) text_scm_command: 命令 |