diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-26 05:11:57 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-26 05:11:57 +0000 |
commit | 1b379c2b890e750eb2c45a8ee1f58a750f915999 (patch) | |
tree | b88b58b7dd6e13893745b44402205544576198f5 /config | |
parent | 2816ec98974a69d92313fa6e73ef02fa43bfa44b (diff) | |
download | redmine-1b379c2b890e750eb2c45a8ee1f58a750f915999.tar.gz redmine-1b379c2b890e750eb2c45a8ee1f58a750f915999.zip |
readd Japanese translation "text_git_repository_note" (#9129).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6639 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ja.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 376ede0a5..8cad7c2eb 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -956,6 +956,7 @@ ja: text_warn_on_leaving_unsaved: このページから移動すると、保存されていないデータが失われます。 text_scm_path_encoding_note: "デフォルト: UTF-8" text_mercurial_repository_note: "ローカルリポジトリ (例: /hgrepo, c:\hgrepo)" + text_git_repository_note: "Bare、かつ、ローカルリポジトリ (例: /gitrepo, c:\gitrepo)" text_scm_command: コマンド text_scm_command_version: バージョン text_scm_config: バージョン管理システムのコマンドをconfig/configuration.ymlで設定できます。設定後、Redmineを再起動してください。 |