rails-i18n 4.0.8 → 4.0.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d86dedb5c913321babd5e6eff319c2c238a00dc
4
- data.tar.gz: c6e67813400bbd1a943cc69c9091ee230e470593
3
+ metadata.gz: 3ef211a46854f8107b760aaecdefa31385cdcdd7
4
+ data.tar.gz: a77d02a7bdd4bae72519cf26280855deec3b00f0
5
5
  SHA512:
6
- metadata.gz: 28ddb6c97df0ab4c74149c9e4bc78410d9c18960a6f9f4aa04ce3f55d5d7c7ebfc215fd39bda282c4e548973ed508b2cddcb9f307ecc250193e619e642abc966
7
- data.tar.gz: 32a55e8d2decd485f22e1b30cd885a123b73470f3019f481ac64d34293e344229cd63b08141150ea72ecdb35c494edcac9d8554c8b69168ae8ee8d4925f2fdf0
6
+ metadata.gz: 4770d595ece444f9a328b1146fc38468946a9f5035a4949f6f1d5704af5045eb5c7355e0bf45539abfda72239644189b31022d60a47f7eed7840ccb3777b57e3
7
+ data.tar.gz: 1918d0ec6b34ee41d1ef6591b9393b70da93ca1ae2416ff7826af90b284475fea6fe46fb81eadf3c8a0b38e38585dfae548f6fe9f9eabc5e80dfff9ee815a311
@@ -1,3 +1,12 @@
1
+ ## 4.0.9 (2016-07-05)
2
+ - Update Bosnian (bs)
3
+ - Update Arabic (ar)
4
+ - Update Panjabi (pa)
5
+ - Update German (de)
6
+ - Update Spanish (es)
7
+ - Update Chinese (zh-CN, zh-TW)
8
+ - Add Albanian (sq)
9
+
1
10
  ## 4.0.8 (2015-12-24)
2
11
  - Add Panjabi (pa)
3
12
  - Update Russian (ru)
data/README.md CHANGED
@@ -51,12 +51,12 @@ Locale data whose structure is compatible with Rails 2.3 are available on the se
51
51
 
52
52
  Available locales are:
53
53
 
54
- > af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, el,
54
+ > af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, de-DE, el,
55
55
  > en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, eo, es,
56
- > es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-MX, es-PA, es-PE, es-US, es-VE,
57
- > et, eu, fa, fi, fr, fr-CA, fr-CH, gl, he, hi, hi-IN, hr, hu, id, is, it,
56
+ > es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-ES, es-MX, es-PA, es-PE, es-US, es-VE,
57
+ > et, eu, fa, fi, fr, fr-CA, fr-CH, fr-FR, gl, he, hi, hi-IN, hr, hu, id, is, it,
58
58
  > it-CH, ja, km, kn, ko, lb, lo, lt, lv, mk, mn, mr-IN, ms, nb, ne, nl, nn, or,
59
- > pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sr, sv, sw, ta, th, tl, tr, tt, ug, uk,
59
+ > pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sq, sr, sv, sw, ta, th, tl, tr, tt, ug, uk,
60
60
  > ur, uz, vi, wo, zh-CN, zh-HK, zh-TW, zh-YUE
61
61
 
62
62
  Currently, no locales are complete. Typically they lack the following keys:
@@ -33,7 +33,7 @@ ar:
33
33
  - السّبت
34
34
  formats:
35
35
  default: "%Y-%m-%d"
36
- long: "%B %e, %Y"
36
+ long: "%B %e، %Y"
37
37
  short: "%e %b"
38
38
  month_names:
39
39
  -
@@ -212,7 +212,7 @@ ar:
212
212
  number:
213
213
  currency:
214
214
  format:
215
- delimiter: ","
215
+ delimiter: "،"
216
216
  format: "%u%n"
217
217
  precision: 2
218
218
  separator: "."
@@ -220,7 +220,7 @@ ar:
220
220
  strip_insignificant_zeros: false
221
221
  unit: "$"
222
222
  format:
223
- delimiter: ","
223
+ delimiter: "،"
224
224
  precision: 3
225
225
  separator: "."
226
226
  significant: false
@@ -238,7 +238,7 @@ bs:
238
238
  time:
239
239
  am: ''
240
240
  formats:
241
- default: "%H:%M:%S"
241
+ default: "%d.%m.%Y. %H:%M:%S"
242
242
  long: "%d. %B %Y. - %H:%M:%S"
243
243
  short: "%d. %b %Y. %H:%M"
244
244
  pm: ''
@@ -10,7 +10,7 @@ de-CH:
10
10
  - Fr
11
11
  - Sa
12
12
  abbr_month_names:
13
- -
13
+ -
14
14
  - Jan
15
15
  - Feb
16
16
  - Mär
@@ -36,7 +36,7 @@ de-CH:
36
36
  long: "%e. %B %Y"
37
37
  short: "%e. %b"
38
38
  month_names:
39
- -
39
+ -
40
40
  - Januar
41
41
  - Februar
42
42
  - März
@@ -92,9 +92,9 @@ de-CH:
92
92
  prompts:
93
93
  day: Tag
94
94
  hour: Stunden
95
- minute: Minuten
95
+ minute: Minute
96
96
  month: Monat
97
- second: Sekunden
97
+ second: Sekunde
98
98
  year: Jahr
99
99
  errors:
100
100
  format: "%{attribute} %{message}"
