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.
Files changed (76) hide show
  1. data/README.md +0 -10
  2. data/rails/locale/ar.yml +8 -1
  3. data/rails/locale/az.yml +8 -1
  4. data/rails/locale/bg.yml +8 -1
  5. data/rails/locale/bn-IN.yml +8 -1
  6. data/rails/locale/bs.yml +8 -1
  7. data/rails/locale/ca.yml +8 -1
  8. data/rails/locale/cs.yml +8 -1
  9. data/rails/locale/csb.yml +8 -1
  10. data/rails/locale/cy.yml +8 -1
  11. data/rails/locale/da.yml +8 -1
  12. data/rails/locale/de-AT.yml +8 -1
  13. data/rails/locale/de-CH.yml +8 -1
  14. data/rails/locale/de.yml +8 -1
  15. data/rails/locale/dsb.yml +8 -1
  16. data/rails/locale/el.yml +8 -1
  17. data/rails/locale/en-AU.yml +8 -1
  18. data/rails/locale/en-GB.yml +8 -1
  19. data/rails/locale/en-IN.yml +8 -1
  20. data/rails/locale/en-US.yml +8 -1
  21. data/rails/locale/eo.yml +8 -1
  22. data/rails/locale/es-AR.yml +8 -1
  23. data/rails/locale/es-CL.yml +8 -1
  24. data/rails/locale/es-CO.yml +8 -1
  25. data/rails/locale/es-MX.yml +8 -1
  26. data/rails/locale/es-PE.yml +8 -1
  27. data/rails/locale/es.yml +8 -1
  28. data/rails/locale/et.yml +8 -1
  29. data/rails/locale/eu.yml +8 -1
  30. data/rails/locale/fa.yml +8 -1
  31. data/rails/locale/fi.yml +8 -1
  32. data/rails/locale/fr-CA.yml +8 -1
  33. data/rails/locale/fr-CH.yml +8 -1
  34. data/rails/locale/fr.yml +8 -1
  35. data/rails/locale/fur.yml +8 -1
  36. data/rails/locale/gl-ES.yml +8 -1
  37. data/rails/locale/gsw-CH.yml +8 -1
  38. data/rails/locale/he.yml +8 -1
  39. data/rails/locale/hi-IN.yml +8 -1
  40. data/rails/locale/hi.yml +8 -1
  41. data/rails/locale/hr.yml +8 -1
  42. data/rails/locale/hsb.yml +8 -1
  43. data/rails/locale/hu.yml +8 -1
  44. data/rails/locale/id.yml +8 -1
  45. data/rails/locale/is.yml +8 -1
  46. data/rails/locale/it.yml +8 -1
  47. data/rails/locale/ja.yml +8 -1
  48. data/rails/locale/kn.yml +8 -1
  49. data/rails/locale/ko.yml +8 -1
  50. data/rails/locale/lo.yml +8 -1
  51. data/rails/locale/lt.yml +8 -1
  52. data/rails/locale/lv.yml +8 -1
  53. data/rails/locale/mk.yml +8 -1
  54. data/rails/locale/mn.yml +8 -1
  55. data/rails/locale/nb.yml +8 -1
  56. data/rails/locale/nl.yml +8 -1
  57. data/rails/locale/nn.yml +8 -1
  58. data/rails/locale/pl.yml +8 -1
  59. data/rails/locale/pt-BR.yml +8 -1
  60. data/rails/locale/pt-PT.yml +8 -1
  61. data/rails/locale/rm.yml +8 -1
  62. data/rails/locale/ro.yml +8 -1
  63. data/rails/locale/ru.yml +8 -1
  64. data/rails/locale/sk.yml +8 -1
  65. data/rails/locale/sl.yml +8 -1
  66. data/rails/locale/sr-Latn.yml +8 -1
  67. data/rails/locale/sr.yml +8 -1
  68. data/rails/locale/sv-SE.yml +8 -1
  69. data/rails/locale/sw.yml +8 -1
  70. data/rails/locale/th.yml +8 -1
  71. data/rails/locale/tr.yml +8 -1
  72. data/rails/locale/uk.yml +8 -1
  73. data/rails/locale/vi.yml +8 -1
  74. data/rails/locale/zh-CN.yml +8 -1
  75. data/rails/locale/zh-TW.yml +8 -1
  76. metadata +14 -14
