rails-i18n 0.5.0.beta1 → 0.5.1
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/README.md +0 -10
- data/rails/locale/ar.yml +8 -1
- data/rails/locale/az.yml +8 -1
- data/rails/locale/bg.yml +8 -1
- data/rails/locale/bn-IN.yml +8 -1
- data/rails/locale/bs.yml +8 -1
- data/rails/locale/ca.yml +8 -1
- data/rails/locale/cs.yml +8 -1
- data/rails/locale/csb.yml +8 -1
- data/rails/locale/cy.yml +8 -1
- data/rails/locale/da.yml +8 -1
- data/rails/locale/de-AT.yml +8 -1
- data/rails/locale/de-CH.yml +8 -1
- data/rails/locale/de.yml +8 -1
- data/rails/locale/dsb.yml +8 -1
- data/rails/locale/el.yml +8 -1
- data/rails/locale/en-AU.yml +8 -1
- data/rails/locale/en-GB.yml +8 -1
- data/rails/locale/en-IN.yml +8 -1
- data/rails/locale/en-US.yml +8 -1
- data/rails/locale/eo.yml +8 -1
- data/rails/locale/es-AR.yml +8 -1
- data/rails/locale/es-CL.yml +8 -1
- data/rails/locale/es-CO.yml +8 -1
- data/rails/locale/es-MX.yml +8 -1
- data/rails/locale/es-PE.yml +8 -1
- data/rails/locale/es.yml +8 -1
- data/rails/locale/et.yml +8 -1
- data/rails/locale/eu.yml +8 -1
- data/rails/locale/fa.yml +8 -1
- data/rails/locale/fi.yml +8 -1
- data/rails/locale/fr-CA.yml +8 -1
- data/rails/locale/fr-CH.yml +8 -1
- data/rails/locale/fr.yml +8 -1
- data/rails/locale/fur.yml +8 -1
- data/rails/locale/gl-ES.yml +8 -1
- data/rails/locale/gsw-CH.yml +8 -1
- data/rails/locale/he.yml +8 -1
- data/rails/locale/hi-IN.yml +8 -1
- data/rails/locale/hi.yml +8 -1
- data/rails/locale/hr.yml +8 -1
- data/rails/locale/hsb.yml +8 -1
- data/rails/locale/hu.yml +8 -1
- data/rails/locale/id.yml +8 -1
- data/rails/locale/is.yml +8 -1
- data/rails/locale/it.yml +8 -1
- data/rails/locale/ja.yml +8 -1
- data/rails/locale/kn.yml +8 -1
- data/rails/locale/ko.yml +8 -1
- data/rails/locale/lo.yml +8 -1
- data/rails/locale/lt.yml +8 -1
- data/rails/locale/lv.yml +8 -1
- data/rails/locale/mk.yml +8 -1
- data/rails/locale/mn.yml +8 -1
- data/rails/locale/nb.yml +8 -1
- data/rails/locale/nl.yml +8 -1
- data/rails/locale/nn.yml +8 -1
- data/rails/locale/pl.yml +8 -1
- data/rails/locale/pt-BR.yml +8 -1
- data/rails/locale/pt-PT.yml +8 -1
- data/rails/locale/rm.yml +8 -1
- data/rails/locale/ro.yml +8 -1
- data/rails/locale/ru.yml +8 -1
- data/rails/locale/sk.yml +8 -1
- data/rails/locale/sl.yml +8 -1
- data/rails/locale/sr-Latn.yml +8 -1
- data/rails/locale/sr.yml +8 -1
- data/rails/locale/sv-SE.yml +8 -1
- data/rails/locale/sw.yml +8 -1
- data/rails/locale/th.yml +8 -1
- data/rails/locale/tr.yml +8 -1
- data/rails/locale/uk.yml +8 -1
- data/rails/locale/vi.yml +8 -1
- data/rails/locale/zh-CN.yml +8 -1
- data/rails/locale/zh-TW.yml +8 -1
- metadata +14 -14
data/README.md
CHANGED
|
@@ -51,16 +51,6 @@ Not-yet-ready locales are:
|
|
|
51
51
|
|
|
52
52
|
We always welcome your contributions!
|
|
53
53
|
|
|
54
|
-
## Gem translations
|
|
55
|
-
|
|
56
|
-
Gems that are often used with Rails may have their own
|
|
57
|
-
translations. These translations are kept in the [project root](http://github.com/svenfuchs/rails-i18n/tree/master/).
|
|
58
|
-
|
|
59
|
-
If you need one of these, simply copy the appropriate translation files
|
|
60
|
-
to `config/locales`.
|
|
61
|
-
|
|
62
|
-
cp rails-i18n/will_paginate/nl.yml my_app/config/locales/will_paginate.yml
|
|
63
|
-
|
|
64
54
|
## How to contribute
|
|
65
55
|
|
|
66
56
|
### Quick contribution
|
data/rails/locale/ar.yml
CHANGED
|
@@ -95,7 +95,7 @@ ar:
|
|
|
95
95
|
month: الشهر
|
|
96
96
|
second: ثانية
|
|
97
97
|
year: السنة
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: يجب أن تقبل
|
|
@@ -190,3 +190,10 @@ ar:
|
|
|
190
190
|
long: ! '%B %d, %Y %H:%M'
|
|
191
191
|
short: ! '%d %b %H:%M'
|
|
192
192
|
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/az.yml
CHANGED
|
@@ -95,7 +95,7 @@ az:
|
|
|
95
95
|
month: Ay
|
|
96
96
|
second: Saniyə
|
|
97
97
|
year: İl
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: qəbul olunmalıdır
|
|
@@ -190,3 +190,10 @@ az:
|
|
|
190
190
|
long: ! '%d %B %Y, %H:%M'
|
|
191
191
|
short: ! '%d %b, %H:%M'
|
|
192
192
|
pm: günortadan sonra
|
|
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/bg.yml
CHANGED
|
@@ -95,7 +95,7 @@ bg:
|
|
|
95
95
|
month: Месец
|
|
96
96
|
second: Секунда
|
|
97
97
|
year: Година
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: трябва да се потвърди
|
|
@@ -190,3 +190,10 @@ bg:
|
|
|
190
190
|
long: ! '%d %B %Y, %H:%M'
|
|
191
191
|
short: ! '%d %b, %H:%M'
|
|
192
192
|
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/bn-IN.yml
CHANGED
|
@@ -92,7 +92,7 @@ bn-IN:
|
|
|
92
92
|
month: মাস
|
|
93
93
|
second: সেকেন্ড
|
|
94
94
|
year: বছর
|
|
95
|
-
errors:
|
|
95
|
+
errors: &errors
|
|
96
96
|
format: ! '%{attribute} %{message}'
|
|
97
97
|
messages:
|
|
98
98
|
accepted: গ্রাহ্য করতে হবে
|
|
@@ -173,3 +173,10 @@ bn-IN:
|
|
|
173
173
|
long: ! '%e de %B de %Y %H:%M'
|
|
174
174
|
short: ! '%e de %b %H:%M'
|
|
175
175
|
pm: pm
|
|
176
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
177
|
+
activemodel:
|
|
178
|
+
errors:
|
|
179
|
+
<<: *errors
|
|
180
|
+
activerecord:
|
|
181
|
+
errors:
|
|
182
|
+
<<: *errors
|
data/rails/locale/bs.yml
CHANGED
|
@@ -113,7 +113,7 @@ bs:
|
|
|
113
113
|
month: mjesec
|
|
114
114
|
second: sekundi
|
|
115
115
|
year: godina
|
|
116
|
-
errors:
|
|
116
|
+
errors: &errors
|
|
117
117
|
format: ! '%{attribute} %{message}'
|
|
118
118
|
messages:
|
|
119
119
|
accepted: mora biti prihvaćeno
|
|
@@ -232,3 +232,10 @@ bs:
|
|
|
232
232
|
long: ! '%d. %B %Y. - %H:%M:%S'
|
|
233
233
|
short: ! '%d. %b %Y. %H:%M'
|
|
234
234
|
pm: ''
|
|
235
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
236
|
+
activemodel:
|
|
237
|
+
errors:
|
|
238
|
+
<<: *errors
|
|
239
|
+
activerecord:
|
|
240
|
+
errors:
|
|
241
|
+
<<: *errors
|
data/rails/locale/ca.yml
CHANGED
|
@@ -95,7 +95,7 @@ ca:
|
|
|
95
95
|
month: Mes
|
|
96
96
|
second: Segun
|
|
97
97
|
year: Any
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: ha de ser acceptat
|
|
@@ -190,3 +190,10 @@ ca:
|
|
|
190
190
|
long: ! '%d de %B de %Y %H:%M'
|
|
191
191
|
short: ! '%d de %b %H:%M'
|
|
192
192
|
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/cs.yml
CHANGED
|
@@ -95,7 +95,7 @@ cs:
|
|
|
95
95
|
month: Měsíc
|
|
96
96
|
second: Sekunda
|
|
97
97
|
year: Rok
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: musí být potvrzeno
|
|
@@ -189,3 +189,10 @@ cs:
|
|
|
189
189
|
long: ! '%A %d. %B %Y %H:%M'
|
|
190
190
|
short: ! '%d. %m. %H:%M'
|
|
191
191
|
pm: pm
|
|
192
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
193
|
+
activemodel:
|
|
194
|
+
errors:
|
|
195
|
+
<<: *errors
|
|
196
|
+
activerecord:
|
|
197
|
+
errors:
|
|
198
|
+
<<: *errors
|
data/rails/locale/csb.yml
CHANGED
|
@@ -106,7 +106,7 @@ csb:
|
|
|
106
106
|
month: Miesiąc
|
|
107
107
|
second: Sekunda
|
|
108
108
|
year: Rok
|
|
109
|
-
errors:
|
|
109
|
+
errors: &errors
|
|
110
110
|
format: ! '%{attribute} %{message}'
|
|
111
111
|
messages:
|
|
112
112
|
accepted: mùszi bëc zaakceptowóné
|
|
@@ -201,3 +201,10 @@ csb:
|
|
|
201
201
|
long: ! '%B %d, %Y %H:%M'
|
|
202
202
|
short: ! '%d %b %H:%M'
|
|
203
203
|
pm: pò pôłnim
|
|
204
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
205
|
+
activemodel:
|
|
206
|
+
errors:
|
|
207
|
+
<<: *errors
|
|
208
|
+
activerecord:
|
|
209
|
+
errors:
|
|
210
|
+
<<: *errors
|
data/rails/locale/cy.yml
CHANGED
|
@@ -95,7 +95,7 @@ cy:
|
|
|
95
95
|
month: Mis
|
|
96
96
|
second: Eiliad
|
|
97
97
|
year: Blwyddyn
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: angen ei dderbyn
|
|
@@ -190,3 +190,10 @@ cy:
|
|
|
190
190
|
long: ! '%B %d, %Y %H:%M'
|
|
191
191
|
short: ! '%d %b %H:%M'
|
|
192
192
|
pm: yh
|
|
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/da.yml
CHANGED
|
@@ -95,7 +95,7 @@ da:
|
|
|
95
95
|
month: Måned
|
|
96
96
|
second: Sekund
|
|
97
97
|
year: År
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: skal accepteres
|
|
@@ -190,3 +190,10 @@ da:
|
|
|
190
190
|
long: ! '%A d. %e. %B %Y, %H.%M'
|
|
191
191
|
short: ! '%e. %b %Y, %H.%M'
|
|
192
192
|
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/de-AT.yml
CHANGED
|
@@ -95,7 +95,7 @@ de-AT:
|
|
|
95
95
|
month: Monat
|
|
96
96
|
second: Sekunden
|
|
97
97
|
year: Jahr
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: muss akzeptiert werden
|
|
@@ -194,3 +194,10 @@ de-AT:
|
|
|
194
194
|
long: ! '%A, %d. %B %Y, %H:%M Uhr'
|
|
195
195
|
short: ! '%d. %B, %H:%M Uhr'
|
|
196
196
|
pm: nachmittags
|
|
197
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
198
|
+
activemodel:
|
|
199
|
+
errors:
|
|
200
|
+
<<: *errors
|
|
201
|
+
activerecord:
|
|
202
|
+
errors:
|
|
203
|
+
<<: *errors
|
data/rails/locale/de-CH.yml
CHANGED
|
@@ -95,7 +95,7 @@ de-CH:
|
|
|
95
95
|
month: Monat
|
|
96
96
|
second: Sekunden
|
|
97
97
|
year: Jahr
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: muss akzeptiert werden
|
|
@@ -194,3 +194,10 @@ de-CH:
|
|
|
194
194
|
long: ! '%A, %d. %B %Y, %H:%M Uhr'
|
|
195
195
|
short: ! '%d. %B, %H:%M Uhr'
|
|
196
196
|
pm: nachmittags
|
|
197
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
198
|
+
activemodel:
|
|
199
|
+
errors:
|
|
200
|
+
<<: *errors
|
|
201
|
+
activerecord:
|
|
202
|
+
errors:
|
|
203
|
+
<<: *errors
|
data/rails/locale/de.yml
CHANGED
|
@@ -95,7 +95,7 @@ de:
|
|
|
95
95
|
month: Monat
|
|
96
96
|
second: Sekunden
|
|
97
97
|
year: Jahr
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: muss akzeptiert werden
|
|
@@ -194,3 +194,10 @@ de:
|
|
|
194
194
|
long: ! '%A, %d. %B %Y, %H:%M Uhr'
|
|
195
195
|
short: ! '%d. %B, %H:%M Uhr'
|
|
196
196
|
pm: nachmittags
|
|
197
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
198
|
+
activemodel:
|
|
199
|
+
errors:
|
|
200
|
+
<<: *errors
|
|
201
|
+
activerecord:
|
|
202
|
+
errors:
|
|
203
|
+
<<: *errors
|
data/rails/locale/dsb.yml
CHANGED
|
@@ -105,7 +105,7 @@ dsb:
|
|
|
105
105
|
one: 1 sekundu
|
|
106
106
|
other: ! '%{count} sekundami'
|
|
107
107
|
two: ! '%{count} sekundoma'
|
|
108
|
-
errors:
|
|
108
|
+
errors: &errors
|
|
109
109
|
format: ! '%{attribute} %{message}'
|
|
110
110
|
messages:
|
|
111
111
|
accepted: musy se wobkšuśiś
|
|
@@ -206,3 +206,10 @@ dsb:
|
|
|
206
206
|
long: ! '%A, %d. %B %Y, %H:%M hodź.'
|
|
207
207
|
short: ! '%d. %B, %H:%M hodź.'
|
|
208
208
|
pm: wótpołdnja
|
|
209
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
210
|
+
activemodel:
|
|
211
|
+
errors:
|
|
212
|
+
<<: *errors
|
|
213
|
+
activerecord:
|
|
214
|
+
errors:
|
|
215
|
+
<<: *errors
|
data/rails/locale/el.yml
CHANGED
|
@@ -95,7 +95,7 @@ el:
|
|
|
95
95
|
month: Μήνας
|
|
96
96
|
second: Δευτερόλεπτο
|
|
97
97
|
year: Έτος
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: πρέπει να είναι αποδεκτό
|
|
@@ -190,3 +190,10 @@ el:
|
|
|
190
190
|
long: ! '%A %d %B %Y %H:%M:%S %Z'
|
|
191
191
|
short: ! '%d %b %H:%M'
|
|
192
192
|
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/en-AU.yml
CHANGED
|
@@ -95,7 +95,7 @@ en-AU:
|
|
|
95
95
|
month: Month
|
|
96
96
|
second: Seconds
|
|
97
97
|
year: Year
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: must be accepted
|
|
@@ -196,3 +196,10 @@ en-AU:
|
|
|
196
196
|
long: ! '%B %d, %Y %H:%M'
|
|
197
197
|
short: ! '%d %b %H:%M'
|
|
198
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
|
data/rails/locale/en-GB.yml
CHANGED
|
@@ -95,7 +95,7 @@ en-GB:
|
|
|
95
95
|
month: Month
|
|
96
96
|
second: Seconds
|
|
97
97
|
year: Year
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: must be accepted
|
|
@@ -196,3 +196,10 @@ en-GB:
|
|
|
196
196
|
long: ! '%d %B, %Y %H:%M'
|
|
197
197
|
short: ! '%d %b %H:%M'
|
|
198
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
|
data/rails/locale/en-IN.yml
CHANGED
|
@@ -97,7 +97,7 @@ en-IN:
|
|
|
97
97
|
month: Bulan
|
|
98
98
|
second: Detik
|
|
99
99
|
year: Tahun
|
|
100
|
-
errors:
|
|
100
|
+
errors: &errors
|
|
101
101
|
format: ! '%{attribute} %{message}'
|
|
102
102
|
messages:
|
|
103
103
|
accepted: harus diterima
|
|
@@ -192,3 +192,10 @@ en-IN:
|
|
|
192
192
|
long: ! '%d %B %Y %H.%M'
|
|
193
193
|
short: ! '%d %b %H.%M'
|
|
194
194
|
pm: pm
|
|
195
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
196
|
+
activemodel:
|
|
197
|
+
errors:
|
|
198
|
+
<<: *errors
|
|
199
|
+
activerecord:
|
|
200
|
+
errors:
|
|
201
|
+
<<: *errors
|
data/rails/locale/en-US.yml
CHANGED
|
@@ -95,7 +95,7 @@ en-US:
|
|
|
95
95
|
month: Month
|
|
96
96
|
second: Seconds
|
|
97
97
|
year: Year
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: must be accepted
|
|
@@ -196,3 +196,10 @@ en-US:
|
|
|
196
196
|
long: ! '%B %d, %Y %H:%M'
|
|
197
197
|
short: ! '%d %b %H:%M'
|
|
198
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
|
data/rails/locale/eo.yml
CHANGED
|
@@ -97,7 +97,7 @@ eo:
|
|
|
97
97
|
month: Monato
|
|
98
98
|
second: Sekundo
|
|
99
99
|
year: Jaro
|
|
100
|
-
errors:
|
|
100
|
+
errors: &errors
|
|
101
101
|
format: ! '%{attribute} %{message}'
|
|
102
102
|
messages:
|
|
103
103
|
accepted: devas esti akceptita
|
|
@@ -192,3 +192,10 @@ eo:
|
|
|
192
192
|
long: ! '%A %d %B %Y %H:%M'
|
|
193
193
|
short: ! '%d %b %H:%M'
|
|
194
194
|
pm: pm
|
|
195
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
196
|
+
activemodel:
|
|
197
|
+
errors:
|
|
198
|
+
<<: *errors
|
|
199
|
+
activerecord:
|
|
200
|
+
errors:
|
|
201
|
+
<<: *errors
|
data/rails/locale/es-AR.yml
CHANGED
|
@@ -95,7 +95,7 @@ es-AR:
|
|
|
95
95
|
month: Mes
|
|
96
96
|
second: Segundos
|
|
97
97
|
year: Año
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: debe ser aceptado
|
|
@@ -196,3 +196,10 @@ es-AR:
|
|
|
196
196
|
long: ! '%A, %d de %B de %Y a las %I:%M %p'
|
|
197
197
|
short: ! '%d de %b a las %H:%M hrs'
|
|
198
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
|
data/rails/locale/es-CL.yml
CHANGED
|
@@ -95,7 +95,7 @@ es-CL:
|
|
|
95
95
|
month: Mes
|
|
96
96
|
second: Segundos
|
|
97
97
|
year: Año
|
|
98
|
-
errors:
|
|
98
|
+
errors: &errors
|
|
99
99
|
format: ! '%{attribute} %{message}'
|
|
100
100
|
messages:
|
|
101
101
|
accepted: debe ser aceptado
|
|
@@ -190,3 +190,10 @@ es-CL:
|
|
|
190
190
|
long: ! '%A %d de %B de %Y %H:%M'
|
|
191
191
|
short: ! '%d de %b %H:%M'
|
|
192
192
|
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
|