diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-04 07:49:39 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-04 07:49:39 +0000 |
commit | 20c6dfd1af9a24cb55895bacfe803a956683dd24 (patch) | |
tree | 11e1335ec23935448fb3f23d597eb0b32a9530a8 /config | |
parent | 84b5a6e7b5e0ea4dd21e50bc05729658cead27fe (diff) | |
download | redmine-20c6dfd1af9a24cb55895bacfe803a956683dd24.tar.gz redmine-20c6dfd1af9a24cb55895bacfe803a956683dd24.zip |
scm: add Japanese translation of the feature of SCM command availability automatic check in administration panel (#4273).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5633 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ja.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 893b1b016..f5ba8070a 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -948,6 +948,8 @@ ja: text_scm_path_encoding_note: "デフォルト: UTF-8" text_git_repository_note: "Bare、かつ、ローカルリポジトリ (例: /gitrepo, c:\gitrepo)" text_mercurial_repository_note: "ローカルリポジトリ (例: /hgrepo, c:\hgrepo)" + text_scm_command: コマンド + text_scm_version: バージョン default_role_manager: 管理者 default_role_developer: 開発者 |