diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-07 04:15:59 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-07 04:15:59 +0000 |
commit | b7a06818fc5545e997c5a541abc069f75d8802bf (patch) | |
tree | b3a5fb060f4c7c9820b38db0dd300a14a28a2fda /config/locales/zh.yml | |
parent | 33e17fbd8598287b7c76f6b1dc0182192898a17a (diff) | |
download | redmine-b7a06818fc5545e997c5a541abc069f75d8802bf.tar.gz redmine-b7a06818fc5545e997c5a541abc069f75d8802bf.zip |
Merged r15006 from trunk to 3.2-stable (#21588)
Simplified Chinese "field_cvs_module" translation fixed by qian hu.
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15008 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 f0a976e38..2e85dafa6 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -957,7 +957,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: 命令 |