rails-i18n 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +29 -0
  3. data/README.md +7 -14
  4. data/rails/locale/af.yml +2 -9
  5. data/rails/locale/ar.yml +59 -36
  6. data/rails/locale/az.yml +1 -8
  7. data/rails/locale/bg.yml +1 -8
  8. data/rails/locale/bn.yml +1 -8
  9. data/rails/locale/bs.yml +1 -8
  10. data/rails/locale/ca.yml +1 -8
  11. data/rails/locale/cs.yml +40 -41
  12. data/rails/locale/cy.yml +1 -8
  13. data/rails/locale/da.yml +1 -8
  14. data/rails/locale/de-AT.yml +1 -8
  15. data/rails/locale/de-CH.yml +1 -8
  16. data/rails/locale/de.yml +4 -8
  17. data/rails/locale/el.yml +1 -8
  18. data/rails/locale/en-AU.yml +2 -9
  19. data/rails/locale/en-CA.yml +2 -9
  20. data/rails/locale/en-GB.yml +2 -9
  21. data/rails/locale/en-IE.yml +2 -9
  22. data/rails/locale/en-IN.yml +2 -9
  23. data/rails/locale/en-NZ.yml +2 -9
  24. data/rails/locale/en-US.yml +1 -8
  25. data/rails/locale/en-ZA.yml +204 -0
  26. data/rails/locale/en.yml +1 -8
  27. data/rails/locale/eo.yml +1 -8
  28. data/rails/locale/es-419.yml +1 -8
  29. data/rails/locale/es-AR.yml +1 -8
  30. data/rails/locale/es-CL.yml +1 -8
  31. data/rails/locale/es-CO.yml +1 -8
  32. data/rails/locale/es-CR.yml +1 -8
  33. data/rails/locale/es-EC.yml +1 -8
  34. data/rails/locale/es-MX.yml +7 -8
  35. data/rails/locale/es-PA.yml +1 -8
  36. data/rails/locale/es-PE.yml +1 -8
  37. data/rails/locale/es-US.yml +198 -0
  38. data/rails/locale/es-VE.yml +1 -8
  39. data/rails/locale/es.yml +1 -8
  40. data/rails/locale/et.yml +1 -8
  41. data/rails/locale/eu.yml +1 -8
  42. data/rails/locale/fa.yml +1 -8
  43. data/rails/locale/fi.yml +1 -8
  44. data/rails/locale/fr-CA.yml +4 -11
  45. data/rails/locale/fr-CH.yml +4 -11
  46. data/rails/locale/fr.yml +4 -11
  47. data/rails/locale/gl.yml +1 -8
  48. data/rails/locale/he.yml +3 -10
  49. data/rails/locale/hi-IN.yml +1 -8
  50. data/rails/locale/hi.yml +1 -8
  51. data/rails/locale/hr.yml +11 -18
  52. data/rails/locale/hu.yml +1 -8
  53. data/rails/locale/id.yml +3 -10
  54. data/rails/locale/is.yml +5 -12
  55. data/rails/locale/it-CH.yml +1 -8
  56. data/rails/locale/it.yml +8 -9
  57. data/rails/locale/ja.yml +1 -8
  58. data/rails/locale/km.yml +54 -0
  59. data/rails/locale/kn.yml +1 -8
  60. data/rails/locale/ko.yml +2 -9
  61. data/rails/locale/lo.yml +1 -8
  62. data/rails/locale/lt.yml +1 -8
  63. data/rails/locale/lv.yml +13 -20
  64. data/rails/locale/mk.yml +1 -8
  65. data/rails/locale/mn.yml +1 -8
  66. data/rails/locale/ms.yml +1 -8
  67. data/rails/locale/nb.yml +6 -8
  68. data/rails/locale/ne.yml +1 -8
  69. data/rails/locale/nl.yml +2 -9
  70. data/rails/locale/nn.yml +50 -9
  71. data/rails/locale/or.yml +1 -8
  72. data/rails/locale/pl.yml +2 -9
  73. data/rails/locale/pt-BR.yml +1 -8
  74. data/rails/locale/pt.yml +1 -8
  75. data/rails/locale/rm.yml +1 -8
  76. data/rails/locale/ro.yml +1 -8
  77. data/rails/locale/ru.yml +7 -8
  78. data/rails/locale/sk.yml +1 -8
  79. data/rails/locale/sl.yml +1 -8
  80. data/rails/locale/sr.yml +1 -8
  81. data/rails/locale/sv.yml +1 -8
  82. data/rails/locale/sw.yml +1 -8
  83. data/rails/locale/ta.yml +204 -0
  84. data/rails/locale/th.yml +1 -8
  85. data/rails/locale/tl.yml +1 -8
  86. data/rails/locale/tr.yml +25 -20
  87. data/rails/locale/uk.yml +3 -10
  88. data/rails/locale/ur.yml +1 -8
  89. data/rails/locale/uz.yml +1 -8
  90. data/rails/locale/vi.yml +8 -11
  91. data/rails/locale/wo.yml +2 -9
  92. data/rails/locale/zh-CN.yml +3 -10
  93. data/rails/locale/zh-HK.yml +1 -8
  94. data/rails/locale/zh-TW.yml +1 -8
  95. data/rails/locale/zh-YUE.yml +1 -8
  96. metadata +227 -231
