# Finnish translations for Ruby on Rails 
# by Marko Seppä (marko.seppa@gmail.com)

fi:
  date:
    formats:
      default: "%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]
    abbr_month_names: [~, Tammi, Helmi, Maalis, Huhti, Touko, Kesä, Heinä, Elo, Syys, Loka, Marras, Joulu]
    order: [:day, :month, :year]

  time:
    formats:
      default: "%a, %e. %b %Y %H:%M:%S %z"
      short: "%e. %b %H:%M"
      long: "%B %d, %Y %H:%M"
    am: "aamupäivä"
    pm: "iltapäivä"

  support:
    array:
      words_connector: ", "
      two_words_connector: " ja "
      last_word_connector: " ja "



  number:
    format:
      separator: ","
      delimiter: "."
      precision: 3
    
    currency:
      format:
        format: "%n %u"
        unit: "€"
        separator: ","
        delimiter: "."
        precision: 2
        
    percentage:
      format:
        # separator:
        delimiter: ""
        # precision: 

    precision:
      format:
        # separator:
        delimiter: ""
        # precision:
        
    human:
      format:
        delimiter: ""
        precision: 1
      storage_units:
        format: "%n %u"
        units:
          byte:
            one: "tavu"
            other: "tavua"
          kb: "kB" 
          mb: "MB"
          gb: "GB"
          tb: "TB"

  datetime:
    distance_in_words:
      half_a_minute: "puoli minuuttia"
      less_than_x_seconds:
        one:   "aiemmin kuin sekunti"
        other: "aiemmin kuin {{count}} sekuntia"
      x_seconds:
        one:   "sekunti"
        other: "{{count}} sekuntia"
      less_than_x_minutes:
        one:   "aiemmin kuin minuutti"
        other: "aiemmin kuin {{count}} minuuttia"
      x_minutes:
        one:   "minuutti"
        other: "{{count}} minuuttia"
      about_x_hours:
        one:   "noin tunti"
        other: "noin {{count}} tuntia"
      x_days:
        one:   "päivä"
        other: "{{count}} päivää"
      about_x_months:
        one:   "noin kuukausi"
        other: "noin {{count}} kuukautta"
      x_months:
        one:   "kuukausi"
        other: "{{count}} kuukautta"
      about_x_years:
        one:   "vuosi"
        other: "noin {{count}} vuotta"
      over_x_years:
        one:   "yli vuosi"
        other: "yli {{count}} vuotta"
    prompts:
      year:   "Vuosi"
      month:  "Kuukausi"
      day:    "Päivä"
      hour:   "Tunti"
      minute: "Minuutti"
      second: "Sekuntia"
  
  activerecord:
    errors:
      template:
        header:
          one:    "1 virhe esti tämän {{model}} mallinteen tallentamisen"
          other:  "{{count}} virhettä esti tämän {{model}} mallinteen tallentamisen"
        body: "Seuraavat kentät aiheuttivat ongelmia:"
      messages:
        inclusion: "ei löydy listauksesta"
        exclusion: "on jo varattu"
        invalid: "on kelvoton"
        confirmation: "ei vastaa varmennusta"
        accepted: "täytyy olla hyväksytty"
        empty: "ei voi olla tyhjä"
        blank: "ei voi olla sisällötön"
        too_long: "on liian pitkä (maksimi on {{count}} merkkiä)"
        too_short: "on liian lyhyt (minimi on {{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"
        greater_than: "täytyy olla suurempi 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"