rails-i18n 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,15 @@
1
+ ## 0.6.5 (2012-07-02)
2
+ - fixed Icelandic translation
3
+ - fixed Portuguese translation
4
+ - completed Vietnamese translation and transliteration
5
+ - added Canadian English
6
+ - fixed Tagalog delimiter and separator
7
+ - fixed Bosinian translation
8
+ - fixed French translation
9
+ - added Engish (en) translation
10
+ - added Spanish (Venizuela) translation
11
+ - complted Turkish translation
12
+
1
13
  ## 0.6.4 (2012-05-17)
2
14
  - fixed Croatian translation and pluralization
3
15
  - added Wolof translation
data/README.md CHANGED
@@ -46,21 +46,21 @@ Locale data whose structure is compatible with Rails 2.3 are available on the se
46
46
 
47
47
  Available locales are:
48
48
 
49
- > ar, az, bg, bn-IN, bs, ca, cs, csb, cy, da, de, de-AT, de-CH, dsb, el, en-AU, en-GB, en-IN, en-US, eo, es,
50
- > es-AR, es-CL, es-CO, es-MX, es-PE, et, eu, fa, fi, fr, fr-CA, fr-CH, fur, gl-ES,
49
+ > ar, az, bg, bn-IN, bs, ca, cs, csb, cy, da, de, de-AT, de-CH, dsb, el, en-AU, en-CA, en-GB, en-IN, en-US, eo,
50
+ > es, es-AR, es-CL, es-CO, es-MX, es-PE, es-VE, et, eu, fa, fi, fr, fr-CA, fr-CH, fur, gl-ES,
51
51
  > gsw-CH, he, hi, hi-IN, hr, hsb, hu, id, is, it, ja, kn, ko, lo, lt, lv, mk, mn, nb,
52
52
  > nl, nn, pl, pt-BR, pt-PT, rm, ro, ru, sk, sl, sr, sr-Latn, sv-SE, sw, th,
53
53
  > tl, tr, uk, vi, wo, zh-CN, zh-TW
54
54
 
55
55
  Following locales are complete:
56
56
 
57
- > az, bg, bs, ca, csb, da, de, de-AT, de-CH, el, en-AU, en-GB, en-IN, en-US, eo, es, es-AR, es-CL, es-CO, es-MX, et,
58
- > eu, fa, fi, fr, fr-CA, fr-CH, fur, gsw-CH, hi, hi-IN, hr, hu, is, it, ja, kn, ko, lv, mn, nb,
59
- > nl, pt-BR, pt-PT, ru, sv-SE, sw, th, tl, uk, wo, zh-CN, zh-TW
57
+ > az, bg, bs, ca, csb, da, de, de-AT, de-CH, el, en-AU, en-CA, en-GB, en-IN, en-US, eo, es, es-AR, es-CL, es-CO, es-MX, es-VE, et,
58
+ > eu, fa, fi, fr, fr-CA, fr-CH, fur, gsw-CH, he, hi, hi-IN, hr, hu, is, it, ja, kn, ko, lv, mn, nb,
59
+ > nl, pt-BR, pt-PT, ru, sk, sv-SE, sw, th, tl, tr, uk, vi, wo, zh-CN, zh-TW
60
60
 
61
61
  Following locales have some missing translations or pluralizations:
62
62
 
63
- > ar, bn-IN, cs, cy, dsb, es-PE, gl-ES, he, hsb, id, lo, lt, mk, nn, pl, rm, ro, sk, sl, sr, sr-Latn, tr, vi
63
+ > ar, bn-IN, cs, cy, dsb, es-PE, gl-ES, hsb, id, lo, lt, mk, nn, pl, rm, ro, sl, sr, sr-Latn
64
64
 
65
65
  We always welcome your contributions!
66
66
 
@@ -135,23 +135,23 @@ bs:
135
135
  odd: mora biti neparno
136
136
  record_invalid: ! 'Validacija nije uspjela: %{errors}'
137
137
  taken: je već zauzet
138
- too_long: je predugo (maksimalno je dozvoljeno %{count} karaktera)
139
- too_short: je prekratko (predviđeno je minimalno %{count} karaktera)
140
- wrong_length: je pogrešne dužine (trebalo bi biti tačno %{count} karaktera)
138
+ too_long: je predugo (maksimalno je dozvoljeno %{count} znakova)
139
+ too_short: je prekratko (predviđeno je minimalno %{count} znakova)
140
+ wrong_length: je pogrešne dužine (trebalo bi biti tačno %{count} znakova)
141
141
  template:
142
142
  body: ! 'Desili su se problemi sa slijedećim poljima:'
143
143
  header:
144
- few: ! '%{count} greške su spriječile da se ovaj %{model} snimi'
145
- many: ! '%{count} grešaka je spriječilo da se ovaj %{model} snimi'
146
- one: 1 greška je spriječila da se ovaj %{model} snimi
147
- other: ! '%{count} grešaka je spriječilo da se ovaj %{model} snimi'
144
+ few: ! '%{count} greške su spriječile da se ovaj %{model} spremi'
145
+ many: ! '%{count} grešaka je spriječilo da se ovaj %{model} spremi'
146
+ one: 1 greška je spriječila da se ovaj %{model} spremi
147
+ other: ! '%{count} grešaka je spriječilo da se ovaj %{model} spremi'
148
148
  helpers:
149
149
  select:
150
150
  prompt: Molimo odaberite
151
151
  submit:
152
152
  create: Kreiraj %{model}
153
153
  submit: Sačuvaj %{model}
154
- update: Osviježi %{model}
154
+ update: Osvježi %{model}
155
155
  number:
156
156
  currency:
157
157
  format:
@@ -0,0 +1,214 @@
1
+ # Canadian English for Rails
2
+ # by Patrick CHEW (pchew@change.org)
3
+ # contributors:
4
+ # - Patrick CHEW - https://github.com/pchew-change (pchew@change.org)
5
+ # date/time notations based primarily on :
6
+ # http://en.wikipedia.org/wiki/Date_and_time_notation_in_Canada
7
+ # basing on the assumption that Anglophone Canada patterns after en-US
8
+ # Corrected by [name] : [references]
9
+
10
+ en-CA:
11
+ date:
12
+ abbr_day_names:
13
+ - Sun
14
+ - Mon
15
+ - Tue
16
+ - Wed
17
+ - Thu
18
+ - Fri
19
+ - Sat
20
+ abbr_month_names:
21
+ -
22
+ - Jan
23
+ - Feb
24
+ - Mar
25
+ - Apr
26
+ - May
27
+ - Jun
28
+ - Jul
29
+ - Aug
30
+ - Sep
31
+ - Oct
32
+ - Nov
33
+ - Dec
34
+ day_names:
35
+ - Sunday
36
+ - Monday
37
+ - Tuesday
38
+ - Wednesday
39
+ - Thursday
40
+ - Friday
41
+ - Saturday
42
+ formats:
43
+ default: ! '%d-%m-%Y'
44
+ long: ! '%B %d, %Y'
45
+ short: ! '%d %b'
46
+ month_names:
47
+ -
48
+ - January
49
+ - February
50
+ - March
51
+ - April
52
+ - May
53
+ - June
54
+ - July
55
+ - August
56
+ - September
57
+ - October
58
+ - November
59
+ - December
60
+ order:
61
+ - :year
62
+ - :month
63
+ - :day
64
+ datetime:
65
+ distance_in_words:
66
+ about_x_hours:
67
+ one: about 1 hour
68
+ other: about %{count} hours
69
+ about_x_months:
70
+ one: about 1 month
71
+ other: about %{count} months
72
+ about_x_years:
73
+ one: about 1 year
74
+ other: about %{count} years
75
+ almost_x_years:
76
+ one: almost 1 year
77
+ other: almost %{count} years
78
+ half_a_minute: half a minute
79
+ less_than_x_minutes:
80
+ one: less than a minute
81
+ other: less than %{count} minutes
82
+ less_than_x_seconds:
83
+ one: less than 1 second
84
+ other: less than %{count} seconds
85
+ over_x_years:
86
+ one: over 1 year
87
+ other: over %{count} years
88
+ x_days:
89
+ one: 1 day
90
+ other: ! '%{count} days'
91
+ x_minutes:
92
+ one: 1 minute
93
+ other: ! '%{count} minutes'
94
+ x_months:
95
+ one: 1 month
96
+ other: ! '%{count} months'
97
+ x_seconds:
98
+ one: 1 second
99
+ other: ! '%{count} seconds'
100
+ prompts:
101
+ day: Day
102
+ hour: Hour
103
+ minute: Minute
104
+ month: Month
105
+ second: Seconds
106
+ year: Year
107
+ errors: &errors
108
+ format: ! '%{attribute} %{message}'
109
+ messages:
110
+ accepted: must be accepted
111
+ blank: can't be blank
112
+ confirmation: doesn't match confirmation
113
+ empty: can't be empty
114
+ equal_to: must be equal to %{count}
115
+ even: must be even
116
+ exclusion: is reserved
117
+ greater_than: must be greater than %{count}
118
+ greater_than_or_equal_to: must be greater than or equal to %{count}
119
+ inclusion: is not included in the list
120
+ invalid: is invalid
121
+ less_than: must be less than %{count}
122
+ less_than_or_equal_to: must be less than or equal to %{count}
123
+ not_a_number: is not a number
124
+ not_an_integer: must be an integer
125
+ odd: must be odd
126
+ record_invalid: ! 'Validation failed: %{errors}'
127
+ taken: has already been taken
128
+ too_long:
129
+ one: is too long (maximum is 1 character)
130
+ other: is too long (maximum is %{count} characters)
131
+ too_short:
132
+ one: is too short (minimum is 1 character)
133
+ other: is too short (minimum is %{count} characters)
134
+ wrong_length:
135
+ one: is the wrong length (should be 1 character)
136
+ other: is the wrong length (should be %{count} characters)
137
+ template:
138
+ body: ! 'There were problems with the following fields:'
139
+ header:
140
+ one: 1 error prohibited this %{model} from being saved
141
+ other: ! '%{count} errors prohibited this %{model} from being saved'
142
+ helpers:
143
+ select:
144
+ prompt: Please select
145
+ submit:
146
+ create: Create %{model}
147
+ submit: Save %{model}
148
+ update: Update %{model}
149
+ number:
150
+ currency:
151
+ format:
152
+ delimiter: ! ','
153
+ format: ! '%u%n'
154
+ precision: 2
155
+ separator: .
156
+ significant: false
157
+ strip_insignificant_zeros: false
158
+ unit: $
159
+ format:
160
+ delimiter: ! ','
161
+ precision: 3
162
+ separator: .
163
+ significant: false
164
+ strip_insignificant_zeros: false
165
+ human:
166
+ decimal_units:
167
+ format: ! '%n %u'
168
+ units:
169
+ billion: Billion
170
+ million: Million
171
+ quadrillion: Quadrillion
172
+ thousand: Thousand
173
+ trillion: Trillion
174
+ unit: ''
175
+ format:
176
+ delimiter: ''
177
+ precision: 3
178
+ significant: true
179
+ strip_insignificant_zeros: true
180
+ storage_units:
181
+ format: ! '%n %u'
182
+ units:
183
+ byte:
184
+ one: Byte
185
+ other: Bytes
186
+ gb: GB
187
+ kb: KB
188
+ mb: MB
189
+ tb: TB
190
+ percentage:
191
+ format:
192
+ delimiter: ''
193
+ precision:
194
+ format:
195
+ delimiter: ''
196
+ support:
197
+ array:
198
+ last_word_connector: ! ', and '
199
+ two_words_connector: ! ' and '
200
+ words_connector: ! ', '
201
+ time:
202
+ am: am
203
+ formats:
204
+ default: ! '%a, %d %b %Y %H:%M:%S %z'
205
+ long: ! '%B %d, %Y %H:%M'
206
+ short: ! '%d %b %H:%M'
207
+ pm: pm
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
@@ -0,0 +1,205 @@
1
+ en:
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: ! '%Y-%m-%d'
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
+ - :year
53
+ - :month
54
+ - :day
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 confirmation
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 %H:%M:%S %z'
196
+ long: ! '%B %d, %Y %H:%M'
197
+ short: ! '%d %b %H:%M'
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
@@ -0,0 +1,205 @@
1
+ es-VE:
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: no es vá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 está en uso
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 selecciona
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: 2
146
+ separator: ! ','
147
+ significant: false
148
+ strip_insignificant_zeros: false
149
+ unit: ! 'Bs.'
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%p %Z'
196
+ long: ! '%A, %d de %B de %Y a las %I:%M%p'
197
+ short: ! '%d de %b a las %H:%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
@@ -98,7 +98,7 @@ fr-CA:
98
98
  second: Seconde
