rails-i18n 0.5.0.beta1 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- 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/rails/locale/ja.yml
CHANGED
@@ -95,7 +95,7 @@ ja:
|
|
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: を受諾してください。
|
@@ -188,3 +188,10 @@ ja:
|
|
188
188
|
long: ! '%Y年%m月%d日(%a) %H時%M分%S秒 %z'
|
189
189
|
short: ! '%y/%m/%d %H:%M'
|
190
190
|
pm: 午後
|
191
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
192
|
+
activemodel:
|
193
|
+
errors:
|
194
|
+
<<: *errors
|
195
|
+
activerecord:
|
196
|
+
errors:
|
197
|
+
<<: *errors
|
data/rails/locale/kn.yml
CHANGED
@@ -95,7 +95,7 @@ kn:
|
|
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 @@ kn:
|
|
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/ko.yml
CHANGED
@@ -95,7 +95,7 @@ ko:
|
|
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: 을(를) 반드시 확인해야 합니다
|
@@ -188,3 +188,10 @@ ko:
|
|
188
188
|
long: ! '%Y년 %B월 %d일, %H시 %M분 %S초 %Z'
|
189
189
|
short: ! '%y/%m/%d %H:%M'
|
190
190
|
pm: 오후
|
191
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
192
|
+
activemodel:
|
193
|
+
errors:
|
194
|
+
<<: *errors
|
195
|
+
activerecord:
|
196
|
+
errors:
|
197
|
+
<<: *errors
|
data/rails/locale/lo.yml
CHANGED
@@ -92,7 +92,7 @@ lo:
|
|
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: ຕ້ອງຍອມຮັບ
|
@@ -177,3 +177,10 @@ lo:
|
|
177
177
|
long: ! '%d %B %Y %H:%M น.'
|
178
178
|
short: ! '%d %b %H:%M น.'
|
179
179
|
pm: ''
|
180
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
181
|
+
activemodel:
|
182
|
+
errors:
|
183
|
+
<<: *errors
|
184
|
+
activerecord:
|
185
|
+
errors:
|
186
|
+
<<: *errors
|
data/rails/locale/lt.yml
CHANGED
@@ -92,7 +92,7 @@ lt:
|
|
92
92
|
month: Mėnuo
|
93
93
|
second: Sekundės
|
94
94
|
year: Metai
|
95
|
-
errors:
|
95
|
+
errors: &errors
|
96
96
|
format: ! '%{attribute} %{message}'
|
97
97
|
messages:
|
98
98
|
accepted: turi būti patvirtintas
|
@@ -173,3 +173,10 @@ lt:
|
|
173
173
|
long: ! '%B %d, %Y %H:%M'
|
174
174
|
short: ! '%d %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/lv.yml
CHANGED
@@ -95,7 +95,7 @@ lv:
|
|
95
95
|
month: mēnesis
|
96
96
|
second: sekunde
|
97
97
|
year: gads
|
98
|
-
errors:
|
98
|
+
errors: &errors
|
99
99
|
format: ! '%{attribute} %{message}'
|
100
100
|
messages:
|
101
101
|
accepted: ir jāpiekrīt
|
@@ -190,3 +190,10 @@ lv:
|
|
190
190
|
long: ! '%Y. gada %e. %B, %H:%M:%S'
|
191
191
|
short: ! '%d.%m.%Y., %H:%M'
|
192
192
|
pm: pēcpusdiena
|
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/mk.yml
CHANGED
@@ -92,7 +92,7 @@ mk:
|
|
92
92
|
few: ! '%{count} секунди'
|
93
93
|
one: 1 секунда
|
94
94
|
other: ! '%{count} секунди'
|
95
|
-
errors:
|
95
|
+
errors: &errors
|
96
96
|
format: ! '%{attribute} %{message}'
|
97
97
|
messages:
|
98
98
|
accepted: мора да биде прифатен
|
@@ -161,3 +161,10 @@ mk:
|
|
161
161
|
long: ! '%B %d, %Y %H:%M'
|
162
162
|
short: ! '%d %b %H:%M'
|
163
163
|
pm: ПМ
|
164
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
165
|
+
activemodel:
|
166
|
+
errors:
|
167
|
+
<<: *errors
|
168
|
+
activerecord:
|
169
|
+
errors:
|
170
|
+
<<: *errors
|
data/rails/locale/mn.yml
CHANGED
@@ -95,7 +95,7 @@ mn:
|
|
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: хүлээн зөвшөөрөгдсөн байх ёстой
|
@@ -180,3 +180,10 @@ mn:
|
|
180
180
|
long: ! '%Y %B %d, %H:%M:%S'
|
181
181
|
short: ! '%y-%m-%d'
|
182
182
|
pm: орой
|
183
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
184
|
+
activemodel:
|
185
|
+
errors:
|
186
|
+
<<: *errors
|
187
|
+
activerecord:
|
188
|
+
errors:
|
189
|
+
<<: *errors
|
data/rails/locale/nb.yml
CHANGED
@@ -95,7 +95,7 @@ nb:
|
|
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: må være akseptert
|
@@ -198,3 +198,10 @@ nb:
|
|
198
198
|
long: ! '%A, %e. %B %Y, %H:%M'
|
199
199
|
short: ! '%e. %B, %H:%M'
|
200
200
|
pm: ''
|
201
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
202
|
+
activemodel:
|
203
|
+
errors:
|
204
|
+
<<: *errors
|
205
|
+
activerecord:
|
206
|
+
errors:
|
207
|
+
<<: *errors
|
data/rails/locale/nl.yml
CHANGED
@@ -95,7 +95,7 @@ nl:
|
|
95
95
|
month: maand
|
96
96
|
second: seconde
|
97
97
|
year: jaar
|
98
|
-
errors:
|
98
|
+
errors: &errors
|
99
99
|
format: ! '%{attribute} %{message}'
|
100
100
|
messages:
|
101
101
|
accepted: moet worden geaccepteerd
|
@@ -190,3 +190,10 @@ nl:
|
|
190
190
|
long: ! '%d %B %Y %H:%M'
|
191
191
|
short: ! '%d %b %H:%M'
|
192
192
|
pm: ! '''s middags'
|
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/nn.yml
CHANGED
@@ -85,7 +85,7 @@ nn:
|
|
85
85
|
x_seconds:
|
86
86
|
one: 1 sekund
|
87
87
|
other: ! '%{count} sekund'
|
88
|
-
errors:
|
88
|
+
errors: &errors
|
89
89
|
format: ! '%{attribute} %{message}'
|
90
90
|
messages:
|
91
91
|
accepted: må vera akseptert
|
@@ -151,3 +151,10 @@ nn:
|
|
151
151
|
long: ! '%A, %e. %B %Y, %H:%M'
|
152
152
|
short: ! '%e. %B, %H:%M'
|
153
153
|
pm: ''
|
154
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
155
|
+
activemodel:
|
156
|
+
errors:
|
157
|
+
<<: *errors
|
158
|
+
activerecord:
|
159
|
+
errors:
|
160
|
+
<<: *errors
|
data/rails/locale/pl.yml
CHANGED
@@ -106,7 +106,7 @@ pl:
|
|
106
106
|
month: Miesiąc
|
107
107
|
second: Sekundy
|
108
108
|
year: Rok
|
109
|
-
errors:
|
109
|
+
errors: &errors
|
110
110
|
format: ! '%{attribute} %{message}'
|
111
111
|
messages:
|
112
112
|
accepted: musi zostać zaakceptowane
|
@@ -201,3 +201,10 @@ pl:
|
|
201
201
|
long: ! '%B %d, %Y %H:%M'
|
202
202
|
short: ! '%d %b %H:%M'
|
203
203
|
pm: po południu
|
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/pt-BR.yml
CHANGED
@@ -95,7 +95,7 @@ pt-BR:
|
|
95
95
|
month: Mês
|
96
96
|
second: Segundo
|
97
97
|
year: Ano
|
98
|
-
errors:
|
98
|
+
errors: &errors
|
99
99
|
format: ! '%{attribute} %{message}'
|
100
100
|
messages:
|
101
101
|
accepted: deve ser aceito
|
@@ -198,3 +198,10 @@ pt-BR:
|
|
198
198
|
long: ! '%A, %d de %B de %Y, %H:%M h'
|
199
199
|
short: ! '%d/%m, %H:%M h'
|
200
200
|
pm: ''
|
201
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
202
|
+
activemodel:
|
203
|
+
errors:
|
204
|
+
<<: *errors
|
205
|
+
activerecord:
|
206
|
+
errors:
|
207
|
+
<<: *errors
|
data/rails/locale/pt-PT.yml
CHANGED
@@ -95,7 +95,7 @@ pt-PT:
|
|
95
95
|
month: Mês
|
96
96
|
second: Segundo
|
97
97
|
year: Ano
|
98
|
-
errors:
|
98
|
+
errors: &errors
|
99
99
|
format: ! '%{attribute} %{message}'
|
100
100
|
messages:
|
101
101
|
accepted: tem de ser aceite
|
@@ -198,3 +198,10 @@ pt-PT:
|
|
198
198
|
long: ! '%A, %d de %B de %Y, %H:%Mh'
|
199
199
|
short: ! '%d/%m, %H:%M hs'
|
200
200
|
pm: pm
|
201
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
202
|
+
activemodel:
|
203
|
+
errors:
|
204
|
+
<<: *errors
|
205
|
+
activerecord:
|
206
|
+
errors:
|
207
|
+
<<: *errors
|
data/rails/locale/rm.yml
CHANGED
@@ -92,7 +92,7 @@ rm:
|
|
92
92
|
month: mais
|
93
93
|
second: secundas
|
94
94
|
year: onns
|
95
|
-
errors:
|
95
|
+
errors: &errors
|
96
96
|
format: ! '%{attribute} %{message}'
|
97
97
|
messages:
|
98
98
|
accepted: sto vegnir acceptà
|
@@ -173,3 +173,10 @@ rm:
|
|
173
173
|
long: ! '%A, %d. %B %Y, %H:%M Uhr'
|
174
174
|
short: ! '%d. %B, %H:%M Uhr'
|
175
175
|
pm: suentermezdi
|
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/ro.yml
CHANGED
@@ -95,7 +95,7 @@ ro:
|
|
95
95
|
month: Luna
|
96
96
|
second: Secunda
|
97
97
|
year: Anul
|
98
|
-
errors:
|
98
|
+
errors: &errors
|
99
99
|
format: ! '%{attribute} %{message}'
|
100
100
|
messages:
|
101
101
|
accepted: trebuie dat acceptul
|
@@ -190,3 +190,10 @@ ro:
|
|
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/ru.yml
CHANGED
@@ -117,7 +117,7 @@ ru:
|
|
117
117
|
month: Месяц
|
118
118
|
second: Секунд
|
119
119
|
year: Год
|
120
|
-
errors:
|
120
|
+
errors: &errors
|
121
121
|
format: ! '%{attribute} %{message}'
|
122
122
|
messages:
|
123
123
|
accepted: нужно подтвердить
|
@@ -248,3 +248,10 @@ ru:
|
|
248
248
|
long: ! '%d %B %Y, %H:%M'
|
249
249
|
short: ! '%d %b, %H:%M'
|
250
250
|
pm: вечера
|
251
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
252
|
+
activemodel:
|
253
|
+
errors:
|
254
|
+
<<: *errors
|
255
|
+
activerecord:
|
256
|
+
errors:
|
257
|
+
<<: *errors
|
data/rails/locale/sk.yml
CHANGED
@@ -95,7 +95,7 @@ sk:
|
|
95
95
|
month: Mesiac
|
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í byť potvrdené
|
@@ -191,3 +191,10 @@ sk:
|
|
191
191
|
long: ! '%A %d. %B %Y %H:%M'
|
192
192
|
short: ! '%d.%m. %H:%M'
|
193
193
|
pm: popoludní
|
194
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
195
|
+
activemodel:
|
196
|
+
errors:
|
197
|
+
<<: *errors
|
198
|
+
activerecord:
|
199
|
+
errors:
|
200
|
+
<<: *errors
|
data/rails/locale/sl.yml
CHANGED
@@ -117,7 +117,7 @@ sl:
|
|
117
117
|
month: Mesec
|
118
118
|
second: Sekunde
|
119
119
|
year: Leto
|
120
|
-
errors:
|
120
|
+
errors: &errors
|
121
121
|
format: ! '%{attribute} %{message}'
|
122
122
|
messages:
|
123
123
|
accepted: mora biti sprejeto
|
@@ -201,3 +201,10 @@ sl:
|
|
201
201
|
long: ! '%d. %B, %Y ob %H:%M'
|
202
202
|
short: ! '%d. %b ob %H:%M'
|
203
203
|
pm: popoldan
|
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/sr-Latn.yml
CHANGED
@@ -92,7 +92,7 @@ sr-Latn:
|
|
92
92
|
few: ! '%{count} sekunde'
|
93
93
|
one: 1 sekunda
|
94
94
|
other: ! '%{count} sekundi'
|
95
|
-
errors:
|
95
|
+
errors: &errors
|
96
96
|
format: ! '%{attribute} %{message}'
|
97
97
|
messages:
|
98
98
|
accepted: mora biti prihvaćen
|
@@ -161,3 +161,10 @@ sr-Latn:
|
|
161
161
|
long: ! '%B %d, %Y %H:%M'
|
162
162
|
short: ! '%d %b %H:%M'
|
163
163
|
pm: PM
|
164
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
165
|
+
activemodel:
|
166
|
+
errors:
|
167
|
+
<<: *errors
|
168
|
+
activerecord:
|
169
|
+
errors:
|
170
|
+
<<: *errors
|
data/rails/locale/sr.yml
CHANGED
@@ -92,7 +92,7 @@ sr:
|
|
92
92
|
few: ! '%{count} секунде'
|
93
93
|
one: 1 секунда
|
94
94
|
other: ! '%{count} секунди'
|
95
|
-
errors:
|
95
|
+
errors: &errors
|
96
96
|
format: ! '%{attribute} %{message}'
|
97
97
|
messages:
|
98
98
|
accepted: мора бити прихваћено
|
@@ -161,3 +161,10 @@ sr:
|
|
161
161
|
long: ! '%B %d, %Y %H:%M'
|
162
162
|
short: ! '%d %b %H:%M'
|
163
163
|
pm: ПМ
|
164
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
165
|
+
activemodel:
|
166
|
+
errors:
|
167
|
+
<<: *errors
|
168
|
+
activerecord:
|
169
|
+
errors:
|
170
|
+
<<: *errors
|
data/rails/locale/sv-SE.yml
CHANGED
@@ -95,7 +95,7 @@ sv-SE:
|
|
95
95
|
month: Månad
|
96
96
|
second: Sekund
|
97
97
|
year: År
|
98
|
-
errors:
|
98
|
+
errors: &errors
|
99
99
|
format: ! '%{attribute} %{message}'
|
100
100
|
messages:
|
101
101
|
accepted: måste vara accepterad
|
@@ -190,3 +190,10 @@ sv-SE:
|
|
190
190
|
long: ! '%e %B %Y %H:%M'
|
191
191
|
short: ! '%e %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/sw.yml
CHANGED
@@ -95,7 +95,7 @@ sw:
|
|
95
95
|
month: Mwezi
|
96
96
|
second: Sekunde
|
97
97
|
year: Mwaka
|
98
|
-
errors:
|
98
|
+
errors: &errors
|
99
99
|
format: ! '%{attribute} %{message}'
|
100
100
|
messages:
|
101
101
|
accepted: lazima ikubaliwe
|
@@ -188,3 +188,10 @@ sw:
|
|
188
188
|
long: ! '%A, %e. %B %Y, %H:%M:%S'
|
189
189
|
short: ! '%e %b %Y %H:%M'
|
190
190
|
pm: pm
|
191
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
192
|
+
activemodel:
|
193
|
+
errors:
|
194
|
+
<<: *errors
|
195
|
+
activerecord:
|
196
|
+
errors:
|
197
|
+
<<: *errors
|