rails-i18n 3.0.0.pre2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. data/CHANGELOG.md +27 -0
  2. data/README.md +3 -3
  3. data/rails/locale/af.yml +2 -2
  4. data/rails/locale/ar.yml +2 -2
  5. data/rails/locale/az.yml +2 -2
  6. data/rails/locale/bg.yml +3 -3
  7. data/rails/locale/bn.yml +2 -2
  8. data/rails/locale/bs.yml +2 -0
  9. data/rails/locale/ca.yml +2 -2
  10. data/rails/locale/cs.yml +2 -2
  11. data/rails/locale/cy.yml +2 -2
  12. data/rails/locale/da.yml +2 -2
  13. data/rails/locale/de-AT.yml +2 -2
  14. data/rails/locale/de-CH.yml +8 -4
  15. data/rails/locale/de.yml +2 -2
  16. data/rails/locale/el.yml +2 -2
  17. data/rails/locale/en-AU.yml +2 -2
  18. data/rails/locale/en-CA.yml +6 -6
  19. data/rails/locale/en-GB.yml +2 -2
  20. data/rails/locale/en-IE.yml +205 -0
  21. data/rails/locale/en-IN.yml +2 -2
  22. data/rails/locale/en-NZ.yml +2 -2
  23. data/rails/locale/en-US.yml +205 -0
  24. data/rails/locale/en.yml +2 -2
  25. data/rails/locale/eo.yml +2 -2
  26. data/rails/locale/es-AR.yml +2 -2
  27. data/rails/locale/es-CL.yml +2 -2
  28. data/rails/locale/es-CO.yml +2 -2
  29. data/rails/locale/es-CR.yml +205 -0
  30. data/rails/locale/es-MX.yml +2 -2
  31. data/rails/locale/es-PE.yml +2 -2
  32. data/rails/locale/es.yml +2 -2
  33. data/rails/locale/et.yml +2 -2
  34. data/rails/locale/eu.yml +2 -2
  35. data/rails/locale/fa.yml +2 -2
  36. data/rails/locale/fr-CA.yml +2 -2
  37. data/rails/locale/fr-CH.yml +3 -3
  38. data/rails/locale/fr.yml +129 -136
  39. data/rails/locale/gl.yml +2 -2
  40. data/rails/locale/he.yml +2 -2
  41. data/rails/locale/hi-IN.yml +2 -2
  42. data/rails/locale/hi.yml +2 -2
  43. data/rails/locale/hr.yml +2 -2
  44. data/rails/locale/hu.yml +25 -25
  45. data/rails/locale/id.yml +2 -2
  46. data/rails/locale/it-CH.yml +2 -2
  47. data/rails/locale/it.yml +3 -3
  48. data/rails/locale/ja.yml +4 -4
  49. data/rails/locale/kn.yml +2 -2
  50. data/rails/locale/ko.yml +2 -2
  51. data/rails/locale/lo.yml +2 -2
  52. data/rails/locale/lt.yml +2 -2
  53. data/rails/locale/lv.yml +2 -2
  54. data/rails/locale/mk.yml +2 -2
  55. data/rails/locale/nb.yml +2 -2
  56. data/rails/locale/ne.yml +3 -3
  57. data/rails/locale/nl.yml +2 -2
  58. data/rails/locale/nn.yml +2 -2
  59. data/rails/locale/pl.yml +3 -3
  60. data/rails/locale/pt.yml +2 -2
  61. data/rails/locale/rm.yml +2 -2
  62. data/rails/locale/ro.yml +2 -2
  63. data/rails/locale/ru.yml +4 -4
  64. data/rails/locale/sk.yml +2 -2
  65. data/rails/locale/sl.yml +2 -2
  66. data/rails/locale/sr.yml +2 -2
  67. data/rails/locale/sv.yml +2 -2
  68. data/rails/locale/sw.yml +2 -2
  69. data/rails/locale/th.yml +2 -2
  70. data/rails/locale/uk.yml +4 -4
  71. data/rails/locale/uz.yml +2 -2
  72. data/rails/locale/vi.yml +3 -3
  73. data/rails/locale/zh-CN.yml +2 -2
  74. data/rails/locale/zh-HK.yml +9 -3
  75. data/rails/locale/zh-TW.yml +3 -5
  76. data/rails/transliteration/de.yml +11 -0
  77. data/rails/transliteration/fr.yml +36 -0
  78. data/rails/transliteration/ro.yml +14 -0
  79. metadata +11 -5
