ja: date: abbr_day_names: - 日 - 月 - 火 - 水 - 木 - 金 - 土 abbr_month_names: - - 1月 - 2月 - 3月 - 4月 - 5月 - 6月 - 7月 - 8月 - 9月 - 10月 - 11月 - 12月 day_names: - 日曜日 - 月曜日 - 火曜日 - 水曜日 - 木曜日 - 金曜日 - 土曜日 formats: default: ! '%Y/%m/%d' long: ! '%Y年%m月%d日(%a)' short: ! '%m/%d' month_names: - - 1月 - 2月 - 3月 - 4月 - 5月 - 6月 - 7月 - 8月 - 9月 - 10月 - 11月 - 12月 order: - :year - :month - :day datetime: distance_in_words: about_x_hours: one: 約1時間 other: 約%{count}時間 about_x_months: one: 約1ヶ月 other: 約%{count}ヶ月 about_x_years: one: 約1年 other: 約%{count}年 almost_x_years: one: 1年弱 other: ! '%{count}年弱' half_a_minute: 30秒前後 less_than_x_minutes: one: 1分以内 other: ! '%{count}分以内' less_than_x_seconds: one: 1秒以内 other: ! '%{count}秒以内' over_x_years: one: 1年以上 other: ! '%{count}年以上' x_days: one: 1日 other: ! '%{count}日' x_minutes: one: 1分 other: ! '%{count}分' x_months: one: 1ヶ月 other: ! '%{count}ヶ月' x_seconds: one: 1秒 other: ! '%{count}秒' prompts: day: 日 hour: 時 minute: 分 month: 月 second: 秒 year: 年 errors: &errors format: ! '%{attribute}%{message}' messages: accepted: を受諾してください。 blank: を入力してください。 confirmation: と確認の入力が一致しません。 empty: を入力してください。 equal_to: は%{count}にしてください。 even: は偶数にしてください。 exclusion: は予約されています。 greater_than: は%{count}より大きい値にしてください。 greater_than_or_equal_to: は%{count}以上の値にしてください。 inclusion: は一覧にありません。 invalid: は不正な値です。 less_than: は%{count}より小さい値にしてください。 less_than_or_equal_to: は%{count}以下の値にしてください。 not_a_number: は数値で入力してください。 not_an_integer: は整数で入力してください。 odd: は奇数にしてください。 record_invalid: バリデーションに失敗しました。 %{errors} taken: はすでに存在します。 too_long: は%{count}文字以内で入力してください。 too_short: は%{count}文字以上で入力してください。 wrong_length: は%{count}文字で入力してください。 existence: は存在しません。 url: はurlの書式で入力してください。 natural_number: は1以上の数値で入力してください。 not_zero: は0以外の数値で入力してください。 resize: はサイズを変更できません。 reverse: は反転できません。 sync_vh: は縦横比を変更できません。 quotes_even: はカッコの開きと閉じを空白区切りのペアで入力してください。 extend_settings: 拡張データのバリデーションに失敗しました。 template: body: 次の項目を確認してください。 header: one: ! '%{model}にエラーが発生しました。' other: ! '%{model}に%{count}つのエラーが発生しました。' helpers: select: prompt: 選択してください。 submit: create: 登録する submit: 保存する update: 更新する number: currency: format: delimiter: ! ',' format: ! '%n%u' precision: 0 separator: . significant: false strip_insignificant_zeros: false unit: 円 format: delimiter: ! ',' precision: 3 separator: . significant: false strip_insignificant_zeros: false human: decimal_units: format: ! '%n %u' units: billion: 十億 million: 百万 quadrillion: 千兆 thousand: 千 trillion: 兆 unit: '' format: delimiter: '' precision: 3 significant: true strip_insignificant_zeros: true storage_units: format: ! '%n%u' units: byte: バイト gb: ギガバイト kb: キロバイト mb: メガバイト tb: テラバイト percentage: format: delimiter: '' precision: format: delimiter: '' support: array: last_word_connector: と two_words_connector: と words_connector: と time: am: 午前 formats: default: ! '%Y/%m/%d %H:%M:%S' long: ! '%Y年%m月%d日(%a) %H時%M分%S秒 %z' short: ! '%y/%m/%d %H:%M' pm: 午後 # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository activemodel: errors: <<: *errors activerecord: errors: <<: *errors