@@ -95,7 +95,7 @@ es-CO:
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-CO:
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
@@ -95,7 +95,7 @@ es-MX:
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-MX:
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
@@ -89,7 +89,7 @@ es-PE:
89
89
  hour: Hora
90
90
  minute: Minuto
91
91
  second: Segundo
92
- errors:
92
+ errors: &errors
93
93
  format: ! '%{attribute} %{message}'
94
94
  messages:
95
95
  accepted: debe ser aceptado
@@ -172,3 +172,10 @@ es-PE:
172
172
  long: ! '%A, %d de %B del %Y a las %I:%M %p'
173
173
  short: ! '%d de %b a las %H:%M hrs'
174
174
  pm: pm
175
+ # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
176
+ activemodel:
177
+ errors:
178
+ <<: *errors
179
+ activerecord:
180
+ errors:
181
+ <<: *errors
@@ -95,7 +95,7 @@ es:
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:
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
@@ -95,7 +95,7 @@ et:
95
95
  month: Kuu
96
96
  second: Sekundit
97
97
  year: Aasta
98
- errors:
98
+ errors: &errors
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: peab olema heaks kiidetud
@@ -190,3 +190,10 @@ et:
190
190
  long: ! '%a, %d. %b %Y, %H:%M:%S %z'
191
191
  short: ! '%d.%m.%y, %H:%M'
192
192
  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
@@ -95,7 +95,7 @@ eu:
95
95
  month: Hilabete
96
96
  second: Segundu
97
97
  year: Urte
98
- errors:
98
+ errors: &errors
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: onartuta izan behar da
@@ -190,3 +190,10 @@ eu:
190
190
  long: ! '%Y(e)ko %Bren %e, %H:%M'
191
191
  short: ! '%b %e, %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
@@ -95,7 +95,7 @@ fa:
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 @@ fa:
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
@@ -95,7 +95,7 @@ fi:
95
95
  month: Kuukausi
96
96
  second: Sekunti
97
97
  year: Vuosi
98
- errors:
98
+ errors: &errors
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: täytyy olla hyväksytty
@@ -190,3 +190,10 @@ fi:
190
190
  long: ! '%e. %Bta %Y %H.%M'
191
191
  short: ! '%e.%m. %H.%M'
192
192
  pm: iltapäivä
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
@@ -97,7 +97,7 @@ fr-CA:
97
97
  month: Mois
98
98
  second: Seconde
99
99
  year: Année
100
- errors:
100
+ errors: &errors
101
101
  format: Le %{attribute} %{message}
102
102
  messages:
103
103
  accepted: doit être accepté(e)
@@ -198,3 +198,10 @@ fr-CA:
198
198
  long: ! '%A %d %B %Y %H:%M'
199
199
  short: ! '%H:%M'
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
@@ -97,7 +97,7 @@ fr-CH:
97
97
  month: Mois
98
98
  second: Seconde
99
99
  year: Année
100
- errors:
100
+ errors: &errors
101
101
  format: Le %{attribute} %{message}
102
102
  messages:
103
103
  accepted: doit être accepté(e)
@@ -198,3 +198,10 @@ fr-CH:
198
198
  long: ! '%A, %d. %B %Y %H:%M:%S %Z'
199
199
  short: ! '%d. %b %H:%M'
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
@@ -97,7 +97,7 @@ fr:
97
97
  month: Mois
98
98
  second: Seconde
99
99
  year: Année
100
- errors:
100
+ errors: &errors
101
101
  format: Le %{attribute} %{message}
102
102
  messages:
103
103
  accepted: doit être accepté(e)
@@ -198,3 +198,10 @@ fr:
198
198
  long: ! '%A %d %B %Y %H:%M'
199
199
  short: ! '%d %b %H:%M'
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
@@ -95,7 +95,7 @@ fur:
95
95
  month: Mês
96
96
  second: Secont
97
97
  year: An
