Mercurial > hg > soundsoftware-site
comparison .svn/pristine/f9/f9b3f76db9f5a36a5f6043baf3d5f6ff7ea59433.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
comparison
equal
deleted
inserted
replaced
1297:0a574315af3e | 1298:4f746d8966dd |
---|---|
1 # HG changeset patch | |
2 # User tmaruyama | |
3 # Date 1362559296 0 | |
4 # Node ID ee54942e0289c30bea1b1973750b698b1ee7c466 | |
5 # Parent 738777832f379f6f099c25251593fc57bc17f586 | |
6 fix some Japanese "issue" translations (#13350) | |
7 | |
8 Contributed by Go MAEDA. | |
9 | |
10 diff --git a/config/locales/ja.yml b/config/locales/ja.yml | |
11 --- a/config/locales/ja.yml | |
12 +++ b/config/locales/ja.yml | |
13 @@ -904,9 +904,9 @@ ja: | |
14 text_journal_set_to: "%{label} を %{value} にセット" | |
15 text_journal_deleted: "%{label} を削除 (%{old})" | |
16 text_journal_added: "%{label} %{value} を追加" | |
17 - text_tip_issue_begin_day: この日に開始するタスク | |
18 - text_tip_issue_end_day: この日に終了するタスク | |
19 - text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク | |
20 + text_tip_issue_begin_day: この日に開始するチケット | |
21 + text_tip_issue_end_day: この日に終了するチケット | |
22 + text_tip_issue_begin_end_day: この日に開始・終了するチケット | |
23 text_caracters_maximum: "最大%{count}文字です。" | |
24 text_caracters_minimum: "最低%{count}文字の長さが必要です" | |
25 text_length_between: "長さは%{min}から%{max}文字までです。" |