99
99
  year: Année
100
100
  errors: &errors
101
- format: Le %{attribute} %{message}
101
+ format: '%{attribute} %{message}'
102
102
  messages:
103
103
  accepted: doit être accepté(e)
104
104
  blank: doit être rempli(e)
@@ -98,7 +98,7 @@ fr-CH:
98
98
  second: Seconde
99
99
  year: Année
100
100
  errors: &errors
101
- format: Le %{attribute} %{message}
101
+ format: '%{attribute} %{message}'
102
102
  messages:
103
103
  accepted: doit être accepté(e)
104
104
  blank: doit être rempli(e)
@@ -178,15 +178,15 @@ fr:
178
178
  submit: "Enregistrer ce(tte) %{model}"
179
179
 
180
180
  errors: &errors
181
- format: "Le %{attribute} %{message}"
181
+ format: "%{attribute} %{message}"
182
182
  messages: &errors_messages
183
183
  inclusion: "n'est pas inclus(e) dans la liste"
184
184
  exclusion: "n'est pas disponible"
185
185
  invalid: "n'est pas valide"
186
186
  confirmation: "ne concorde pas avec la confirmation"
187
187
  accepted: "doit être accepté(e)"
188
- empty: "champ obligé"
189
- blank: "champ obligé"
188
+ empty: "doit être rempli(e)"
189
+ blank: "doit être rempli(e)"
190
190
  too_long:
