]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/fi.yml
fix #2046
[rails.git] / vendor / plugins / rails-i18n / locale / fi.yml
1 # Finnish translations for Ruby on Rails 
2 # by Marko Seppä (marko.seppa@gmail.com)
3
4 fi:
5   date:
6     formats:
7       default: "%e. %Bta %Y"
8       long: "%A%e. %Bta %Y"
9       short: "%e.%m.%Y"
10  
11     day_names: [Sunnuntai, Maanantai, Tiistai, Keskiviikko, Torstai, Perjantai, Lauantai]
12     abbr_day_names: [Su, Ma, Ti, Ke, To, Pe, La]
13     month_names: [~, Tammikuu, Helmikuu, Maaliskuu, Huhtikuu, Toukokuu, Kesäkuu, Heinäkuu, Elokuu, Syyskuu, Lokakuu, Marraskuu, Joulukuu]
14     abbr_month_names: [~, Tammi, Helmi, Maalis, Huhti, Touko, Kesä, Heinä, Elo, Syys, Loka, Marras, Joulu]
15     order: [:day, :month, :year]
16
17   time:
18     formats:
19       default: "%a, %e. %b %Y %H:%M:%S %z"
20       short: "%e. %b %H:%M"
21       long: "%B %d, %Y %H:%M"
22     am: "aamupäivä"
23     pm: "iltapäivä"
24
25   support:
26     array:
27       words_connector: ", "
28       two_words_connector: " ja "
29       last_word_connector: " ja "
30
31
32
33   number:
34     format:
35       separator: ","
36       delimiter: "."
37       precision: 3
38     
39     currency:
40       format:
41         format: "%n %u"
42         unit: "€"
43         separator: ","
44         delimiter: "."
45         precision: 2
46         
47     percentage:
48       format:
49         # separator:
50         delimiter: ""
51         # precision: 
52
53     precision:
54       format:
55         # separator:
56         delimiter: ""
57         # precision:
58         
59     human:
60       format:
61         delimiter: ""
62         precision: 1
63       storage_units: [Tavua, KB, MB, GB, TB]
64  
65   datetime:
66     distance_in_words:
67       half_a_minute: "puoli minuuttia"
68       less_than_x_seconds:
69         one:   "aiemmin kuin sekunti"
70         other: "aiemmin kuin {{count}} sekuntia"
71       x_seconds:
72         one:   "sekunti"
73         other: "{{count}} sekuntia"
74       less_than_x_minutes:
75         one:   "aiemmin kuin minuutti"
76         other: "aiemmin kuin {{count}} minuuttia"
77       x_minutes:
78         one:   "minuutti"
79         other: "{{count}} minuuttia"
80       about_x_hours:
81         one:   "noin tunti"
82         other: "noin {{count}} tuntia"
83       x_days:
84         one:   "päivä"
85         other: "{{count}} päivää"
86       about_x_months:
87         one:   "noin kuukausi"
88         other: "noin {{count}} kuukautta"
89       x_months:
90         one:   "kuukausi"
91         other: "{{count}} kuukautta"
92       about_x_years:
93         one:   "vuosi"
94         other: "noin {{count}} vuotta"
95       over_x_years:
96         one:   "yli vuosi"
97         other: "yli {{count}} vuotta"
98     prompts:
99       year:   "Vuosi"
100       month:  "Kuukausi"
101       day:    "Päivä"
102       hour:   "Tunti"
103       minute: "Minuutti"
104       second: "Sekuntia"
105   
106   activerecord:
107     errors:
108       template:
109         header:
110           one:    "1 virhe esti tämän {{model}} mallinteen tallentamisen"
111           other:  "{{count}} virhettä esti tämän {{model}} mallinteen tallentamisen"
112         body: "Seuraavat kentät aiheuttivat ongelmia:"
113       messages:
114         inclusion: "ei löydy listauksesta"
115         exclusion: "on jo varattu"
116         invalid: "on kelvoton"
117         confirmation: "ei vastaa varmennusta"
118         accepted: "täytyy olla hyväksytty"
119         empty: "ei voi olla tyhjä"
120         blank: "ei voi olla sisällötön"
121         too_long: "on liian pitkä (maksimi on {{count}} merkkiä)"
122         too_short: "on liian lyhyt (minimi on {{count}} merkkiä)"
123         wrong_length: "on väärän pituinen (täytyy olla täsmälleen {{count}} merkkiä)"
124         taken: "on jo käytössä"
125         not_a_number: "ei ole numero"
126         greater_than: "täytyy olla suurempi kuin {{count}}"
127         greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin{{count}}"
128         equal_to: "täytyy olla yhtä suuri kuin {{count}}"
129         less_than: "täytyy olla pienempi kuin {{count}}"
130         less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin {{count}}"
131         odd: "täytyy olla pariton"
132         even: "täytyy olla parillinen"