98
- errors:
98
+ errors: &errors
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: al à di jessi acetât
@@ -190,3 +190,10 @@ fur:
190
190
  long: ! '%d di %B dal %Y %H:%M'
191
191
  short: ! '%d di %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
@@ -88,7 +88,7 @@ gl-ES:
88
88
  x_seconds:
89
89
  one: 1 segundo
90
90
  other: ! '%{count} segundos'
91
- errors:
91
+ errors: &errors
92
92
  format: ! '%{attribute} %{message}'
93
93
  messages:
94
94
  accepted: debe ser aceptado
@@ -169,3 +169,10 @@ gl-ES:
169
169
  long: ! '%A %e de %B de %Y ás %H:%M'
170
170
  short: ! '%e/%m, %H:%M'
171
171
  pm: ''
172
+ # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
173
+ activemodel:
174
+ errors:
175
+ <<: *errors
176
+ activerecord:
177
+ errors:
178
+ <<: *errors
@@ -95,7 +95,7 @@ gsw-CH:
95
95
  month: Monät
96
96
  second: Sekundä
97
97
  year: Jaar
98
- errors:
98
+ errors: &errors
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: mues akzeptiert werdä
@@ -190,3 +190,10 @@ gsw-CH:
190
190
  long: ! '%A, %d. %B %Y, %H:%M'
191
191
  short: ! '%d. %B, %H:%M'
192
192
  pm: am Namitaag
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
@@ -97,7 +97,7 @@ he:
97
97
  month: חודש
98
98
  second: שניות
99
99
  year: שנה
100
- errors:
100
+ errors: &errors
101
101
  format: ! '%{attribute} %{message}'
102
102
  messages:
103
103
  accepted: חייב באישור
@@ -192,3 +192,10 @@ he:
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
@@ -95,7 +95,7 @@ hi-IN:
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 @@ hi-IN:
190
190
  long: ! '%B %d, %Y %H:%M'
191
191
  short: ! '%d %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
@@ -95,7 +95,7 @@ hi:
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 @@ hi:
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
@@ -92,7 +92,7 @@ hr:
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 @@ hr:
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
@@ -105,7 +105,7 @@ hsb:
105
105
  one: 1 sekundu
106
106
  other: ! '%{count} sekundami'
107
107
  two: ! '%{count} sekundomaj'
108
- errors:
108
+ errors: &errors
109
109
  format: ! '%{attribute} %{message}'
110
110
  messages:
111
111
  accepted: dyrbi so wobkrućić
@@ -205,3 +205,10 @@ hsb:
205
205
  long: ! '%A, %d. %B %Y, %H:%M hodź.'
206
206
  short: ! '%d. %B, %H:%M hodź.'
207
207
  pm: popołdnju
208
+ # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
209
+ activemodel:
210
+ errors:
211
+ <<: *errors
212
+ activerecord:
213
+ errors:
214
+ <<: *errors
@@ -95,7 +95,7 @@ hu:
95
95
  month: Hónap
96
96
  second: Másodperc
97
97
  year: Év
98
- errors:
98
+ errors: &errors
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: nincs elfogadva
@@ -190,3 +190,10 @@ hu:
190
190
  long: ! '%Y. %B %e., %A, %H:%M'
191
191
  short: ! '%b %e., %H:%M'
192
192
  pm: du.
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
@@ -97,7 +97,7 @@ id:
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
@@ -191,3 +191,10 @@ id:
191
191
  long: ! '%d %B %Y %H.%M'
192
192
  short: ! '%d %b %H.%M'
193
193
  pm: pm
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
@@ -95,7 +95,7 @@ is:
95
95
  month: Mánuður
96
96
  second: Sekúnda
97
97
  year: Ár
98
- errors:
98
+ errors: &errors
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: þarf að vera tekið gilt
@@ -198,3 +198,10 @@ is:
198
198
  long: ! '%A %e. %B %Y kl. %H:%M'
199
199
  short: ! '%e. %B kl. %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
@@ -95,7 +95,7 @@ it:
95
95
  month: Mese
96
96
  second: Secondi
97
97
  year: Anno
98
- errors:
98
+ errors: &errors
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: deve essere accettata
@@ -196,3 +196,10 @@ it:
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