@@ -9,7 +9,7 @@ en-IN:
9
9
  - Fri
10
10
  - Sat
11
11
  abbr_month_names:
12
- -
12
+ -
13
13
  - Jan
14
14
  - Feb
15
15
  - Mar
@@ -35,7 +35,7 @@ en-IN:
35
35
  long: ! '%B %d, %Y'
36
36
  short: ! '%b %d'
37
37
  month_names:
38
- -
38
+ -
39
39
  - January
40
40
  - February
41
41
  - March
@@ -9,7 +9,7 @@ en-NZ:
9
9
  - Fri
10
10
  - Sat
11
11
  abbr_month_names:
12
- -
12
+ -
13
13
  - Jan
14
14
  - Feb
15
15
  - Mar
@@ -35,7 +35,7 @@ en-NZ:
35
35
  long: ! '%d %B, %Y'
36
36
  short: ! '%d %b'
37
37
  month_names:
38
- -
38
+ -
39
39
  - January
40
40
  - February
41
41
  - March
@@ -0,0 +1,205 @@
1
+ en-US:
2
+ date:
3
+ abbr_day_names:
4
+ - Sun
5
+ - Mon
6
+ - Tue
7
+ - Wed
8
+ - Thu
9
+ - Fri
10
+ - Sat
11
+ abbr_month_names:
12
+ -
13
+ - Jan
14
+ - Feb
15
+ - Mar
16
+ - Apr
17
+ - May
18
+ - Jun
19
+ - Jul
20
+ - Aug
21
+ - Sep
22
+ - Oct
23
+ - Nov
24
+ - Dec
25
+ day_names:
26
+ - Sunday
27
+ - Monday
28
+ - Tuesday
29
+ - Wednesday
30
+ - Thursday
31
+ - Friday
32
+ - Saturday
33
+ formats:
34
+ default: ! '%m-%d-%Y'
35
+ long: ! '%B %d, %Y'
36
+ short: ! '%b %d'
37
+ month_names:
38
+ -
39
+ - January
40
+ - February
41
+ - March
42
+ - April
43
+ - May
44
+ - June
45
+ - July
46
+ - August
47
+ - September
48
+ - October
49
+ - November
50
+ - December
51
+ order:
52
+ - :month
53
+ - :day
54
+ - :year
55
+ datetime:
56
+ distance_in_words:
57
+ about_x_hours:
58
+ one: about 1 hour
59
+ other: about %{count} hours
60
+ about_x_months:
61
+ one: about 1 month
62
+ other: about %{count} months
63
+ about_x_years:
64
+ one: about 1 year
65
+ other: about %{count} years
66
+ almost_x_years:
67
+ one: almost 1 year
68
+ other: almost %{count} years
69
+ half_a_minute: half a minute
70
+ less_than_x_minutes:
71
+ one: less than a minute
72
+ other: less than %{count} minutes
73
+ less_than_x_seconds:
74
+ one: less than 1 second
75
+ other: less than %{count} seconds
76
+ over_x_years:
77
+ one: over 1 year
78
+ other: over %{count} years
79
+ x_days:
80
+ one: 1 day
81
+ other: ! '%{count} days'
82
+ x_minutes:
83
+ one: 1 minute
84
+ other: ! '%{count} minutes'
85
+ x_months:
86
+ one: 1 month
87
+ other: ! '%{count} months'
88
+ x_seconds:
89
+ one: 1 second
90
+ other: ! '%{count} seconds'
91
+ prompts:
92
+ day: Day
93
+ hour: Hour
94
+ minute: Minute
95
+ month: Month
96
+ second: Seconds
97
+ year: Year
98
+ errors: &errors
99
+ format: ! '%{attribute} %{message}'
100
+ messages:
101
+ accepted: must be accepted
102
+ blank: can't be blank
103
+ confirmation: ! "doesn't match %{attribute}"
104
+ empty: can't be empty
105
+ equal_to: must be equal to %{count}
106
+ even: must be even
107
+ exclusion: is reserved
108
+ greater_than: must be greater than %{count}
109
+ greater_than_or_equal_to: must be greater than or equal to %{count}
110
+ inclusion: is not included in the list
111
+ invalid: is invalid
112
+ less_than: must be less than %{count}
113
+ less_than_or_equal_to: must be less than or equal to %{count}
114
+ not_a_number: is not a number
115
+ not_an_integer: must be an integer
116
+ odd: must be odd
117
+ record_invalid: ! 'Validation failed: %{errors}'
118
+ taken: has already been taken
119
+ too_long:
120
+ one: is too long (maximum is 1 character)
121
+ other: is too long (maximum is %{count} characters)
122
+ too_short:
123
+ one: is too short (minimum is 1 character)
124
+ other: is too short (minimum is %{count} characters)
125
+ wrong_length:
126
+ one: is the wrong length (should be 1 character)
127
+ other: is the wrong length (should be %{count} characters)
128
+ template:
129
+ body: ! 'There were problems with the following fields:'
130
+ header:
131
+ one: 1 error prohibited this %{model} from being saved
132
+ other: ! '%{count} errors prohibited this %{model} from being saved'
133
+ helpers:
134
+ select:
135
+ prompt: Please select
136
+ submit:
137
+ create: Create %{model}
138
+ submit: Save %{model}
139
+ update: Update %{model}
140
+ number:
141
+ currency:
142
+ format:
143
+ delimiter: ! ','
144
+ format: ! '%u%n'
145
+ precision: 2
146
+ separator: .
147
+ significant: false
148
+ strip_insignificant_zeros: false
149
+ unit: $
150
+ format:
151
+ delimiter: ! ','
152
+ precision: 3
153
+ separator: .
154
+ significant: false
155
+ strip_insignificant_zeros: false
156
+ human:
157
+ decimal_units:
158
+ format: ! '%n %u'
159
+ units:
160
+ billion: Billion
161
+ million: Million
162
+ quadrillion: Quadrillion
163
+ thousand: Thousand
164
+ trillion: Trillion
165
+ unit: ''
166
+ format:
167
+ delimiter: ''
168
+ precision: 3
169
+ significant: true
170
+ strip_insignificant_zeros: true
171
+ storage_units:
172
+ format: ! '%n %u'
173
+ units:
174
+ byte:
175
+ one: Byte
176
+ other: Bytes
177
+ gb: GB
178
+ kb: KB
179
+ mb: MB
180
+ tb: TB
181
+ percentage:
182
+ format:
183
+ delimiter: ''
184
+ precision:
185
+ format:
186
+ delimiter: ''
187
+ support:
188
+ array:
189
+ last_word_connector: ! ', and '
190
+ two_words_connector: ! ' and '
191
+ words_connector: ! ', '
192
+ time:
193
+ am: am
194
+ formats:
195
+ default: ! '%a, %d %b %Y %I:%M:%S %p %Z'
196
+ long: ! '%B %d, %Y %I:%M %p'
197
+ short: ! '%d %b %I:%M %p'
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
@@ -9,7 +9,7 @@ en:
9
9
  - Fri
