]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/fi.yml
Update rails translations.
[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 # corrected by Petri Kivikangas (pkivik@gmail.com)
5 # corrected and amended by Niklas Laxström (niklas.laxstrom+rails@gmail.com) 2009
6
7 fi:
8   date:
9     formats:
10       default: "%e. %Bta %Y"
11       long: "%A %e. %Bta %Y"
12       short: "%e.%m.%Y"
13
14     day_names: [sunnuntai, maanantai, tiistai, keskiviikko, torstai, perjantai, lauantai]
15     abbr_day_names: [su, ma, ti, ke, to, pe, la]
16     month_names: [~, tammikuu, helmikuu, maaliskuu, huhtikuu, toukokuu, kesäkuu, heinäkuu, elokuu, syyskuu, lokakuu, marraskuu, joulukuu]
17     abbr_month_names: [~, tammi, helmi, maalis, huhti, touko, kesä, heinä, elo, syys, loka, marras, joulu]
18     order: [:day, :month, :year]
19
20   time:
21     formats:
22       default: "%A %e. %Bta %Y %H:%M:%S %z"
23       short: "%e.%m. %H.%M"
24       long: "%e. %Bta %Y %H.%M"
25     am: "aamupäivä"
26     pm: "iltapäivä"
27
28   support:
29     array:
30       words_connector: ", "
31       two_words_connector: " ja "
32       last_word_connector: " ja "
33
34   number:
35     format:
36       separator: ","
37       delimiter: "."
38       precision: 3
39
40     currency:
41       format:
42         format: "%n %u"
43         unit: "€"
44         separator: ","
45         delimiter: "."
46         precision: 2
47
48     percentage:
49       format:
50         # separator:
51         delimiter: ""
52         # precision:
53
54     precision:
55       format:
56         # separator:
57         delimiter: ""
58         # precision:
59
60     human:
61       format:
62         delimiter: ""
63         precision: 1
64       storage_units:
65         format: "%n %u"
66         units:
67           byte:
68             one: "tavu"
69             other: "tavua"
70           kb: "kB"
71           mb: "MB"
72           gb: "GB"
73           tb: "TB"
74
75   datetime:
76     distance_in_words:
77       half_a_minute: "puoli minuuttia"
78       less_than_x_seconds:
79         one:   "alle sekunti"
80         other: "alle {{count}} sekuntia"
81       x_seconds:
82         one:   "sekunti"
83         other: "{{count}} sekuntia"
84       less_than_x_minutes:
85         one:   "alle minuutti"
86         other: "alle {{count}} minuuttia"
87       x_minutes:
88         one:   "minuutti"
89         other: "{{count}} minuuttia"
90       about_x_hours:
91         one:   "noin tunti"
92         other: "noin {{count}} tuntia"
93       x_days:
94         one:   "päivä"
95         other: "{{count}} päivää"
96       about_x_months:
97         one:   "noin kuukausi"
98         other: "noin {{count}} kuukautta"
99       x_months:
100         one:   "kuukausi"
101         other: "{{count}} kuukautta"
102       about_x_years:
103         one:   "vuosi"
104         other: "noin {{count}} vuotta"
105       over_x_years:
106         one:   "yli vuosi"
107         other: "yli {{count}} vuotta"
108       almost_x_years:
109         one: "melkein yksi vuosi"
110         other: "melkein {{count}} vuotta"
111     prompts:
112       year:   "Vuosi"
113       month:  "Kuukausi"
114       day:    "Päivä"
115       hour:   "Tunti"
116       minute: "Minuutti"
117       second: "Sekunti"
118
119   support:
120     select:
121       prompt: "Valitse"
122
123   # which one should it be
124   #activemodel:
125   activerecord:
126     errors:
127       template:
128         header:
129           one:    "Virhe syötteessä esti mallin {{model}} tallentamisen"
130           other:  "{{count}} virhettä esti mallin {{model}} tallentamisen"
131         body: "Seuraavat kentät aiheuttivat ongelmia:"
132   #activerecord:
133     #errors:
134       messages:
135         inclusion: "ei löydy listasta"
136         exclusion: "on varattu"
137         invalid: "on kelvoton"
138         confirmation: "ei vastaa varmennusta"
139         accepted: "täytyy olla hyväksytty"
140         empty: "ei voi olla tyhjä"
141         blank: "ei voi olla sisällötön"
142         too_long: "on liian pitkä (saa olla enintään {{count}} merkkiä)"
143         too_short: "on liian lyhyt (oltava vähintään {{count}} merkkiä)"
144         wrong_length: "on väärän pituinen (täytyy olla täsmälleen {{count}} merkkiä)"
145         taken: "on jo käytössä"
146         not_a_number: "ei ole luku"
147         greater_than: "täytyy olla suurempi kuin {{count}}"
148         greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin {{count}}"
149         equal_to: "täytyy olla yhtä suuri kuin {{count}}"
150         less_than: "täytyy olla pienempi kuin {{count}}"
151         less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin {{count}}"
152         odd: "täytyy olla pariton"
153         even: "täytyy olla parillinen"
154         record_invalid: "Validointi epäonnistui: {{errors}}"