]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/locale/ja.yml
Update to Rails 2.3.11
[rails.git] / vendor / plugins / rails-i18n / locale / ja.yml
index 0376cba463fa36f923ad8be6b9101b522a8ef1e6..124a09cee82755a12455b52d417d0e2a5a59033b 100644 (file)
@@ -1,7 +1,6 @@
 # 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:
@@ -77,41 +76,41 @@ ja:
       half_a_minute: "30秒前後"
       less_than_x_seconds:
         one:   "1秒以内"
-        other: "{{count}}秒以内"
+        other: "%{count}秒以内"
       x_seconds:
         one:   "1秒"
-        other: "{{count}}秒"
+        other: "%{count}秒"
       less_than_x_minutes:
         one:   "1分以内"
-        other: "{{count}}分以内"
+        other: "%{count}分以内"
       x_minutes:
         one:   "1分"
-        other: "{{count}}分"
+        other: "%{count}分"
       about_x_hours:
         one:   "約1時間"
-        other: "約{{count}}時間"
+        other: "約%{count}時間"
       x_days:
         one:   "1日"
-        other: "{{count}}日"
+        other: "%{count}日"
       about_x_months:
         one:   "約1ヶ月"
-        other: "約{{count}}ヶ月"
+        other: "約%{count}ヶ月"
       x_months:
         one:   "1ヶ月"
-        other: "{{count}}ヶ月"
+        other: "%{count}ヶ月"
       about_x_years:
-        one:   "約{{count}}年"
-        other: "約{{count}}年"
+        one:   "約%{count}年"
+        other: "約%{count}年"
       over_x_years:
-        one:   "{{count}}年以上"
-        other: "{{count}}年以上"
+        one:   "%{count}年以上"
+        other: "%{count}年以上"
 
   activerecord:
     errors:
       template:
         header:
-          one:   "{{model}}にエラーが発生しました。"
-          other: "{{model}}に{{count}}つのエラーが発生しました。"
+          one:   "%{model}にエラーが発生しました。"
+          other: "%{model}に%{count}つのエラーが発生しました。"
         body: "次の項目を確認してください。"
 
       messages:
@@ -122,19 +121,19 @@ ja:
         accepted: "を受諾してください。"
         empty: "を入力してください。"
         blank: "を入力してください。"
-        too_long: "は{{count}}文字以内で入力してください。"
-        too_short: "は{{count}}文字以上で入力してください。"
-        wrong_length: "は{{count}}文字で入力してください。"
+        too_long: "は%{count}文字以内で入力してください。"
+        too_short: "は%{count}文字以上で入力してください。"
+        wrong_length: "は%{count}文字で入力してください。"
         taken: "はすでに存在します。"
         not_a_number: "は数値で入力してください。"
-        greater_than: "は{{count}}より大きい値にしてください。"
-        greater_than_or_equal_to: "は{{count}}以上の値にしてください。"
-        equal_to: "は{{count}}にしてください。"
-        less_than: "は{{count}}より小さい値にしてください。"
-        less_than_or_equal_to: "は{{count}}以下の値にしてください。"
+        greater_than: "は%{count}より大きい値にしてください。"
+        greater_than_or_equal_to: "は%{count}以上の値にしてください。"
+        equal_to: "は%{count}にしてください。"
+        less_than: "は%{count}より小さい値にしてください。"
+        less_than_or_equal_to: "は%{count}以下の値にしてください。"
         odd: "は奇数にしてください。"
         even: "は偶数にしてください。"
+        record_invalid: "バリデーションに失敗しました。 %{errors}"
 
       full_messages:
-        format: "{{attribute}}{{message}}"
-
+        format: "%{attribute}%{message}"