rails-i18n 4.0.3 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +2 -1
  4. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +5 -4
  5. data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
  6. data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
  7. data/rails/locale/af.yml +27 -29
  8. data/rails/locale/ar.yml +92 -91
  9. data/rails/locale/az.yml +37 -36
  10. data/rails/locale/be.yml +205 -0
  11. data/rails/locale/bg.yml +28 -27
  12. data/rails/locale/bn.yml +36 -35
  13. data/rails/locale/bs.yml +42 -41
  14. data/rails/locale/ca.yml +27 -26
  15. data/rails/locale/cs.yml +33 -32
  16. data/rails/locale/cy.yml +43 -42
  17. data/rails/locale/da.yml +30 -29
  18. data/rails/locale/de-AT.yml +40 -32
  19. data/rails/locale/de-CH.yml +38 -33
  20. data/rails/locale/de.yml +40 -35
  21. data/rails/locale/el.yml +28 -27
  22. data/rails/locale/en-AU.yml +29 -28
  23. data/rails/locale/en-CA.yml +29 -37
  24. data/rails/locale/en-GB.yml +29 -28
  25. data/rails/locale/en-IE.yml +29 -28
  26. data/rails/locale/en-IN.yml +29 -28
  27. data/rails/locale/en-NZ.yml +29 -28
  28. data/rails/locale/en-US.yml +32 -31
  29. data/rails/locale/en-ZA.yml +31 -30
  30. data/rails/locale/en.yml +32 -31
  31. data/rails/locale/eo.yml +29 -28
  32. data/rails/locale/es-419.yml +33 -41
  33. data/rails/locale/es-AR.yml +33 -32
  34. data/rails/locale/es-CL.yml +28 -27
  35. data/rails/locale/es-CO.yml +33 -32
  36. data/rails/locale/es-CR.yml +33 -32
  37. data/rails/locale/es-EC.yml +31 -30
  38. data/rails/locale/es-MX.yml +36 -35
  39. data/rails/locale/es-PA.yml +30 -29
  40. data/rails/locale/es-PE.yml +29 -28
  41. data/rails/locale/es-US.yml +33 -32
  42. data/rails/locale/es-VE.yml +33 -32
  43. data/rails/locale/es.yml +28 -27
  44. data/rails/locale/et.yml +32 -31
  45. data/rails/locale/eu.yml +42 -41
  46. data/rails/locale/fa.yml +30 -29
  47. data/rails/locale/fi.yml +28 -27
  48. data/rails/locale/fr-CA.yml +29 -28
  49. data/rails/locale/fr-CH.yml +28 -27
  50. data/rails/locale/fr.yml +128 -135
  51. data/rails/locale/gl.yml +33 -32
  52. data/rails/locale/he.yml +35 -34
  53. data/rails/locale/hi-IN.yml +36 -35
  54. data/rails/locale/hi.yml +38 -37
  55. data/rails/locale/hr.yml +45 -44
  56. data/rails/locale/hu.yml +28 -27
  57. data/rails/locale/id.yml +28 -27
  58. data/rails/locale/is.yml +29 -28
  59. data/rails/locale/it-CH.yml +28 -27
  60. data/rails/locale/it.yml +40 -39
  61. data/rails/locale/ja.yml +29 -28
  62. data/rails/locale/km.yml +46 -5
  63. data/rails/locale/kn.yml +39 -38
  64. data/rails/locale/ko.yml +30 -29
  65. data/rails/locale/lo.yml +70 -69
  66. data/rails/locale/lt.yml +44 -43
  67. data/rails/locale/lv.yml +35 -34
  68. data/rails/locale/mk.yml +33 -32
  69. data/rails/locale/mn.yml +51 -50
  70. data/rails/locale/ms.yml +25 -26
  71. data/rails/locale/nb.yml +30 -29
  72. data/rails/locale/ne.yml +39 -38
  73. data/rails/locale/nl.yml +39 -38
  74. data/rails/locale/nn.yml +29 -28
  75. data/rails/locale/or.yml +40 -39
  76. data/rails/locale/pl.yml +69 -50
  77. data/rails/locale/pt-BR.yml +37 -34
  78. data/rails/locale/pt.yml +29 -28
  79. data/rails/locale/rm.yml +47 -46
  80. data/rails/locale/ro.yml +34 -33
  81. data/rails/locale/ru.yml +47 -46
  82. data/rails/locale/sk.yml +36 -34
  83. data/rails/locale/sl.yml +32 -31
  84. data/rails/locale/sr.yml +45 -44
  85. data/rails/locale/sv.yml +28 -27
  86. data/rails/locale/sw.yml +25 -24
  87. data/rails/locale/ta.yml +43 -42
  88. data/rails/locale/th.yml +26 -25
  89. data/rails/locale/tl.yml +90 -115
  90. data/rails/locale/tr.yml +44 -43
  91. data/rails/locale/tt.yml +215 -0
  92. data/rails/locale/uk.yml +43 -42
  93. data/rails/locale/ur.yml +48 -46
  94. data/rails/locale/uz.yml +60 -59
  95. data/rails/locale/vi.yml +30 -29
  96. data/rails/locale/wo.yml +29 -28
  97. data/rails/locale/zh-CN.yml +37 -36
  98. data/rails/locale/zh-HK.yml +51 -50
  99. data/rails/locale/zh-TW.yml +39 -38
  100. data/rails/locale/zh-YUE.yml +49 -48
  101. data/rails/pluralization/ar.rb +1 -0
  102. data/rails/pluralization/br.rb +1 -0
  103. data/rails/pluralization/gv.rb +1 -0
  104. data/rails/pluralization/hsb.rb +1 -0
  105. data/rails/pluralization/lag.rb +1 -0
  106. data/rails/pluralization/lt.rb +1 -0
  107. data/rails/pluralization/lv.rb +1 -0
  108. data/rails/pluralization/mk.rb +1 -0
  109. data/rails/pluralization/mt.rb +1 -0
  110. data/rails/pluralization/pl.rb +1 -0
  111. data/rails/pluralization/sl.rb +1 -0
  112. data/rails/transliteration/ru.rb +2 -0
  113. data/rails/transliteration/uk.rb +3 -1
  114. metadata +5 -9
