diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-03 11:34:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-03 11:34:44 +0000 |
commit | cd9f0d6268ed0abdf764ca88ac695466ecd789b4 (patch) | |
tree | 650cb3588468289792184490cb5e1fbc04d57ea3 /config/locales/ja.yml | |
parent | cc79b6d04a6afadec66a596a0bafdc2cc73e728e (diff) | |
download | redmine-cd9f0d6268ed0abdf764ca88ac695466ecd789b4.tar.gz redmine-cd9f0d6268ed0abdf764ca88ac695466ecd789b4.zip |
scm: add Japanese translation of parent and child revision (#5501)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7722 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ja.yml')
-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 d5d29c361..5e7286f60 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -835,6 +835,8 @@ ja: label_principal_search: "ユーザまたはグループの検索:" label_user_search: "ユーザの検索:" label_git_report_last_commit: ファイルとディレクトリの最新コミットを表示する + label_parent_revision: 親 + label_child_revision: 子 button_login: ログイン button_submit: 変更 |