Mercurial > hg > soundsoftware-site
annotate test/fixtures/diffs/issue-12641-ja.diff @ 1524:82fac3dcf466 redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 11 Sep 2014 10:24:38 +0100 |
parents | 261b3d9a4903 |
children |
rev | line source |
---|---|
Chris@1464 | 1 # HG changeset patch |
Chris@1464 | 2 # User tmaruyama |
Chris@1464 | 3 # Date 1362559296 0 |
Chris@1464 | 4 # Node ID ee54942e0289c30bea1b1973750b698b1ee7c466 |
Chris@1464 | 5 # Parent 738777832f379f6f099c25251593fc57bc17f586 |
Chris@1464 | 6 fix some Japanese "issue" translations (#13350) |
Chris@1464 | 7 |
Chris@1464 | 8 Contributed by Go MAEDA. |
Chris@1464 | 9 |
Chris@1464 | 10 diff --git a/config/locales/ja.yml b/config/locales/ja.yml |
Chris@1464 | 11 --- a/config/locales/ja.yml |
Chris@1464 | 12 +++ b/config/locales/ja.yml |
Chris@1464 | 13 @@ -904,9 +904,9 @@ ja: |
Chris@1464 | 14 text_journal_set_to: "%{label} を %{value} にセット" |
Chris@1464 | 15 text_journal_deleted: "%{label} を削除 (%{old})" |
Chris@1464 | 16 text_journal_added: "%{label} %{value} を追加" |
Chris@1464 | 17 - text_tip_issue_begin_day: この日に開始するタスク |
Chris@1464 | 18 - text_tip_issue_end_day: この日に終了するタスク |
Chris@1464 | 19 - text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク |
Chris@1464 | 20 + text_tip_issue_begin_day: この日に開始するチケット |
Chris@1464 | 21 + text_tip_issue_end_day: この日に終了するチケット |
Chris@1464 | 22 + text_tip_issue_begin_end_day: この日に開始・終了するチケット |
Chris@1464 | 23 text_caracters_maximum: "最大%{count}文字です。" |
Chris@1464 | 24 text_caracters_minimum: "最低%{count}文字の長さが必要です" |
Chris@1464 | 25 text_length_between: "長さは%{min}から%{max}文字までです。" |