data/rails/locale/es.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ es:
9
10
  - vie
10
11
  - sáb
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - ene
14
15
  - feb
15
16
  - mar
@@ -31,11 +32,11 @@ es:
31
32
  - viernes
32
33
  - sábado
33
34
  formats:
34
- default: ! '%d/%m/%Y'
35
- long: ! '%d de %B de %Y'
36
- short: ! '%d de %b'
35
+ default: "%d/%m/%Y"
36
+ long: "%d de %B de %Y"
37
+ short: "%d de %b"
37
38
  month_names:
38
- -
39
+ -
39
40
  - enero
40
41
  - febrero
41
42
  - marzo
@@ -78,16 +79,16 @@ es:
78
79
  other: más de %{count} años
79
80
  x_days:
80
81
  one: 1 día
81
- other: ! '%{count} días'
82
+ other: "%{count} días"
82
83
  x_minutes:
83
84
  one: 1 minuto
84
- other: ! '%{count} minutos'
85
+ other: "%{count} minutos"
85
86
  x_months:
86
87
  one: 1 mes
87
- other: ! '%{count} meses'
88
+ other: "%{count} meses"
88
89
  x_seconds:
89
90
  one: 1 segundo
90
- other: ! '%{count} segundos'
91
+ other: "%{count} segundos"
91
92
  prompts:
92
93
  day: Día
93
94
  hour: Hora
@@ -96,11 +97,11 @@ es:
96
97
  second: Segundos
97
98
  year: Año
98
99
  errors:
99
- format: ! '%{attribute} %{message}'
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: debe ser aceptado
102
103
  blank: no puede estar en blanco
