diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-14 04:51:59 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-14 04:51:59 +0000 |
commit | 7f8a73e60dcd7e2824fbb66939bcd78016666b90 (patch) | |
tree | 48de76652c4f668a5773b9d87efac8ffcc2265ee /config/locales/ja.yml | |
parent | 4c963cc9dc25858a1b7e3b5a213e7cd2fea5ea4f (diff) | |
download | redmine-7f8a73e60dcd7e2824fbb66939bcd78016666b90.tar.gz redmine-7f8a73e60dcd7e2824fbb66939bcd78016666b90.zip |
Japanese translation improvement by Go MAEDA (#8372).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5790 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ja.yml')
-rw-r--r-- | config/locales/ja.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 5a6de6de0..ba8c9c8e2 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1,4 +1,4 @@ -# Japanese translations for Ruby on Rails +# Japanese translations for Ruby on Rails # by Akira Matsuda (ronnie@dio.jp) # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh. @@ -12,10 +12,10 @@ ja: default: "%Y/%m/%d" short: "%m/%d" long: "%Y年%m月%d日(%a)" - + day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日] abbr_day_names: [日, 月, 火, 水, 木, 金, 土] - + # Don't forget the nil at the beginning; there's no such thing as a 0th month month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] @@ -33,7 +33,7 @@ ja: long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z" am: "午前" pm: "午後" - + datetime: distance_in_words: half_a_minute: "30秒前後" @@ -640,13 +640,13 @@ ja: label_today: 今日 label_all_time: 全期間 label_yesterday: 昨日 - label_this_week: この週 + label_this_week: 今週 label_last_week: 先週 - label_last_n_days: "最後の%{count}日間" + label_last_n_days: "直近%{count}日間" label_this_month: 今月 label_last_month: 先月 label_this_year: 今年 - label_date_range: 日付の範囲 + label_date_range: 期間 label_less_than_ago: が今日より○日前以降 label_more_than_ago: が今日より○日前以前 label_ago: 日前 |