]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/rails-locales/fi.yml
Update rails translations
[rails.git] / vendor / rails-locales / fi.yml
index 80d2abb4ec0fd787259cc9008f54d53087b8aa5f..89062dfe234a543503e10d31263f6e8af0a95e36 100644 (file)
@@ -207,19 +207,20 @@ fi:
       less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin %{count}"
       odd: "täytyy olla pariton"
       even: "täytyy olla parillinen"
+      taken: "on jo käytössä"
+      record_invalid: "Validointi epäonnistui: %{errors}"
+    template: &errors_template
+      header:
+        one:    "Virhe syötteessä esti mallin %{model} tallentamisen"
+        other:  "%{count} virhettä esti mallin %{model} tallentamisen"
+      body: "Seuraavat kentät aiheuttivat ongelmia:"
 
   activerecord:
     errors:
-      template:
-        header:
-          one:    "Virhe syötteessä esti mallin %{model} tallentamisen"
-          other:  "%{count} virhettä esti mallin %{model} tallentamisen"
-        body: "Seuraavat kentät aiheuttivat ongelmia:"
-
       messages:
-        taken: "on jo käytössä"
-        record_invalid: "Validointi epäonnistui: %{errors}"
         <<: *errors_messages
+      template:
+        <<: *errors_template
 
       full_messages:
         format: "%{attribute} %{message}"