diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-06 08:41:36 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-06 08:41:36 +0000 |
commit | 419b18b4a98183bcc79b65f990bff1a41394d3d9 (patch) | |
tree | 6c121ed014946b428f39b5b07db15bf0e9b5b379 /config/locales/ja.yml | |
parent | 7d3f29ea3f93a154372f65b14d751c4c7230193a (diff) | |
download | redmine-419b18b4a98183bcc79b65f990bff1a41394d3d9.tar.gz redmine-419b18b4a98183bcc79b65f990bff1a41394d3d9.zip |
fix some Japanese "issue" translations (#13350)
Contributed by Go MAEDA.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11537 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ja.yml')
-rw-r--r-- | config/locales/ja.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 5180fdbf8..9a5eaecc6 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -904,9 +904,9 @@ ja: text_journal_set_to: "%{label} を %{value} にセット" text_journal_deleted: "%{label} を削除 (%{old})" text_journal_added: "%{label} %{value} を追加" - text_tip_issue_begin_day: この日に開始するタスク - text_tip_issue_end_day: この日に終了するタスク - text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク + text_tip_issue_begin_day: この日に開始するチケット + text_tip_issue_end_day: この日に終了するチケット + text_tip_issue_begin_end_day: この日に開始・終了するチケット text_caracters_maximum: "最大%{count}文字です。" text_caracters_minimum: "最低%{count}文字の長さが必要です" text_length_between: "長さは%{min}から%{max}文字までです。" |