diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-13 03:54:07 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-13 03:54:07 +0000 |
commit | 13a5032dbee8be2e78f1908fa1e7457fda0c7ac8 (patch) | |
tree | 9ee1f4d87edc80b4fbc4efba9ee26c73676bc9be /config/locales | |
parent | 042a7661e3a53977f3882b22bfb431b125fe3bc0 (diff) | |
download | redmine-13a5032dbee8be2e78f1908fa1e7457fda0c7ac8.tar.gz redmine-13a5032dbee8be2e78f1908fa1e7457fda0c7ac8.zip |
scm: git: add Japanese translation of whether reporting last commit for files and directories in project setting (#8365, #7047).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5773 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/ja.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index a963024a5..5a6de6de0 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -826,7 +826,8 @@ ja: label_project_copy_notifications: コピーしたチケットのメール通知を送信する label_principal_search: "ユーザまたはグループの検索:" label_user_search: "ユーザの検索:" - + label_git_report_last_commit: ファイルとディレクトリの最新コミットを表示する + button_login: ログイン button_submit: 変更 button_save: 保存 |