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