@@ -1,4 +1,4 | |||||
1 |
# Japanese translations for Ruby on Rails |
|
1 | # Japanese translations for Ruby on Rails | |
2 | # by Akira Matsuda (ronnie@dio.jp) |
|
2 | # by Akira Matsuda (ronnie@dio.jp) | |
3 | # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh. |
|
3 | # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh. | |
4 |
|
4 | |||
@@ -12,10 +12,10 ja: | |||||
12 | default: "%Y/%m/%d" |
|
12 | default: "%Y/%m/%d" | |
13 | short: "%m/%d" |
|
13 | short: "%m/%d" | |
14 | long: "%Y年%m月%d日(%a)" |
|
14 | long: "%Y年%m月%d日(%a)" | |
15 |
|
15 | |||
16 | day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日] |
|
16 | day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日] | |
17 | abbr_day_names: [日, 月, 火, 水, 木, 金, 土] |
|
17 | abbr_day_names: [日, 月, 火, 水, 木, 金, 土] | |
18 |
|
18 | |||
19 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
19 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
20 | month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
20 | month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] | |
21 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
21 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] | |
@@ -33,7 +33,7 ja: | |||||
33 | long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z" |
|
33 | long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z" | |
34 | am: "午前" |
|
34 | am: "午前" | |
35 | pm: "午後" |
|
35 | pm: "午後" | |
36 |
|
36 | |||
37 | datetime: |
|
37 | datetime: | |
38 | distance_in_words: |
|
38 | distance_in_words: | |
39 | half_a_minute: "30秒前後" |
|
39 | half_a_minute: "30秒前後" | |
@@ -640,13 +640,13 ja: | |||||
640 | label_today: 今日 |
|
640 | label_today: 今日 | |
641 | label_all_time: 全期間 |
|
641 | label_all_time: 全期間 | |
642 | label_yesterday: 昨日 |
|
642 | label_yesterday: 昨日 | |
643 |
label_this_week: |
|
643 | label_this_week: 今週 | |
644 | label_last_week: 先週 |
|
644 | label_last_week: 先週 | |
645 |
label_last_n_days: " |
|
645 | label_last_n_days: "直近%{count}日間" | |
646 | label_this_month: 今月 |
|
646 | label_this_month: 今月 | |
647 | label_last_month: 先月 |
|
647 | label_last_month: 先月 | |
648 | label_this_year: 今年 |
|
648 | label_this_year: 今年 | |
649 |
label_date_range: |
|
649 | label_date_range: 期間 | |
650 | label_less_than_ago: が今日より○日前以降 |
|
650 | label_less_than_ago: が今日より○日前以降 | |
651 | label_more_than_ago: が今日より○日前以前 |
|
651 | label_more_than_ago: が今日より○日前以前 | |
652 | label_ago: 日前 |
|
652 | label_ago: 日前 |
General Comments 0
You need to be logged in to leave comments.
Login now