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: "と"
76 half_a_minute: "30秒前後"
112 one: "%{model}にエラーが発生しました。"
113 other: "%{model}に%{count}つのエラーが発生しました。"
114 body: "次の項目を確認してください。"
117 inclusion: "は一覧にありません。"
118 exclusion: "は予約されています。"
120 confirmation: "が一致しません。"
121 accepted: "を受諾してください。"
124 too_long: "は%{count}文字以内で入力してください。"
125 too_short: "は%{count}文字以上で入力してください。"
126 wrong_length: "は%{count}文字で入力してください。"
128 not_a_number: "は数値で入力してください。"
129 greater_than: "は%{count}より大きい値にしてください。"
130 greater_than_or_equal_to: "は%{count}以上の値にしてください。"
131 equal_to: "は%{count}にしてください。"
132 less_than: "は%{count}より小さい値にしてください。"
133 less_than_or_equal_to: "は%{count}以下の値にしてください。"
136 record_invalid: "バリデーションに失敗しました。 %{errors}"
139 format: "%{attribute}%{message}"