103
- confirmation: no coincide con la confirmación
104
+ confirmation: no coincide
104
105
  empty: no puede estar vacío
105
106
  equal_to: debe ser igual a %{count}
106
107
  even: debe ser par
@@ -114,13 +115,13 @@ es:
114
115
  not_a_number: no es un número
115
116
  not_an_integer: debe ser un entero
116
117
  odd: debe ser impar
117
- record_invalid: ! 'La validación falló: %{errors}'
118
+ record_invalid: 'La validación falló: %{errors}'
118
119
  taken: ya está en uso
119
120
  too_long: es demasiado largo (%{count} caracteres máximo)
120
121
  too_short: es demasiado corto (%{count} caracteres mínimo)
121
122
  wrong_length: no tiene la longitud correcta (%{count} caracteres exactos)
122
123
  template:
123
- body: ! 'Se encontraron problemas con los siguientes campos:'
124
+ body: 'Se encontraron problemas con los siguientes campos:'
124
125
  header:
125
126
  one: No se pudo guardar este/a %{model} porque se encontró 1 error
126
127
  other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
@@ -134,22 +135,22 @@ es:
134
135
  number:
135
136
  currency:
136
137
  format:
137
- delimiter: .
138
- format: ! '%n %u'
138
+ delimiter: "."
139
+ format: "%n %u"
139
140
  precision: 2
140
- separator: ! ','
141
+ separator: ","
141
142
  significant: false
142
143
  strip_insignificant_zeros: false
143
- unit: €
144
+ unit: ""
144
145
  format:
145
- delimiter: .
146
+ delimiter: "."
146
147
  precision: 3
147
- separator: ! ','
148
+ separator: ","
148
149
  significant: false
149
150
  strip_insignificant_zeros: false
150
151
  human:
151
152
  decimal_units:
152
- format: ! '%n %u'
153
+ format: "%n %u"
153
154
  units:
154
155
  billion: mil millones
155
156
  million: millón
@@ -163,7 +164,7 @@ es:
163
164
  significant: true
164
165
  strip_insignificant_zeros: true
165
166
  storage_units:
166
- format: ! '%n %u'
167
+ format: "%n %u"
167
168
  units:
168
169
  byte:
169
170
  one: Byte
@@ -180,13 +181,13 @@ es:
180
181
  delimiter: ''
181
182
  support:
182
183
  array:
183
- last_word_connector: ! ', y '
184
- two_words_connector: ! ' y '
185
- words_connector: ! ', '
184
+ last_word_connector: ", y "
185
+ two_words_connector: " y "
186
+ words_connector: ", "
186
187
  time:
187
188
  am: am
188
189
  formats:
189
- default: ! '%A, %d de %B de %Y %H:%M:%S %z'
190
- long: ! '%d de %B de %Y %H:%M'
191
- short: ! '%d de %b %H:%M'
190
+ default: "%A, %d de %B de %Y %H:%M:%S %z"
191
+ long: "%d de %B de %Y %H:%M"
192
+ short: "%d de %b %H:%M"
192
193
  pm: pm
data/rails/locale/et.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  et:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ et:
9
10
  - R
10
11
  - L
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - jaan.
14
15
  - veebr.
15
16
  - märts
@@ -31,11 +32,11 @@ et:
31
32
  - reede
32
33
  - laupäev
33
34
  formats:
34
- default: ! '%d.%m.%Y'
35
- long: ! '%d. %B %Y'
36
- short: ! '%d.%m.%y'
35
+ default: "%d.%m.%Y"
36
+ long: "%d. %B %Y"
37
+ short: "%d.%m.%y"
37
38
  month_names:
38
- -
39
+ -
39
40
  - jaanuar
40
41
  - veebruar
41
42
  - märts
@@ -77,17 +78,17 @@ et:
77
78
  one: üle %{count} aasta
78
79
  other: üle %{count} aasta
79
80
  x_days:
80
- one: ! '%{count} päev'
81
- other: ! '%{count} päeva'
81
+ one: "%{count} päev"
82
+ other: "%{count} päeva"
82
83
  x_minutes:
83
- one: ! '%{count} minut'
84
- other: ! '%{count} minutit'
84
+ one: "%{count} minut"
85
+ other: "%{count} minutit"
85
86
  x_months:
86
- one: ! '%{count} kuu'
87
- other: ! '%{count} kuud'
87
+ one: "%{count} kuu"
88
+ other: "%{count} kuud"
88
89
  x_seconds:
89
- one: ! '%{count} sekund'
90
- other: ! '%{count} sekundit'
90
+ one: "%{count} sekund"
91
+ other: "%{count} sekundit"
91
92
  prompts:
92
93
  day: Päev
93
94
  hour: Tunde
@@ -96,7 +97,7 @@ et:
96
97
  second: Sekundit
97
98
  year: Aasta
98
99
  errors:
99
- format: ! '%{attribute} %{message}'
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: peab olema heaks kiidetud
102
103
  blank: on täitmata
@@ -114,16 +115,16 @@ et:
114
115
  not_a_number: ei ole number
115
116
  not_an_integer: peab olema täisarv
116
117
  odd: peab olema paaritu arv
117
- record_invalid: ! 'Valideerimine ebaõnnestus: %{errors}'
118
+ record_invalid: 'Valideerimine ebaõnnestus: %{errors}'
118
119
  taken: on juba võetud
119
120
  too_long: on liiga pikk (maksimum on %{count} tähemärki)
120
121
  too_short: on liiga lühike (miinimum on %{count} tähemärki)
121
122
  wrong_length: on vale pikkusega (peab olema %{count} tähemärki)
122
123
  template:
123
- body: ! 'Probleeme ilmnes järgmiste väljadega:'
124
+ body: 'Probleeme ilmnes järgmiste väljadega:'
124
125
  header:
125
126
  one: Üks viga takistas objekti %{model} salvestamist
126
- other: ! '%{count} viga takistasid objekti %{model} salvestamist'
127
+ other: "%{count} viga takistasid objekti %{model} salvestamist"
127
128
  helpers:
128
129
  select:
129
130
  prompt: Palun vali
@@ -134,22 +135,22 @@ et:
134
135
  number:
135
136
  currency:
136
137
  format:
137
- delimiter: ! ' '
138
- format: ! '%n %u'
138
+ delimiter: " "
139
+ format: "%n %u"
139
140
  precision: 2
140
- separator: ! ','
141
+ separator: ","
141
142
  significant: false
142
143
  strip_insignificant_zeros: false
143
- unit: €
144
+ unit: ""
144
145
  format:
145
- delimiter: ! ' '
146
+ delimiter: " "
146
147
  precision: 2
147
- separator: ! ','
148
+ separator: ","
148
149
  significant: false
149
150
  strip_insignificant_zeros: false
150
151
  human:
151
152
  decimal_units:
152
- format: ! '%n %u'
153
+ format: "%n %u"
153
154
  units:
154
155
  billion: miljard
155
156
  million: miljon
@@ -163,7 +164,7 @@ et:
163
164
  significant: true
164
165
  strip_insignificant_zeros: true
165
166
  storage_units:
166
- format: ! '%n %u'
167
+ format: "%n %u"
167
168
  units:
168
169
  byte:
169
170
  one: bait
@@ -180,13 +181,13 @@ et:
180
181
  delimiter: ''
181
182
  support:
182
183
  array:
183
- last_word_connector: ! ' ja '
184
- two_words_connector: ! ' ja '
185
- words_connector: ! ', '
184
+ last_word_connector: " ja "
185
+ two_words_connector: " ja "
186
+ words_connector: ", "
186
187
  time:
187
188
  am: enne lõunat
188
189
  formats:
