rails-i18n 0.6.5 → 4.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +217 -0
- data/README.md +48 -19
- data/lib/rails_i18n/common_pluralizations/east_slavic.rb +10 -3
- data/lib/rails_i18n/common_pluralizations/{only_one.rb → one_other.rb} +6 -5
- data/lib/rails_i18n/common_pluralizations/one_two_other.rb +7 -9
- data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
- data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
- data/rails/locale/af.yml +199 -0
- data/rails/locale/ar.yml +163 -87
- data/rails/locale/az.yml +36 -42
- data/rails/locale/be.yml +205 -0
- data/rails/locale/bg.yml +28 -34
- data/rails/locale/{bn-IN.yml → bn.yml} +36 -42
- data/rails/locale/bs.yml +46 -44
- data/rails/locale/ca.yml +43 -49
- data/rails/locale/cs.yml +75 -62
- data/rails/locale/cy.yml +88 -44
- data/rails/locale/da.yml +32 -32
- data/rails/locale/de-AT.yml +48 -41
- data/rails/locale/de-CH.yml +58 -47
- data/rails/locale/de-DE.yml +210 -0
- data/rails/locale/de.yml +51 -44
- data/rails/locale/el.yml +41 -41
- data/rails/locale/en-AU.yml +28 -34
- data/rails/locale/en-CA.yml +28 -43
- data/rails/locale/en-GB.yml +28 -34
- data/rails/locale/en-IE.yml +199 -0
- data/rails/locale/en-IN.yml +28 -34
- data/rails/locale/en-NZ.yml +199 -0
- data/rails/locale/en-US.yml +35 -35
- data/rails/locale/en-ZA.yml +205 -0
- data/rails/locale/en.yml +34 -34
- data/rails/locale/eo.yml +28 -34
- data/rails/locale/es-419.yml +199 -0
- data/rails/locale/es-AR.yml +38 -39
- data/rails/locale/es-CL.yml +32 -33
- data/rails/locale/es-CO.yml +38 -39
- data/rails/locale/es-CR.yml +204 -0
- data/rails/locale/es-EC.yml +205 -0
- data/rails/locale/es-ES.yml +204 -0
- data/rails/locale/es-MX.yml +39 -39
- data/rails/locale/es-PA.yml +205 -0
- data/rails/locale/es-PE.yml +60 -37
- data/rails/locale/es-US.yml +204 -0
- data/rails/locale/es-VE.yml +40 -41
- data/rails/locale/es.yml +41 -36
- data/rails/locale/et.yml +33 -39
- data/rails/locale/eu.yml +41 -47
- data/rails/locale/fa.yml +41 -47
- data/rails/locale/fi.yml +43 -49
- data/rails/locale/fr-CA.yml +29 -35
- data/rails/locale/fr-CH.yml +35 -35
- data/rails/locale/fr-FR.yml +207 -0
- data/rails/locale/fr.yml +172 -187
- data/rails/locale/{gl-ES.yml → gl.yml} +33 -39
- data/rails/locale/he.yml +35 -41
- data/rails/locale/hi-IN.yml +35 -41
- data/rails/locale/hi.yml +37 -43
- data/rails/locale/hr.yml +61 -61
- data/rails/locale/hu.yml +51 -57
- data/rails/locale/id.yml +50 -44
- data/rails/locale/is.yml +31 -31
- data/rails/locale/it-CH.yml +199 -0
- data/rails/locale/it.yml +82 -82
- data/rails/locale/ja.yml +53 -55
- data/rails/locale/km.yml +164 -0
- data/rails/locale/kn.yml +38 -44
- data/rails/locale/ko.yml +29 -35
- data/rails/locale/lb.yml +206 -0
- data/rails/locale/lo.yml +85 -43
- data/rails/locale/lt.yml +85 -49
- data/rails/locale/lv.yml +63 -48
- data/rails/locale/mk.yml +80 -51
- data/rails/locale/mn.yml +56 -62
- data/rails/locale/mr-IN.yml +206 -0
- data/rails/locale/ms.yml +199 -0
- data/rails/locale/nb.yml +32 -33
- data/rails/locale/ne.yml +199 -0
- data/rails/locale/nl.yml +65 -59
- data/rails/locale/nn.yml +70 -28
- data/rails/locale/or.yml +193 -0
- data/rails/locale/pa.yml +205 -0
- data/rails/locale/pl.yml +69 -53
- data/rails/locale/pt-BR.yml +44 -44
- data/rails/locale/{pt-PT.yml → pt.yml} +35 -41
- data/rails/locale/rm.yml +74 -32
- data/rails/locale/ro.yml +41 -34
- data/rails/locale/ru.yml +51 -51
- data/rails/locale/sk.yml +35 -40
- data/rails/locale/sl.yml +33 -37
- data/rails/locale/sq.yml +205 -0
- data/rails/locale/sr.yml +128 -61
- data/rails/locale/{sv-SE.yml → sv.yml} +34 -34
- data/rails/locale/sw.yml +24 -30
- data/rails/locale/ta.yml +205 -0
- data/rails/locale/th.yml +25 -31
- data/rails/locale/tl.yml +105 -135
- data/rails/locale/tr.yml +62 -56
- data/rails/locale/tt.yml +215 -0
- data/rails/locale/ug.yml +204 -0
- data/rails/locale/uk.yml +54 -60
- data/rails/locale/ur.yml +206 -0
- data/rails/locale/uz.yml +251 -0
- data/rails/locale/vi.yml +33 -35
- data/rails/locale/wo.yml +30 -36
- data/rails/locale/zh-CN.yml +47 -41
- data/rails/locale/zh-HK.yml +205 -0
- data/rails/locale/zh-TW.yml +50 -44
- data/rails/locale/zh-YUE.yml +205 -0
- data/rails/pluralization/ar.rb +1 -0
- data/rails/pluralization/bg.rb +3 -0
- data/rails/pluralization/bn.rb +3 -0
- data/rails/pluralization/br.rb +1 -0
- data/rails/pluralization/ca.rb +3 -0
- data/rails/pluralization/da.rb +3 -0
- data/rails/pluralization/de-AT.rb +3 -0
- data/rails/pluralization/de-CH.rb +3 -0
- data/rails/pluralization/de-DE.rb +3 -0
- data/rails/pluralization/de.rb +3 -0
- data/rails/pluralization/el.rb +3 -0
- data/rails/pluralization/en-AU.rb +3 -0
- data/rails/pluralization/en-CA.rb +3 -0
- data/rails/pluralization/en-GB.rb +3 -0
- data/rails/pluralization/en-IN.rb +3 -0
- data/rails/pluralization/en-NZ.rb +3 -0
- data/rails/pluralization/en.rb +3 -0
- data/rails/pluralization/eo.rb +3 -0
- data/rails/pluralization/es-419.rb +3 -0
- data/rails/pluralization/es-AR.rb +3 -0
- data/rails/pluralization/es-CL.rb +3 -0
- data/rails/pluralization/es-CO.rb +3 -0
- data/rails/pluralization/es-EC.rb +3 -0
- data/rails/pluralization/es-ES.rb +3 -0
- data/rails/pluralization/es-MX.rb +3 -0
- data/rails/pluralization/es-PE.rb +3 -0
- data/rails/pluralization/es-VE.rb +3 -0
- data/rails/pluralization/es.rb +3 -0
- data/rails/pluralization/et.rb +3 -0
- data/rails/pluralization/eu.rb +3 -0
- data/rails/pluralization/fi.rb +3 -0
- data/rails/pluralization/fr-CA.rb +3 -0
- data/rails/pluralization/fr-CH.rb +3 -0
- data/rails/pluralization/fr-FR.rb +3 -0
- data/rails/pluralization/gl.rb +3 -0
- data/rails/pluralization/gv.rb +1 -0
- data/rails/pluralization/hi-IN.rb +3 -0
- data/rails/pluralization/hsb.rb +28 -0
- data/rails/pluralization/hu.rb +2 -2
- data/rails/pluralization/is.rb +3 -0
- data/rails/pluralization/it-CH.rb +3 -0
- data/rails/pluralization/it.rb +3 -0
- data/rails/pluralization/lag.rb +1 -0
- data/rails/pluralization/lt.rb +1 -0
- data/rails/pluralization/lv.rb +1 -0
- data/rails/pluralization/mk.rb +1 -0
- data/rails/pluralization/mn.rb +3 -0
- data/rails/pluralization/mr-IN.rb +3 -0
- data/rails/pluralization/mt.rb +1 -0
- data/rails/pluralization/nb.rb +3 -0
- data/rails/pluralization/ne.rb +3 -0
- data/rails/pluralization/nl.rb +3 -0
- data/rails/pluralization/nn.rb +3 -0
- data/rails/pluralization/or.rb +3 -0
- data/rails/pluralization/pa.rb +3 -0
- data/rails/pluralization/pl.rb +1 -0
- data/rails/pluralization/sl.rb +1 -0
- data/rails/pluralization/sv.rb +3 -0
- data/rails/pluralization/sw.rb +3 -0
- data/rails/pluralization/ur.rb +3 -0
- data/rails/pluralization/zh-CN.rb +3 -0
- data/rails/pluralization/zh-HK.rb +3 -0
- data/rails/pluralization/zh-TW.rb +3 -0
- data/rails/pluralization/zh-YUE.rb +3 -0
- data/rails/transliteration/de.yml +12 -0
- data/rails/transliteration/el.yml +104 -0
- data/rails/transliteration/fr.yml +36 -0
- data/rails/transliteration/pl.yml +22 -0
- data/rails/transliteration/ro.yml +14 -0
- data/rails/transliteration/ru.rb +2 -0
- data/rails/transliteration/uk.rb +3 -1
- metadata +278 -194
- data/rails/locale/csb.yml +0 -210
- data/rails/locale/dsb.yml +0 -215
- data/rails/locale/fur.yml +0 -199
- data/rails/locale/gsw-CH.yml +0 -199
- data/rails/locale/hsb.yml +0 -214
- data/rails/locale/sr-Latn.yml +0 -170
data/rails/locale/es.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -31,9 +32,9 @@ es:
|
|
31
32
|
- viernes
|
32
33
|
- sábado
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%-d/%-m/%Y"
|
36
|
+
long: "%-d de %B de %Y"
|
37
|
+
short: "%-d de %b"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- enero
|
@@ -78,16 +79,16 @@ es:
|
|
78
79
|
other: más de %{count} años
|
79
80
|
x_days:
|
80
81
|
one: 1 día
|
81
|
-
other:
|
82
|
+
other: "%{count} días"
|
82
83
|
x_minutes:
|
83
84
|
one: 1 minuto
|
84
|
-
other:
|
85
|
+
other: "%{count} minutos"
|
85
86
|
x_months:
|
86
87
|
one: 1 mes
|
87
|
-
other:
|
88
|
+
other: "%{count} meses"
|
88
89
|
x_seconds:
|
89
90
|
one: 1 segundo
|
90
|
-
other:
|
91
|
+
other: "%{count} segundos"
|
91
92
|
prompts:
|
92
93
|
day: Día
|
93
94
|
hour: Hora
|
@@ -95,12 +96,13 @@ es:
|
|
95
96
|
month: Mes
|
96
97
|
second: Segundos
|
97
98
|
year: Año
|
98
|
-
errors:
|
99
|
-
format:
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
100
101
|
messages:
|
101
102
|
accepted: debe ser aceptado
|
102
103
|
blank: no puede estar en blanco
|
103
|
-
|
104
|
+
present: debe estar en blanco
|
105
|
+
confirmation: no coincide
|
104
106
|
empty: no puede estar vacío
|
105
107
|
equal_to: debe ser igual a %{count}
|
106
108
|
even: debe ser par
|
@@ -114,13 +116,23 @@ es:
|
|
114
116
|
not_a_number: no es un número
|
115
117
|
not_an_integer: debe ser un entero
|
116
118
|
odd: debe ser impar
|
117
|
-
record_invalid:
|
119
|
+
record_invalid: 'La validación falló: %{errors}'
|
120
|
+
restrict_dependent_destroy:
|
121
|
+
one: No se puede eliminar el registro porque existe un %{record} dependiente
|
122
|
+
many: No se puede eliminar el registro porque existen %{record} dependientes
|
118
123
|
taken: ya está en uso
|
119
|
-
too_long:
|
120
|
-
|
121
|
-
|
124
|
+
too_long:
|
125
|
+
one: "es demasiado largo (1 carácter máximo)"
|
126
|
+
other: "es demasiado largo (%{count} caracteres máximo)"
|
127
|
+
too_short:
|
128
|
+
one: "es demasiado corto (1 carácter mínimo)"
|
129
|
+
other: "es demasiado corto (%{count} caracteres mínimo)"
|
130
|
+
wrong_length:
|
131
|
+
one: "no tiene la longitud correcta (1 carácter exactos)"
|
132
|
+
other: "no tiene la longitud correcta (%{count} caracteres exactos)"
|
133
|
+
other_than: debe ser distinto de %{count}
|
122
134
|
template:
|
123
|
-
body:
|
135
|
+
body: 'Se encontraron problemas con los siguientes campos:'
|
124
136
|
header:
|
125
137
|
one: No se pudo guardar este/a %{model} porque se encontró 1 error
|
126
138
|
other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
|
@@ -134,22 +146,22 @@ es:
|
|
134
146
|
number:
|
135
147
|
currency:
|
136
148
|
format:
|
137
|
-
delimiter: .
|
138
|
-
format:
|
149
|
+
delimiter: "."
|
150
|
+
format: "%n %u"
|
139
151
|
precision: 2
|
140
|
-
separator:
|
152
|
+
separator: ","
|
141
153
|
significant: false
|
142
154
|
strip_insignificant_zeros: false
|
143
|
-
unit: €
|
155
|
+
unit: "€"
|
144
156
|
format:
|
145
|
-
delimiter: .
|
157
|
+
delimiter: "."
|
146
158
|
precision: 3
|
147
|
-
separator:
|
159
|
+
separator: ","
|
148
160
|
significant: false
|
149
161
|
strip_insignificant_zeros: false
|
150
162
|
human:
|
151
163
|
decimal_units:
|
152
|
-
format:
|
164
|
+
format: "%n %u"
|
153
165
|
units:
|
154
166
|
billion: mil millones
|
155
167
|
million: millón
|
@@ -163,7 +175,7 @@ es:
|
|
163
175
|
significant: true
|
164
176
|
strip_insignificant_zeros: true
|
165
177
|
storage_units:
|
166
|
-
format:
|
178
|
+
format: "%n %u"
|
167
179
|
units:
|
168
180
|
byte:
|
169
181
|
one: Byte
|
@@ -180,20 +192,13 @@ es:
|
|
180
192
|
delimiter: ''
|
181
193
|
support:
|
182
194
|
array:
|
183
|
-
last_word_connector:
|
184
|
-
two_words_connector:
|
185
|
-
words_connector:
|
195
|
+
last_word_connector: " y "
|
196
|
+
two_words_connector: " y "
|
197
|
+
words_connector: ", "
|
186
198
|
time:
|
187
199
|
am: am
|
188
200
|
formats:
|
189
|
-
default:
|
190
|
-
long:
|
191
|
-
short:
|
201
|
+
default: "%A, %-d de %B de %Y %H:%M:%S %z"
|
202
|
+
long: "%-d de %B de %Y %H:%M"
|
203
|
+
short: "%-d de %b %H:%M"
|
192
204
|
pm: pm
|
193
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
194
|
-
activemodel:
|
195
|
-
errors:
|
196
|
-
<<: *errors
|
197
|
-
activerecord:
|
198
|
-
errors:
|
199
|
-
<<: *errors
|
data/rails/locale/et.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
et:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -31,9 +32,9 @@ et:
|
|
31
32
|
- reede
|
32
33
|
- laupäev
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%d.%m.%Y"
|
36
|
+
long: "%d. %B %Y"
|
37
|
+
short: "%d.%m.%y"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- jaanuar
|
@@ -75,19 +76,19 @@ et:
|
|
75
76
|
other: vähem kui %{count} sekundit
|
76
77
|
over_x_years:
|
77
78
|
one: üle %{count} aasta
|
78
|
-
other: üle %{count}
|
79
|
+
other: üle %{count} aasta
|
79
80
|
x_days:
|
80
|
-
one:
|
81
|
-
other:
|
81
|
+
one: "%{count} päev"
|
82
|
+
other: "%{count} päeva"
|
82
83
|
x_minutes:
|
83
|
-
one:
|
84
|
-
other:
|
84
|
+
one: "%{count} minut"
|
85
|
+
other: "%{count} minutit"
|
85
86
|
x_months:
|
86
|
-
one:
|
87
|
-
other:
|
87
|
+
one: "%{count} kuu"
|
88
|
+
other: "%{count} kuud"
|
88
89
|
x_seconds:
|
89
|
-
one:
|
90
|
-
other:
|
90
|
+
one: "%{count} sekund"
|
91
|
+
other: "%{count} sekundit"
|
91
92
|
prompts:
|
92
93
|
day: Päev
|
93
94
|
hour: Tunde
|
@@ -95,14 +96,14 @@ et:
|
|
95
96
|
month: Kuu
|
96
97
|
second: Sekundit
|
97
98
|
year: Aasta
|
98
|
-
errors:
|
99
|
-
format:
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
100
101
|
messages:
|
101
102
|
accepted: peab olema heaks kiidetud
|
102
103
|
blank: on täitmata
|
103
104
|
confirmation: ei vasta kinnitusele
|
104
105
|
empty: on tühi
|
105
|
-
equal_to: peab võrdne arvuga %{count}
|
106
|
+
equal_to: peab olema võrdne arvuga %{count}
|
106
107
|
even: peab olema paarisarv
|
107
108
|
exclusion: on reserveeritud
|
108
109
|
greater_than: ei tohi olla suurem kui %{count}
|
@@ -114,16 +115,16 @@ et:
|
|
114
115
|
not_a_number: ei ole number
|
115
116
|
not_an_integer: peab olema täisarv
|
116
117
|
odd: peab olema paaritu arv
|
117
|
-
record_invalid:
|
118
|
+
record_invalid: 'Valideerimine ebaõnnestus: %{errors}'
|
118
119
|
taken: on juba võetud
|
119
120
|
too_long: on liiga pikk (maksimum on %{count} tähemärki)
|
120
121
|
too_short: on liiga lühike (miinimum on %{count} tähemärki)
|
121
122
|
wrong_length: on vale pikkusega (peab olema %{count} tähemärki)
|
122
123
|
template:
|
123
|
-
body:
|
124
|
+
body: 'Probleeme ilmnes järgmiste väljadega:'
|
124
125
|
header:
|
125
126
|
one: Üks viga takistas objekti %{model} salvestamist
|
126
|
-
other:
|
127
|
+
other: "%{count} viga takistasid objekti %{model} salvestamist"
|
127
128
|
helpers:
|
128
129
|
select:
|
129
130
|
prompt: Palun vali
|
@@ -134,22 +135,22 @@ et:
|
|
134
135
|
number:
|
135
136
|
currency:
|
136
137
|
format:
|
137
|
-
delimiter:
|
138
|
-
format:
|
138
|
+
delimiter: " "
|
139
|
+
format: "%n %u"
|
139
140
|
precision: 2
|
140
|
-
separator:
|
141
|
+
separator: ","
|
141
142
|
significant: false
|
142
143
|
strip_insignificant_zeros: false
|
143
|
-
unit: €
|
144
|
+
unit: "€"
|
144
145
|
format:
|
145
|
-
delimiter:
|
146
|
+
delimiter: " "
|
146
147
|
precision: 2
|
147
|
-
separator:
|
148
|
+
separator: ","
|
148
149
|
significant: false
|
149
150
|
strip_insignificant_zeros: false
|
150
151
|
human:
|
151
152
|
decimal_units:
|
152
|
-
format:
|
153
|
+
format: "%n %u"
|
153
154
|
units:
|
154
155
|
billion: miljard
|
155
156
|
million: miljon
|
@@ -163,7 +164,7 @@ et:
|
|
163
164
|
significant: true
|
164
165
|
strip_insignificant_zeros: true
|
165
166
|
storage_units:
|
166
|
-
format:
|
167
|
+
format: "%n %u"
|
167
168
|
units:
|
168
169
|
byte:
|
169
170
|
one: bait
|
@@ -180,20 +181,13 @@ et:
|
|
180
181
|
delimiter: ''
|
181
182
|
support:
|
182
183
|
array:
|
183
|
-
last_word_connector:
|
184
|
-
two_words_connector:
|
185
|
-
words_connector:
|
184
|
+
last_word_connector: " ja "
|
185
|
+
two_words_connector: " ja "
|
186
|
+
words_connector: ", "
|
186
187
|
time:
|
187
188
|
am: enne lõunat
|
188
189
|
formats:
|
189
|
-
default:
|
190
|
-
long:
|
191
|
-
short:
|
190
|
+
default: "%d. %B %Y, %H:%M"
|
191
|
+
long: "%a, %d. %b %Y, %H:%M:%S %z"
|
192
|
+
short: "%d.%m.%y, %H:%M"
|
192
193
|
pm: pärast lõunat
|
193
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
194
|
-
activemodel:
|
195
|
-
errors:
|
196
|
-
<<: *errors
|
197
|
-
activerecord:
|
198
|
-
errors:
|
199
|
-
<<: *errors
|
data/rails/locale/eu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
eu:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
@@ -31,9 +32,9 @@ eu:
|
|
31
32
|
- Ostirala
|
32
33
|
- Larunbata
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%Y/%m/%e"
|
36
|
+
long: "%Y(e)ko %Bk %e"
|
37
|
+
short: "%b %e"
|
37
38
|
month_names:
|
38
39
|
-
|
39
40
|
- Urtarrila
|
@@ -56,38 +57,38 @@ eu:
|
|
56
57
|
distance_in_words:
|
57
58
|
about_x_hours:
|
58
59
|
one: ordu bat inguru
|
59
|
-
other:
|
60
|
+
other: "%{count} ordu inguru"
|
60
61
|
about_x_months:
|
61
62
|
one: hilabete bat inguru
|
62
|
-
other:
|
63
|
+
other: "%{count} hilabete inguru"
|
63
64
|
about_x_years:
|
64
65
|
one: urte bat inguru
|
65
|
-
other:
|
66
|
+
other: "%{count} urte inguru"
|
66
67
|
almost_x_years:
|
67
68
|
one: ia urte bat
|
68
69
|
other: ia %{count} urte
|
69
70
|
half_a_minute: minutu erdi
|
70
71
|
less_than_x_minutes:
|
71
72
|
one: 1 minutu bat baino gutxiago
|
72
|
-
other:
|
73
|
+
other: "%{count} minutu baino gutxiago"
|
73
74
|
less_than_x_seconds:
|
74
75
|
one: segundu bat baino gutxiago
|
75
|
-
other:
|
76
|
+
other: "%{count} segundu baino gutxiago"
|
76
77
|
over_x_years:
|
77
78
|
one: urte bat baino gehiago
|
78
|
-
other:
|
79
|
+
other: "%{count} urte baino gehiago"
|
79
80
|
x_days:
|
80
81
|
one: egun bat
|
81
|
-
other:
|
82
|
+
other: "%{count} egun"
|
82
83
|
x_minutes:
|
83
84
|
one: minutu bat
|
84
|
-
other:
|
85
|
+
other: "%{count} minutu"
|
85
86
|
x_months:
|
86
87
|
one: hilabete bat
|
87
|
-
other:
|
88
|
+
other: "%{count} hilabete"
|
88
89
|
x_seconds:
|
89
90
|
one: segundu bat
|
90
|
-
other:
|
91
|
+
other: "%{count} segundu"
|
91
92
|
prompts:
|
92
93
|
day: Egun
|
93
94
|
hour: Ordu
|
@@ -95,61 +96,61 @@ eu:
|
|
95
96
|
month: Hilabete
|
96
97
|
second: Segundu
|
97
98
|
year: Urte
|
98
|
-
errors:
|
99
|
-
format:
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
100
101
|
messages:
|
101
102
|
accepted: onartuta izan behar da
|
102
103
|
blank: ezin da zuriz utzi
|
103
104
|
confirmation: ez dator bat konfirmazioarekin
|
104
105
|
empty: ezin da hutsik egon
|
105
|
-
equal_to:
|
106
|
+
equal_to: "%{count} izan behar da"
|
106
107
|
even: bikoitia izan behar du
|
107
108
|
exclusion: erreserbatuta dago
|
108
|
-
greater_than:
|
109
|
-
greater_than_or_equal_to:
|
109
|
+
greater_than: "%{count} baino handiagoa izan behar da"
|
110
|
+
greater_than_or_equal_to: "%{count} baino handiago edo berdin izan behar da"
|
110
111
|
inclusion: ez da zerrendako aukera bat
|
111
112
|
invalid: ez da zuzena
|
112
|
-
less_than:
|
113
|
-
less_than_or_equal_to:
|
113
|
+
less_than: "%{count} baino txikiago izan behar da"
|
114
|
+
less_than_or_equal_to: "%{count} baino txikiago edo berdin izan behar da"
|
114
115
|
not_a_number: ez da zenbaki bat
|
115
116
|
not_an_integer: zenbaki osoa izan behar da
|
116
117
|
odd: bakoitia izan behar du
|
117
|
-
record_invalid:
|
118
|
+
record_invalid: 'Balioztatze arazoa: %{errors}'
|
118
119
|
taken: hartuta dago
|
119
120
|
too_long: luzeegia da (%{count} karaktere gehienez)
|
120
121
|
too_short: laburregia da (%{count} karaktere gutxienez)
|
121
122
|
wrong_length: ez du luzeera zuzena (%{count} karaktere izan behar ditu)
|
122
123
|
template:
|
123
|
-
body:
|
124
|
+
body: 'Arazoak egon dira ondoko eremuekin:'
|
124
125
|
header:
|
125
126
|
one: Errore batek ezinezkoa egin du %{model} hau gordetzea
|
126
|
-
other:
|
127
|
+
other: "%{count} errorek ezinezkoa egiten dute %{model} hau gordetzea"
|
127
128
|
helpers:
|
128
129
|
select:
|
129
130
|
prompt: Mesedez, aukeratu
|
130
131
|
submit:
|
131
|
-
create:
|
132
|
-
submit:
|
133
|
-
update:
|
132
|
+
create: "%{model}a eratu"
|
133
|
+
submit: "%{model}a gorde"
|
134
|
+
update: "%{model}a eguneratu"
|
134
135
|
number:
|
135
136
|
currency:
|
136
137
|
format:
|
137
|
-
delimiter: .
|
138
|
-
format:
|
138
|
+
delimiter: "."
|
139
|
+
format: "%n %u"
|
139
140
|
precision: 2
|
140
|
-
separator:
|
141
|
+
separator: ","
|
141
142
|
significant: false
|
142
143
|
strip_insignificant_zeros: false
|
143
|
-
unit: €
|
144
|
+
unit: "€"
|
144
145
|
format:
|
145
|
-
delimiter: .
|
146
|
+
delimiter: "."
|
146
147
|
precision: 3
|
147
|
-
separator:
|
148
|
+
separator: ","
|
148
149
|
significant: false
|
149
150
|
strip_insignificant_zeros: false
|
150
151
|
human:
|
151
152
|
decimal_units:
|
152
|
-
format:
|
153
|
+
format: "%n %u"
|
153
154
|
units:
|
154
155
|
billion: Mila milioi
|
155
156
|
million: Milioi
|
@@ -163,7 +164,7 @@ eu:
|
|
163
164
|
significant: true
|
164
165
|
strip_insignificant_zeros: true
|
165
166
|
storage_units:
|
166
|
-
format:
|
167
|
+
format: "%n %u"
|
167
168
|
units:
|
168
169
|
byte:
|
169
170
|
one: Byte
|
@@ -180,20 +181,13 @@ eu:
|
|
180
181
|
delimiter: ''
|
181
182
|
support:
|
182
183
|
array:
|
183
|
-
last_word_connector:
|
184
|
-
two_words_connector:
|
185
|
-
words_connector:
|
184
|
+
last_word_connector: " eta "
|
185
|
+
two_words_connector: " eta "
|
186
|
+
words_connector: ", "
|
186
187
|
time:
|
187
188
|
am: am
|
188
189
|
formats:
|
189
|
-
default:
|
190
|
-
long:
|
191
|
-
short:
|
190
|
+
default: "%A, %Y(e)ko %Bren %e %H:%M:%S %z"
|
191
|
+
long: "%Y(e)ko %Bren %e, %H:%M"
|
192
|
+
short: "%b %e, %H:%M"
|
192
193
|
pm: pm
|
193
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
194
|
-
activemodel:
|
195
|
-
errors:
|
196
|
-
<<: *errors
|
197
|
-
activerecord:
|
198
|
-
errors:
|
199
|
-
<<: *errors
|