@@ -0,0 +1,210 @@
1
+ ---
2
+ de-DE:
3
+ date:
4
+ abbr_day_names:
5
+ - So
6
+ - Mo
7
+ - Di
8
+ - Mi
9
+ - Do
10
+ - Fr
11
+ - Sa
12
+ abbr_month_names:
13
+ -
14
+ - Jan
15
+ - Feb
16
+ - Mär
17
+ - Apr
18
+ - Mai
19
+ - Jun
20
+ - Jul
21
+ - Aug
22
+ - Sep
23
+ - Okt
24
+ - Nov
25
+ - Dez
26
+ day_names:
27
+ - Sonntag
28
+ - Montag
29
+ - Dienstag
30
+ - Mittwoch
31
+ - Donnerstag
32
+ - Freitag
33
+ - Samstag
34
+ formats:
35
+ default: "%d.%m.%Y"
36
+ long: "%e. %B %Y"
37
+ short: "%e. %b"
38
+ month_names:
39
+ -
40
+ - Januar
41
+ - Februar
42
+ - März
43
+ - April
44
+ - Mai
45
+ - Juni
46
+ - Juli
47
+ - August
48
+ - September
49
+ - Oktober
50
+ - November
51
+ - Dezember
52
+ order:
53
+ - :day
54
+ - :month
55
+ - :year
56
+ datetime:
57
+ distance_in_words:
58
+ about_x_hours:
59
+ one: etwa eine Stunde
60
+ other: etwa %{count} Stunden
61
+ about_x_months:
62
+ one: etwa ein Monat
63
+ other: etwa %{count} Monate
64
+ about_x_years:
65
+ one: etwa ein Jahr
66
+ other: etwa %{count} Jahre
67
+ almost_x_years:
68
+ one: fast ein Jahr
69
+ other: fast %{count} Jahre
70
+ half_a_minute: eine halbe Minute
71
+ less_than_x_minutes:
72
+ one: weniger als eine Minute
73
+ other: weniger als %{count} Minuten
74
+ less_than_x_seconds:
75
+ one: weniger als eine Sekunde
76
+ other: weniger als %{count} Sekunden
77
+ over_x_years:
78
+ one: mehr als ein Jahr
79
+ other: mehr als %{count} Jahre
80
+ x_days:
81
+ one: ein Tag
82
+ other: "%{count} Tage"
83
+ x_minutes:
84
+ one: eine Minute
85
+ other: "%{count} Minuten"
86
+ x_months:
87
+ one: ein Monat
88
+ other: "%{count} Monate"
89
+ x_seconds:
90
+ one: eine Sekunde
91
+ other: "%{count} Sekunden"
92
+ prompts:
93
+ day: Tag
94
+ hour: Stunden
95
+ minute: Minute
96
+ month: Monat
97
+ second: Sekunde
98
+ year: Jahr
99
+ errors:
100
+ format: "%{attribute} %{message}"
101
+ messages:
102
+ accepted: muss akzeptiert werden
103
+ blank: muss ausgefüllt werden
104
+ present: darf nicht ausgefüllt werden
105
+ confirmation: stimmt nicht mit %{attribute} überein
106
+ empty: muss ausgefüllt werden
107
+ equal_to: muss genau %{count} sein
108
+ even: muss gerade sein
109
+ exclusion: ist nicht verfügbar
110
+ greater_than: muss größer als %{count} sein
111
+ greater_than_or_equal_to: muss größer oder gleich %{count} sein
112
+ inclusion: ist kein gültiger Wert
113
+ invalid: ist nicht gültig
114
+ less_than: muss kleiner als %{count} sein
115
+ less_than_or_equal_to: muss kleiner oder gleich %{count} sein
116
+ not_a_number: ist keine Zahl
117
+ not_an_integer: muss ganzzahlig sein
118
+ odd: muss ungerade sein
119
+ record_invalid: 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: Datensatz kann nicht gelöscht werden, da ein abhängiger %{record}-Datensatz
122
+ existiert.
123
+ many: Datensatz kann nicht gelöscht werden, da abhängige %{record} existieren.
124
+ taken: ist bereits vergeben
125
+ too_long:
126
+ one: ist zu lang (mehr als 1 Zeichen)
127
+ other: ist zu lang (mehr als %{count} Zeichen)
128
+ too_short:
129
+ one: ist zu kurz (weniger als 1 Zeichen)
130
+ other: ist zu kurz (weniger als %{count} Zeichen)
131
+ wrong_length:
132
+ one: hat die falsche Länge (muss genau 1 Zeichen haben)
133
+ other: hat die falsche Länge (muss genau %{count} Zeichen haben)
134
+ other_than: darf nicht gleich %{count} sein
135
+ template:
136
+ body: 'Bitte überprüfen Sie die folgenden Felder:'
137
+ header:
138
+ one: 'Konnte %{model} nicht speichern: ein Fehler.'
139
+ other: 'Konnte %{model} nicht speichern: %{count} Fehler.'
140
+ helpers:
141
+ select:
142
+ prompt: Bitte wählen
143
+ submit:
144
+ create: "%{model} erstellen"
145
+ submit: "%{model} speichern"
146
+ update: "%{model} aktualisieren"
147
+ number:
148
+ currency:
149
+ format:
150
+ delimiter: "."
151
+ format: "%n %u"
152
+ precision: 2
153
+ separator: ","
154
+ significant: false
155
+ strip_insignificant_zeros: false
156
+ unit: "€"
157
+ format:
158
+ delimiter: "."
159
+ precision: 2
160
+ separator: ","
161
+ significant: false
162
+ strip_insignificant_zeros: false
163
+ human:
164
+ decimal_units:
165
+ format: "%n %u"
166
+ units:
167
+ billion:
168
+ one: Milliarde
169
+ other: Milliarden
170
+ million: Millionen
171
+ quadrillion:
172
+ one: Billiarde
173
+ other: Billiarden
174
+ thousand: Tausend
175
+ trillion: Billionen
176
+ unit: ''
177
+ format:
178
+ delimiter: ''
179
+ precision: 3
180
+ significant: true
181
+ strip_insignificant_zeros: true
182
+ storage_units:
183
+ format: "%n %u"
184
+ units:
185
+ byte:
186
+ one: Byte
187
+ other: Bytes
188
+ gb: GB
189
+ kb: KB
190
+ mb: MB
191
+ tb: TB
192
+ percentage:
193
+ format:
194
+ delimiter: ''
195
+ format: "%n %"
196
+ precision:
197
+ format:
198
+ delimiter: ''
199
+ support:
200
+ array:
201
+ last_word_connector: " und "
202
+ two_words_connector: " und "
203
+ words_connector: ", "
204
+ time:
205
+ am: vormittags
206
+ formats:
207
+ default: "%A, %d. %B %Y, %H:%M Uhr"
208
+ long: "%A, %d. %B %Y, %H:%M Uhr"
209
+ short: "%d. %B, %H:%M Uhr"
210
+ pm: nachmittags
@@ -0,0 +1,204 @@
1
+ ---
2
+ es-ES:
3
+ date:
4
+ abbr_day_names:
5
+ - dom
6
+ - lun
7
+ - mar
8
+ - mié
9
+ - jue
10
+ - vie
11
+ - sáb
12
+ abbr_month_names:
13
+ -
14
+ - ene
15
+ - feb
16
+ - mar
17
+ - abr
18
+ - may
19
+ - jun
20
+ - jul
21
+ - ago
22
+ - sep
23
+ - oct
24
+ - nov
25
+ - dic
26
+ day_names:
27
+ - domingo
28
+ - lunes
29
+ - martes
30
+ - miércoles
31
+ - jueves
32
+ - viernes
33
+ - sábado
34
+ formats:
35
+ default: "%-d/%-m/%Y"
36
+ long: "%-d de %B de %Y"
37
+ short: "%-d de %b"
38
+ month_names:
39
+ -
40
+ - enero
41
+ - febrero
42
+ - marzo
43
+ - abril
44
+ - mayo
45
+ - junio
46
+ - julio
47
+ - agosto
48
+ - septiembre
49
+ - octubre
50
+ - noviembre
51
+ - diciembre
52
+ order:
53
+ - :day
54
+ - :month
55
+ - :year
56
+ datetime:
57
+ distance_in_words:
58
+ about_x_hours:
59
+ one: alrededor de 1 hora
60
+ other: alrededor de %{count} horas
61
+ about_x_months:
62
+ one: alrededor de 1 mes
63
+ other: alrededor de %{count} meses
64
+ about_x_years:
65
+ one: alrededor de 1 año
66
+ other: alrededor de %{count} años
67
+ almost_x_years:
68
+ one: casi 1 año
69
+ other: casi %{count} años
70
+ half_a_minute: medio minuto
71
+ less_than_x_minutes:
72
+ one: menos de 1 minuto
73
+ other: menos de %{count} minutos
74
+ less_than_x_seconds:
75
+ one: menos de 1 segundo
76
+ other: menos de %{count} segundos
77
+ over_x_years:
78
+ one: más de 1 año
79
+ other: más de %{count} años
80
+ x_days:
81
+ one: 1 día
82
+ other: "%{count} días"
83
+ x_minutes:
84
+ one: 1 minuto
85
+ other: "%{count} minutos"
86
+ x_months:
87
+ one: 1 mes
88
+ other: "%{count} meses"
89
+ x_seconds:
90
+ one: 1 segundo
91
+ other: "%{count} segundos"
92
+ prompts:
93
+ day: Día
94
+ hour: Hora
95
+ minute: Minutos
96
+ month: Mes
97
+ second: Segundos
98
+ year: Año
99
+ errors:
100
+ format: "%{attribute} %{message}"
101
+ messages:
102
+ accepted: debe ser aceptado
103
+ blank: no puede estar en blanco
104
+ present: debe estar en blanco
105
+ confirmation: no coincide
106
+ empty: no puede estar vacío
107
+ equal_to: debe ser igual a %{count}
108
+ even: debe ser par
109
+ exclusion: está reservado
110
+ greater_than: debe ser mayor que %{count}
111
+ greater_than_or_equal_to: debe ser mayor que o igual a %{count}
112
+ inclusion: no está incluido en la lista
113
+ invalid: no es válido
114
+ less_than: debe ser menor que %{count}
115
+ less_than_or_equal_to: debe ser menor que o igual a %{count}
116
+ not_a_number: no es un número
117
+ not_an_integer: debe ser un entero
118
+ odd: debe ser impar
119
+ record_invalid: 'La validación falló: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: No se puede eliminar el registro porque existe un %{record} dependiente
122
+ many: No se puede eliminar el registro porque existen %{record} dependientes
123
+ taken: ya está en uso
124
+ too_long:
125
+ one: "es demasiado largo (1 carácter máximo)"
126
+ other: "es demasiado largo (%{count} caracteres máximo)"
127
+ too_short:
128
+ one: "es demasiado corto (1 carácter mínimo)"
129
+ other: "es demasiado corto (%{count} caracteres mínimo)"
130
+ wrong_length:
131
+ one: "no tiene la longitud correcta (1 carácter exactos)"
132
+ other: "no tiene la longitud correcta (%{count} caracteres exactos)"
133
+ other_than: debe ser distinto de %{count}
134
+ template:
135
+ body: 'Se encontraron problemas con los siguientes campos:'
136
+ header:
137
+ one: No se pudo guardar este/a %{model} porque se encontró 1 error
138
+ other: No se pudo guardar este/a %{model} porque se encontraron %{count} errores
139
+ helpers:
140
+ select:
141
+ prompt: Por favor seleccione
142
+ submit:
143
+ create: Crear %{model}
144
+ submit: Guardar %{model}
145
+ update: Actualizar %{model}
146
+ number:
147
+ currency:
148
+ format:
149
+ delimiter: "."
150
+ format: "%n %u"
151
+ precision: 2
152
+ separator: ","
153
+ significant: false
154
+ strip_insignificant_zeros: false
155
+ unit: "€"
156
+ format:
157
+ delimiter: "."
158
+ precision: 3
159
+ separator: ","
160
+ significant: false
161
+ strip_insignificant_zeros: false
162
+ human:
163
+ decimal_units:
164
+ format: "%n %u"
165
+ units:
166
+ billion: mil millones
167
+ million: millón
168
+ quadrillion: mil billones
169
+ thousand: mil
170
+ trillion: billón
171
+ unit: ''
172
+ format:
173
+ delimiter: ''
174
+ precision: 1
175
+ significant: true
176
+ strip_insignificant_zeros: true
177
+ storage_units:
178
+ format: "%n %u"
179
+ units:
180
+ byte:
181
+ one: Byte
182
+ other: Bytes
183
+ gb: GB
184
+ kb: KB
185
+ mb: MB
186
+ tb: TB
187
+ percentage:
188
+ format:
189
+ delimiter: ''
190
+ precision:
191
+ format:
192
+ delimiter: ''
193
+ support:
194
+ array:
195
+ last_word_connector: " y "
196
+ two_words_connector: " y "
197
+ words_connector: ", "
198
+ time:
199
+ am: am
200
+ formats:
201
+ default: "%A, %-d de %B de %Y %H:%M:%S %z"
202
+ long: "%-d de %B de %Y %H:%M"
203
+ short: "%-d de %b %H:%M"
204
+ pm: pm
@@ -32,9 +32,9 @@ es:
32
32
  - viernes
