summaryrefslogtreecommitdiffstats
path: root/config/locales
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-12-01 04:34:42 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-12-01 04:34:42 +0000
commit37b1bdf79f4b03ba5cf25bf09f5787395c0df852 (patch)
tree1223ce61c39e653d624fef5ddb822f8e1b47bbe5 /config/locales
parented79b2e27d23e29c74460be5aa26886a9f810c6a (diff)
downloadredmine-37b1bdf79f4b03ba5cf25bf09f5787395c0df852.tar.gz
redmine-37b1bdf79f4b03ba5cf25bf09f5787395c0df852.zip
Japanese translation for text_git_repository_note changed (#23108)
git-svn-id: http://svn.redmine.org/redmine/trunk@16032 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/ja.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index b6f1d3cb3..bf13877d3 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: "ローカルのベア(bare)リポジトリ (例: /gitrepo, c:\\gitrepo)"
text_scm_command: コマンド
text_scm_command_version: バージョン
text_scm_config: バージョン管理システムのコマンドをconfig/configuration.ymlで設定できます。設定後、Redmineを再起動してください。