rails-i18n 5.0.0.beta3 → 5.0.0.beta4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -4
- data/README.md +7 -8
- data/rails/locale/ar.yml +2 -2
- data/rails/locale/cs.yml +1 -0
- data/rails/locale/da.yml +2 -0
- data/rails/locale/de-AT.yml +2 -0
- data/rails/locale/de-CH.yml +2 -0
- data/rails/locale/de-DE.yml +215 -0
- data/rails/locale/de.yml +2 -0
- data/rails/locale/es-ES.yml +214 -0
- data/rails/locale/es-PA.yml +25 -25
- data/rails/locale/fr-FR.yml +207 -0
- data/rails/locale/fr.yml +3 -0
- data/rails/locale/it.yml +1 -0
- data/rails/locale/km.yml +3 -3
- data/rails/locale/ml.yml +210 -0
- data/rails/locale/nb.yml +4 -1
- data/rails/locale/nn.yml +5 -2
- data/rails/locale/sq.yml +208 -0
- data/rails/locale/tr.yml +2 -0
- data/rails/locale/uk.yml +3 -0
- data/rails/locale/zh-CN.yml +4 -1
- data/rails/locale/zh-HK.yml +28 -26
- data/rails/locale/zh-TW.yml +4 -1
- data/rails/locale/zh-YUE.yml +31 -29
- data/rails/pluralization/de-DE.rb +3 -0
- data/rails/pluralization/es-ES.rb +3 -0
- data/rails/pluralization/fr-FR.rb +3 -0
- data/rails/pluralization/he.rb +2 -20
- data/rails/pluralization/ml.rb +3 -0
- data/rails/pluralization/pt.rb +3 -0
- metadata +12 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 704311cf86f266f0fc8044e131cd5ea55c7b8d40
|
4
|
+
data.tar.gz: aea4de8ec4972198a9a5d0eac149e194c940a6fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0845c51c5f320b0163d93a17d852a7c9e3dd001c4894a931eb6039f1b243ca107e8f808bd686150c45842c8b92979aaabbb45de5f612cf3f09e07d2e3b9b5f12
|
7
|
+
data.tar.gz: 1718be6ddde2511b5f06e16fe39c09bfe3d5e91036751f16cd45192f2564215be073683fd5b9265f0ea7e0cbfabb842a6d8c6c9a663264b12ea78c3ae70fc2f5
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,28 @@
|
|
1
1
|
## 5.0.0 (not yet released)
|
2
2
|
- Change the structure of translation files for Rails 5
|
3
|
-
- Update Spanish locales (ES
|
3
|
+
- Update Spanish locales (ES-\*)
|
4
4
|
- Update Brazilian Portuguese (pt-BR)
|
5
5
|
- Update Dutch (nl)
|
6
6
|
- Update Indonesian (id)
|
7
7
|
- Update Arabic (ar)
|
8
|
+
- Add German (de-DE)
|
9
|
+
- Add French (fr-FR)
|
10
|
+
- Add Malayalam (ml)
|
11
|
+
- Update Chinese (zh-CN, zh-HK, zh-TW, zh-YUE)
|
12
|
+
- Update Khmer (km)
|
13
|
+
- Update German (de-AT, de-CH, de-DE, de)
|
14
|
+
- Update French (fr)
|
15
|
+
- Update Norwegian bokmål (nb)
|
16
|
+
- Update Norwegian (nn)
|
17
|
+
- Add Albanian (sq)
|
18
|
+
- Update Turkish (tr)
|
19
|
+
- Update Italian (it)
|
20
|
+
- Update Ukrainian (uk)
|
21
|
+
- Update Danish (da)
|
22
|
+
- Update Spanish, Panama (es-PA)
|
23
|
+
- Update Czech (cs)
|
24
|
+
- Update Portuguese (pt)
|
25
|
+
- Update Hebrew (he)
|
8
26
|
|
9
27
|
## 4.0.9 (not yet released)
|
10
28
|
- Update Bosnian (bs)
|
@@ -85,7 +103,7 @@
|
|
85
103
|
- Update Czech (cs)
|
86
104
|
- Update Indonesian (id)
|
87
105
|
- Update Chinese Simplified (zh-CN)
|
88
|
-
- Complete
|
106
|
+
- Complete Russian (ru)
|
89
107
|
- Update Arabic (ar)
|
90
108
|
- Update Turkish (tr)
|
91
109
|
- Update Vietnamese (vi)
|
@@ -277,12 +295,12 @@
|
|
277
295
|
- removed the `fun` directory
|
278
296
|
- added a pluralization rule for French (fr) locale
|
279
297
|
- replaced pluralization instances of `1` with `%{count}` in French (fr) locale
|
280
|
-
- modified `datetime.distance_in_words.almost_x_years` for
|
298
|
+
- modified `datetime.distance_in_words.almost_x_years` for Russian (ru) locale
|
281
299
|
- changed `number.currency.format.precision` from 3 to 0 for Japanese (ja) locale
|
282
300
|
|
283
301
|
## 0.3.0 (2012-01-10)
|
284
302
|
|
285
|
-
- loads will_paginate
|
303
|
+
- loads will_paginate/\*.yml if the constant WillPaginate is defined
|
286
304
|
- filled in missing will_paginate translations for en-US/en-GB/ja/sk
|
287
305
|
- Friulian(fur) is ready for Rails 2 and 3
|
288
306
|
- corrected translation for 'too_short' (ro)
|
data/README.md
CHANGED
@@ -54,18 +54,18 @@ Locale data whose structure is compatible with Rails 2.3 are available on the se
|
|
54
54
|
|
55
55
|
Available locales are:
|
56
56
|
|
57
|
-
> af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, el,
|
57
|
+
> af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, de-DE, el,
|
58
58
|
> en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, eo, es,
|
59
|
-
> es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-MX, es-PA, es-PE, es-US, es-VE,
|
60
|
-
> et, eu, fa, fi, fr, fr-CA, fr-CH, gl, he, hi, hi-IN, hr, hu, id, is, it,
|
61
|
-
> it-CH, ja, km, kn, ko, lb, lo, lt, lv, mk, mn, mr-IN, ms, nb, ne, nl, nn, or,
|
62
|
-
> pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sr, sv, sw, ta, th, tl, tr, tt, ug, uk,
|
59
|
+
> es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-ES, es-MX, es-PA, es-PE, es-US, es-VE,
|
60
|
+
> et, eu, fa, fi, fr, fr-CA, fr-CH, fr-FR, gl, he, hi, hi-IN, hr, hu, id, is, it,
|
61
|
+
> it-CH, ja, km, kn, ko, lb, lo, lt, lv, ml, mk, mn, mr-IN, ms, nb, ne, nl, nn, or,
|
62
|
+
> pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sq, sr, sv, sw, ta, th, tl, tr, tt, ug, uk,
|
63
63
|
> ur, uz, vi, wo, zh-CN, zh-HK, zh-TW, zh-YUE
|
64
64
|
|
65
65
|
Complete locales are:
|
66
66
|
|
67
|
-
> en-US, es, es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-MX, es-PA, es-PE,
|
68
|
-
> es-US, es-VE, id, ja, nl, pt-BR
|
67
|
+
> en-US, es, es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-ES, es-MX, es-PA, es-PE,
|
68
|
+
> es-US, es-VE, id, ja, ml, nl, pt-BR
|
69
69
|
|
70
70
|
Currently, most locales are incomplete. Typically they lack the following keys:
|
71
71
|
|
@@ -116,7 +116,6 @@ If you are not,
|
|
116
116
|
### Create or edit your locale file
|
117
117
|
|
118
118
|
* Have a look in `rails/locale/en.yml`, which should be used as the base of your translation.
|
119
|
-
Note that we use `&errors_messages` and `<<: *errors_messages` to anchor and merge a part of translation data.
|
120
119
|
* Create or edit your locale file.
|
121
120
|
Please pay attention to save your files as UTF-8.
|
122
121
|
|
data/rails/locale/ar.yml
CHANGED
data/rails/locale/cs.yml
CHANGED
@@ -134,6 +134,7 @@ cs:
|
|
134
134
|
not_a_number: není číslo
|
135
135
|
not_an_integer: musí být celé číslo
|
136
136
|
odd: musí být liché číslo
|
137
|
+
required: musí existovat
|
137
138
|
taken: již databáze obsahuje
|
138
139
|
too_long: je příliš dlouhý/á/é (max. %{count} znaků)
|
139
140
|
too_short: je příliš krátký/á/é (min. %{count} znaků)
|
data/rails/locale/da.yml
CHANGED
@@ -120,9 +120,11 @@ da:
|
|
120
120
|
invalid: er ikke gyldig
|
121
121
|
less_than: skal være mindre end %{count}
|
122
122
|
less_than_or_equal_to: skal være mindre end, eller lig med, %{count}
|
123
|
+
model_invalid: "Godkendelse gik galt: %{errors}"
|
123
124
|
not_a_number: er ikke et tal
|
124
125
|
not_an_integer: er ikke et heltal
|
125
126
|
odd: skal være et ulige tal
|
127
|
+
required: skal eksistere
|
126
128
|
taken: er allerede brugt
|
127
129
|
too_long: er for lang (højest %{count} tegn)
|
128
130
|
too_short: er for kort (mindst %{count} tegn)
|
data/rails/locale/de-AT.yml
CHANGED
@@ -121,8 +121,10 @@ de-AT:
|
|
121
121
|
invalid: ist nicht gültig
|
122
122
|
less_than: muss kleiner als %{count} sein
|
123
123
|
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
|
124
|
+
model_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
124
125
|
not_a_number: ist keine Zahl
|
125
126
|
not_an_integer: muss ganzzahlig sein
|
127
|
+
required: muss ausgefüllt werden
|
126
128
|
odd: muss ungerade sein
|
127
129
|
taken: ist bereits vergeben
|
128
130
|
too_long:
|
data/rails/locale/de-CH.yml
CHANGED
@@ -121,8 +121,10 @@ de-CH:
|
|
121
121
|
invalid: ist nicht gültig
|
122
122
|
less_than: muss kleiner als %{count} sein
|
123
123
|
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
|
124
|
+
model_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
124
125
|
not_a_number: ist keine Zahl
|
125
126
|
not_an_integer: muss ganzzahlig sein
|
127
|
+
required: muss ausgefüllt werden
|
126
128
|
odd: muss ungerade sein
|
127
129
|
taken: ist bereits vergeben
|
128
130
|
too_long:
|
@@ -0,0 +1,215 @@
|
|
1
|
+
---
|
2
|
+
de-DE:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
record_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
7
|
+
restrict_dependent_destroy:
|
8
|
+
has_one: Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz
|
9
|
+
existiert.
|
10
|
+
has_many: Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren.
|
11
|
+
date:
|
12
|
+
abbr_day_names:
|
13
|
+
- So
|
14
|
+
- Mo
|
15
|
+
- Di
|
16
|
+
- Mi
|
17
|
+
- Do
|
18
|
+
- Fr
|
19
|
+
- Sa
|
20
|
+
abbr_month_names:
|
21
|
+
-
|
22
|
+
- Jan
|
23
|
+
- Feb
|
24
|
+
- Mär
|
25
|
+
- Apr
|
26
|
+
- Mai
|
27
|
+
- Jun
|
28
|
+
- Jul
|
29
|
+
- Aug
|
30
|
+
- Sep
|
31
|
+
- Okt
|
32
|
+
- Nov
|
33
|
+
- Dez
|
34
|
+
day_names:
|
35
|
+
- Sonntag
|
36
|
+
- Montag
|
37
|
+
- Dienstag
|
38
|
+
- Mittwoch
|
39
|
+
- Donnerstag
|
40
|
+
- Freitag
|
41
|
+
- Samstag
|
42
|
+
formats:
|
43
|
+
default: "%d.%m.%Y"
|
44
|
+
long: "%e. %B %Y"
|
45
|
+
short: "%e. %b"
|
46
|
+
month_names:
|
47
|
+
-
|
48
|
+
- Januar
|
49
|
+
- Februar
|
50
|
+
- März
|
51
|
+
- April
|
52
|
+
- Mai
|
53
|
+
- Juni
|
54
|
+
- Juli
|
55
|
+
- August
|
56
|
+
- September
|
57
|
+
- Oktober
|
58
|
+
- November
|
59
|
+
- Dezember
|
60
|
+
order:
|
61
|
+
- :day
|
62
|
+
- :month
|
63
|
+
- :year
|
64
|
+
datetime:
|
65
|
+
distance_in_words:
|
66
|
+
about_x_hours:
|
67
|
+
one: etwa eine Stunde
|
68
|
+
other: etwa %{count} Stunden
|
69
|
+
about_x_months:
|
70
|
+
one: etwa ein Monat
|
71
|
+
other: etwa %{count} Monate
|
72
|
+
about_x_years:
|
73
|
+
one: etwa ein Jahr
|
74
|
+
other: etwa %{count} Jahre
|
75
|
+
almost_x_years:
|
76
|
+
one: fast ein Jahr
|
77
|
+
other: fast %{count} Jahre
|
78
|
+
half_a_minute: eine halbe Minute
|
79
|
+
less_than_x_minutes:
|
80
|
+
one: weniger als eine Minute
|
81
|
+
other: weniger als %{count} Minuten
|
82
|
+
less_than_x_seconds:
|
83
|
+
one: weniger als eine Sekunde
|
84
|
+
other: weniger als %{count} Sekunden
|
85
|
+
over_x_years:
|
86
|
+
one: mehr als ein Jahr
|
87
|
+
other: mehr als %{count} Jahre
|
88
|
+
x_days:
|
89
|
+
one: ein Tag
|
90
|
+
other: "%{count} Tage"
|
91
|
+
x_minutes:
|
92
|
+
one: eine Minute
|
93
|
+
other: "%{count} Minuten"
|
94
|
+
x_months:
|
95
|
+
one: ein Monat
|
96
|
+
other: "%{count} Monate"
|
97
|
+
x_seconds:
|
98
|
+
one: eine Sekunde
|
99
|
+
other: "%{count} Sekunden"
|
100
|
+
prompts:
|
101
|
+
day: Tag
|
102
|
+
hour: Stunden
|
103
|
+
minute: Minute
|
104
|
+
month: Monat
|
105
|
+
second: Sekunde
|
106
|
+
year: Jahr
|
107
|
+
errors:
|
108
|
+
format: "%{attribute} %{message}"
|
109
|
+
messages:
|
110
|
+
accepted: muss akzeptiert werden
|
111
|
+
blank: muss ausgefüllt werden
|
112
|
+
present: darf nicht ausgefüllt werden
|
113
|
+
confirmation: stimmt nicht mit %{attribute} überein
|
114
|
+
empty: muss ausgefüllt werden
|
115
|
+
equal_to: muss genau %{count} sein
|
116
|
+
even: muss gerade sein
|
117
|
+
exclusion: ist nicht verfügbar
|
118
|
+
greater_than: muss größer als %{count} sein
|
119
|
+
greater_than_or_equal_to: muss größer oder gleich %{count} sein
|
120
|
+
inclusion: ist kein gültiger Wert
|
121
|
+
invalid: ist nicht gültig
|
122
|
+
less_than: muss kleiner als %{count} sein
|
123
|
+
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
|
124
|
+
model_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
125
|
+
not_a_number: ist keine Zahl
|
126
|
+
not_an_integer: muss ganzzahlig sein
|
127
|
+
required: muss ausgefüllt werden
|
128
|
+
odd: muss ungerade sein
|
129
|
+
taken: ist bereits vergeben
|
130
|
+
too_long:
|
131
|
+
one: ist zu lang (mehr als 1 Zeichen)
|
132
|
+
other: ist zu lang (mehr als %{count} Zeichen)
|
133
|
+
too_short:
|
134
|
+
one: ist zu kurz (weniger als 1 Zeichen)
|
135
|
+
other: ist zu kurz (weniger als %{count} Zeichen)
|
136
|
+
wrong_length:
|
137
|
+
one: hat die falsche Länge (muss genau 1 Zeichen haben)
|
138
|
+
other: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
139
|
+
other_than: darf nicht gleich %{count} sein
|
140
|
+
template:
|
141
|
+
body: 'Bitte überprüfen Sie die folgenden Felder:'
|
142
|
+
header:
|
143
|
+
one: 'Konnte %{model} nicht speichern: ein Fehler.'
|
144
|
+
other: 'Konnte %{model} nicht speichern: %{count} Fehler.'
|
145
|
+
helpers:
|
146
|
+
select:
|
147
|
+
prompt: Bitte wählen
|
148
|
+
submit:
|
149
|
+
create: "%{model} erstellen"
|
150
|
+
submit: "%{model} speichern"
|
151
|
+
update: "%{model} aktualisieren"
|
152
|
+
number:
|
153
|
+
currency:
|
154
|
+
format:
|
155
|
+
delimiter: "."
|
156
|
+
format: "%n %u"
|
157
|
+
precision: 2
|
158
|
+
separator: ","
|
159
|
+
significant: false
|
160
|
+
strip_insignificant_zeros: false
|
161
|
+
unit: "€"
|
162
|
+
format:
|
163
|
+
delimiter: "."
|
164
|
+
precision: 2
|
165
|
+
separator: ","
|
166
|
+
significant: false
|
167
|
+
strip_insignificant_zeros: false
|
168
|
+
human:
|
169
|
+
decimal_units:
|
170
|
+
format: "%n %u"
|
171
|
+
units:
|
172
|
+
billion:
|
173
|
+
one: Milliarde
|
174
|
+
other: Milliarden
|
175
|
+
million: Millionen
|
176
|
+
quadrillion:
|
177
|
+
one: Billiarde
|
178
|
+
other: Billiarden
|
179
|
+
thousand: Tausend
|
180
|
+
trillion: Billionen
|
181
|
+
unit: ''
|
182
|
+
format:
|
183
|
+
delimiter: ''
|
184
|
+
precision: 3
|
185
|
+
significant: true
|
186
|
+
strip_insignificant_zeros: true
|
187
|
+
storage_units:
|
188
|
+
format: "%n %u"
|
189
|
+
units:
|
190
|
+
byte:
|
191
|
+
one: Byte
|
192
|
+
other: Bytes
|
193
|
+
gb: GB
|
194
|
+
kb: KB
|
195
|
+
mb: MB
|
196
|
+
tb: TB
|
197
|
+
percentage:
|
198
|
+
format:
|
199
|
+
delimiter: ''
|
200
|
+
format: "%n %"
|
201
|
+
precision:
|
202
|
+
format:
|
203
|
+
delimiter: ''
|
204
|
+
support:
|
205
|
+
array:
|
206
|
+
last_word_connector: " und "
|
207
|
+
two_words_connector: " und "
|
208
|
+
words_connector: ", "
|
209
|
+
time:
|
210
|
+
am: vormittags
|
211
|
+
formats:
|
212
|
+
default: "%A, %d. %B %Y, %H:%M Uhr"
|
213
|
+
long: "%A, %d. %B %Y, %H:%M Uhr"
|
214
|
+
short: "%d. %B, %H:%M Uhr"
|
215
|
+
pm: nachmittags
|
data/rails/locale/de.yml
CHANGED
@@ -121,9 +121,11 @@ de:
|
|
121
121
|
invalid: ist nicht gültig
|
122
122
|
less_than: muss kleiner als %{count} sein
|
123
123
|
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
|
124
|
+
model_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
124
125
|
not_a_number: ist keine Zahl
|
125
126
|
not_an_integer: muss ganzzahlig sein
|
126
127
|
odd: muss ungerade sein
|
128
|
+
required: muss ausgefüllt werden
|
127
129
|
taken: ist bereits vergeben
|
128
130
|
too_long:
|
129
131
|
one: ist zu lang (mehr als 1 Zeichen)
|
@@ -0,0 +1,214 @@
|
|
1
|
+
---
|
2
|
+
es-ES:
|
3
|
+
activerecord:
|
4
|
+
errors:
|
5
|
+
messages:
|
6
|
+
record_invalid: "La validación falló: %{errors}"
|
7
|
+
restrict_dependent_destroy:
|
8
|
+
has_one: No se puede eliminar el registro porque existe un %{record} dependiente
|
9
|
+
has_many: No se puede eliminar el registro porque existen %{record} dependientes
|
10
|
+
date:
|
11
|
+
abbr_day_names:
|
12
|
+
- dom
|
13
|
+
- lun
|
14
|
+
- mar
|
15
|
+
- mié
|
16
|
+
- jue
|
17
|
+
- vie
|
18
|
+
- sáb
|
19
|
+
abbr_month_names:
|
20
|
+
-
|
21
|
+
- ene
|
22
|
+
- feb
|
23
|
+
- mar
|
24
|
+
- abr
|
25
|
+
- may
|
26
|
+
- jun
|
27
|
+
- jul
|
28
|
+
- ago
|
29
|
+
- sep
|
30
|
+
- oct
|
31
|
+
- nov
|
32
|
+
- dic
|
33
|
+
day_names:
|
34
|
+
- domingo
|
35
|
+
- lunes
|
36
|
+
- martes
|
37
|
+
- miércoles
|
38
|
+
- jueves
|
39
|
+
- viernes
|
40
|
+
- sábado
|
41
|
+
formats:
|
42
|
+
default: "%d/%m/%Y"
|
43
|
+
long: "%d de %B de %Y"
|
44
|
+
short: "%d de %b"
|
45
|
+
month_names:
|
46
|
+
-
|
47
|
+
- enero
|
48
|
+
- febrero
|
49
|
+
- marzo
|
50
|
+
- abril
|
51
|
+
- mayo
|
52
|
+
- junio
|
53
|
+
- julio
|
54
|
+
- agosto
|
55
|
+
- septiembre
|
56
|
+
- octubre
|
57
|
+
- noviembre
|
58
|
+
- diciembre
|
59
|
+
order:
|
60
|
+
- :day
|
61
|
+
- :month
|
62
|
+
- :year
|
63
|
+
datetime:
|
64
|
+
distance_in_words:
|
65
|
+
about_x_hours:
|
66
|
+
one: alrededor de 1 hora
|
67
|
+
other: alrededor de %{count} horas
|
68
|
+
about_x_months:
|
69
|
+
one: alrededor de 1 mes
|
70
|
+
other: alrededor de %{count} meses
|
71
|
+
about_x_years:
|
72
|
+
one: alrededor de 1 año
|
73
|
+
other: alrededor de %{count} años
|
74
|
+
almost_x_years:
|
75
|
+
one: casi 1 año
|
76
|
+
other: casi %{count} años
|
77
|
+
half_a_minute: medio minuto
|
78
|
+
less_than_x_minutes:
|
79
|
+
one: menos de 1 minuto
|
80
|
+
other: menos de %{count} minutos
|
81
|
+
less_than_x_seconds:
|
82
|
+
one: menos de 1 segundo
|
83
|
+
other: menos de %{count} segundos
|
84
|
+
over_x_years:
|
85
|
+
one: más de 1 año
|
86
|
+
other: más de %{count} años
|
87
|
+
x_days:
|
88
|
+
one: 1 día
|
89
|
+
other: "%{count} días"
|
90
|
+
x_minutes:
|
91
|
+
one: 1 minuto
|
92
|
+
other: "%{count} minutos"
|
93
|
+
x_months:
|
94
|
+
one: 1 mes
|
95
|
+
other: "%{count} meses"
|
96
|
+
x_seconds:
|
97
|
+
one: 1 segundo
|
98
|
+
other: "%{count} segundos"
|
99
|
+
prompts:
|
100
|
+
day: Día
|
101
|
+
hour: Hora
|
102
|
+
minute: Minutos
|
103
|
+
month: Mes
|
104
|
+
second: Segundos
|
105
|
+
year: Año
|
106
|
+
errors:
|
107
|
+
format: "%{attribute} %{message}"
|
108
|
+
messages:
|
109
|
+
accepted: debe ser aceptado
|
110
|
+
blank: no puede estar en blanco
|
111
|
+
present: debe estar en blanco
|
112
|
+
confirmation: no coincide
|
113
|
+
empty: no puede estar vacío
|
114
|
+
equal_to: debe ser igual a %{count}
|
115
|
+
even: debe ser par
|
116
|
+
exclusion: está reservado
|
117
|
+
greater_than: debe ser mayor que %{count}
|
118
|
+
greater_than_or_equal_to: debe ser mayor que o igual a %{count}
|
119
|
+
inclusion: no está incluido en la lista
|
120
|
+
invalid: no es válido
|
121
|
+
less_than: debe ser menor que %{count}
|
122
|
+
less_than_or_equal_to: debe ser menor que o igual a %{count}
|
123
|
+
model_invalid: "La validación falló: %{errors}"
|
124
|
+
not_a_number: no es un número
|
125
|
+
not_an_integer: debe ser un entero
|
126
|
+
odd: debe ser impar
|
127
|
+
required: debe existir
|
128
|
+
taken: ya está en uso
|
129
|
+
too_long:
|
130
|
+
one: "es demasiado largo (1 carácter máximo)"
|
131
|
+
other: "es demasiado largo (%{count} caracteres máximo)"
|
132
|
+
too_short:
|
133
|
+
one: "es demasiado corto (1 carácter mínimo)"
|
134
|
+
other: "es demasiado corto (%{count} caracteres mínimo)"
|
135
|
+
wrong_length:
|
136
|
+
one: "no tiene la longitud correcta (1 carácter exactos)"
|
137
|
+
other: "no tiene la longitud correcta (%{count} caracteres exactos)"
|
138
|
+
other_than: debe ser distinto de %{count}
|
139
|
+
template:
|
140
|
+
body: 'Se encontraron problemas con los siguientes campos:'
|
141
|
+
header:
|
142
|
+
one: No se pudo guardar este/a %{model} porque se encontró 1 error
|
143
|
+
other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
|
144
|
+
helpers:
|
145
|
+
select:
|
146
|
+
prompt: Por favor seleccione
|
147
|
+
submit:
|
148
|
+
create: Crear %{model}
|
149
|
+
submit: Guardar %{model}
|
150
|
+
update: Actualizar %{model}
|
151
|
+
number:
|
152
|
+
currency:
|
153
|
+
format:
|
154
|
+
delimiter: "."
|
155
|
+
format: "%n %u"
|
156
|
+
precision: 2
|
157
|
+
separator: ","
|
158
|
+
significant: false
|
159
|
+
strip_insignificant_zeros: false
|
160
|
+
unit: "€"
|
161
|
+
format:
|
162
|
+
delimiter: "."
|
163
|
+
precision: 3
|
164
|
+
separator: ","
|
165
|
+
significant: false
|
166
|
+
strip_insignificant_zeros: false
|
167
|
+
human:
|
168
|
+
decimal_units:
|
169
|
+
format: "%n %u"
|
170
|
+
units:
|
171
|
+
billion: mil millones
|
172
|
+
million:
|
173
|
+
one: millón
|
174
|
+
other: millones
|
175
|
+
quadrillion: mil billones
|
176
|
+
thousand: mil
|
177
|
+
trillion:
|
178
|
+
one: billón
|
179
|
+
other: billones
|
180
|
+
unit: ''
|
181
|
+
format:
|
182
|
+
delimiter: ''
|
183
|
+
precision: 1
|
184
|
+
significant: true
|
185
|
+
strip_insignificant_zeros: true
|
186
|
+
storage_units:
|
187
|
+
format: "%n %u"
|
188
|
+
units:
|
189
|
+
byte:
|
190
|
+
one: Byte
|
191
|
+
other: Bytes
|
192
|
+
gb: GB
|
193
|
+
kb: KB
|
194
|
+
mb: MB
|
195
|
+
tb: TB
|
196
|
+
percentage:
|
197
|
+
format:
|
198
|
+
delimiter: ''
|
199
|
+
format: "%n %"
|
200
|
+
precision:
|
201
|
+
format:
|
202
|
+
delimiter: ''
|
203
|
+
support:
|
204
|
+
array:
|
205
|
+
last_word_connector: " y "
|
206
|
+
two_words_connector: " y "
|
207
|
+
words_connector: ", "
|
208
|
+
time:
|
209
|
+
am: am
|
210
|
+
formats:
|
211
|
+
default: "%A, %d de %B de %Y %H:%M:%S %z"
|
212
|
+
long: "%d de %B de %Y %H:%M"
|
213
|
+
short: "%d de %b %H:%M"
|
214
|
+
pm: pm
|