]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/locale/ja.yml
Fixed copy-n-paste bug in querying for closed changesets and added a test for it.
[rails.git] / vendor / plugins / rails-i18n / locale / ja.yml
index dbd01fbf16704ec5adae3fd23e79a293f74c8d78..0376cba463fa36f923ad8be6b9101b522a8ef1e6 100644 (file)
@@ -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 <t-kuroda@oiax.jp>
 
 ja:
   date:
@@ -33,6 +34,9 @@ ja:
       two_words_connector: "と"
       last_word_connector: "と"
 
+    select:
+      prompt: "選択してください。"
+
   number:
     format:
       separator: "."
@@ -72,14 +76,14 @@ ja:
     distance_in_words:
       half_a_minute: "30秒前後"
       less_than_x_seconds:
-        one:   "1秒以"
-        other: "{{count}}秒以"
+        one:   "1秒以"
+        other: "{{count}}秒以"
       x_seconds:
         one:   "1秒"
         other: "{{count}}秒"
       less_than_x_minutes:
-        one:   "1分以"
-        other: "{{count}}分以"
+        one:   "1分以"
+        other: "{{count}}分以"
       x_minutes:
         one:   "1分"
         other: "{{count}}分"
@@ -96,16 +100,14 @@ ja:
         one:   "1ヶ月"
         other: "{{count}}ヶ月"
       about_x_years:
-        one:   "約{{count}}年以上"
-        other: "約{{count}}年以上"
+        one:   "約{{count}}年"
+        other: "約{{count}}年"
       over_x_years:
         one:   "{{count}}年以上"
         other: "{{count}}年以上"
 
   activerecord:
     errors:
-      format:
-        separator: ""
       template:
         header:
           one:   "{{model}}にエラーが発生しました。"
@@ -133,3 +135,6 @@ ja:
         odd: "は奇数にしてください。"
         even: "は偶数にしてください。"
 
+      full_messages:
+        format: "{{attribute}}{{message}}"
+