10
10
  - Sat
11
11
  abbr_month_names:
12
- -
12
+ -
13
13
  - Jan
14
14
  - Feb
15
15
  - Mar
@@ -35,7 +35,7 @@ en:
35
35
  long: ! '%B %d, %Y'
36
36
  short: ! '%b %d'
37
37
  month_names:
38
- -
38
+ -
39
39
  - January
40
40
  - February
41
41
  - March
@@ -9,7 +9,7 @@ eo:
9
9
  - ven
10
10
  - sam
11
11
  abbr_month_names:
12
- -
12
+ -
13
13
  - jan.
14
14
  - feb.
15
15
  - mar.
@@ -35,7 +35,7 @@ eo:
35
35
  long: ! '%e %B %Y'
36
36
  short: ! '%e %b'
37
37
  month_names:
38
- -
38
+ -
39
39
  - januaro
40
40
  - februaro
41
41
  - marto
@@ -9,7 +9,7 @@ es-AR:
9
9
  - vie
10
10
  - sáb
11
11
  abbr_month_names:
12
- -
12
+ -
13
13
  - ene
14
14
  - feb
15
15
  - mar
@@ -35,7 +35,7 @@ es-AR:
35
35
  long: ! '%A, %d de %B de %Y'
36
36
  short: ! '%d de %b'
