diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-06 09:50:23 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-06 09:50:23 +0000 |
commit | 35b17d3bdcd091f1ac9b129958ee445019852e8b (patch) | |
tree | a874914a0fe503ac55581e301a31410d50e984d5 /config/locales | |
parent | 867211464856a783aeb0e86f696956a8ca5ccab6 (diff) | |
download | redmine-35b17d3bdcd091f1ac9b129958ee445019852e8b.tar.gz redmine-35b17d3bdcd091f1ac9b129958ee445019852e8b.zip |
Merged from r11537 trunk to 2.3-stable (#13350)
fix some Japanese "issue" translations.
Contributed by Go MAEDA.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11541 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-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 c02542459..2beca6de8 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}文字までです。" |