X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ef40b61ff40881966ae4280cfdcb9f92965e9d10..aecc301fc64cc692177bdb162559b1aa0e53caa6:/vendor/plugins/rails-i18n/locale/ja.yml diff --git a/vendor/plugins/rails-i18n/locale/ja.yml b/vendor/plugins/rails-i18n/locale/ja.yml index 6abb5813b..0376cba46 100644 --- a/vendor/plugins/rails-i18n/locale/ja.yml +++ b/vendor/plugins/rails-i18n/locale/ja.yml @@ -1,6 +1,7 @@ -# Japanese translations for Ruby on Rails +# Japanese translations for Ruby on Rails # by Akira Matsuda (ronnie@dio.jp) # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh. +# updated for Rails 2.3.4 by Tsutomu Kuroda ja: date: @@ -33,6 +34,9 @@ ja: two_words_connector: "と" last_word_connector: "と" + select: + prompt: "選択してください。" + number: format: separator: "." @@ -104,8 +108,6 @@ ja: activerecord: errors: - format: - separator: "" template: header: one: "{{model}}にエラーが発生しました。" @@ -133,3 +135,6 @@ ja: odd: "は奇数にしてください。" even: "は偶数にしてください。" + full_messages: + format: "{{attribute}}{{message}}" +