37
37
  month_names:
38
- -
38
+ -
39
39
  - enero
40
40
  - febrero
41
41
  - marzo
@@ -9,7 +9,7 @@ es-CL:
9
9
  - vie
10
10
  - sáb
11
11
  abbr_month_names:
12
- -
12
+ -
13
13
  - ene
14
14
  - feb
15
15
  - mar
@@ -35,7 +35,7 @@ es-CL:
35
35
  long: ! '%A %d de %B de %Y'
36
36
  short: ! '%d de %b'
37
37
  month_names:
38
- -
38
+ -
39
39
  - enero
40
40
  - febrero
41
41
  - marzo
@@ -9,7 +9,7 @@ es-CO:
9
9
  - vie
10
10
  - sáb
11
11
  abbr_month_names:
12
- -
12
+ -
13
13
  - ene
14
14
  - feb
15
15
  - mar
@@ -35,7 +35,7 @@ es-CO:
35
35
  long: ! '%A, %d de %B de %Y'
36
36
  short: ! '%d de %b'
37
37
  month_names:
38
- -
38
+ -
39
39
  - enero
40
40
  - febrero
41
41
  - marzo
@@ -0,0 +1,205 @@
1
+ es-CR:
2
+ date:
3
+ abbr_day_names:
4
+ - dom
5
+ - lun
6
+ - mar
7
+ - mié
8
+ - jue
9
+ - vie
10
+ - sáb
11
+ abbr_month_names:
12
+ -
13
+ - ene
14
+ - feb
15
+ - mar
16
+ - abr
17
+ - may
18
+ - jun
19
+ - jul
20
+ - ago
21
+ - sep
22
+ - oct
23
+ - nov
24
+ - dic
25
+ day_names:
26
+ - domingo
27
+ - lunes
28
+ - martes
29
+ - miércoles
30
+ - jueves
31
+ - viernes
32
+ - sábado
33
+ formats:
34
+ default: ! '%d/%m/%Y'
35
+ long: ! '%A, %d de %B de %Y'
36
+ short: ! '%d de %b'
37
+ month_names:
38
+ -
39
+ - enero
40
+ - febrero
41
+ - marzo
42
+ - abril
43
+ - mayo
44
+ - junio
45
+ - julio
46
+ - agosto
47
+ - septiembre
48
+ - octubre
49
+ - noviembre
50
+ - diciembre
51
+ order:
52
+ - :day
53
+ - :month
54
+ - :year
55
+ datetime:
56
+ distance_in_words:
57
+ about_x_hours:
58
+ one: cerca de 1 hora
59
+ other: cerca de %{count} horas
60
+ about_x_months:
61
+ one: cerca de 1 mes
62
+ other: cerca de %{count} meses
63
+ about_x_years:
64
+ one: cerca de 1 año
65
+ other: cerca de %{count} años
66
+ almost_x_years:
67
+ one: casi 1 año
68
+ other: casi %{count} años
69
+ half_a_minute: medio minuto
70
+ less_than_x_minutes:
71
+ one: menos de 1 minuto
72
+ other: menos de %{count} minutos
73
+ less_than_x_seconds:
74
+ one: menos de 1 segundo
75
+ other: menos de %{count} segundos
76
+ over_x_years:
77
+ one: más de 1 año
78
+ other: más de %{count} años
79
+ x_days:
80
+ one: 1 día
81
+ other: ! '%{count} días'
82
+ x_minutes:
83
+ one: 1 minuto
84
+ other: ! '%{count} minutos'
85
+ x_months:
86
+ one: 1 mes
87
+ other: ! '%{count} meses'
88
+ x_seconds:
89
+ one: 1 segundo
90
+ other: ! '%{count} segundos'
91
+ prompts:
92
+ day: Día
93
+ hour: Hora
94
+ minute: Minuto
95
+ month: Mes
96
+ second: Segundos
97
+ year: Año
98
+ errors: &errors
99
+ format: ! '%{attribute} %{message}'
100
+ messages:
101
+ accepted: debe ser aceptado
102
+ blank: no puede estar en blanco
103
+ confirmation: no coincide con la confirmación
104
+ empty: no puede estar vacío
105
+ equal_to: debe ser igual a %{count}
106
+ even: debe ser un número par
107
+ exclusion: está reservado
108
+ greater_than: debe ser mayor que %{count}
109
+ greater_than_or_equal_to: debe ser mayor o igual que %{count}
110
+ inclusion: no está incluído en la lista
111
+ invalid: es inválido
112
+ less_than: debe ser menor que %{count}
113
+ less_than_or_equal_to: debe ser menor o igual que %{count}
114
+ not_a_number: no es un número
115
+ not_an_integer: debe ser un entero
116
+ odd: debe ser un número impar
117
+ record_invalid: ! 'La validación falló: %{errors}'
118
+ taken: ya ha sido utilizado
119
+ too_long:
120
+ one: es demasiado largo (máximo 1 caracter)
121
+ other: es demasiado largo (máximo %{count} caracteres)
122
+ too_short:
123
+ one: es demasiado corto (mínimo 1 caracter)
124
+ other: es demasiado corto (mínimo %{count} caracteres)
125
+ wrong_length:
126
+ one: longitud errónea (debe ser de 1 caracter)
127
+ other: longitud errónea (debe ser de %{count} caracteres)
128
+ template:
129
+ body: ! 'Revise que los siguientes campos sean válidos:'
130
+ header:
131
+ one: ! '%{model} no pudo guardarse debido a 1 error'
132
+ other: ! '%{model} no pudo guardarse debido a %{count} errores'
133
+ helpers:
134
+ select:
135
+ prompt: Por favor seleccione
136
+ submit:
137
+ create: Crear %{model}
138
+ submit: Guardar %{model}
139
+ update: Actualizar %{model}
140
+ number:
141
+ currency:
142
+ format:
143
+ delimiter: ! ','
144
+ format: ! '%u%n'
145
+ precision: 0
146
+ separator: .
147
+ significant: false
148
+ strip_insignificant_zeros: false
149
+ unit: ¢
150
+ format:
151
+ delimiter: ! ','
152
+ precision: 2
153
+ separator: .
154
+ significant: false
155
+ strip_insignificant_zeros: false
156
+ human:
157
+ decimal_units:
158
+ format: ! '%n %u'
159
+ units:
160
+ billion: mil millones
161
+ million: millón
162
+ quadrillion: mil billones
163
+ thousand: mil
164
+ trillion: billón
165
+ unit: ''
166
+ format:
167
+ delimiter: ! ','
168
+ precision: 3
169
+ significant: true
170
+ strip_insignificant_zeros: true
171
+ storage_units:
172
+ format: ! '%n %u'
173
+ units:
174
+ byte:
175
+ one: Byte
176
+ other: Bytes
177
+ gb: GB
178
+ kb: KB
179
+ mb: MB
180
+ tb: TB
181
+ percentage:
182
+ format:
183
+ delimiter: ! ','
184
+ precision:
185
+ format:
186
+ delimiter: ! ','
187
+ support:
188
+ array:
189
+ last_word_connector: ! ' y '
190
+ two_words_connector: ! ' y '
191
+ words_connector: ! ', '
192
+ time:
193
+ am: am
194
+ formats:
195
+ default: ! '%a, %d de %b de %Y a las %H:%M:%S %Z'
196
+ long: ! '%A, %d de %B de %Y a las %I:%M %p'
197
+ short: ! '%d de %b a las %H:%M hrs'
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