]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/locale/ja.yml
Use the small PanZoom control on the user map instead of the
[rails.git] / vendor / plugins / rails-i18n / locale / ja.yml
index 6abb5813b1ceda4b82a9dba0cefa8e863eed040d..ea7eb1df81788eeab5cfb75622bb631a345eb0ea 100644 (file)
@@ -1,4 +1,4 @@
-# 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.
 
@@ -33,6 +33,9 @@ ja:
       two_words_connector: "と"
       last_word_connector: "と"
 
+    select:
+      prompt: "選択してください。"
+
   number:
     format:
       separator: "."
@@ -104,8 +107,6 @@ ja:
 
   activerecord:
     errors:
-      format:
-        separator: ""
       template:
         header:
           one:   "{{model}}にエラーが発生しました。"
@@ -132,4 +133,7 @@ ja:
         less_than_or_equal_to: "は{{count}}以下の値にしてください。"
         odd: "は奇数にしてください。"
         even: "は偶数にしてください。"
+        record_invalid: "バリデーションに失敗しました。 {{errors}}"
 
+      full_messages:
+        format: "{{attribute}}{{message}}"