rails-i18n 3.0.1 → 4.0.0.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +0 -33
- data/README.md +17 -15
- data/rails/locale/af.yml +2 -2
- data/rails/locale/ar.yml +2 -2
- data/rails/locale/az.yml +2 -2
- data/rails/locale/bg.yml +3 -3
- data/rails/locale/bn.yml +2 -2
- data/rails/locale/bs.yml +0 -2
- data/rails/locale/ca.yml +2 -2
- data/rails/locale/cs.yml +2 -2
- data/rails/locale/cy.yml +2 -2
- data/rails/locale/da.yml +2 -2
- data/rails/locale/de-AT.yml +2 -2
- data/rails/locale/de-CH.yml +4 -8
- data/rails/locale/de.yml +4 -4
- data/rails/locale/el.yml +2 -2
- data/rails/locale/en-AU.yml +2 -2
- data/rails/locale/en-CA.yml +6 -6
- data/rails/locale/en-GB.yml +2 -2
- data/rails/locale/en-IN.yml +2 -2
- data/rails/locale/en-NZ.yml +2 -2
- data/rails/locale/en.yml +8 -3
- data/rails/locale/eo.yml +2 -2
- data/rails/locale/es-AR.yml +4 -4
- data/rails/locale/es-CL.yml +2 -2
- data/rails/locale/es-CO.yml +2 -2
- data/rails/locale/es-MX.yml +2 -2
- data/rails/locale/es-PE.yml +2 -2
- data/rails/locale/es.yml +2 -2
- data/rails/locale/et.yml +2 -2
- data/rails/locale/eu.yml +2 -2
- data/rails/locale/fa.yml +2 -2
- data/rails/locale/fi.yml +2 -2
- data/rails/locale/fr-CA.yml +2 -2
- data/rails/locale/fr-CH.yml +3 -3
- data/rails/locale/fr.yml +136 -129
- data/rails/locale/gl.yml +2 -2
- data/rails/locale/he.yml +2 -2
- data/rails/locale/hi-IN.yml +2 -2
- data/rails/locale/hi.yml +2 -2
- data/rails/locale/hr.yml +2 -2
- data/rails/locale/hu.yml +25 -25
- data/rails/locale/id.yml +2 -2
- data/rails/locale/it-CH.yml +2 -2
- data/rails/locale/it.yml +3 -3
- data/rails/locale/ja.yml +10 -5
- data/rails/locale/kn.yml +2 -2
- data/rails/locale/ko.yml +2 -2
- data/rails/locale/lo.yml +2 -2
- data/rails/locale/lt.yml +2 -2
- data/rails/locale/lv.yml +2 -2
- data/rails/locale/mk.yml +2 -2
- data/rails/locale/nb.yml +2 -2
- data/rails/locale/ne.yml +3 -3
- data/rails/locale/nl.yml +2 -2
- data/rails/locale/nn.yml +2 -2
- data/rails/locale/pl.yml +3 -3
- data/rails/locale/pt-BR.yml +7 -2
- data/rails/locale/pt.yml +2 -2
- data/rails/locale/rm.yml +2 -2
- data/rails/locale/ro.yml +6 -6
- data/rails/locale/ru.yml +8 -8
- data/rails/locale/sk.yml +2 -2
- data/rails/locale/sl.yml +2 -2
- data/rails/locale/sr.yml +2 -2
- data/rails/locale/sv.yml +4 -4
- data/rails/locale/sw.yml +2 -2
- data/rails/locale/th.yml +2 -2
- data/rails/locale/uk.yml +4 -4
- data/rails/locale/uz.yml +2 -2
- data/rails/locale/vi.yml +3 -3
- data/rails/locale/zh-CN.yml +2 -2
- data/rails/locale/zh-HK.yml +3 -9
- data/rails/locale/zh-TW.yml +5 -3
- metadata +28 -29
- checksums.yaml +0 -7
- data/rails/locale/en-IE.yml +0 -205
- data/rails/locale/en-US.yml +0 -205
- data/rails/locale/es-CR.yml +0 -205
- data/rails/transliteration/de.yml +0 -11
- data/rails/transliteration/fr.yml +0 -36
- data/rails/transliteration/ro.yml +0 -14
data/rails/locale/es-CR.yml
DELETED
@@ -1,205 +0,0 @@
|
|
1
|
-
es-CR:
|
2
|
-
date:
|
3
|
-
abbr_day_names:
|
4
|
-
- dom
|
5
|
-
- lun
|
6
|
-
- mar
|
7
|
-
- mié
|
8
|
-
- jue
|
9
|
-
- vie
|
10
|
-
- sáb
|
11
|
-
abbr_month_names:
|
12
|
-
-
|
13
|
-
- ene
|
14
|
-
- feb
|
15
|
-
- mar
|
16
|
-
- abr
|
17
|
-
- may
|
18
|
-
- jun
|
19
|
-
- jul
|
20
|
-
- ago
|
21
|
-
- sep
|
22
|
-
- oct
|
23
|
-
- nov
|
24
|
-
- dic
|
25
|
-
day_names:
|
26
|
-
- domingo
|
27
|
-
- lunes
|
28
|
-
- martes
|
29
|
-
- miércoles
|
30
|
-
- jueves
|
31
|
-
- viernes
|
32
|
-
- sábado
|
33
|
-
formats:
|
34
|
-
default: ! '%d/%m/%Y'
|
35
|
-
long: ! '%A, %d de %B de %Y'
|
36
|
-
short: ! '%d de %b'
|
37
|
-
month_names:
|
38
|
-
-
|
39
|
-
- enero
|
40
|
-
- febrero
|
41
|
-
- marzo
|
42
|
-
- abril
|
43
|
-
- mayo
|
44
|
-
- junio
|
45
|
-
- julio
|
46
|
-
- agosto
|
47
|
-
- septiembre
|
48
|
-
- octubre
|
49
|
-
- noviembre
|
50
|
-
- diciembre
|
51
|
-
order:
|
52
|
-
- :day
|
53
|
-
- :month
|
54
|
-
- :year
|
55
|
-
datetime:
|
56
|
-
distance_in_words:
|
57
|
-
about_x_hours:
|
58
|
-
one: cerca de 1 hora
|
59
|
-
other: cerca de %{count} horas
|
60
|
-
about_x_months:
|
61
|
-
one: cerca de 1 mes
|
62
|
-
other: cerca de %{count} meses
|
63
|
-
about_x_years:
|
64
|
-
one: cerca de 1 año
|
65
|
-
other: cerca de %{count} años
|
66
|
-
almost_x_years:
|
67
|
-
one: casi 1 año
|
68
|
-
other: casi %{count} años
|
69
|
-
half_a_minute: medio minuto
|
70
|
-
less_than_x_minutes:
|
71
|
-
one: menos de 1 minuto
|
72
|
-
other: menos de %{count} minutos
|
73
|
-
less_than_x_seconds:
|
74
|
-
one: menos de 1 segundo
|
75
|
-
other: menos de %{count} segundos
|
76
|
-
over_x_years:
|
77
|
-
one: más de 1 año
|
78
|
-
other: más de %{count} años
|
79
|
-
x_days:
|
80
|
-
one: 1 día
|
81
|
-
other: ! '%{count} días'
|
82
|
-
x_minutes:
|
83
|
-
one: 1 minuto
|
84
|
-
other: ! '%{count} minutos'
|
85
|
-
x_months:
|
86
|
-
one: 1 mes
|
87
|
-
other: ! '%{count} meses'
|
88
|
-
x_seconds:
|
89
|
-
one: 1 segundo
|
90
|
-
other: ! '%{count} segundos'
|
91
|
-
prompts:
|
92
|
-
day: Día
|
93
|
-
hour: Hora
|
94
|
-
minute: Minuto
|
95
|
-
month: Mes
|
96
|
-
second: Segundos
|
97
|
-
year: Año
|
98
|
-
errors: &errors
|
99
|
-
format: ! '%{attribute} %{message}'
|
100
|
-
messages:
|
101
|
-
accepted: debe ser aceptado
|
102
|
-
blank: no puede estar en blanco
|
103
|
-
confirmation: no coincide con la confirmación
|
104
|
-
empty: no puede estar vacío
|
105
|
-
equal_to: debe ser igual a %{count}
|
106
|
-
even: debe ser un número par
|
107
|
-
exclusion: está reservado
|
108
|
-
greater_than: debe ser mayor que %{count}
|
109
|
-
greater_than_or_equal_to: debe ser mayor o igual que %{count}
|
110
|
-
inclusion: no está incluído en la lista
|
111
|
-
invalid: es inválido
|
112
|
-
less_than: debe ser menor que %{count}
|
113
|
-
less_than_or_equal_to: debe ser menor o igual que %{count}
|
114
|
-
not_a_number: no es un número
|
115
|
-
not_an_integer: debe ser un entero
|
116
|
-
odd: debe ser un número impar
|
117
|
-
record_invalid: ! 'La validación falló: %{errors}'
|
118
|
-
taken: ya ha sido utilizado
|
119
|
-
too_long:
|
120
|
-
one: es demasiado largo (máximo 1 caracter)
|
121
|
-
other: es demasiado largo (máximo %{count} caracteres)
|
122
|
-
too_short:
|
123
|
-
one: es demasiado corto (mínimo 1 caracter)
|
124
|
-
other: es demasiado corto (mínimo %{count} caracteres)
|
125
|
-
wrong_length:
|
126
|
-
one: longitud errónea (debe ser de 1 caracter)
|
127
|
-
other: longitud errónea (debe ser de %{count} caracteres)
|
128
|
-
template:
|
129
|
-
body: ! 'Revise que los siguientes campos sean válidos:'
|
130
|
-
header:
|
131
|
-
one: ! '%{model} no pudo guardarse debido a 1 error'
|
132
|
-
other: ! '%{model} no pudo guardarse debido a %{count} errores'
|
133
|
-
helpers:
|
134
|
-
select:
|
135
|
-
prompt: Por favor seleccione
|
136
|
-
submit:
|
137
|
-
create: Crear %{model}
|
138
|
-
submit: Guardar %{model}
|
139
|
-
update: Actualizar %{model}
|
140
|
-
number:
|
141
|
-
currency:
|
142
|
-
format:
|
143
|
-
delimiter: ! ','
|
144
|
-
format: ! '%u%n'
|
145
|
-
precision: 0
|
146
|
-
separator: .
|
147
|
-
significant: false
|
148
|
-
strip_insignificant_zeros: false
|
149
|
-
unit: ¢
|
150
|
-
format:
|
151
|
-
delimiter: ! ','
|
152
|
-
precision: 2
|
153
|
-
separator: .
|
154
|
-
significant: false
|
155
|
-
strip_insignificant_zeros: false
|
156
|
-
human:
|
157
|
-
decimal_units:
|
158
|
-
format: ! '%n %u'
|
159
|
-
units:
|
160
|
-
billion: mil millones
|
161
|
-
million: millón
|
162
|
-
quadrillion: mil billones
|
163
|
-
thousand: mil
|
164
|
-
trillion: billón
|
165
|
-
unit: ''
|
166
|
-
format:
|
167
|
-
delimiter: ! ','
|
168
|
-
precision: 3
|
169
|
-
significant: true
|
170
|
-
strip_insignificant_zeros: true
|
171
|
-
storage_units:
|
172
|
-
format: ! '%n %u'
|
173
|
-
units:
|
174
|
-
byte:
|
175
|
-
one: Byte
|
176
|
-
other: Bytes
|
177
|
-
gb: GB
|
178
|
-
kb: KB
|
179
|
-
mb: MB
|
180
|
-
tb: TB
|
181
|
-
percentage:
|
182
|
-
format:
|
183
|
-
delimiter: ! ','
|
184
|
-
precision:
|
185
|
-
format:
|
186
|
-
delimiter: ! ','
|
187
|
-
support:
|
188
|
-
array:
|
189
|
-
last_word_connector: ! ' y '
|
190
|
-
two_words_connector: ! ' y '
|
191
|
-
words_connector: ! ', '
|
192
|
-
time:
|
193
|
-
am: am
|
194
|
-
formats:
|
195
|
-
default: ! '%a, %d de %b de %Y a las %H:%M:%S %Z'
|
196
|
-
long: ! '%A, %d de %B de %Y a las %I:%M %p'
|
197
|
-
short: ! '%d de %b a las %H:%M hrs'
|
198
|
-
pm: pm
|
199
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
200
|
-
activemodel:
|
201
|
-
errors:
|
202
|
-
<<: *errors
|
203
|
-
activerecord:
|
204
|
-
errors:
|
205
|
-
<<: *errors
|
@@ -1,36 +0,0 @@
|
|
1
|
-
fr:
|
2
|
-
i18n:
|
3
|
-
transliterate:
|
4
|
-
rule:
|
5
|
-
à: "a"
|
6
|
-
â: "a"
|
7
|
-
æ: "ae"
|
8
|
-
ç: "c"
|
9
|
-
é: "e"
|
10
|
-
è: "e"
|
11
|
-
ê: "e"
|
12
|
-
ë: "e"
|
13
|
-
î: "i"
|
14
|
-
ï: "i"
|
15
|
-
ô: "oe"
|
16
|
-
œ: "oe"
|
17
|
-
ù: "u"
|
18
|
-
û: "u"
|
19
|
-
ü: "u"
|
20
|
-
ÿ: "y"
|
21
|
-
À: "A"
|
22
|
-
Â: "A"
|
23
|
-
Æ: "Ae"
|
24
|
-
Ç: "C"
|
25
|
-
É: "E"
|
26
|
-
È: "E"
|
27
|
-
Ê: "E"
|
28
|
-
Ë: "E"
|
29
|
-
Î: "I"
|
30
|
-
Ï: "I"
|
31
|
-
Ô: "O"
|
32
|
-
Œ: "Oe"
|
33
|
-
Ù: "U"
|
34
|
-
Û: "U"
|
35
|
-
Ü: "U"
|
36
|
-
Ÿ: "Y"
|