191
191
  one: "est trop long (pas plus d'un caractère)"
192
192
  other: "est trop long (pas plus de %{count} caractères)"
@@ -213,7 +213,7 @@ fr:
213
213
  one: "Impossible d'enregistrer ce(tte) %{model} : 1 erreur"
214
214
  other: "Impossible d'enregistrer ce(tte) %{model} : %{count} erreurs"
215
215
  body: "Veuillez vérifier les champs suivants : "
216
-
216
+
217
217
  activemodel:
218
218
  errors:
219
219
  <<: *errors
@@ -99,7 +99,7 @@ is:
99
99
  format: ! '%{attribute} %{message}'
100
100
  messages:
101
101
  accepted: þarf að vera tekið gilt
102
- blank: má ekki innihalda auða stafi
102
+ blank: má ekki vera autt
103
103
  confirmation: er ekki jafngilt staðfestingunni
104
104
  empty: má ekki vera tómt
105
105
  equal_to: þarf að vera jafngilt %{count}
@@ -112,15 +112,21 @@ is:
112
112
  less_than: þarf að vera minna en %{count}
113
113
  less_than_or_equal_to: þarf að vera minna en eða jafngilt %{count}
114
114
  not_a_number: er ekki tala
115
- not_an_integer: verður að vera heiltala
115
+ not_an_integer: þarf að vera heiltala
116
116
  odd: þarf að vera oddatala
117
117
  record_invalid: ! 'Villur: %{errors}'
118
118
  taken: er þegar í notkun
119
- too_long: er of langt (má mest vera %{count} stafir)
120
- too_short: er of stutt (má minnst vera %{count} stafir)
121
- wrong_length: er af rangri lengd (má mest vera %{count} stafir)
119
+ too_long:
120
+ one: er of langt (má mest vera 1 stafur)
121
+ other: er of langt (má mest vera %{count} stafir)
122
+ too_short:
123
+ one: er of stutt (má minnst vera 1 stafur)
124
+ other: er of stutt (má minnst vera %{count} stafir)
125
+ wrong_length:
126
+ one: er af rangri lengd (má mest vera 1 stafur)
127
+ other: er af rangri lengd (má mest vera %{count} stafir)
122
128
  template:
123
- body: ! 'Upp kom vandamál í eftirfarandi dálkum:'
129
+ body: ! 'Villur fundust í eftirfarandi dálkum:'
124
130
  header:
125
131
  one: Ekki var hægt að vista %{model} vegna einnar villu.
126
132
  other: Ekki var hægt að vista %{model} vegna %{count} villna.
@@ -129,7 +135,7 @@ is:
129
135
  prompt: Veldu
130
136
  submit:
131
137
  create: Búa til %{model}
132
- submit: Geyma %{model}
138
+ submit: Vista %{model}
133
139
  update: Uppfæra %{model}
134
140
  number:
135
141
  currency:
@@ -152,8 +158,8 @@ is:
152
158
  format: ! '%n %u'
153
159
  units:
154
160
  billion:
155
- one: milliarður
156
- other: milliarðar
161
+ one: milljarður
162
+ other: milljarðar
157
163
  million:
158
164
  one: milljón
159
165
  other: milljónir
@@ -65,7 +65,7 @@ pt-PT:
65
65
  other: aproximadamente %{count} anos
66
66
  almost_x_years:
67
67
  one: quase 1 ano
68
- other: quase %{count} years
68
+ other: quase %{count} anos
69
69
  half_a_minute: meio minuto
70
70
  less_than_x_minutes:
71
71
  one: menos de um minuto
@@ -1,3 +1,4 @@
1
+ # maintainer: Ivan Stana <stiipa@centrum.sk>
1
2
  sk:
2
3
  date:
3
4
  abbr_day_names:
@@ -56,37 +57,48 @@ sk:
56
57
  distance_in_words:
57
58
  about_x_hours:
58
59
  one: asi hodinou
60
+ few: asi %{count} hodinami
59
61
  other: asi %{count} hodinami
60
62
  about_x_months:
61
63
  one: asi mesiacom
64
+ few: asi %{count} mesiacmi
62
65
  other: asi %{count} mesiacmi
63
66
  about_x_years:
64
67
  one: asi rokom
68
+ few: asi %{count} rokmi
65
69
  other: asi %{count} rokmi
66
70
  almost_x_years:
67
- one: takmer pred rokom
68
- other: takmer pred %{count} rokmi
71
+ one: takmer rokom
72
+ few: takmer %{count} rokmi
73
+ other: takmer %{count} rokmi
69
74
  half_a_minute: pol minútou
70
75
  less_than_x_minutes:
71
- one: pred necelou minútou
72
- other: pred ani nie %{count} minútami
76
+ one: necelou minútou
77
+ few: necelými %{count} minútami
78
+ other: necelými %{count} minútami
73
79
  less_than_x_seconds:
74
- one: asi pred sekundou
75
- other: asi pred %{count} sekundami
80
+ one: necelou sekundou
81
+ few: necelými %{count} sekundami
82
+ other: necelými %{count} sekundami
76
83
  over_x_years:
77
- one: pred viac ako rokom
84
+ one: viac ako rokom
85
+ few: viac ako %{count} rokmi
78
86
  other: viac ako %{count} rokmi
79
87
  x_days:
80
- one: 24 hodinami
88
+ one: dňom
89
+ few: ! '%{count} dňami'
81
90
  other: ! '%{count} dňami'
82
91
  x_minutes:
83
92
  one: minútou
93
+ few: ! '%{count} minútami'
84
94
  other: ! '%{count} minútami'
85
95
  x_months:
86
96
  one: mesiacom
97
+ few: ! '%{count} mesiacmi'
87
98
  other: ! '%{count} mesiacmi'
88
99
  x_seconds:
89
100
  one: sekundou
101
+ few: ! '%{count} sekundami'
90
102
  other: ! '%{count} sekundami'
91
103
  prompts:
92
104
  day: Deň
@@ -123,8 +135,8 @@ sk:
123
135
  body: ! 'Nasledujúce polia obsahujú chybne vyplnené údaje:'
124
136
  header:
125
137
  one: Pri ukladaní objektu %{model} došlo k chybám a nebolo ho možné uložiť
126
- other: Pri ukladaní objektu %{model} došlo k %{count} chybám a nebolo ho možné
127
- uložiť
138
+ few: Pri ukladaní objektu %{model} došlo k %{count} chybám a nebolo ho možné uložiť
139
+ other: Pri ukladaní objektu %{model} došlo k %{count} chybám a nebolo ho možné uložiť
128
140
  helpers:
129
141
  select:
130
142
  prompt: Prosím vyberte si
@@ -168,6 +180,7 @@ sk:
168
180
  units:
169
181
  byte:
170
182
  one: B
183
+ few: B
171
184
  other: B
172
185
  gb: GB
173
186
  kb: KB
@@ -3,7 +3,7 @@
3
3
  # contributors:
4
4
  # - Patrick CHEW - https://github.com/pchew-change (pchew@change.org)
5
5
  # - Jose BUSTAMANTE - (josebust@cisco.com)
6
- # Corrected by [name] : [references]
6
+ # Corrected by Christine Roque : christine@change.org
7
7
 
8
8
  "tl":
9
9
  date:
@@ -81,8 +81,8 @@
81
81
 
82
82
  number:
83
83
  format:
84
- separator: ","
85
- delimiter: .
84
+ separator: "."
85
+ delimiter: ","
86
86
  precision: 3
87
87
  significant: FALSE
88
88
  strip_insignificant_zeros: FALSE
@@ -91,8 +91,8 @@
91
91
  format:
92
92
  format: "%n %u"
93
93
  unit: "₱"
94
- separator: ","
95
- delimiter: "."
94
+ separator: "."
95
+ delimiter: ","
96
96
  precision: 2
97
97
  significant: FALSE
98
98
  strip_insignificant_zeros: FALSE
@@ -136,37 +136,37 @@
136
136
  half_a_minute: "kalahating isang minuto"
137
137
  less_than_x_seconds:
138
138
  one: mas mababa sa isang segundo
139
- other: "mas mababa sa %{count}ng segundo"
139
+ other: "mas mababa sa %{count} segundo"
140
140
  x_seconds:
141
141
  one: isang segundo
142
- other: "%{count}ng segundo"
142
+ other: "%{count} segundo"
143
143
  less_than_x_minutes:
144
144
  one: mas mababa sa isang minuto
145
145
  other: "mas mababa sa %{count} minuto"
146
146
  x_minutes:
147
147
  one: isang minuto
148
- other: "%{count}ng minuto"
148
+ other: "%{count} minuto"
149
149
  about_x_hours:
150
150
  one: humigit-kumulang isang oras
151
- other: "humigit-kumulang %{count}ng oras"
151
+ other: "humigit-kumulang %{count} oras"
152
152
  x_days:
153
153
  one: isang araw
154
- other: "%{count}ng araw"
154
+ other: "%{count} araw"
155
155
  about_x_months:
156
156
  one: humigit-kumulang isang buwan
