1 # Estonian localization for Ruby on Rails 2 and 3
2 # by Zahhar Kirillov <zahhar@gmail.com>
4 # - Mart Karu - http://github.com/martkaru <karu@metal.ee>
65 default: "%d. %B %Y, %H:%M"
66 short: "%d.%m.%y, %H:%M"
67 long: "%a, %d. %b %Y, %H:%M:%S %z"
75 two_words_connector: " ja "
76 last_word_connector: " ja "
87 strip_insignificant_zeros: false
97 strip_insignificant_zeros: false
112 strip_insignificant_zeros: true
131 quadrillion: kvadriljon
135 half_a_minute: "pool minutit"
137 one: "vähem kui %{count} sekund"
138 other: "vähem kui %{count} sekundit"
140 one: "%{count} sekund"
141 other: "%{count} sekundit"
143 one: "vähem kui %{count} minut"
144 other: "vähem kui %{count} minutit"
146 one: "%{count} minut"
147 other: "%{count} minutit"
149 one: "umbes %{count} tund"
150 other: "umbes %{count} tundi"
153 other: "%{count} päeva"
155 one: "umbes %{count} kuu"
156 other: "umbes %{count} kuud"
159 other: "%{count} kuud"
161 one: "umbes %{count} aasta"
162 other: "umbes %{count} aastat"
164 one: "üle %{count} aasta"
165 other: "üle %{count} aastat"
167 one: "peaaegu üks aasta"
168 other: "peaaegu %{count} aastat"
182 create: 'Loo uus %{model}'
183 update: 'Uuenda objekti %{model}'
184 submit: 'Salvesta %{model}'
187 format: "%{attribute} %{message}"
188 messages: &errors_messages
189 inclusion: "ei leidu nimekirjas"
190 exclusion: "on reserveeritud"
191 invalid: "ei ole korrektne"
192 confirmation: "ei vasta kinnitusele"
193 accepted: "peab olema heaks kiidetud"
196 too_long: "on liiga pikk (maksimum on %{count} tähemärki)"
197 too_short: "on liiga lühike (miinimum on %{count} tähemärki)"
198 wrong_length: "on vale pikkusega (peab olema %{count} tähemärki)"
199 not_a_number: "ei ole number"
200 not_an_integer: "peab olema täisarv"
201 greater_than: "ei tohi olla suurem kui %{count}"
202 greater_than_or_equal_to: "peab olema suurem või võrdne arvuga %{count}"
203 equal_to: "peab võrdne arvuga %{count}"
204 less_than: "peab olema vähem kui %{count}"
205 less_than_or_equal_to: "peab olema vähem või võrdne arvuga %{count}"
206 odd: "peab olema paaritu arv"
207 even: "peab olema paarisarv"
208 taken: "on juba võetud"
209 record_invalid: "Valideerimine ebaõnnestus: %{errors}"
210 template: &errors_template
212 one: "Üks viga takistas objekti %{model} salvestamist"
213 other: "%{count} viga takistasid objekti %{model} salvestamist"
214 body: "Probleeme ilmnes järgmiste väljadega:"
223 format: "%{attribute} %{message}"