@@ -95,7 +95,7 @@ it-CH:
95
95
  month: Mese
96
96
  second: Secondi
97
97
  year: Anno
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: deve essere accettata
@@ -196,10 +196,3 @@ it-CH:
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
@@ -95,11 +95,12 @@ it:
95
95
  month: Mese
96
96
  second: Secondi
97
97
  year: Anno
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: deve essere accettata
102
102
  blank: non può essere lasciato in bianco
103
+ present: deve essere lasciato in bianco
103
104
  confirmation: non coincide con la conferma
104
105
  empty: non può essere vuoto
105
106
  equal_to: deve essere uguale a %{count}
@@ -115,6 +116,9 @@ it:
115
116
  not_an_integer: non è un intero
116
117
  odd: deve essere dispari
117
118
  record_invalid: ! 'Validazione fallita: %{errors}'
119
+ restrict_dependent_destroy:
120
+ one: "Il record non può essere cancellato perchè esiste un %{record} dipendente"
121
+ many: "Il record non può essere cancellato perchè esistono %{record} dipendenti"
118
122
  taken: è già in uso
119
123
  too_long:
120
124
  one: è troppo lungo (il massimo è 1 carattere)
@@ -125,6 +129,7 @@ it:
125
129
  wrong_length:
126
130
  one: è della lunghezza sbagliata (deve essere di 1 carattere)
127
131
  other: è della lunghezza sbagliata (deve essere di %{count} caratteri)
132
+ other_than: "devono essere di numero diverso da %{count}"
128
133
  template:
129
134
  body: ! 'Per favore ricontrolla i seguenti campi:'
130
135
  header:
@@ -150,7 +155,7 @@ it:
150
155
  format:
151
156
  delimiter: .
152
157
  precision: 2
153
- separator: ! '.'
158
+ separator: ! ','
154
159
  significant: false
155
160
  strip_insignificant_zeros: false
156
161
  human:
@@ -181,6 +186,7 @@ it:
181
186
  percentage:
182
187
  format:
183
188
  delimiter: ''
189
+ format: "%n%"
184
190
  precision:
185
191
  format:
186
192
  delimiter: ''
@@ -196,10 +202,3 @@ it:
196
202
  long: ! '%d %B %Y %H:%M'
197
203
  short: ! '%d %b %H:%M'
198
204
  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 @@ ja:
95
95
  month: 月
96
96
  second: 秒
97
97
  year: 年
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute}%{message}'
100
100
  messages:
101
101
  accepted: を受諾してください。
@@ -192,10 +192,3 @@ ja:
192
192
  long: ! '%Y年%m月%d日(%a) %H時%M分%S秒 %z'
193
193
  short: ! '%y/%m/%d %H:%M'
194
194
  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
