X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a543e731c0433b2aa0f0f1583f7c70182a084fd5..10fb373e5e1fe6582e43f72556e5b15f86e6c20a:/vendor/rails-locales/ja.yml diff --git a/vendor/rails-locales/ja.yml b/vendor/rails-locales/ja.yml index d0057511b..d32a23580 100644 --- a/vendor/rails-locales/ja.yml +++ b/vendor/rails-locales/ja.yml @@ -11,11 +11,51 @@ ja: short: "%m/%d" long: "%Y年%m月%d日(%a)" - day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日] - abbr_day_names: [日, 月, 火, 水, 木, 金, 土] - - month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] - abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] + day_names: + - 日曜日 + - 月曜日 + - 火曜日 + - 水曜日 + - 木曜日 + - 金曜日 + - 土曜日 + abbr_day_names: + - 日 + - 月 + - 火 + - 水 + - 木 + - 金 + - 土 + + month_names: + - ~ + - 1月 + - 2月 + - 3月 + - 4月 + - 5月 + - 6月 + - 7月 + - 8月 + - 9月 + - 10月 + - 11月 + - 12月 + abbr_month_names: + - ~ + - 1月 + - 2月 + - 3月 + - 4月 + - 5月 + - 6月 + - 7月 + - 8月 + - 9月 + - 10月 + - 11月 + - 12月 order: - :year @@ -26,14 +66,12 @@ ja: formats: default: "%Y/%m/%d %H:%M:%S" short: "%y/%m/%d %H:%M" - long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z" + long: "%Y年%m月%d日(%a) %H時%M分%S秒 %z" am: "午前" pm: "午後" support: array: - sentence_connector: "と" - skip_last_comma: true words_connector: "と" two_words_connector: "と" last_word_connector: "と" @@ -148,7 +186,7 @@ ja: submit: "保存する" errors: - format: "%{attribute} %{message}" + format: "%{attribute}%{message}" messages: &errors_messages inclusion: "は一覧にありません。" @@ -170,19 +208,19 @@ ja: less_than_or_equal_to: "は%{count}以下の値にしてください。" odd: "は奇数にしてください。" even: "は偶数にしてください。" + taken: "はすでに存在します。" + record_invalid: "バリデーションに失敗しました。 %{errors}" + template: &errors_template + header: + one: "%{model}にエラーが発生しました。" + other: "%{model}に%{count}つのエラーが発生しました。" + body: "次の項目を確認してください。" activerecord: errors: - template: - header: - one: "%{model}にエラーが発生しました。" - other: "%{model}に%{count}つのエラーが発生しました。" - body: "次の項目を確認してください。" - messages: - taken: "はすでに存在します。" - record_invalid: "バリデーションに失敗しました。 %{errors}" <<: *errors_messages - + template: + <<: *errors_template full_messages: format: "%{attribute}%{message}"