157
- other: "humigit-kumulang %{count}ng buwan"
157
+ other: "humigit-kumulang %{count} buwan"
158
158
  x_months:
159
159
  one: isang buwan
160
- other: "%{count}ng buwang"
160
+ other: "%{count} buwang"
161
161
  about_x_years:
162
162
  one: humigit-kumulang isang taon
163
- other: "humigit-kumulang %{count}ng taon"
163
+ other: "humigit-kumulang %{count} taon"
164
164
  over_x_years:
165
165
  one: higit sa isang taon
166
- other: "higit %{count}ng taon"
166
+ other: "higit %{count} taon"
167
167
  almost_x_years:
168
168
  one: halos isang taon
169
- other: "halos %{count}ng taon"
169
+ other: "halos %{count} taon"
170
170
  prompts:
171
171
  year: taon
172
172
  month: buwan
@@ -196,21 +196,21 @@
196
196
  empty: ito ay hindi maaaring walang laman
197
197
  blank: ito ay hindi maaaring maging katutubo
198
198
  too_long:
199
- one: "ito ay masyadong mahaba (maximum ay %{count}ng character)"
199
+ one: "ito ay masyadong mahaba (maximum ay %{count} character)"
200
200
  other:
201
201
  too_short:
202
- one: "ito ay masyadong maikli (minimum ay %{count}ng character)"
202
+ one: "ito ay masyadong maikli (minimum ay %{count} character)"
203
203
  other:
204
204
  wrong_length:
205
- one: ito ay ang maling haba (ito ay dapat %{count}ng character eksaktong)
205
+ one: ito ay ang maling haba (ito ay dapat %{count} character eksaktong)
206
206
  other:
207
207
  not_a_number: ito ay hindi isang numero
208
208
  not_an_integer: dapat na isang integer
209
- greater_than: dapat na mas higit sa %{count}ng
210
- greater_than_or_equal_to: dapat na mas higit sa o katumbas ng %{count}ng
211
- equal_to: dapat na katumba sa %{count}ng
212
- less_than: dapat na mas mababa sa %{count}ng
213
- less_than_or_equal_to: dapat na mas mababa sa o katumbas ng %{count}ng
209
+ greater_than: dapat na mas higit sa %{count}
210
+ greater_than_or_equal_to: dapat na mas higit sa o katumbas ng %{count}
211
+ equal_to: dapat na katumba sa %{count}
212
+ less_than: dapat na mas mababa sa %{count}
213
+ less_than_or_equal_to: dapat na mas mababa sa o katumbas ng %{count}
214
214
  odd: dapat maging kakaibang
215
215
  even: dapat maging kahit
216
216
  taken: ay ginagamit
@@ -218,7 +218,7 @@
218
218
  template:
219
219
  header:
220
220
  one: "hindi maaaring i-save ang %{model} na ito dahil sa isang error"
221
- other: "hindi maaaring i-save ang %{model} na ito dahil sa %{count}ng error"
221
+ other: "hindi maaaring i-save ang %{model} na ito dahil sa %{count} error"
222
222
  body: "May mga problema sa mga sumusunod na patlang:"
223
223
 
224
224
  activemodel:
@@ -9,7 +9,7 @@ tr:
9
9
  - Cum
10
10
  - Cts
11
11
  abbr_month_names:
12
- -
12
+ -
13
13
  - Oca
14
14
  - Şub
15
15
  - Mar
@@ -35,7 +35,7 @@ tr:
35
35
  long: ! '%e %B %Y, %A'
36
36
  short: ! '%e %b'
37
37
  month_names:
38
- -
38
+ -
39
39
  - Ocak
40
40
  - Şubat
41
41
  - Mart
@@ -90,6 +90,13 @@ tr:
90
90
  x_seconds:
91
91
  one: 1 saniye
92
92
  other: ! '%{count} saniye'
93
+ prompts:
94
+ day: Gün
95
+ hour: Saat
96
+ minute: Dakika
97
+ month: Ay
98
+ second: Saniye
99
+ year: Yıl
93
100
  errors: &errors
94
101
  format: ! '%{attribute} %{message}'
95
102
  messages:
@@ -107,6 +114,7 @@ tr:
107
114
  less_than: ! '%{count} sayısından küçük olmalı'
108
115
  less_than_or_equal_to: ! '%{count} sayısına eşit veya küçük olmalı'
109
116
  not_a_number: geçerli bir sayı değil
117
+ not_an_integer: tam sayı olmalı
110
118
  odd: tek olmalı
111
119
  record_invalid: ! 'Doğrulama başarısız oldu: %{errors}'
112
120
  taken: hali hazırda kullanılmakta
@@ -121,6 +129,10 @@ tr:
121
129
  helpers:
122
130
  select:
123
131
  prompt: Lütfen seçiniz
132
+ submit:
133
+ create: '%{model} Ekle'
134
+ submit: '%{model} Kaydet'
135
+ update: '%{model} Güncelle'
124
136
  number:
125
137
  currency:
126
138
  format:
@@ -141,6 +153,11 @@ tr:
141
153
  decimal_units:
142
154
  format: ! '%n %u'
143
155
  units:
156
+ billion: Milyar
157
+ million: Milyon
158
+ quadrillion: Katrilyon
159
+ thousand: Bin
160
+ trillion: Trilyon
144
161
  unit: ''
145
162
  format:
146
163
  delimiter: .
@@ -149,6 +166,12 @@ tr:
149
166
  strip_insignificant_zeros: true
150
167
  storage_units:
151
168
  format: ! '%n %u'
169
+ units:
170
+ byte: Bayt
171
+ gb: GB
172
+ kb: KB
173
+ mb: MB
174
+ tb: TB
152
175
  percentage:
153
176
  format:
154
177
  delimiter: .
@@ -63,6 +63,9 @@ vi:
63
63
  about_x_years:
64
64
  one: khoảng 1 năm
65
65
  other: khoảng %{count} năm
66
+ almost_x_years:
67
+ one: gần 1 năm
68
+ other: gần %{count} năm
66
69
  half_a_minute: 30 giây
67
70
  less_than_x_minutes:
68
71
  one: chưa tới 1 phút
@@ -100,7 +103,7 @@ vi:
100
103
  confirmation: không khớp với xác nhận
101
104
  empty: không thể rỗng
102
105
  equal_to: phải bằng %{count}
103
- even: phải là số lẻ
106
+ even: phải là số chẵn
104
107
  exclusion: đã được giành trước
105
108
  greater_than: phải lớn hơn %{count}
106
109
  greater_than_or_equal_to: phải lớn hơn hoặc bằng %{count}
@@ -109,7 +112,8 @@ vi:
109
112
  less_than: phải nhỏ hơn %{count}
110
113
  less_than_or_equal_to: phải nhỏ hơn hoặc bằng %{count}
111
114
  not_a_number: không phải là số
112
- odd: phải là số chẵn
115
+ not_an_integer: phải là một số nguyên
116
+ odd: phải là số lẻ
113
117
  taken: đã có
114
118
  too_long: quá dài (tối đa %{count} ký tự)
115
119
  too_short: quá ngắn (tối thiểu %{count} ký tự)
@@ -119,6 +123,13 @@ vi:
119
123
  header:
120
124
  one: 1 lỗi ngăn không cho lưu %{model} này
121
125
  other: ! '%{count} lỗi ngăn không cho lưu %{model} này'
126
+ helpers:
127
+ select:
128
+ prompt: Vui lòng chọn
129
+ submit:
130
+ create: Tạo %{model}
131
+ submit: Lưu %{model}
132
+ update: Cập nhật %{model}
122
133
  number:
123
134
  currency:
124
135
  format:
@@ -140,6 +151,11 @@ vi:
140
151
  format: ! '%n %u'
141
152
  units:
142
153
  unit: ''
154
+ billion: Tỷ
155
+ million: Triệu
156
+ quadrillion: Triệu tỷ
157
+ thousand: Nghìn
158
+ trillion: Nghìn tỷ
143
159
  format:
144
160
  delimiter: ''
145
161
  precision: 1
@@ -180,3 +196,6 @@ vi:
180
196
  activerecord:
181
197
  errors:
182
198
  <<: *errors