33
33
  - sábado
34
34
  formats:
35
- default: "%d/%m/%Y"
36
- long: "%d de %B de %Y"
37
- short: "%d de %b"
35
+ default: "%-d/%-m/%Y"
36
+ long: "%-d de %B de %Y"
37
+ short: "%-d de %b"
38
38
  month_names:
39
39
  -
40
40
  - enero
@@ -198,7 +198,7 @@ es:
198
198
  time:
199
199
  am: am
200
200
  formats:
201
- default: "%A, %d de %B de %Y %H:%M:%S %z"
202
- long: "%d de %B de %Y %H:%M"
203
- short: "%d de %b %H:%M"
201
+ default: "%A, %-d de %B de %Y %H:%M:%S %z"
202
+ long: "%-d de %B de %Y %H:%M"
203
+ short: "%-d de %b %H:%M"
204
204
  pm: pm
@@ -0,0 +1,207 @@
1
+ ---
2
+ fr-FR:
3
+ date:
4
+ abbr_day_names:
5
+ - dim
6
+ - lun
7
+ - mar
8
+ - mer
9
+ - jeu
10
+ - ven
11
+ - sam
12
+ abbr_month_names:
13
+ -
14
+ - jan.
15
+ - fév.
16
+ - mar.
17
+ - avr.
18
+ - mai
19
+ - juin
20
+ - juil.
21
+ - août
22
+ - sept.
23
+ - oct.
24
+ - nov.
25
+ - déc.
26
+ day_names:
27
+ - dimanche
28
+ - lundi
29
+ - mardi
30
+ - mercredi
31
+ - jeudi
32
+ - vendredi
33
+ - samedi
34
+ formats:
35
+ default: "%d/%m/%Y"
36
+ short: "%e %b"
37
+ long: "%e %B %Y"
38
+ month_names:
39
+ -
40
+ - janvier
41
+ - février
42
+ - mars
43
+ - avril
44
+ - mai
45
+ - juin
46
+ - juillet
47
+ - août
48
+ - septembre
49
+ - octobre
50
+ - novembre
51
+ - décembre
52
+ order:
53
+ - :day
54
+ - :month
55
+ - :year
56
+ datetime:
57
+ distance_in_words:
58
+ about_x_hours:
59
+ one: environ une heure
60
+ other: environ %{count} heures
61
+ about_x_months:
62
+ one: environ un mois
63
+ other: environ %{count} mois
64
+ about_x_years:
65
+ one: environ un an
66
+ other: environ %{count} ans
67
+ almost_x_years:
68
+ one: presqu'un an
69
+ other: presque %{count} ans
70
+ half_a_minute: une demi-minute
71
+ less_than_x_minutes:
72
+ zero: moins d'une minute
73
+ one: moins d'une minute
74
+ other: moins de %{count} minutes
75
+ less_than_x_seconds:
76
+ zero: moins d'une seconde
77
+ one: moins d'une seconde
78
+ other: moins de %{count} secondes
79
+ over_x_years:
80
+ one: plus d'un an
81
+ other: plus de %{count} ans
82
+ x_days:
83
+ one: 1 jour
84
+ other: "%{count} jours"
85
+ x_minutes:
86
+ one: 1 minute
87
+ other: "%{count} minutes"
88
+ x_months:
89
+ one: 1 mois
90
+ other: "%{count} mois"
91
+ x_seconds:
92
+ one: 1 seconde
93
+ other: "%{count} secondes"
94
+ prompts:
95
+ day: Jour
96
+ hour: Heure
97
+ minute: Minute
98
+ month: Mois
99
+ second: Seconde
100
+ year: Année
101
+ errors:
102
+ format: "%{attribute} %{message}"
103
+ messages:
104
+ accepted: doit être accepté(e)
105
+ blank: doit être rempli(e)
106
+ present: doit être vide
107
+ confirmation: ne concorde pas avec %{attribute}
108
+ empty: doit être rempli(e)
109
+ equal_to: doit être égal à %{count}
110
+ even: doit être pair
111
+ exclusion: n'est pas disponible
112
+ greater_than: doit être supérieur à %{count}
113
+ greater_than_or_equal_to: doit être supérieur ou égal à %{count}
114
+ inclusion: n'est pas inclus(e) dans la liste
115
+ invalid: n'est pas valide
116
+ less_than: doit être inférieur à %{count}
117
+ less_than_or_equal_to: doit être inférieur ou égal à %{count}
118
+ not_a_number: n'est pas un nombre
119
+ not_an_integer: doit être un nombre entier
120
+ odd: doit être impair
121
+ record_invalid: 'La validation a échoué : %{errors}'
122
+ restrict_dependent_destroy:
123
+ one: 'Suppression impossible: un autre enregistrement est lié'
124
+ many: 'Suppression impossible: d''autres enregistrements sont liés'
125
+ taken: n'est pas disponible
126
+ too_long:
127
+ one: est trop long (pas plus d'un caractère)
128
+ other: est trop long (pas plus de %{count} caractères)
129
+ too_short:
130
+ one: est trop court (au moins un caractère)
131
+ other: est trop court (au moins %{count} caractères)
132
+ wrong_length:
133
+ one: ne fait pas la bonne longueur (doit comporter un seul caractère)
134
+ other: ne fait pas la bonne longueur (doit comporter %{count} caractères)
135
+ other_than: doit être différent de %{count}
136
+ template:
137
+ body: 'Veuillez vérifier les champs suivants : '
138
+ header:
139
+ one: 'Impossible d''enregistrer ce(tte) %{model} : 1 erreur'
140
+ other: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs'
141
+ helpers:
142
+ select:
143
+ prompt: Veuillez sélectionner
144
+ submit:
145
+ create: Créer un(e) %{model}
146
+ submit: Enregistrer ce(tte) %{model}
147
+ update: Modifier ce(tte) %{model}
148
+ number:
149
+ currency:
150
+ format:
151
+ delimiter: " "
152
+ format: "%n %u"
153
+ precision: 2
154
+ separator: ","
155
+ significant: false
156
+ strip_insignificant_zeros: false
157
+ unit: "€"
158
+ format:
159
+ delimiter: " "
160
+ precision: 3
161
+ separator: ","
162
+ significant: false
163
+ strip_insignificant_zeros: false
164
+ human:
165
+ decimal_units:
166
+ format: "%n %u"
167
+ units:
168
+ billion: milliard
169
+ million: million
170
+ quadrillion: million de milliards
171
+ thousand: millier
172
+ trillion: billion
173
+ unit: ''
174
+ format:
175
+ delimiter: ''
176
+ precision: 2
177
+ significant: true
178
+ strip_insignificant_zeros: true
179
+ storage_units:
180
+ format: "%n %u"
181
+ units:
182
+ byte:
183
+ one: octet
184
+ other: octets
185
+ gb: Go
186
+ kb: ko
187
+ mb: Mo
188
+ tb: To
189
+ percentage:
190
+ format:
191
+ delimiter: ''
192
+ format: "%n%"
193
+ precision:
194
+ format:
195
+ delimiter: ''
196
+ support:
197
+ array:
198
+ last_word_connector: " et "
199
+ two_words_connector: " et "
200
+ words_connector: ", "
201
+ time:
202
+ am: am
203
+ formats:
204
+ default: "%d %B %Y %Hh %Mmin %Ss"
205
+ long: "%A %d %B %Y %Hh%M"
206
+ short: "%d %b %Hh%M"
207
+ pm: pm
@@ -40,7 +40,7 @@ pa:
40
40
  - ਜਨਵਰੀ
41
41
  - ਫ਼ਰਵਰੀ
42
42
  - ਮਾਰਚ
43
- - ਅਪ੍ੈਲ
43
+ - ਅਪ੍ਰੈਲ
44
44
  - ਮਈ
45
45
  - ਜੂਨ
46
46
  - ਜੁਲਾਈ
@@ -99,9 +99,9 @@ pa:
99
99
  errors:
100
100
  format: "%{attribute} %{message}"
101
101
  messages:
102
- accepted: ਜਰੂਰੀ ਮੰਜੂਰ ਹੋਵੇ
102
+ accepted: ਜਰੂਰ ਮੰਜੂਰ ਹੋਵੇ
103
103
  blank: ਖਾਲੀ ਨਹੀਂ ਹੋ ਸਕਦਾ
104
- present: ਜਰੂਰੀ ਖਾਲੀ ਹੋਵੇ
104
+ present: ਜਰੂਰ ਖਾਲੀ ਹੋਵੇ
105
105
  confirmation: "%{attribute} ਨਹੀਂ ਰਲਦੇ"
106
106
  empty: ਖਾਲੀ ਨਹੀਂ ਹੋ ਸਕਦਾ
107
107
  equal_to: "%{count} ਦੇ ਬਰਾਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ"
@@ -115,7 +115,7 @@ pa:
115
115
  less_than_or_equal_to: "%{count} ਤੋਂ ਘੱਟ ਜਾਂ ਬਰਾਬਰ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
116
116
  not_a_number: ਸੰਖਿਆ ਨਹੀਂ ਹੈ
117
117
  not_an_integer: ਜਰੂਰੀ ਹੈ ਕੇ ਪੂਰਨ ਅੰਕ ਹੋਵੇ
118
- odd: ਜਰੂਰੀ ਹੈ ਕੇ ਕਲ੍ਲੀ ਹੋਵੇ
118
+ odd: ਜਰੂਰੀ ਹੈ ਕੇ ਕਲ਼ੀ ਹੋਵੇ
119
119
  record_invalid: 'ਪਰਮਾਣ ਫ਼ੇਲ ਹੋਇਆ: %{errors}'
120
120
  restrict_dependent_destroy:
121
121
  one: ਮਿਟਾ ਨਹੀਂ ਸਕਦੇ ਕਿਉਂਕਿ ਇੱਕ ਨਿਰਭਰ %{record} ਮੌਜੂਦ ਹੈ
@@ -130,12 +130,12 @@ pa:
130
130
  wrong_length:
131
131
  one: ਲੰਬਾਈ ਗਲਤ ਹੈ (1 ਅੱਖਰ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ)
132
132
  other: ਲੰਬਾਈ ਗਲਤ ਹੈ (%{count} ਅੱਖਰ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ)
133
- other_than: "%{count} ਦੀ ਜਗਾਹ ਹੋਰ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ"
133
+ other_than: "%{count} ਦੀ ਜਗ੍ਹਾ ਹੋਰ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ"
134
134
  template:
135
135
  body: 'ਹੇਠਲੇ ਖੇਤਰਾਂ ਵਿੱਚ ਗਲਤੀਆਂ ਹਨ:'
136
136
  header:
137
- one: 1 ਗਲਤੀ ਕਰਕੇ ਇਹ %{model} ਬਚਾਇਆ ਨਹੀਂ ਗਿਆ
138
- other: "%{count} ਗਲਤੀਆਂ ਕਰਕੇ ਇਹ %{model} ਬਚਾਇਆ ਨਹੀਂ ਗਿਆ"
137
+ one: 1 ਗਲਤੀ ਕਰਕੇ ਇਹ %{model} ਸੰਭਾਲਿ਼ਆ ਨਹੀਂ ਗਿਆ
138
+ other: "%{count} ਗਲਤੀਆਂ ਕਰਕੇ ਇਹ %{model} ਸੰਭਾਲਿ਼ਆ ਨਹੀਂ ਗਿਆ"
139
139
  helpers:
140
140
  select:
141
141
  prompt: ਕਿਰਪਾ ਕਰਕੇ ਚੁਣੋ
@@ -163,10 +163,10 @@ pa:
163
163
  decimal_units:
164
164
  format: "%n %u"
165
165
  units:
166
- billion: ਅਰਬ
166
+ billion: ਬਿਲੀਅਨ
167
167
  million: ਮਿਲੀਅਨ
168
168
  quadrillion: ਕ੍ਵਾਡਰਿਲੀਅਨ
169
- thousand: ਹਜਾਰ
169
+ thousand: ਹਜ਼ਾਰ
170
170
  trillion: ਟ੍ਰਿਲੀਅਨ
171
171
  unit: ''
172
172
  format:
@@ -197,9 +197,9 @@ pa:
197
197
  two_words_connector: " ਅਤੇ "
198
198
  words_connector: ", "
199
199
  time:
200
- am: ਪੂ.ਦੁ.
200
+ am: ਸਵੇਰ
201
201
  formats:
202
202
  default: "%a, %d %b %Y %H:%M:%S %z"
203
203
  long: "%B %d, %Y %H:%M"
204
204
  short: "%d %b %H:%M"
205
- pm: ਬਾ.ਦੁ.
205
+ pm: ਸ਼ਾਮ
@@ -0,0 +1,205 @@
1
+ ---
2
+ sq:
3
+ date:
4
+ abbr_day_names:
5
+ - E Diel
6
+ - E Hënë
7
+ - E Martë
8
+ - E Mërkurë
9
+ - E Enjte
10
+ - E Premte
11
+ - E Shtunë
12
+ abbr_month_names:
13
+ -
14
+ - Janar
15
+ - Shkurt
16
+ - Mars
17
+ - Prill
18
+ - Maj
19
+ - Qershor
20
+ - Korrik
21
+ - Gusht
22
+ - Shtator
23
+ - Tetor
24
+ - Nëntor
25
+ - Dhjetor
26
+ day_names:
27
+ - E Diel
28
+ - E Hënë
29
+ - E Martë
30
+ - E Mërkurë
31
+ - E Enjte
32
+ - E Premte
33
+ - E Shtunë
34
+ formats:
35
+ default: "%m-%d-%Y"
36
+ long: "%B %d, %Y"
37
+ short: "%b %d"
38
+ month_names:
39
+ -
40
+ - Janar
41
+ - Shkurt
42
+ - Mars
43
+ - Prill
44
+ - Maj
45
+ - Qershor
46
+ - Korrik
47
+ - Gusht
48
+ - Shtator
49
+ - Tetor
50
+ - Nëntor
51
+ - Dhjetor
52
+ order:
53
+ - :month
54
+ - :day
55
+ - :year
56
+ datetime:
57
+ distance_in_words:
58
+ about_x_hours:
59
+ one: rreth 1 orë
60
+ other: rreth %{count} orë
61
+ about_x_months:
62
+ one: rreth 1 muaj
63
+ other: rreth %{count} muaj
64
+ about_x_years:
65
+ one: rreth 1 vit
66
+ other: rreth %{count} vite
67
+ almost_x_years:
68
+ one: gati 1 vit
69
+ other: gati %{count} vite
70
+ half_a_minute: gjysëm minute
71
+ less_than_x_minutes:
72
+ one: më pak se një minutë
73
+ other: më pak se %{count} minuta
74
+ less_than_x_seconds:
75
+ one: më pak se 1 sekond
76
+ other: më pak se %{count} sekonda
77
+ over_x_years:
78
+ one: mbi 1 vit
79
+ other: mbi %{count} vite
80
+ x_days:
81
+ one: 1 ditë
82
+ other: "%{count} ditë"
83
+ x_minutes:
84
+ one: 1 minutë
85
+ other: "%{count} minuta"
86
+ x_months:
87
+ one: 1 muaj
88
+ other: "%{count} muaj"
89
+ x_seconds:
90
+ one: 1 sekond
91
+ other: "%{count} sekonda"
92
+ prompts:
93
+ day: Ditë
94
+ hour: Orë
95
+ minute: Minutë
96
+ month: Muaj
97
+ second: Sekond
98
+ year: Vit
99
+ errors:
100
+ format: "%{attribute} %{message}"
101
+ messages:
102
+ accepted: duhet të pranohet
103
+ blank: nuk mund të jetë bosh
104
+ present: duhet të jetë bosh
105
+ confirmation: nuk përputhet me %{attribute}
106
+ empty: nuk mund të jetë bosh
107
+ equal_to: duhet të përputhet me %{count}
108
+ even: duhet të jetë i barabartë
109
+ exclusion: është i rezervuar
110
+ greater_than: duhet të jetë më shumë se %{count}
111
+ greater_than_or_equal_to: duhet të jetë më shumë ose i barabartë me %{count}
112
+ inclusion: nuk është i përfshirë në list
113
+ invalid: është e palejuar
114
+ less_than: duhet të jetë më pak se %{count}
115
+ less_than_or_equal_to: duhet të jetë më pak ose i barabartë me %{count}
116
+ not_a_number: nuk është numër
117
+ not_an_integer: duhet të jetë numër
118
+ odd: duhet të jetë tek
119
+ record_invalid: 'Validimi dështoi: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: Nuk mund të fshini rekordin për shkak se një %{record} i varur ekziston
122
+ many: Nuk mund të fshini rekordin për shkak se %{record} të varura ekzistojnë
123
+ taken: është marrë tashmë
124
+ too_long:
125
+ one: është shumë i gjatë (maksimumi është 1 shkronjë)
126
+ other: është shumë i gjatë (maksimumi është %{count} shkronja)
127
+ too_short:
128
+ one: është shumë i shkurtër (minimumi është 1 shkronjë)
129
+ other: është shumë i shkurtër (minimumi është %{count} shkronja)
130
+ wrong_length:
131
+ one: është gjatësia e gabuar (duhet të jetë 1 shkronjë)
132
+ other: është gjatësia e gabuar (duhet të jetë %{count} shkronja)
133
+ other_than: duhet të jetë më shumë se %{count}
134
+ template:
135
+ body: 'Kishte probleme me formën e mëposhtme:'
136
+ header:
137
+ one: 1 veprim i gabuar e ndaloi këtë %{model} për t'u ruajtur
138
+ other: "%{count} veprime të gabuara e ndaluan këtë %{model} për t'u ruajtur"
139
+ helpers:
140
+ select:
141
+ prompt: Ju lutem zgjidhni
142
+ submit:
143
+ create: Krijo %{model}
144
+ submit: Ruaj %{model}
145
+ update: Ndrysho %{model}
146
+ number:
147
+ currency:
148
+ format:
149
+ delimiter: ","
150
+ format: "%u%n"
151
+ precision: 2
152
+ separator: "."
153
+ significant: false
154
+ strip_insignificant_zeros: false
155
+ unit: "LEK"
156
+ format:
157
+ delimiter: ","
158
+ precision: 3
159
+ separator: "."
160
+ significant: false
161
+ strip_insignificant_zeros: false
162
+ human:
163
+ decimal_units:
164
+ format: "%n %u"
165
+ units:
166
+ billion: Bilion
167
+ million: Milion
168
+ quadrillion: Kuatrilion
169
+ thousand: Mijë
170
+ trillion: Trilion
171
+ unit: ''
172
+ format:
173
+ delimiter: ''
174
+ precision: 3
175
+ significant: true
176
+ strip_insignificant_zeros: true
177
+ storage_units:
178
+ format: "%n %u"
179
+ units:
180
+ byte:
181
+ one: Byte
182
+ other: Bytes
183
+ gb: GB
184
+ kb: KB
185
+ mb: MB
186
+ tb: TB
187
+ percentage:
188
+ format:
189
+ delimiter: ''
190
+ format: "%n%"
191
+ precision:
192
+ format:
193
+ delimiter: ''
194
+ support:
195
+ array:
196
+ last_word_connector: ", dhe "
197
+ two_words_connector: " dhe "
198
+ words_connector: ", "
199
+ time:
200
+ am: në mëngjes
201
+ formats:
202
+ default: "%a, %d %b %Y %I:%M:%S %p %Z"
203
+ long: "%B %d, %Y %I:%M %p"
204
+ short: "%d %b %I:%M %p"
205
+ pm: mbasdite
@@ -187,6 +187,7 @@ zh-CN:
187
187
  percentage:
188
188
  format:
189
189
  delimiter: ''
190
+ format: "%n%"
190
191
  precision:
191
192
  format:
192
193
  delimiter: ''
@@ -187,6 +187,7 @@ zh-TW:
187
187
  percentage:
188
188
  format:
189
189
  delimiter: ''
190
+ format: "%n%"
190
191
  precision:
191
192
  format:
192
193
  delimiter: ''
@@ -0,0 +1,3 @@
1
+ require 'rails_i18n/common_pluralizations/one_other'
2
+
3
+ ::RailsI18n::Pluralization::OneOther.with_locale(:'de-DE')
@@ -0,0 +1,3 @@
1
+ require 'rails_i18n/common_pluralizations/one_other'
2
+
3
+ ::RailsI18n::Pluralization::OneOther.with_locale(:'es-ES')
@@ -0,0 +1,3 @@
1
+ require 'rails_i18n/common_pluralizations/one_upto_two_other'
2
+
3
+ ::RailsI18n::Pluralization::OneUptoTwoOther.with_locale(:'fr-FR')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.8
4
+ version: 4.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rails I18n Group
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-24 00:00:00.000000000 Z
11
+ date: 2016-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -129,6 +129,7 @@ files:
129
129
  - rails/locale/da.yml
130
130
  - rails/locale/de-AT.yml
131
131
  - rails/locale/de-CH.yml
132
+ - rails/locale/de-DE.yml
132
133
  - rails/locale/de.yml
133
134
  - rails/locale/el.yml
134
135
  - rails/locale/en-AU.yml
@@ -147,6 +148,7 @@ files:
147
148
  - rails/locale/es-CO.yml
148
149
  - rails/locale/es-CR.yml
149
150
  - rails/locale/es-EC.yml
151
+ - rails/locale/es-ES.yml
150
152
  - rails/locale/es-MX.yml
151
153
  - rails/locale/es-PA.yml
152
154
  - rails/locale/es-PE.yml
@@ -159,6 +161,7 @@ files:
159
161
  - rails/locale/fi.yml
160
162
  - rails/locale/fr-CA.yml
161
163
  - rails/locale/fr-CH.yml
164
+ - rails/locale/fr-FR.yml
162
165
  - rails/locale/fr.yml
163
166
  - rails/locale/gl.yml
164
167
  - rails/locale/he.yml
@@ -196,6 +199,7 @@ files:
196
199
  - rails/locale/ru.yml
197
200
  - rails/locale/sk.yml
198
201
  - rails/locale/sl.yml
202
+ - rails/locale/sq.yml
199
203
  - rails/locale/sr.yml
200
204
  - rails/locale/sv.yml
201
205
  - rails/locale/sw.yml
@@ -233,6 +237,7 @@ files:
233
237
  - rails/pluralization/da.rb
234
238
  - rails/pluralization/de-AT.rb
235
239
  - rails/pluralization/de-CH.rb
240
+ - rails/pluralization/de-DE.rb
236
241
  - rails/pluralization/de.rb
237
242
  - rails/pluralization/dz.rb
238
243
  - rails/pluralization/el.rb
@@ -248,6 +253,7 @@ files:
248
253
  - rails/pluralization/es-CL.rb
249
254
  - rails/pluralization/es-CO.rb
250
255
  - rails/pluralization/es-EC.rb
256
+ - rails/pluralization/es-ES.rb
251
257
  - rails/pluralization/es-MX.rb
252
258
  - rails/pluralization/es-PE.rb
253
259
  - rails/pluralization/es-VE.rb
@@ -260,6 +266,7 @@ files:
260
266
  - rails/pluralization/fil.rb
261
267
  - rails/pluralization/fr-CA.rb
262
268
  - rails/pluralization/fr-CH.rb
269
+ - rails/pluralization/fr-FR.rb
263
270
  - rails/pluralization/fr.rb
264
271
  - rails/pluralization/ga.rb
265
272
  - rails/pluralization/gd.rb
@@ -378,7 +385,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
378
385
  version: 1.3.5
379
386
  requirements: []
380
387
  rubyforge_project: "[none]"
381
- rubygems_version: 2.2.2
388
+ rubygems_version: 2.5.1
382
389
  signing_key:
383
390
  specification_version: 4
384
391
  summary: Common locale data and translations for Rails i18n.