189
- default: ! '%d. %B %Y, %H:%M'
190
- long: ! '%a, %d. %b %Y, %H:%M:%S %z'
191
- short: ! '%d.%m.%y, %H:%M'
190
+ default: "%d. %B %Y, %H:%M"
191
+ long: "%a, %d. %b %Y, %H:%M:%S %z"
192
+ short: "%d.%m.%y, %H:%M"
192
193
  pm: pärast lõunat
data/rails/locale/eu.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  eu:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ eu:
9
10
  - Osti
10
11
  - Lar
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - Urt
14
15
  - Ots
15
16
  - Mar
@@ -31,11 +32,11 @@ eu:
31
32
  - Ostirala
32
33
  - Larunbata
33
34
  formats:
34
- default: ! '%Y/%m/%e'
35
- long: ! '%Y(e)ko %Bk %e'
36
- short: ! '%b %e'
35
+ default: "%Y/%m/%e"
36
+ long: "%Y(e)ko %Bk %e"
37
+ short: "%b %e"
37
38
  month_names:
38
- -
39
+ -
39
40
  - Urtarrila
40
41
  - Otsaila
41
42
  - Martxoa
@@ -56,38 +57,38 @@ eu:
56
57
  distance_in_words:
57
58
  about_x_hours:
58
59
  one: ordu bat inguru
59
- other: ! '%{count} ordu inguru'
60
+ other: "%{count} ordu inguru"
60
61
  about_x_months:
61
62
  one: hilabete bat inguru
62
- other: ! '%{count} hilabete inguru'
63
+ other: "%{count} hilabete inguru"
63
64
  about_x_years:
64
65
  one: urte bat inguru
65
- other: ! '%{count} urte inguru'
66
+ other: "%{count} urte inguru"
66
67
  almost_x_years:
67
68
  one: ia urte bat
68
69
  other: ia %{count} urte
69
70
  half_a_minute: minutu erdi
70
71
  less_than_x_minutes:
71
72
  one: 1 minutu bat baino gutxiago
72
- other: ! '%{count} minutu baino gutxiago'
73
+ other: "%{count} minutu baino gutxiago"
73
74
  less_than_x_seconds:
74
75
  one: segundu bat baino gutxiago
75
- other: ! '%{count} segundu baino gutxiago'
76
+ other: "%{count} segundu baino gutxiago"
76
77
  over_x_years:
77
78
  one: urte bat baino gehiago
78
- other: ! '%{count} urte baino gehiago'
79
+ other: "%{count} urte baino gehiago"
79
80
  x_days:
80
81
  one: egun bat
81
- other: ! '%{count} egun'
82
+ other: "%{count} egun"
82
83
  x_minutes:
83
84
  one: minutu bat
84
- other: ! '%{count} minutu'
85
+ other: "%{count} minutu"
85
86
  x_months:
86
87
  one: hilabete bat
87
- other: ! '%{count} hilabete'
88
+ other: "%{count} hilabete"
88
89
  x_seconds:
89
90
  one: segundu bat
90
- other: ! '%{count} segundu'
91
+ other: "%{count} segundu"
91
92
  prompts:
92
93
  day: Egun
93
94
  hour: Ordu
@@ -96,60 +97,60 @@ eu:
96
97
  second: Segundu
97
98
  year: Urte
98
99
  errors:
99
- format: ! '%{attribute} %{message}'
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: onartuta izan behar da
102
103
  blank: ezin da zuriz utzi
103
104
  confirmation: ez dator bat konfirmazioarekin
104
105
  empty: ezin da hutsik egon
105
- equal_to: ! '%{count} izan behar da'
106
+ equal_to: "%{count} izan behar da"
106
107
  even: bikoitia izan behar du
107
108
  exclusion: erreserbatuta dago
108
- greater_than: ! '%{count} baino handiagoa izan behar da'
109
- greater_than_or_equal_to: ! '%{count} baino handiago edo berdin izan behar da'
109
+ greater_than: "%{count} baino handiagoa izan behar da"
110
+ greater_than_or_equal_to: "%{count} baino handiago edo berdin izan behar da"
110
111
  inclusion: ez da zerrendako aukera bat