199
+ messages:
200
+ record_invalid: "Lỗi xác nhận: %{errors}"
201
+ taken: "đã có"
@@ -0,0 +1,138 @@
1
+ vi:
2
+ i18n:
3
+ transliterate:
4
+ rule:
5
+ à: "a"
6
+ á: "a"
7
+ ạ: "a"
8
+ ả: "a"
9
+ ã: "a"
10
+ â: "a"
11
+ ầ: "a"
12
+ ấ: "a"
13
+ ậ: "a"
14
+ ẩ: "a"
15
+ ẫ: "a"
16
+ ă: "a"
17
+ ằ: "a"
18
+ ắ: "a"
19
+ ặ: "a"
20
+ ẳ: "a"
21
+ ẵ: "a"
22
+ À: "A"
23
+ Á: "A"
24
+ Ạ: "A"
25
+ Ả: "A"
26
+ Ã: "A"
27
+ Â: "A"
28
+ Ầ: "A"
29
+ Ấ: "A"
30
+ Ậ: "A"
31
+ Ẩ: "A"
32
+ Ẫ: "A"
33
+ Ă: "A"
34
+ Ằ: "A"
35
+ Ắ: "A"
36
+ Ặ: "A"
37
+ Ẳ: "A"
38
+ Ẵ: "A"
39
+ ì: "i"
40
+ í: "i"
41
+ ị: "i"
42
+ ỉ: "i"
43
+ ĩ: "i"
44
+ Ì: "I"
45
+ Í: "I"
46
+ Ị: "I"
47
+ Ỉ: "I"
48
+ Ĩ: "I"
49
+ ù: "u"
50
+ ú: "u"
51
+ ụ: "u"
52
+ ủ: "u"
53
+ ũ: "u"
54
+ ư: "u"
55
+ ừ: "u"
56
+ ứ: "u"
57
+ ự: "u"
58
+ ử: "u"
59
+ ữ: "u"
60
+ Ù: "U"
61
+ Ú: "U"
62
+ Ụ: "U"
63
+ Ủ: "U"
64
+ Ũ: "U"
65
+ Ư: "U"
66
+ Ừ: "U"
67
+ Ứ: "U"
68
+ Ự: "U"
69
+ Ử: "U"
70
+ Ữ: "U"
71
+ è: "e"
72
+ é: "e"
73
+ ẹ: "e"
74
+ ẻ: "e"
75
+ ẽ: "e"
76
+ ê: "e"
77
+ ề: "e"
78
+ ế: "e"
79
+ ệ: "e"
80
+ ể: "e"
81
+ ễ: "e"
82
+ È: "E"
83
+ É: "E"
84
+ Ẹ: "E"
85
+ Ẻ: "E"
86
+ Ẽ: "E"
87
+ Ê: "E"
88
+ Ề: "E"
89
+ Ế: "E"
90
+ Ệ: "E"
91
+ Ể: "E"
92
+ Ễ: "E"
93
+ ò: "o"
94
+ ó: "o"
95
+ ọ: "o"
96
+ ỏ: "o"
97
+ õ: "o"
98
+ ô: "o"
99
+ ồ: "o"
100
+ ố: "o"
101
+ ộ: "o"
102
+ ổ: "o"
103
+ ỗ: "o"
104
+ ơ: "o"
105
+ ờ: "o"
106
+ ớ: "o"
107
+ ợ: "o"
108
+ ở: "o"
109
+ ỡ: "o"
110
+ Ò: "O"
111
+ Ó: "O"
112
+ Ọ: "O"
113
+ Ỏ: "O"
114
+ Õ: "O"
115
+ Ô: "O"
116
+ Ồ: "O"
117
+ Ố: "O"
118
+ Ộ: "O"
119
+ Ổ: "O"
120
+ Ỗ: "O"
121
+ Ơ: "O"
122
+ Ờ: "O"
123
+ Ớ: "O"
124
+ Ợ: "O"
125
+ Ở: "O"
126
+ Ỡ: "O"
127
+ ỳ: "y"
128
+ ý: "y"
129
+ ỵ: "y"
130
+ ỷ: "y"
131
+ ỹ: "y"
132
+ Ỳ: "Y"
133
+ Ý: "Y"
134
+ Ỵ: "Y"
135
+ Ỷ: "Y"
136
+ Ỹ: "Y"
137
+ đ: "d"
138
+ Đ: "D"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-17 00:00:00.000000000 Z
12
+ date: 2012-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -116,11 +116,13 @@ files:
116
116
  - rails/locale/en-AU.yml
117
117
  - rails/locale/pl.yml
118
118
  - rails/locale/th.yml
119
+ - rails/locale/en.yml
119
120
  - rails/locale/pt-BR.yml
120
121
  - rails/locale/it.yml
121
122
  - rails/locale/ru.yml
122
123
  - rails/locale/mn.yml
123
124
  - rails/locale/en-IN.yml
125
+ - rails/locale/en-CA.yml
124
126
  - rails/locale/uk.yml
125
127
  - rails/locale/fr-CA.yml
126
128
  - rails/locale/en-US.yml
@@ -164,6 +166,7 @@ files:
164
166
  - rails/locale/el.yml
165
167
  - rails/locale/nl.yml
166
168
  - rails/locale/lt.yml
169
+ - rails/locale/es-VE.yml
167
170
  - rails/locale/is.yml
168
171
  - rails/locale/zh-TW.yml
169
172
  - rails/locale/sr-Latn.yml
@@ -271,6 +274,7 @@ files:
271
274
  - rails/pluralization/bo.rb
272
275
  - rails/pluralization/sms.rb
273
276
  - rails/transliteration/ru.rb
277
+ - rails/transliteration/vi.yml
274
278
  - rails/transliteration/bg.yml
275
279
  - rails/transliteration/uk.rb
276
280
  - rails/transliteration/hu.yml