]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/rails-locales/en-US.yml
Update rails translations
[rails.git] / vendor / rails-locales / en-US.yml
index cce507d926e473b21817085be7a03efe7ed2f730..f8a4b860a44b0a299fa8f45f71dfc81705f38c4a 100644 (file)
       accepted: "must be accepted"
       empty: "can't be empty"
       blank: "can't be blank"
-      too_long: "is too long (maximum is %{count} characters)"
-      too_short: "is too short (minimum is %{count} characters)"
-      wrong_length: "is the wrong length (should be %{count} characters)"
+      too_long:
+        one: "is too long (maximum is 1 character)"
+        other: "is too long (maximum is %{count} characters)"
+      too_short:
+        one: "is too short (minimum is 1 character)"
+        other: "is too short (minimum is %{count} characters)"
+      wrong_length:
+        one: "is the wrong length (should be 1 character)"
+        other: "is the wrong length (should be %{count} characters)"
       not_a_number: "is not a number"
       not_an_integer: "must be an integer"
       greater_than: "must be greater than %{count}"