111
112
  invalid: ez da zuzena
112
- less_than: ! '%{count} baino txikiago izan behar da'
113
- less_than_or_equal_to: ! '%{count} baino txikiago edo berdin izan behar da'
113
+ less_than: "%{count} baino txikiago izan behar da"
114
+ less_than_or_equal_to: "%{count} baino txikiago edo berdin izan behar da"
114
115
  not_a_number: ez da zenbaki bat
115
116
  not_an_integer: zenbaki osoa izan behar da
116
117
  odd: bakoitia izan behar du
117
- record_invalid: ! 'Balioztatze arazoa: %{errors}'
118
+ record_invalid: 'Balioztatze arazoa: %{errors}'
118
119
  taken: hartuta dago
119
120
  too_long: luzeegia da (%{count} karaktere gehienez)
120
121
  too_short: laburregia da (%{count} karaktere gutxienez)
121
122
  wrong_length: ez du luzeera zuzena (%{count} karaktere izan behar ditu)
122
123
  template:
123
- body: ! 'Arazoak egon dira ondoko eremuekin:'
124
+ body: 'Arazoak egon dira ondoko eremuekin:'
124
125
  header:
125
126
  one: Errore batek ezinezkoa egin du %{model} hau gordetzea
126
- other: ! '%{count} errorek ezinezkoa egiten dute %{model} hau gordetzea'
127
+ other: "%{count} errorek ezinezkoa egiten dute %{model} hau gordetzea"
127
128
  helpers:
128
129
  select:
129
130
  prompt: Mesedez, aukeratu
130
131
  submit:
131
- create: ! '%{model}a eratu'
132
- submit: ! '%{model}a gorde'
133
- update: ! '%{model}a eguneratu'
132
+ create: "%{model}a eratu"
133
+ submit: "%{model}a gorde"
134
+ update: "%{model}a eguneratu"
134
135
  number:
135
136
  currency:
136
137
  format:
137
- delimiter: .
138
- format: ! '%n %u'
138
+ delimiter: "."
139
+ format: "%n %u"
139
140
  precision: 2
140
- separator: ! ','
141
+ separator: ","
141
142
  significant: false
142
143
  strip_insignificant_zeros: false
143
- unit: €
144
+ unit: ""
144
145
  format:
145
- delimiter: .
146
+ delimiter: "."
146
147
  precision: 3
147
- separator: ! ','
148
+ separator: ","
148
149
  significant: false
149
150
  strip_insignificant_zeros: false
150
151
  human:
151
152
  decimal_units:
152
- format: ! '%n %u'
153
+ format: "%n %u"
153
154
  units:
154
155
  billion: Mila milioi
155
156
  million: Milioi
@@ -163,7 +164,7 @@ eu:
163
164
  significant: true
164
165
  strip_insignificant_zeros: true
165
166
  storage_units:
166
- format: ! '%n %u'
167
+ format: "%n %u"
167
168
  units:
168
169
  byte:
169
170
  one: Byte
@@ -180,13 +181,13 @@ eu:
180
181
  delimiter: ''
181
182
  support:
182
183
  array:
183
- last_word_connector: ! ' eta '
184
- two_words_connector: ! ' eta '
185
- words_connector: ! ', '
184
+ last_word_connector: " eta "
185
+ two_words_connector: " eta "
186
+ words_connector: ", "
186
187
  time:
187
188
  am: am
188
189
  formats:
189
- default: ! '%A, %Y(e)ko %Bren %e %H:%M:%S %z'
190
- long: ! '%Y(e)ko %Bren %e, %H:%M'
191
- short: ! '%b %e, %H:%M'
190
+ default: "%A, %Y(e)ko %Bren %e %H:%M:%S %z"
191
+ long: "%Y(e)ko %Bren %e, %H:%M"
192
+ short: "%b %e, %H:%M"
192
193
  pm: pm