1 # Japanese translations for Ruby on Rails
2 # by Akira Matsuda (ronnie@dio.jp)
3 # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.
12 day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
13 abbr_day_names: [日, 月, 火, 水, 木, 金, 土]
15 month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
16 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
18 order: [:year, :month, :day]
22 default: "%Y/%m/%d %H:%M:%S"
23 short: "%y/%m/%d %H:%M"
24 long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
30 sentence_connector: "と"
33 two_words_connector: "と"
34 last_word_connector: "と"
73 half_a_minute: "30秒前後"
103 other: "{{count}}年以上"
111 one: "{{model}}にエラーが発生しました。"
112 other: "{{model}}に{{count}}つのエラーが発生しました。"
113 body: "次の項目を確認してください。"
116 inclusion: "は一覧にありません。"
117 exclusion: "は予約されています。"
119 confirmation: "が一致しません。"
120 accepted: "を受諾してください。"
123 too_long: "は{{count}}文字以内で入力してください。"
124 too_short: "は{{count}}文字以上で入力してください。"
125 wrong_length: "は{{count}}文字で入力してください。"
127 not_a_number: "は数値で入力してください。"
128 greater_than: "は{{count}}より大きい値にしてください。"
129 greater_than_or_equal_to: "は{{count}}以上の値にしてください。"
130 equal_to: "は{{count}}にしてください。"
131 less_than: "は{{count}}より小さい値にしてください。"
132 less_than_or_equal_to: "は{{count}}以下の値にしてください。"