]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/locale/fi.yml
Merge duplicate "support" keys.
[rails.git] / vendor / plugins / rails-i18n / locale / fi.yml
index 3e142a0f43768fed14d54299f7e0eca0843a377a..9bcd10952f5772e0e09e9e261de55fbb04af8612 100644 (file)
@@ -1,15 +1,16 @@
-# Finnish translations for Ruby on Rails 
+# Finnish translations for Ruby on Rails
 # by Marko Seppä (marko.seppa@gmail.com)
 #
 # corrected by Petri Kivikangas (pkivik@gmail.com)
+# corrected and amended by Niklas Laxström (niklas.laxstrom+rails@gmail.com) 2009
 
 fi:
   date:
     formats:
       default: "%e. %Bta %Y"
-      long: "%A%e. %Bta %Y"
+      long: "%A %e. %Bta %Y"
       short: "%e.%m.%Y"
+
     day_names: [sunnuntai, maanantai, tiistai, keskiviikko, torstai, perjantai, lauantai]
     abbr_day_names: [su, ma, ti, ke, to, pe, la]
     month_names: [~, tammikuu, helmikuu, maaliskuu, huhtikuu, toukokuu, kesäkuu, heinäkuu, elokuu, syyskuu, lokakuu, marraskuu, joulukuu]
@@ -18,9 +19,9 @@ fi:
 
   time:
     formats:
-      default: "%a, %e. %b %Y %H:%M:%S %z"
-      short: "%e. %b %H:%M"
-      long: "%B %d, %Y %H:%M"
+      default: "%A %e. %Bta %Y %H:%M:%S %z"
+      short: "%e.%m. %H.%M"
+      long: "%e. %Bta %Y %H.%M"
     am: "aamupäivä"
     pm: "iltapäivä"
 
@@ -29,15 +30,15 @@ fi:
       words_connector: ", "
       two_words_connector: " ja "
       last_word_connector: " ja "
-
-
+    select:
+      prompt: "Valitse"
 
   number:
     format:
       separator: ","
       delimiter: "."
       precision: 3
-    
+
     currency:
       format:
         format: "%n %u"
@@ -45,19 +46,19 @@ fi:
         separator: ","
         delimiter: "."
         precision: 2
-        
+
     percentage:
       format:
         # separator:
         delimiter: ""
-        # precision: 
+        # precision:
 
     precision:
       format:
         # separator:
         delimiter: ""
         # precision:
-        
+
     human:
       format:
         delimiter: ""
@@ -68,7 +69,7 @@ fi:
           byte:
             one: "tavu"
             other: "tavua"
-          kb: "kB" 
+          kb: "kB"
           mb: "MB"
           gb: "GB"
           tb: "TB"
@@ -106,21 +107,28 @@ fi:
       over_x_years:
         one:   "yli vuosi"
         other: "yli {{count}} vuotta"
+      almost_x_years:
+        one: "melkein yksi vuosi"
+        other: "melkein {{count}} vuotta"
     prompts:
       year:   "Vuosi"
       month:  "Kuukausi"
       day:    "Päivä"
       hour:   "Tunti"
       minute: "Minuutti"
-      second: "Sekuntia"
-  
+      second: "Sekunti"
+
+  # which one should it be
+  #activemodel:
   activerecord:
     errors:
       template:
         header:
-          one:    "1 virhe esti tämän {{model}} mallin tallentamisen"
-          other:  "{{count}} virhettä esti tämän {{model}} mallin tallentamisen"
+          one:    "Virhe syötteessä esti mallin {{model}} tallentamisen"
+          other:  "{{count}} virhettä esti mallin {{model}} tallentamisen"
         body: "Seuraavat kentät aiheuttivat ongelmia:"
+  #activerecord:
+    #errors:
       messages:
         inclusion: "ei löydy listasta"
         exclusion: "on varattu"
@@ -129,15 +137,16 @@ fi:
         accepted: "täytyy olla hyväksytty"
         empty: "ei voi olla tyhjä"
         blank: "ei voi olla sisällötön"
-        too_long: "on liian pitkä (enintään {{count}} merkkiä)"
-        too_short: "on liian lyhyt (vähintään {{count}} merkkiä)"
+        too_long: "on liian pitkä (saa olla enintään {{count}} merkkiä)"
+        too_short: "on liian lyhyt (oltava vähintään {{count}} merkkiä)"
         wrong_length: "on väärän pituinen (täytyy olla täsmälleen {{count}} merkkiä)"
         taken: "on jo käytössä"
-        not_a_number: "ei ole numero"
+        not_a_number: "ei ole luku"
         greater_than: "täytyy olla suurempi kuin {{count}}"
-        greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin{{count}}"
+        greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin {{count}}"
         equal_to: "täytyy olla yhtä suuri kuin {{count}}"
         less_than: "täytyy olla pienempi kuin {{count}}"
         less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin {{count}}"
         odd: "täytyy olla pariton"
         even: "täytyy olla parillinen"
+        record_invalid: "Validointi epäonnistui: {{errors}}"