annotate .svn/pristine/f9/f9b3f76db9f5a36a5f6043baf3d5f6ff7ea59433.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents
children
rev   line source
Chris@1295 1 # HG changeset patch
Chris@1295 2 # User tmaruyama
Chris@1295 3 # Date 1362559296 0
Chris@1295 4 # Node ID ee54942e0289c30bea1b1973750b698b1ee7c466
Chris@1295 5 # Parent 738777832f379f6f099c25251593fc57bc17f586
Chris@1295 6 fix some Japanese "issue" translations (#13350)
Chris@1295 7
Chris@1295 8 Contributed by Go MAEDA.
Chris@1295 9
Chris@1295 10 diff --git a/config/locales/ja.yml b/config/locales/ja.yml
Chris@1295 11 --- a/config/locales/ja.yml
Chris@1295 12 +++ b/config/locales/ja.yml
Chris@1295 13 @@ -904,9 +904,9 @@ ja:
Chris@1295 14 text_journal_set_to: "%{label} を %{value} にセット"
Chris@1295 15 text_journal_deleted: "%{label} を削除 (%{old})"
Chris@1295 16 text_journal_added: "%{label} %{value} を追加"
Chris@1295 17 - text_tip_issue_begin_day: この日に開始するタスク
Chris@1295 18 - text_tip_issue_end_day: この日に終了するタスク
Chris@1295 19 - text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク
Chris@1295 20 + text_tip_issue_begin_day: この日に開始するチケット
Chris@1295 21 + text_tip_issue_end_day: この日に終了するチケット
Chris@1295 22 + text_tip_issue_begin_end_day: この日に開始・終了するチケット
Chris@1295 23 text_caracters_maximum: "最大%{count}文字です。"
Chris@1295 24 text_caracters_minimum: "最低%{count}文字の長さが必要です"
Chris@1295 25 text_length_between: "長さは%{min}から%{max}文字までです。"