rails-i18n 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/MIT-LICENSE.txt +21 -0
- data/README.md +118 -0
- data/lib/rails-i18n.rb +4 -0
- data/rails/locale/ar.yml +226 -0
- data/rails/locale/bg.yml +322 -0
- data/rails/locale/bn-IN.yml +223 -0
- data/rails/locale/bs.yml +157 -0
- data/rails/locale/ca.yml +253 -0
- data/rails/locale/cs.rb +229 -0
- data/rails/locale/cy.yml +221 -0
- data/rails/locale/da.yml +235 -0
- data/rails/locale/de-AT.yml +194 -0
- data/rails/locale/de-CH.yml +194 -0
- data/rails/locale/de.yml +233 -0
- data/rails/locale/dsb.yml +225 -0
- data/rails/locale/el.yml +173 -0
- data/rails/locale/en-AU.yml +220 -0
- data/rails/locale/en-GB.yml +220 -0
- data/rails/locale/en-US.yml +222 -0
- data/rails/locale/eo.yml +222 -0
- data/rails/locale/es-AR.yml +219 -0
- data/rails/locale/es-CL.yml +224 -0
- data/rails/locale/es-CO.yml +220 -0
- data/rails/locale/es-MX.yml +227 -0
- data/rails/locale/es-PE.yml +170 -0
- data/rails/locale/es.yml +225 -0
- data/rails/locale/et.yml +260 -0
- data/rails/locale/eu.yml +224 -0
- data/rails/locale/fa.yml +222 -0
- data/rails/locale/fi.yml +225 -0
- data/rails/locale/fr-CA.yml +227 -0
- data/rails/locale/fr-CH.yml +224 -0
- data/rails/locale/fr.yml +222 -0
- data/rails/locale/fur.yml +184 -0
- data/rails/locale/gl-ES.yml +236 -0
- data/rails/locale/gsw-CH.yml +222 -0
- data/rails/locale/he.yml +227 -0
- data/rails/locale/hi-IN.yml +221 -0
- data/rails/locale/hi.yml +221 -0
- data/rails/locale/hr.yml +159 -0
- data/rails/locale/hsb.yml +233 -0
- data/rails/locale/hu.yml +215 -0
- data/rails/locale/id.yml +187 -0
- data/rails/locale/is.yml +230 -0
- data/rails/locale/it.yml +235 -0
- data/rails/locale/ja.yml +228 -0
- data/rails/locale/kn.yml +222 -0
- data/rails/locale/ko.yml +228 -0
- data/rails/locale/lo.yml +244 -0
- data/rails/locale/lt.yml +184 -0
- data/rails/locale/lv.yml +221 -0
- data/rails/locale/mk.yml +158 -0
- data/rails/locale/mn.yml +199 -0
- data/rails/locale/nb.yml +220 -0
- data/rails/locale/nl.yml +226 -0
- data/rails/locale/nn.yml +139 -0
- data/rails/locale/pl.yml +234 -0
- data/rails/locale/pt-BR.yml +239 -0
- data/rails/locale/pt-PT.yml +230 -0
- data/rails/locale/rm.yml +177 -0
- data/rails/locale/ro.yml +211 -0
- data/rails/locale/ru.yml +376 -0
- data/rails/locale/sk.yml +236 -0
- data/rails/locale/sl.yml +233 -0
- data/rails/locale/sr-Latn.yml +159 -0
- data/rails/locale/sr.yml +159 -0
- data/rails/locale/sv-SE.yml +273 -0
- data/rails/locale/sw.yml +222 -0
- data/rails/locale/th.rb +199 -0
- data/rails/locale/tr.yml +181 -0
- data/rails/locale/uk.yml +351 -0
- data/rails/locale/vi.yml +241 -0
- data/rails/locale/zh-CN.yml +250 -0
- data/rails/locale/zh-TW.yml +250 -0
- metadata +153 -0
data/rails/locale/et.yml
ADDED
@@ -0,0 +1,260 @@
|
|
1
|
+
# Estonian localization for Ruby on Rails 2 and 3
|
2
|
+
# by Zahhar Kirillov <zahhar@gmail.com>
|
3
|
+
# contributors:
|
4
|
+
# - Mart Karu - http://github.com/martkaru <karu@metal.ee>
|
5
|
+
|
6
|
+
et:
|
7
|
+
date:
|
8
|
+
formats:
|
9
|
+
default: "%d.%m.%Y"
|
10
|
+
short: "%d.%m.%y"
|
11
|
+
long: "%d. %B %Y"
|
12
|
+
|
13
|
+
day_names:
|
14
|
+
- pühapäev
|
15
|
+
- esmaspäev
|
16
|
+
- teisipäev
|
17
|
+
- kolmapäev
|
18
|
+
- neljapäev
|
19
|
+
- reede
|
20
|
+
- laupäev
|
21
|
+
standalone_day_names:
|
22
|
+
- Pühapäev
|
23
|
+
- Esmaspäev
|
24
|
+
- Teisipäev
|
25
|
+
- Kolmapäev
|
26
|
+
- Neljapäev
|
27
|
+
- Reede
|
28
|
+
- Laupäev
|
29
|
+
abbr_day_names:
|
30
|
+
- P
|
31
|
+
- E
|
32
|
+
- T
|
33
|
+
- K
|
34
|
+
- N
|
35
|
+
- R
|
36
|
+
- L
|
37
|
+
|
38
|
+
month_names:
|
39
|
+
- ~
|
40
|
+
- jaanuar
|
41
|
+
- veebruar
|
42
|
+
- märts
|
43
|
+
- aprill
|
44
|
+
- mai
|
45
|
+
- juuni
|
46
|
+
- juuli
|
47
|
+
- august
|
48
|
+
- september
|
49
|
+
- oktoober
|
50
|
+
- november
|
51
|
+
- detsember
|
52
|
+
standalone_month_names:
|
53
|
+
- ~
|
54
|
+
- Jaanuar
|
55
|
+
- Veebruar
|
56
|
+
- Märts
|
57
|
+
- Aprill
|
58
|
+
- Mai
|
59
|
+
- Juuni
|
60
|
+
- Juuli
|
61
|
+
- August
|
62
|
+
- September
|
63
|
+
- Oktoober
|
64
|
+
- November
|
65
|
+
- Detsember
|
66
|
+
abbr_month_names:
|
67
|
+
- ~
|
68
|
+
- jaan.
|
69
|
+
- veebr.
|
70
|
+
- märts
|
71
|
+
- apr.
|
72
|
+
- mai
|
73
|
+
- juuni
|
74
|
+
- juuli
|
75
|
+
- aug.
|
76
|
+
- sept.
|
77
|
+
- okt.
|
78
|
+
- nov.
|
79
|
+
- dets.
|
80
|
+
standalone_abbr_month_names:
|
81
|
+
- ~
|
82
|
+
- jaan.
|
83
|
+
- veebr.
|
84
|
+
- märts
|
85
|
+
- apr.
|
86
|
+
- mai
|
87
|
+
- juuni
|
88
|
+
- juuli
|
89
|
+
- aug.
|
90
|
+
- sept.
|
91
|
+
- okt.
|
92
|
+
- nov.
|
93
|
+
- dets.
|
94
|
+
|
95
|
+
order:
|
96
|
+
- :day
|
97
|
+
- :month
|
98
|
+
- :year
|
99
|
+
|
100
|
+
time:
|
101
|
+
formats:
|
102
|
+
default: "%d. %B %Y, %H:%M"
|
103
|
+
short: "%d.%m.%y, %H:%M"
|
104
|
+
long: "%a, %d. %b %Y, %H:%M:%S %z"
|
105
|
+
|
106
|
+
am: "enne lõunat"
|
107
|
+
pm: "pärast lõunat"
|
108
|
+
|
109
|
+
support:
|
110
|
+
array:
|
111
|
+
words_connector: ", "
|
112
|
+
two_words_connector: " ja "
|
113
|
+
last_word_connector: " ja "
|
114
|
+
|
115
|
+
select:
|
116
|
+
prompt: "Palun vali"
|
117
|
+
|
118
|
+
number:
|
119
|
+
format:
|
120
|
+
separator: ","
|
121
|
+
delimiter: " "
|
122
|
+
precision: 2
|
123
|
+
significant: false
|
124
|
+
strip_insignificant_zeros: false
|
125
|
+
|
126
|
+
currency:
|
127
|
+
format:
|
128
|
+
format: "%n %u"
|
129
|
+
unit: "€"
|
130
|
+
separator: ","
|
131
|
+
delimiter: " "
|
132
|
+
precision: 2
|
133
|
+
significant: false
|
134
|
+
strip_insignificant_zeros: false
|
135
|
+
|
136
|
+
percentage:
|
137
|
+
format:
|
138
|
+
delimiter: ""
|
139
|
+
|
140
|
+
precision:
|
141
|
+
format:
|
142
|
+
delimiter: ""
|
143
|
+
|
144
|
+
human:
|
145
|
+
format:
|
146
|
+
delimiter: ""
|
147
|
+
precision: 1
|
148
|
+
significant: true
|
149
|
+
strip_insignificant_zeros: true
|
150
|
+
storage_units:
|
151
|
+
format: "%n %u"
|
152
|
+
units:
|
153
|
+
byte:
|
154
|
+
one: "bait"
|
155
|
+
other: "baiti"
|
156
|
+
kb: "KB"
|
157
|
+
mb: "MB"
|
158
|
+
gb: "GB"
|
159
|
+
tb: "TB"
|
160
|
+
decimal_units:
|
161
|
+
format: "%n %u"
|
162
|
+
units:
|
163
|
+
unit: ""
|
164
|
+
thousand: tuhat
|
165
|
+
million: miljon
|
166
|
+
billion: miljard
|
167
|
+
trillion: triljon
|
168
|
+
quadrillion: kvadriljon
|
169
|
+
|
170
|
+
datetime:
|
171
|
+
distance_in_words:
|
172
|
+
half_a_minute: "pool minutit"
|
173
|
+
less_than_x_seconds:
|
174
|
+
one: "vähem kui %{count} sekund"
|
175
|
+
other: "vähem kui %{count} sekundit"
|
176
|
+
x_seconds:
|
177
|
+
one: "%{count} sekund"
|
178
|
+
other: "%{count} sekundit"
|
179
|
+
less_than_x_minutes:
|
180
|
+
one: "vähem kui %{count} minut"
|
181
|
+
other: "vähem kui %{count} minutit"
|
182
|
+
x_minutes:
|
183
|
+
one: "%{count} minut"
|
184
|
+
other: "%{count} minutit"
|
185
|
+
about_x_hours:
|
186
|
+
one: "umbes %{count} tund"
|
187
|
+
other: "umbes %{count} tundi"
|
188
|
+
x_days:
|
189
|
+
one: "%{count} päev"
|
190
|
+
other: "%{count} päeva"
|
191
|
+
about_x_months:
|
192
|
+
one: "umbes %{count} kuu"
|
193
|
+
other: "umbes %{count} kuud"
|
194
|
+
x_months:
|
195
|
+
one: "%{count} kuu"
|
196
|
+
other: "%{count} kuud"
|
197
|
+
about_x_years:
|
198
|
+
one: "umbes %{count} aasta"
|
199
|
+
other: "umbes %{count} aastat"
|
200
|
+
over_x_years:
|
201
|
+
one: "üle %{count} aasta"
|
202
|
+
other: "üle %{count} aastat"
|
203
|
+
almost_x_years:
|
204
|
+
one: "peaaegu üks aasta"
|
205
|
+
other: "peaaegu %{count} aastat"
|
206
|
+
prompts:
|
207
|
+
year: "Aasta"
|
208
|
+
month: "Kuu"
|
209
|
+
day: "Päev"
|
210
|
+
hour: "Tunde"
|
211
|
+
minute: "Minutit"
|
212
|
+
second: "Sekundit"
|
213
|
+
|
214
|
+
helpers:
|
215
|
+
select:
|
216
|
+
prompt: "Palun vali"
|
217
|
+
|
218
|
+
submit:
|
219
|
+
create: 'Loo uus %{model}'
|
220
|
+
update: 'Uuenda objekti %{model}'
|
221
|
+
submit: 'Salvesta %{model}'
|
222
|
+
|
223
|
+
errors:
|
224
|
+
format: "%{attribute} %{message}"
|
225
|
+
messages: &errors_messages
|
226
|
+
inclusion: "ei leidu nimekirjas"
|
227
|
+
exclusion: "on reserveeritud"
|
228
|
+
invalid: "ei ole korrektne"
|
229
|
+
confirmation: "ei vasta kinnitusele"
|
230
|
+
accepted: "peab olema heaks kiidetud"
|
231
|
+
empty: "on tühi"
|
232
|
+
blank: "on täitmata"
|
233
|
+
too_long: "on liiga pikk (maksimum on %{count} tähemärki)"
|
234
|
+
too_short: "on liiga lühike (miinimum on %{count} tähemärki)"
|
235
|
+
wrong_length: "on vale pikkusega (peab olema %{count} tähemärki)"
|
236
|
+
not_a_number: "ei ole number"
|
237
|
+
not_an_integer: "peab olema täisarv"
|
238
|
+
greater_than: "ei tohi olla suurem kui %{count}"
|
239
|
+
greater_than_or_equal_to: "peab olema suurem või võrdne arvuga %{count}"
|
240
|
+
equal_to: "peab võrdne arvuga %{count}"
|
241
|
+
less_than: "peab olema vähem kui %{count}"
|
242
|
+
less_than_or_equal_to: "peab olema vähem või võrdne arvuga %{count}"
|
243
|
+
odd: "peab olema paaritu arv"
|
244
|
+
even: "peab olema paarisarv"
|
245
|
+
|
246
|
+
activerecord:
|
247
|
+
errors:
|
248
|
+
template:
|
249
|
+
header:
|
250
|
+
one: "Üks viga takistas objekti %{model} salvestamist"
|
251
|
+
other: "%{count} viga takistasid objekti %{model} salvestamist"
|
252
|
+
body: "Probleeme ilmnes järgmiste väljadega:"
|
253
|
+
|
254
|
+
messages:
|
255
|
+
taken: "on juba võetud"
|
256
|
+
record_invalid: "Valideerimine ebaõnnestus: %{errors}"
|
257
|
+
<<: *errors_messages
|
258
|
+
|
259
|
+
full_messages:
|
260
|
+
format: "%{attribute} %{message}"
|
data/rails/locale/eu.yml
ADDED
@@ -0,0 +1,224 @@
|
|
1
|
+
# Basque translations for Rails
|
2
|
+
# by Esti Alvarez (esti@efaber.net)
|
3
|
+
|
4
|
+
|
5
|
+
"eu":
|
6
|
+
date:
|
7
|
+
formats:
|
8
|
+
default: "%Y/%m/%e"
|
9
|
+
short: "%b %e"
|
10
|
+
long: "%Y(e)ko %Bk %e"
|
11
|
+
|
12
|
+
day_names:
|
13
|
+
- Igandea
|
14
|
+
- Astelehena
|
15
|
+
- Asteartea
|
16
|
+
- Asteazkena
|
17
|
+
- Osteguna
|
18
|
+
- Ostirala
|
19
|
+
- Larunbata
|
20
|
+
abbr_day_names:
|
21
|
+
- Igan
|
22
|
+
- Astel
|
23
|
+
- Astear
|
24
|
+
- Asteaz
|
25
|
+
- Oste
|
26
|
+
- Osti
|
27
|
+
- Lar
|
28
|
+
|
29
|
+
month_names:
|
30
|
+
- ~
|
31
|
+
- Urtarrila
|
32
|
+
- Otsaila
|
33
|
+
- Martxoa
|
34
|
+
- Apirila
|
35
|
+
- Maiatza
|
36
|
+
- Ekaina
|
37
|
+
- Uztaila
|
38
|
+
- Abuztua
|
39
|
+
- Iraila
|
40
|
+
- Urria
|
41
|
+
- Azaroa
|
42
|
+
- Abendua
|
43
|
+
abbr_month_names:
|
44
|
+
- ~
|
45
|
+
- Urt
|
46
|
+
- Ots
|
47
|
+
- Mar
|
48
|
+
- Api
|
49
|
+
- Mai
|
50
|
+
- Eka
|
51
|
+
- Uzt
|
52
|
+
- Abu
|
53
|
+
- Ira
|
54
|
+
- Urr
|
55
|
+
- Aza
|
56
|
+
- Aben
|
57
|
+
order:
|
58
|
+
- :year
|
59
|
+
- :month
|
60
|
+
- :day
|
61
|
+
|
62
|
+
time:
|
63
|
+
formats:
|
64
|
+
default: "%A, %Y(e)ko %Bren %e %H:%M:%S %z"
|
65
|
+
short: "%b %e, %H:%M"
|
66
|
+
long: "%Y(e)ko %Bren %e, %H:%M"
|
67
|
+
am: "am"
|
68
|
+
pm: "pm"
|
69
|
+
|
70
|
+
# Used in array.to_sentence.
|
71
|
+
support:
|
72
|
+
array:
|
73
|
+
words_connector: ", "
|
74
|
+
two_words_connector: " eta "
|
75
|
+
last_word_connector: " eta "
|
76
|
+
|
77
|
+
select:
|
78
|
+
prompt: "Aukeratu mesedez"
|
79
|
+
|
80
|
+
number:
|
81
|
+
format:
|
82
|
+
separator: ","
|
83
|
+
delimiter: "."
|
84
|
+
precision: 3
|
85
|
+
significant: false
|
86
|
+
strip_insignificant_zeros: false
|
87
|
+
|
88
|
+
currency:
|
89
|
+
format:
|
90
|
+
format: "%n %u"
|
91
|
+
unit: "€"
|
92
|
+
separator: ","
|
93
|
+
delimiter: "."
|
94
|
+
precision: 2
|
95
|
+
significant: false
|
96
|
+
strip_insignificant_zeros: false
|
97
|
+
|
98
|
+
percentage:
|
99
|
+
format:
|
100
|
+
delimiter: ""
|
101
|
+
|
102
|
+
precision:
|
103
|
+
format:
|
104
|
+
delimiter: ""
|
105
|
+
|
106
|
+
human:
|
107
|
+
format:
|
108
|
+
delimiter: ""
|
109
|
+
precision: 3
|
110
|
+
significant: true
|
111
|
+
strip_insignificant_zeros: true
|
112
|
+
storage_units:
|
113
|
+
format: "%n %u"
|
114
|
+
units:
|
115
|
+
byte:
|
116
|
+
one: "Byte"
|
117
|
+
other: "Byte"
|
118
|
+
kb: "KB"
|
119
|
+
mb: "MB"
|
120
|
+
gb: "GB"
|
121
|
+
tb: "TB"
|
122
|
+
decimal_units:
|
123
|
+
format: "%n %u"
|
124
|
+
units:
|
125
|
+
unit: ""
|
126
|
+
thousand: "Mila"
|
127
|
+
million: "Milioi"
|
128
|
+
billion: "Mila milioi"
|
129
|
+
trillion: "Trilioi"
|
130
|
+
quadrillion: "Kuatrilioi"
|
131
|
+
|
132
|
+
datetime:
|
133
|
+
distance_in_words:
|
134
|
+
half_a_minute: "minutu erdi"
|
135
|
+
less_than_x_seconds:
|
136
|
+
one: "segundu bat baino gutxiago"
|
137
|
+
other: "%{count} segundu baino gutxiago"
|
138
|
+
x_seconds:
|
139
|
+
one: "segundu bat"
|
140
|
+
other: "%{count} segundu"
|
141
|
+
less_than_x_minutes:
|
142
|
+
one: "1 minutu bat baino gutxiago"
|
143
|
+
other: "%{count} minutu baino gutxiago"
|
144
|
+
x_minutes:
|
145
|
+
one: "minutu bat"
|
146
|
+
other: "%{count} minutu"
|
147
|
+
about_x_hours:
|
148
|
+
one: "ordu bat inguru"
|
149
|
+
other: "%{count} ordu inguru"
|
150
|
+
x_days:
|
151
|
+
one: "egun bat"
|
152
|
+
other: "%{count} egun"
|
153
|
+
about_x_months:
|
154
|
+
one: "hilabete bat inguru"
|
155
|
+
other: "%{count} hilabete inguru"
|
156
|
+
x_months:
|
157
|
+
one: "hilabete bat"
|
158
|
+
other: "%{count} hilabete"
|
159
|
+
about_x_years:
|
160
|
+
one: "urte bat inguru"
|
161
|
+
other: "%{count} urte inguru"
|
162
|
+
over_x_years:
|
163
|
+
one: "urte bat baino gehiago"
|
164
|
+
other: "%{count} urte baino gehiago"
|
165
|
+
almost_x_years:
|
166
|
+
one: "ia urte bat"
|
167
|
+
other: "ia %{count} urte"
|
168
|
+
prompts:
|
169
|
+
year: "Urte"
|
170
|
+
month: "Hilabete"
|
171
|
+
day: "Egun"
|
172
|
+
hour: "Ordu"
|
173
|
+
minute: "Minutu"
|
174
|
+
second: "Segundu"
|
175
|
+
|
176
|
+
helpers:
|
177
|
+
select:
|
178
|
+
prompt: "Mesedez, aukeratu"
|
179
|
+
|
180
|
+
submit:
|
181
|
+
create: '%{model}a eratu'
|
182
|
+
update: '%{model}a eguneratu'
|
183
|
+
submit: '%{model}a gorde'
|
184
|
+
|
185
|
+
errors:
|
186
|
+
format: "%{attribute} %{message}"
|
187
|
+
|
188
|
+
messages: &errors_messages
|
189
|
+
inclusion: "ez da zerrendako aukera bat"
|
190
|
+
exclusion: "erreserbatuta dago"
|
191
|
+
invalid: "ez da zuzena"
|
192
|
+
confirmation: "ez dator bat konfirmazioarekin"
|
193
|
+
accepted: "onartuta izan behar da"
|
194
|
+
empty: "ezin da hutsik egon"
|
195
|
+
blank: "ezin da zuriz utzi"
|
196
|
+
too_long: "luzeegia da (%{count} karaktere gehienez)"
|
197
|
+
too_short: "laburregia da (%{count} karaktere gutxienez)"
|
198
|
+
wrong_length: "ez du luzeera zuzena (%{count} karaktere izan behar ditu)"
|
199
|
+
not_a_number: "ez da zenbaki bat"
|
200
|
+
not_an_integer: "zenbaki osoa izan behar da"
|
201
|
+
greater_than: "%{count} baino handiagoa izan behar da"
|
202
|
+
greater_than_or_equal_to: "%{count} baino handiago edo berdin izan behar da"
|
203
|
+
equal_to: "%{count} izan behar da"
|
204
|
+
less_than: "%{count} baino txikiago izan behar da"
|
205
|
+
less_than_or_equal_to: "%{count} baino txikiago edo berdin izan behar da"
|
206
|
+
odd: "bakoitia izan behar du"
|
207
|
+
even: "bikoitia izan behar du"
|
208
|
+
|
209
|
+
activerecord:
|
210
|
+
errors:
|
211
|
+
template:
|
212
|
+
header:
|
213
|
+
one: "Errore batek ezinezkoa egin du {{model}} hau gordetzea"
|
214
|
+
other: "{{count}} errorek ezinezkoa egiten dute {{model}} hau gordetzea"
|
215
|
+
body: "Arazoak egon dira ondoko eremuekin:"
|
216
|
+
|
217
|
+
messages:
|
218
|
+
taken: "hartuta dago"
|
219
|
+
record_invalid: "Balioztatze arazoa: %{errors}"
|
220
|
+
<<: *errors_messages
|
221
|
+
|
222
|
+
full_messages:
|
223
|
+
format: "%{attribute} %{message}"
|
224
|
+
|