@@ -0,0 +1,54 @@
1
+ km:
2
+ date:
3
+ abbr_day_names:
4
+ - អទ
5
+ - ច
6
+ - អ
7
+ - ពុ
8
+ - ព្រ
9
+ - សុ
10
+ - សៅ
11
+ abbr_month_names:
12
+ -
13
+ - មករា
14
+ - កុម្ភៈ
15
+ - មិនា
16
+ - មេសា
17
+ - ឧសភា
18
+ - មិថុនា
19
+ - កក្កដា
20
+ - សីហា
21
+ - កញ្ញា
22
+ - តុលា
23
+ - វិច្ឆិកា
24
+ - ធ្នូ
25
+ day_names:
26
+ - ថ្ងៃចន្ទ
27
+ - ថ្ងៃអង្គារ
28
+ - ថ្ងៃពុធ
29
+ - ថ្ងៃព្រហស្បតិ៍
30
+ - ថ្ងៃសុក្រ
31
+ - ថ្ងៃសៅរ៍
32
+ - ថ្ងៃអាទិត្យ
33
+ formats:
34
+ long: ! ”ថ្ងៃទី%e %B %Y %H:%M %Z"
35
+ default: ! “%d %B %Y”
36
+ short: ! “%d %b”
37
+ month_names:
38
+ -
39
+ - ខែមករា
40
+ - ខែកុម្ភៈ
41
+ - ខែមិនា
42
+ - ខែមេសា
43
+ - ខែឧសភា
44
+ - ខែមិថុនា
45
+ - ខែកក្កដា
46
+ - ខែសីហា
47
+ - ខែកញ្ញា
48
+ - ខែតុលា
49
+ - ខែវិច្ឆិកា
50
+ - ខែធ្នូ
51
+ order:
52
+ - :day
53
+ - :month
54
+ - :year
@@ -95,7 +95,7 @@ kn:
95
95
  month: ತಿಂಗಳು
96
96
  second: ಸೆಕೆಂಡು
97
97
  year: ವರುಷ
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: ಒಪ್ಪಿಕೊಳ್ಳಬೇಕು
@@ -190,10 +190,3 @@ 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
@@ -95,7 +95,7 @@ ko:
95
95
  month: 월
96
96
  second: 초
97
97
  year: 년
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: 을(를) 반드시 확인해야 합니다
@@ -185,13 +185,6 @@ ko:
185
185
  am: 오전
186
186
  formats:
187
187
  default: ! '%Y/%m/%d %H:%M:%S'
188
- long: ! '%Y년 %B월 %d일, %H시 %M분 %S초 %Z'
188
+ long: ! '%Y년 %m월 %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
@@ -132,7 +132,7 @@ lo:
132
132
  month: ເດືອນ
133
133
  second: ວິນາທີ
134
134
  year: ປີ
135
- errors: &errors
135
+ errors:
136
136
  format: ! '%{attribute} %{message}'
137
137
  messages:
138
138
  accepted: ຕ້ອງຍອມຮັບ
@@ -225,10 +225,3 @@ lo:
225
225
  long: ! '%d %B %Y %H:%M น.'
226
226
  short: ! '%d %b %H:%M น.'
227
227
  pm: ''
228
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
229
- activemodel:
230
- errors:
231
- <<: *errors
232
- activerecord:
233
- errors:
234
- <<: *errors
@@ -106,7 +106,7 @@ lt:
106
106
  month: Mėnuo
107
107
  second: Sekundės
108
108
  year: Metai
109
- errors: &errors
109
+ errors:
110
110
  format: ! '%{attribute} %{message}'
111
111
  messages:
112
112
  accepted: turi būti patvirtintas
@@ -215,10 +215,3 @@ lt:
215
215
  long: ! '%B %d, %Y %H:%M'
216
216
  short: ! '%d %b %H:%M'
217
217
  pm: pm
218
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
219
- activemodel:
220
- errors:
221
- <<: *errors
222
- activerecord:
223
- errors:
224
- <<: *errors
@@ -36,18 +36,18 @@ lv:
36
36
  short: ! '%e. %B'
37
37
  month_names:
38
38
  -
39
- - janvārī
40
- - februārī
41
- - martā
42
- - aprīlī
43
- - maijā
44
- - jūnijā
45
- - jūlijā
46
- - augustā
47
- - septembrī
48
- - oktobrī
49
- - novembrī
50
- - decembrī
39
+ - Janvāris
40
+ - Februāris
41
+ - Marts
42
+ - Aprīlis
43
+ - Maijs
44
+ - Jūnijs
45
+ - Jūlijs
46
+ - Augusts
47
+ - Septembris
48
+ - Oktobris
49
+ - Novembris
50
+ - Decembris
51
51
  order:
52
52
  - :year
53
53
  - :month
@@ -106,7 +106,7 @@ lv:
106
106
  month: mēnesis
107
107
  second: sekunde
108
108
  year: gads
109
- errors: &errors
109
+ errors:
110
110
  format: ! '%{attribute} %{message}'
111
111
  messages:
112
112
  accepted: ir jāpiekrīt
@@ -227,10 +227,3 @@ lv:
227
227
  long: ! '%Y. gada %e. %B, %H:%M:%S'
228
228
  short: ! '%d.%m.%Y., %H:%M'
229
229
  pm: pēcpusdiena
230
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
231
- activemodel:
232
- errors:
233
- <<: *errors
234
- activerecord:
235
- errors:
236
- <<: *errors
@@ -95,7 +95,7 @@ mk:
95
95
  month: Месец
96
96
  second: Секунди
97
97
  year: Година
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: мора да биде прифатен
@@ -196,10 +196,3 @@ mk:
196
196
  long: ! '%B %d, %Y %H:%M'
197
197
  short: ! '%d %b %H:%M'
198
198
  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 @@ mn:
95
95
  month: Сар
96
96
  second: Секунд
97
97
  year: Жил
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: хүлээн зөвшөөрөгдсөн байх ёстой
@@ -196,10 +196,3 @@ mn:
196
196
  long: ! '%Y %B %d, %H:%M:%S'
197
197
  short: ! '%y-%m-%d'
198
198
  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
@@ -97,7 +97,7 @@ ms:
97
97
  month: Bulan
98
98
  second: Saat
99
99
  year: Tahun
100
- errors: &errors
100
+ errors:
101
101
  format: ! '%{attribute} %{message}'
102
102
  messages:
103
103
  accepted: wajib diterima
@@ -198,10 +198,3 @@ ms:
198
198
  long: ! '%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,11 +95,12 @@ nb:
95
95
  month: Måned
96
96
  second: Sekund
97
97
  year: År
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: må være akseptert
102
102
  blank: kan ikke være blank
103
+ present: må være blank
103
104
  confirmation: passer ikke bekreftelsen
104
105
  empty: kan ikke være tom
105
106
  equal_to: må være lik %{count}
@@ -115,10 +116,14 @@ nb:
115
116
  not_an_integer: er ikke et heltall
116
117
  odd: må være oddetall
117
118
  record_invalid: ! 'Det oppstod feil: %{errors}'
119
+ restrict_dependent_destroy:
120
+ one: "Kan ikke slette registreringen, fordi 1 %{record} avhenger av denne."
121
+ many: "Kan ikke slette registreringen, fordi %{record} avhenger av denne."
118
122
  taken: er allerede i bruk
119
123
  too_long: er for lang (maksimum %{count} tegn)
120
124
  too_short: er for kort (minimum %{count} tegn)
121
125
  wrong_length: er av feil lengde (maksimum %{count} tegn)
126
+ other_than: "kan ikke være nøyaktig %{count}"
122
127
  template:
123
128
  body: ! 'Det oppstod problemer i følgende felt:'
124
129
  header:
@@ -198,10 +203,3 @@ nb:
198
203
  long: ! '%A, %e. %B %Y, %H:%M'
199
204
  short: ! '%e. %B, %H:%M'
200
205
  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 @@ ne:
95
95
  month: महिना
96
96
  second: सेकेण्ड
97
97
  year: बर्ष
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: स्वीकार गरिनुपर्नेछ
@@ -196,10 +196,3 @@ ne:
196
196
  long: ! '%B %d, %Y %H:%M'
197
197
  short: ! '%d %b %H:%M'
198
198
  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,13 +95,13 @@ nl:
95
95
  month: maand
96
96
  second: seconde
97
97
  year: jaar
98
- errors: &errors
98
+ errors:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: moet worden geaccepteerd
102
102
  blank: moet opgegeven zijn
103
103
  present: moet leeg zijn
104
- confirmation: komt niet met de bevestiging overeen
104
+ confirmation: ! "komt niet overeen met %{attribute}"
105
105
  empty: moet opgegeven zijn
106
106
  equal_to: moet gelijk zijn aan %{count}
107
107
  even: moet even zijn
@@ -202,10 +202,3 @@ nl:
202
202
  long: ! '%d %B %Y %H:%M'
