diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-19 10:47:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-19 10:47:36 +0000 |
commit | 4114791a7a652c192e5ed9128bb1204941b1b700 (patch) | |
tree | 191210ccd9721332f12c79cf96696087441ac2c4 /config/locales | |
parent | c03b84bc12511d8da09c5977f162b9f5167852bb (diff) | |
download | redmine-4114791a7a652c192e5ed9128bb1204941b1b700.tar.gz redmine-4114791a7a652c192e5ed9128bb1204941b1b700.zip |
Change Japanese translation for text_git_repository_note (#23108).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@15573 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/ja.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 5c22249ee..6390e3496 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -939,7 +939,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_git_repository_note: "ローカルのベアリポジトリ (例: /gitrepo, c:\\gitrepo)" text_scm_command: コマンド text_scm_command_version: バージョン text_scm_config: バージョン管理システムのコマンドをconfig/configuration.ymlで設定できます。設定後、Redmineを再起動してください。 |