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.
5 # - Tsutomu Kuroda (t-kuroda@oiax.jp)
14 day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
15 abbr_day_names: [日, 月, 火, 水, 木, 金, 土]
17 month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
18 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
27 default: "%Y/%m/%d %H:%M:%S"
28 short: "%y/%m/%d %H:%M"
29 long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
35 sentence_connector: "と"
38 two_words_connector: "と"
39 last_word_connector: "と"
50 strip_insignificant_zeros: false
60 strip_insignificant_zeros: false
75 strip_insignificant_zeros: true
98 half_a_minute: "30秒前後"
151 format: "%{attribute} %{message}"
153 messages: &errors_messages
154 inclusion: "は一覧にありません。"
155 exclusion: "は予約されています。"
157 confirmation: "が一致しません。"
158 accepted: "を受諾してください。"
161 too_long: "は%{count}文字以内で入力してください。"
162 too_short: "は%{count}文字以上で入力してください。"
163 wrong_length: "は%{count}文字で入力してください。"
164 not_a_number: "は数値で入力してください。"
165 not_an_integer: "は整数で入力してください。"
166 greater_than: "は%{count}より大きい値にしてください。"
167 greater_than_or_equal_to: "は%{count}以上の値にしてください。"
168 equal_to: "は%{count}にしてください。"
169 less_than: "は%{count}より小さい値にしてください。"
170 less_than_or_equal_to: "は%{count}以下の値にしてください。"
178 one: "%{model}にエラーが発生しました。"
179 other: "%{model}に%{count}つのエラーが発生しました。"
180 body: "次の項目を確認してください。"
184 record_invalid: "バリデーションに失敗しました。 %{errors}"
188 format: "%{attribute}%{message}"