203
203
  short: ! '%d %b %H:%M'
204
204
  pm: ! '''s middags'
205
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
206
- activemodel:
207
- errors:
208
- <<: *errors
209
- activerecord:
210
- errors:
211
- <<: *errors
@@ -63,6 +63,7 @@ nn:
63
63
  about_x_years:
64
64
  one: rundt 1 år
65
65
  other: rundt %{count} år
66
+ almost_x_years: nesten %{count} år
66
67
  half_a_minute: eit halvt minutt
67
68
  less_than_x_minutes:
68
69
  one: mindre enn 1 minutt
@@ -85,11 +86,19 @@ nn:
85
86
  x_seconds:
86
87
  one: 1 sekund
87
88
  other: ! '%{count} sekund'
88
- errors: &errors
89
+ prompts:
90
+ day: Dag
91
+ hour: Time
92
+ minute: Minutt
93
+ month: Månad
94
+ second: Sekund
95
+ year: År
96
+ errors:
89
97
  format: ! '%{attribute} %{message}'
90
98
  messages:
91
99
  accepted: må vera akseptert
92
100
  blank: kan ikkje vera blank
101
+ present: må vera blank
93
102
  confirmation: er ikkje stadfesta
94
103
  empty: kan ikkje vera tom
95
104
  equal_to: må vera lik %{count}
@@ -102,14 +111,27 @@ nn:
102
111
  less_than: må vera mindre enn %{count}
103
112
  less_than_or_equal_to: må vera mindre enn eller lik %{count}
104
113
  not_a_number: er ikkje eit tal
114
+ not_an_integer: er ikkje eit heiltal
105
115
  odd: må vera oddetal
106
- taken: er allerie i bruk
116
+ record_invalid: ! 'Valideringa mislukka: %{errors}'
117
+ restrict_dependent_destroy:
118
+ one: "Kan ikkje sletta registreringa, fordi 1 avhengig %{record} finst."
119
+ many: "Kan ikkje sletta registreringa, fordi avhengige %{record} finst."
120
+ taken: er allereie i bruk
107
121
  too_long: er for lang (maksimum %{count} teikn)
108
122
  too_short: er for kort (minimum %{count} teikn)
109
123
  wrong_length: har feil lengde (maksimum %{count} teikn)
124
+ other_than: "må vera noko anna enn %{count}"
110
125
  template:
111
126
  body: ! 'det oppstod problem i følgjande felt:'
112
127
  header: kunne ikkje lagra %{model} grunna %{count} feil.
128
+ helpers:
129
+ select:
130
+ prompt: Gjer eit val
131
+ submit:
132
+ create: Lag %{model}
133
+ submit: Lagr %{model}
134
+ update: Oppdater %{model}
113
135
  number:
114
136
  currency:
115
137
  format:
@@ -130,6 +152,19 @@ nn:
130
152
  decimal_units:
131
153
  format: ! '%n %u'
132
154
  units:
155
+ billion:
156
+ one: milliard
157
+ other: milliardar
158
+ million:
159
+ one: million
160
+ other: millionar
161
+ quadrillion:
162
+ one: billiard
163
+ other: billiardar
164
+ thousand: tusen
165
+ trillion:
166
+ one: billion
167
+ other: billionar
133
168
  unit: ''
134
169
  format:
135
170
  delimiter: ''
@@ -138,12 +173,25 @@ nn:
138
173
  strip_insignificant_zeros: true
139
174
  storage_units:
140
175
  format: ! '%n %u'
176
+ units:
177
+ byte:
178
+ one: Byte
179
+ other: Bytes
180
+ gb: GB
181
+ kb: kB
182
+ mb: MB
183
+ tb: TB
141
184
  percentage:
142
185
  format:
143
186
  delimiter: ''
144
187
  precision:
145
188
  format:
146
189
  delimiter: ''
190
+ support:
191
+ array:
192
+ last_word_connector: ! ' og '
193
+ two_words_connector: ! ' og '
194
+ words_connector: ', '
147
195
  time:
148
196
  am: ''
149
197
  formats:
@@ -151,10 +199,3 @@ nn:
151
199
  long: ! '%A, %e. %B %Y, %H:%M'
152
200
  short: ! '%e. %B, %H:%M'
153
201
  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