rails-i18n 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,11 @@
1
+ ## 0.6.4 (2012-05-17)
2
+ - fixed Croatian translation and pluralization
3
+ - added Wolof translation
4
+ - fixed Hebrew pluralization
5
+ - added Tagalog translation
6
+ - fixed Bosinan pluralization
7
+ - fixed Lativian pluralization
8
+
1
9
  ## 0.6.3 (2012-04-15)
2
10
 
3
11
  - fixed English (India) translations
data/README.md CHANGED
@@ -48,19 +48,19 @@ Available locales are:
48
48
 
49
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
50
  > es-AR, es-CL, es-CO, es-MX, es-PE, et, eu, fa, fi, fr, fr-CA, fr-CH, fur, gl-ES,
51
- > gsw-CH, he, hi-IN, hr, hsb, hu, id, is, it, ja, kn, ko, lo, lt, lv, mk, mn, nb,
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
- > tr, uk, vi, zh-CN, zh-TW
53
+ > tl, tr, uk, vi, wo, zh-CN, zh-TW
54
54
 
55
55
  Following locales are complete:
56
56
 
57
- > ar, az, bg, bs, ca, cs, csb, cy, da, de, de-AT, de-CH, el, en-AU, en-GB, 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, he, hi, hi-IN, hr, hu, is, it, ja, kn, ko, lv, mn, nb,
59
- > nl, pl, pt-BR, pt-PT, ro, ru, sk, sv-SE, sw, th, uk, zh-CN, zh-TW
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
60
60
 
61
- Following locales have some missing translations:
61
+ Following locales have some missing translations or pluralizations:
62
62
 
63
- > bn-IN, dsb, en-IN, es-PE, gl-ES, hsb, id, lo, lt, mk, nn, rm, sl, sr, sr-Latn, tr, vi
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
64
64
 
65
65
  We always welcome your contributions!
66
66
 
@@ -81,6 +81,7 @@ bs:
81
81
  few: manje od %{count} sekunde
82
82
  many: manje od %{count} sekundi
83
83
  one: manje od sekunde
84
+ other: manje od %{count} sekundi
84
85
  over_x_years:
85
86
  few: preko %{count} godine
86
87
  many: preko %{count} godina
@@ -1,204 +1,219 @@
1
+ # French translations for Ruby on Rails
2
+ # by Christian Lescuyer (christian@flyingcoders.com)
3
+ # contributors:
4
+ # - Sebastien Grosjean - ZenCocoon.com
5
+ # - Bruno Michel - http://github.com/nono
6
+ # - Tsutomu Kuroda - http://github.com/kuroda (t-kuroda@oiax.jp)
7
+ # Emended by Benjamin des Gachons and Patrick Chew : <http://www.fitima.org/docs/fiche.pdf>
8
+
1
9
  fr:
2
10
  date:
3
- abbr_day_names:
4
- - dim
5
- - lun
6
- - mar
7
- - mer
8
- - jeu
9
- - ven
10
- - sam
11
- abbr_month_names:
12
- -
13
- - jan.
14
- - fév.
15
- - mar.
16
- - avr.
17
- - mai
18
- - juin
19
- - juil.
20
- - août
21
- - sept.
22
- - oct.
23
- - nov.
24
- - déc.
25
- day_names:
26
- - dimanche
27
- - lundi
28
- - mardi
29
- - mercredi
30
- - jeudi
31
- - vendredi
32
- - samedi
33
11
  formats:
34
- default: ! '%d/%m/%Y'
35
- long: ! '%e %B %Y'
36
- short: ! '%e %b'
12
+ default: "%d/%m/%Y"
13
+ short: "%e %b"
14
+ long: "%e %B %Y"
15
+ day_names:
16
+ - dimanche
17
+ - lundi
18
+ - mardi
19
+ - mercredi
20
+ - jeudi
21
+ - vendredi
22
+ - samedi
23
+ abbr_day_names:
24
+ - dim
25
+ - lun
26
+ - mar
27
+ - mer
28
+ - jeu
29
+ - ven
30
+ - sam
37
31
  month_names:
38
- -
39
- - janvier
40
- - février
41
- - mars
42
- - avril
43
- - mai
44
- - juin
45
- - juillet
46
- - août
47
- - septembre
48
- - octobre
49
- - novembre
50
- - décembre
32
+ - ~
33
+ - janvier
34
+ - février
35
+ - mars
36
+ - avril
37
+ - mai
38
+ - juin
39
+ - juillet
40
+ - août
41
+ - septembre
42
+ - octobre
43
+ - novembre
44
+ - décembre
45
+ abbr_month_names:
46
+ - ~
47
+ - jan.
48
+ - fév.
49
+ - mar.
50
+ - avr.
51
+ - mai
52
+ - juin
53
+ - juil.
54
+ - août
55
+ - sept.
56
+ - oct.
57
+ - nov.
58
+ - déc.
51
59
  order:
52
- - :day
53
- - :month
54
- - :year
60
+ - :day
61
+ - :month
62
+ - :year
63
+
64
+ time:
65
+ formats:
66
+ default: "%d %B %Y %H:%M:%S"
67
+ short: "%d %b %H:%M"
68
+ long: "%A %d %B %Y %H:%M"
69
+ am: 'am'
70
+ pm: 'pm'
71
+
55
72
  datetime:
56
73
  distance_in_words:
74
+ half_a_minute: "une demi-minute"
75
+ less_than_x_seconds:
76
+ zero: "moins d'une seconde"
77
+ one: "moins d'une seconde"
78
+ other: "moins de %{count} secondes"
79
+ x_seconds:
80
+ one: "1 seconde"
81
+ other: "%{count} secondes"
82
+ less_than_x_minutes:
83
+ zero: "moins d'une minute"
84
+ one: "moins d'une minute"
85
+ other: "moins de %{count} minutes"
86
+ x_minutes:
87
+ one: "1 minute"
88
+ other: "%{count} minutes"
57
89
  about_x_hours:
58
- one: environ %{count} heure
59
- other: environ %{count} heures
90
+ one: "environ une heure"
91
+ other: "environ %{count} heures"
92
+ x_days:
93
+ one: "1 jour"
94
+ other: "%{count} jours"
60
95
  about_x_months:
61
- one: environ %{count} mois
62
- other: environ %{count} mois
96
+ one: "environ un mois"
97
+ other: "environ %{count} mois"
98
+ x_months:
99
+ one: "1 mois"
100
+ other: "%{count} mois"
63
101
  about_x_years:
64
- one: environ %{count} an
65
- other: environ %{count} ans
66
- almost_x_years:
67
- one: presque %{count} an
68
- other: presque %{count} ans
69
- half_a_minute: une demi-minute
70
- less_than_x_minutes:
71
- one: moins de %{count} minute
72
- other: moins de %{count} minutes
73
- zero: moins d'une minute
74
- less_than_x_seconds:
75
- one: moins de %{count} seconde
76
- other: moins de %{count} secondes
77
- zero: moins d'une seconde
102
+ one: "environ un an"
103
+ other: "environ %{count} ans"
78
104
  over_x_years:
79
- one: plus de %{count} an
80
- other: plus de %{count} ans
81
- x_days:
82
- one: ! '%{count} jour'
83
- other: ! '%{count} jours'
84
- x_minutes:
85
- one: ! '%{count} minute'
86
- other: ! '%{count} minutes'
87
- x_months:
88
- one: ! '%{count} mois'
89
- other: ! '%{count} mois'
90
- x_seconds:
91
- one: ! '%{count} seconde'
92
- other: ! '%{count} secondes'
105
+ one: "plus d'un an"
106
+ other: "plus de %{count} ans"
107
+ almost_x_years:
108
+ one: "presqu'un an"
109
+ other: "presque %{count} ans"
93
110
  prompts:
94
- day: Jour
95
- hour: Heure
96
- minute: Minute
97
- month: Mois
98
- second: Seconde
99
- year: Année
100
- errors: &errors
101
- format: Le %{attribute} %{message}
102
- messages:
103
- accepted: doit être accepté(e)
104
- blank: doit être rempli(e)
105
- confirmation: ne concorde pas avec la confirmation
106
- empty: doit être rempli(e)
107
- equal_to: doit être égal à %{count}
108
- even: doit être pair
109
- exclusion: n'est pas disponible
110
- greater_than: doit être supérieur à %{count}
111
- greater_than_or_equal_to: doit être supérieur ou égal à %{count}
112
- inclusion: n'est pas inclus(e) dans la liste
113
- invalid: n'est pas valide
114
- less_than: doit être inférieur à %{count}
115
- less_than_or_equal_to: doit être inférieur ou égal à %{count}
116
- not_a_number: n'est pas un nombre
117
- not_an_integer: doit être un nombre entier
118
- odd: doit être impair
119
- record_invalid: ! 'La validation a échoué : %{errors}'
120
- taken: n'est pas disponible
121
- too_long:
122
- one: est trop long (pas plus de %{count} caractère)
123
- other: est trop long (pas plus de %{count} caractères)
124
- too_short:
125
- one: est trop court (au moins %{count} caractère)
126
- other: est trop court (au moins %{count} caractères)
127
- wrong_length:
128
- one: ne fait pas la bonne longueur (doit comporter %{count} caractère)
129
- other: ne fait pas la bonne longueur (doit comporter %{count} caractères)
130
- template:
131
- body: ! 'Veuillez vérifier les champs suivants : '
132
- header:
133
- one: ! 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreur'
134
- other: ! 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs'
135
- helpers:
136
- select:
137
- prompt: Veuillez sélectionner
138
- submit:
139
- create: Créer un(e) %{model}
140
- submit: Enregistrer ce(tte) %{model}
141
- update: Modifier ce(tte) %{model}
111
+ year: "Année"
112
+ month: "Mois"
113
+ day: "Jour"
114
+ hour: "Heure"
115
+ minute: "Minute"
116
+ second: "Seconde"
117
+
142
118
  number:
119
+ format:
120
+ separator: ","
121
+ delimiter: " "
122
+ precision: 3
123
+ significant: false
124
+ strip_insignificant_zeros: false
143
125
  currency:
144
126
  format:
145
- delimiter: ! ' '
146
- format: ! '%n %u'
127
+ format: "%n %u"
128
+ unit: "€"
129
+ separator: ","
130
+ delimiter: " "
147
131
  precision: 2
148
- separator: ! ','
149
132
  significant: false
150
133
  strip_insignificant_zeros: false
151
- unit:
152
- format:
153
- delimiter: ! ' '
154
- precision: 3
155
- separator: ! ','
156
- significant: false
157
- strip_insignificant_zeros: false
134
+ percentage:
135
+ format:
136
+ delimiter: ""
137
+ precision:
138
+ format:
139
+ delimiter: ""
158
140
  human:
159
- decimal_units:
160
- format: ! '%n %u'
161
- units:
162
- billion: milliard
163
- million: million
164
- quadrillion: million de milliards
165
- thousand: millier
166
- trillion: billion
167
- unit: ''
168
141
  format:
169
- delimiter: ''
142
+ delimiter: ""
170
143
  precision: 2
171
144
  significant: true
172
145
  strip_insignificant_zeros: true
173
146
  storage_units:
174
- format: ! '%n %u'
147
+ format: "%n %u"
175
148
  units:
176
149
  byte:
177
- one: octet
178
- other: octets
179
- gb: Go
180
- kb: ko
181
- mb: Mo
182
- tb: To
183
- percentage:
184
- format:
185
- delimiter: ''
186
- precision:
187
- format:
188
- delimiter: ''
150
+ one: "octet"
151
+ other: "octets"
152
+ kb: "ko"
153
+ mb: "Mo"
154
+ gb: "Go"
155
+ tb: "To"
156
+ decimal_units:
157
+ format: "%n %u"
158
+ units:
159
+ unit: ""
160
+ thousand: "millier"
161
+ million: "million"
162
+ billion: "milliard"
163
+ trillion: "billion"
164
+ quadrillion: "million de milliards"
165
+
189
166
  support:
190
167
  array:
191
- last_word_connector: ! ' et '
192
- two_words_connector: ! ' et '
193
- words_connector: ! ', '
194
- time:
195
- am: am
196
- formats:
197
- default: ! '%d %B %Y %H:%M:%S'
198
- long: ! '%A %d %B %Y %H:%M'
199
- short: ! '%d %b %H:%M'
200
- pm: pm
201
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
168
+ words_connector: ", "
169
+ two_words_connector: " et "
170
+ last_word_connector: " et "
171
+
172
+ helpers:
173
+ select:
174
+ prompt: "Veuillez sélectionner"
175
+ submit:
176
+ create: "Créer un(e) %{model}"
177
+ update: "Modifier ce(tte) %{model}"
178
+ submit: "Enregistrer ce(tte) %{model}"
179
+
180
+ errors: &errors
181
+ format: "Le %{attribute} %{message}"
182
+ messages: &errors_messages
183
+ inclusion: "n'est pas inclus(e) dans la liste"
184
+ exclusion: "n'est pas disponible"
185
+ invalid: "n'est pas valide"
186
+ confirmation: "ne concorde pas avec la confirmation"
187
+ accepted: "doit être accepté(e)"
188
+ empty: "champ obligé"
189
+ blank: "champ obligé"
190
+ too_long:
191
+ one: "est trop long (pas plus d'un caractère)"
192
+ other: "est trop long (pas plus de %{count} caractères)"
193
+ too_short:
194
+ one: "est trop court (au moins un caractère)"
195
+ other: "est trop court (au moins %{count} caractères)"
196
+ wrong_length:
197
+ one: "ne fait pas la bonne longueur (doit comporter un seul caractère)"
198
+ other: "ne fait pas la bonne longueur (doit comporter %{count} caractères)"
199
+ not_a_number: "n'est pas un nombre"
200
+ not_an_integer: "doit être un nombre entier"
201
+ greater_than: "doit être supérieur à %{count}"
202
+ greater_than_or_equal_to: "doit être supérieur ou égal à %{count}"
203
+ equal_to: "doit être égal à %{count}"
204
+ less_than: "doit être inférieur à %{count}"
205
+ less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
206
+ odd: "doit être impair"
207
+ even: "doit être pair"
208
+ taken: "n'est pas disponible"
209
+ record_invalid: "La validation a échoué : %{errors}"
210
+
211
+ template: &errors_template
212
+ header:
213
+ one: "Impossible d'enregistrer ce(tte) %{model} : 1 erreur"
214
+ other: "Impossible d'enregistrer ce(tte) %{model} : %{count} erreurs"
215
+ body: "Veuillez vérifier les champs suivants : "
216
+
202
217
  activemodel:
203
218
  errors:
204
219
  <<: *errors
@@ -4,7 +4,7 @@ hr:
4
4
  - Ned
5
5
  - Pon
6
6
  - Uto
7
- - Sre
7
+ - Sri
8
8
  - Čet
9
9
  - Pet
10
10
  - Sub
@@ -31,7 +31,7 @@ hr:
31
31
  - Petak
32
32
  - Subota
33
33
  formats:
34
- default: ! '%d/%m/%Y'
34
+ default: ! '%d.%m.%Y.'
35
35
  long: ! '%B %e, %Y'
36
36
  short: ! '%e %b'
37
37
  month_names:
@@ -57,48 +57,58 @@ hr:
57
57
  about_x_hours:
58
58
  one: oko 1 sat
59
59
  few: oko %{count} sata
60
+ many: oko %{count} sati
60
61
  other: oko %{count} sati
61
62
  about_x_months:
62
63
  one: oko 1 mjesec
63
64
  few: oko %{count} mjeseca
65
+ many: oko %{count} mjeseci
64
66
  other: oko %{count} mjeseci
65
67
  about_x_years:
66
68
  one: oko 1 godine
67
69
  few: oko %{count} godine
70
+ many: oko %{count} godina
68
71
  other: oko %{count} godina
69
72
  almost_x_years:
70
73
  one: skoro 1 godina
71
74
  few: skoro %{count} godine
75
+ many: skoro %{count} godina
72
76
  other: skoro %{count} godina
73
77
  half_a_minute: pola minute
74
78
  less_than_x_minutes:
75
- zero: manje od minute
76
79
  one: manje od 1 minute
77
80
  few: manje od %{count} minute
81
+ many: manje od %{count} minuta
78
82
  other: manje od %{count} minuta
79
83
  less_than_x_seconds:
80
- zero: manje od sekunde
81
84
  one: manje od 1 sekunde
82
85
  few: manje od %{count} sekunde
86
+ many: manje od %{count} sekundi
83
87
  other: manje od %{count} sekundi
84
88
  over_x_years:
85
89
  one: preko 1 godine
86
90
  few: preko %{count} godine
91
+ many: preko %{count} godina
87
92
  other: preko %{count} godina
88
93
  x_days:
89
94
  one: 1 dan
95
+ few: ! '%{count} dana'
96
+ many: ! '%{count} dana'
90
97
  other: ! '%{count} dana'
91
98
  x_minutes:
92
99
  one: 1 minuta
93
100
  few: ! '%{count} minute'
101
+ many: ! '%{count} minuta'
94
102
  other: ! '%{count} minuta'
95
103
  x_months:
96
104
  one: 1 mjesec
97
105
  few: ! '%{count} mjeseca'
106
+ many: ! '%{count} mjeseci'
98
107
  other: ! '%{count} mjeseci'
99
108
  x_seconds:
100
109
  one: 1 sekunda
101
110
  few: ! '%{count} sekunde'
111
+ many: ! '%{count} sekundi'
102
112
  other: ! '%{count} sekundi'
103
113
  prompts:
104
114
  day: Dan
@@ -131,20 +141,24 @@ hr:
131
141
  too_long:
132
142
  one: je predugačak (maksimum je 1 znak)
133
143
  few: je predugačak (maksimum je %{count} znaka)
144
+ many: je predugačak (maksimum je %{count} znakova)
134
145
  other: je predugačak (maksimum je %{count} znakova)
135
146
  too_short:
136
147
  one: je prekratak (minimum je 1 znak)
137
148
  few: je prekratak (minimum je %{count} znaka)
149
+ many: je prekratak (minimum je %{count} znakova)
138
150
  other: je prekratak (minimum je %{count} znakova)
139
151
  wrong_length:
140
152
  one: nije odgovarajuće duljine (treba biti 1 znak)
141
153
  few: nije odgovarajuće duljine (treba biti %{count} znaka)
154
+ many: nije odgovarajuće duljine (treba biti %{count} znakova)
142
155
  other: nije odgovarajuće duljine (treba biti %{count} znakova)
143
156
  template:
144
157
  body: ! 'Sljedeća polja su neispravno popunjena:'
145
158
  header:
146
159
  one: 1 greška je spriječila %{model} da se spremi
147
160
  few: ! '%{count} greške su spriječile %{model} da se spremi'
161
+ many: ! '%{count} grešaka je spriječilo %{model} da se spremi'
148
162
  other: ! '%{count} grešaka je spriječilo %{model} da se spremi'
149
163
  helpers:
150
164
  select:
@@ -190,6 +204,7 @@ hr:
190
204
  byte:
191
205
  one: bajt
192
206
  few: bajta
207
+ many: bajtova
193
208
  other: bajtova
194
209
  gb: GB
195
210
  kb: KB
@@ -55,38 +55,38 @@ lv:
55
55
  datetime:
56
56
  distance_in_words:
57
57
  about_x_hours:
58
- one: apmēram 1 stunda
58
+ one: apmēram %{count} stunda
59
59
  other: apmēram %{count} stundas
60
60
  about_x_months:
61
- one: apmēram 1 mēnesis
61
+ one: apmēram %{count} mēnesis
62
62
  other: apmēram %{count} mēneši
63
63
  about_x_years:
64
- one: apmēram 1 gads
64
+ one: apmēram %{count} gads
65
65
  other: apmēram %{count} gadi
66
66
  almost_x_years:
67
- one: gandrīz 1 gads
67
+ one: gandrīz %{count} gads
68
68
  other: gandrīz %{count} gadi
69
69
  half_a_minute: pusminūte
70
70
  less_than_x_minutes:
71
- one: mazāk par vienu minūti
71
+ one: mazāk par %{count} minūti
72
72
  other: mazāk par %{count} minūtēm
73
73
  less_than_x_seconds:
74
- one: mazāk par vienu sekundi
74
+ one: mazāk par %{count} sekundi
75
75
  other: mazāk par %{count} sekundēm
76
76
  over_x_years:
77
- one: vairāk kā gads
77
+ one: vairāk kā %{count} gads
78
78
  other: vairāk kā %{count} gadi
79
79
  x_days:
80
- one: 1 diena
80
+ one: ! '%{count} diena'
81
81
  other: ! '%{count} dienas'
82
82
  x_minutes:
83
- one: 1 minūte
83
+ one: ! '%{count} minūte'
84
84
  other: ! '%{count} minūtes'
85
85
  x_months:
86
- one: 1 mēnesis
86
+ one: ! '%{count} mēnesis'
87
87
  other: ! '%{count} mēneši'
88
88
  x_seconds:
89
- one: 1 sekunde
89
+ one: ! '%{count} sekunde'
90
90
  other: ! '%{count} sekundes'
91
91
  prompts:
92
92
  day: diena
@@ -116,13 +116,19 @@ lv:
116
116
  odd: ir jābūt nepāra skaitlim
117
117
  record_invalid: ! 'Pārbaude neizdevās: %{errors}'
118
118
  taken: ir jau aizņemts
119
- too_long: ir par garu (maksimums ir %{count} zīmes)
120
- too_short: ir par īsu (minimums ir %{count} zīmes)
121
- wrong_length: ir nepareizs garums (jābūt %{count} zīmēm)
119
+ too_long:
120
+ one: ir par garu (maksimums ir %{count} simbols)
121
+ other: ir par garu (maksimums ir %{count} simboli)
122
+ too_short:
123
+ one: ir par īsu (minimums ir %{count} simbols)
124
+ other: ir par īsu (minimums ir %{count} simboli)
125
+ wrong_length:
126
+ one: ir nepareizs garums (jābūt %{count} simbolam)
127
+ other: ir nepareizs garums (jābūt %{count} simboliem)
122
128
  template:
123
129
  body: ! 'Problēmas ir šajos ievades laukos:'
124
130
  header:
125
- one: Dēļ 1 kļūdas šis %{model} netika saglabāts
131
+ one: Dēļ %{count} kļūdas šis %{model} netika saglabāts
126
132
  other: Dēļ %{count} kļūdām šis %{model} netika saglabāts
127
133
  helpers:
128
134
  select:
@@ -151,11 +157,21 @@ lv:
151
157
  decimal_units:
152
158
  format: ! '%n %u'
153
159
  units:
154
- billion: Biljons
155
- million: Miljons
156
- quadrillion: Kvadriljons
157
- thousand: Tūkstotis
158
- trillion: Triljons
160
+ billion:
161
+ one: miljards
162
+ other: miljardi
163
+ million:
164
+ one: miljons
165
+ other: miljoni
166
+ quadrillion:
167
+ one: kvadriljons
168
+ other: kvadriljoni
169
+ thousand:
170
+ one: tūkstotis
171
+ other: tūkstoši
172
+ trillion:
173
+ one: triljons
174
+ other: triljoni
159
175
  unit: ''
160
176
  format:
161
177
  delimiter: ''
@@ -166,8 +182,8 @@ lv:
166
182
  format: ! '%n %u'
167
183
  units:
168
184
  byte:
169
- one: Baits
170
- other: Baiti
185
+ one: baits
186
+ other: baiti
171
187
  gb: GB
172
188
  kb: KB
173
189
  mb: MB
@@ -0,0 +1,229 @@
1
+ # Filipino (Tagalog) translations for Rails
2
+ # by Patrick CHEW (pchew@change.org)
3
+ # contributors:
4
+ # - Patrick CHEW - https://github.com/pchew-change (pchew@change.org)
5
+ # - Jose BUSTAMANTE - (josebust@cisco.com)
6
+ # Corrected by [name] : [references]
7
+
8
+ "tl":
9
+ date:
10
+ formats:
11
+ default: "%d/%m/%Y"
12
+ short: ika-%d ng %b
13
+ long: ika-%d ng %B, %Y
14
+
15
+ day_names:
16
+ - Linggo
17
+ - Lunes
18
+ - Martes
19
+ - Miyerkules
20
+ - Huwebes
21
+ - Biyernes
22
+ - Sabado
23
+
24
+ abbr_day_names:
25
+ - Lin
26
+ - Lun
27
+ - Mar
28
+ - Miy
29
+ - Huw
30
+ - Biy
31
+ - Sab
32
+
33
+ month_names:
34
+ - ~
35
+ - Enero
36
+ - Pebrero
37
+ - Marso
38
+ - Abril
39
+ - Mayo
40
+ - Hunyo
41
+ - Hulyo
42
+ - Agosto
43
+ - Setyembre
44
+ - Oktubre
45
+ - Nobyembre
46
+ - Disyembre
47
+
48
+ abbr_month_names:
49
+ - ~
50
+ - Ene
51
+ - Peb
52
+ - Mar
53
+ - Abr
54
+ - May
55
+ - Hun
56
+ - Hul
57
+ - Ago
58
+ - Set
59
+ - Okt
60
+ - Nob
61
+ - Dis
62
+
63
+ order:
64
+ - :year
65
+ - :month
66
+ - :day
67
+
68
+ time:
69
+ formats:
70
+ default: "%A, ika-%d ng %B ng %Y %H:%M:%S %z"
71
+ short: "%d ng %b %H:%M"
72
+ long: "ika-%d ng %B ng %Y %H:%M"
73
+ am: AM
74
+ pm: PM
75
+
76
+ support:
77
+ array:
78
+ words_connector: ","
79
+ two_words_connector: "at"
80
+ last_word_connector: ", at"
81
+
82
+ number:
83
+ format:
84
+ separator: ","
85
+ delimiter: .
86
+ precision: 3
87
+ significant: FALSE
88
+ strip_insignificant_zeros: FALSE
89
+
90
+ currency:
91
+ format:
92
+ format: "%n %u"
93
+ unit: "₱"
94
+ separator: ","
95
+ delimiter: "."
96
+ precision: 2
97
+ significant: FALSE
98
+ strip_insignificant_zeros: FALSE
99
+
100
+ percentage:
101
+ format:
102
+ delimiter: ""
103
+
104
+ precision:
105
+ format:
106
+ delimiter: ""
107
+
108
+ human:
109
+ format:
110
+ delimiter: ""
111
+ precision: 1
112
+ significant: TRUE
113
+ strip_insignificant_zeros: TRUE
114
+ storage_units:
115
+ format: "%n %u"
116
+ units:
117
+ byte:
118
+ one: Byte
119
+ other: Bytes
120
+ kb: KB
121
+ mb: MB
122
+ gb: GB
123
+ tb: TB
124
+ decimal_units:
125
+ format: "%n %u"
126
+ units:
127
+ unit: ""
128
+ thousand: libo
129
+ million: milyon
130
+ billion: bilyon
131
+ trillion: trilyon
132
+ quadrillion: kuwadrilyon
133
+
134
+ datetime:
135
+ distance_in_words:
136
+ half_a_minute: "kalahating isang minuto"
137
+ less_than_x_seconds:
138
+ one: mas mababa sa isang segundo
139
+ other: "mas mababa sa %{count}ng segundo"
140
+ x_seconds:
141
+ one: isang segundo
142
+ other: "%{count}ng segundo"
143
+ less_than_x_minutes:
144
+ one: mas mababa sa isang minuto
145
+ other: "mas mababa sa %{count} minuto"
146
+ x_minutes:
147
+ one: isang minuto
148
+ other: "%{count}ng minuto"
149
+ about_x_hours:
150
+ one: humigit-kumulang isang oras
151
+ other: "humigit-kumulang %{count}ng oras"
152
+ x_days:
153
+ one: isang araw
154
+ other: "%{count}ng araw"
155
+ about_x_months:
156
+ one: humigit-kumulang isang buwan
157
+ other: "humigit-kumulang %{count}ng buwan"
158
+ x_months:
159
+ one: isang buwan
160
+ other: "%{count}ng buwang"
161
+ about_x_years:
162
+ one: humigit-kumulang isang taon
163
+ other: "humigit-kumulang %{count}ng taon"
164
+ over_x_years:
165
+ one: higit sa isang taon
166
+ other: "higit %{count}ng taon"
167
+ almost_x_years:
168
+ one: halos isang taon
169
+ other: "halos %{count}ng taon"
170
+ prompts:
171
+ year: taon
172
+ month: buwan
173
+ day: araw
174
+ hour: oras
175
+ minute: minuto
176
+ second: segundo
177
+
178
+ helpers:
179
+ select:
180
+ prompt: Mangyaring pumili
181
+
182
+ submit:
183
+ create: "lumikha ng %{model}"
184
+ update: "i-update ang %{model}"
185
+ submit: "isumite ang %{model}"
186
+
187
+ errors: &errors
188
+ format: "%{attribute} %{message}"
189
+
190
+ messages: &errors_messages
191
+ inclusion: ito ay hindi kasama sa listahan
192
+ exclusion: ito ay nakalaan
193
+ invalid: ito ay hindi wasto
194
+ confirmation: ito ay hindi tumutugma ang pagpapatunay
195
+ accepted: ito ay dapat na tanggapin
196
+ empty: ito ay hindi maaaring walang laman
197
+ blank: ito ay hindi maaaring maging katutubo
198
+ too_long:
199
+ one: "ito ay masyadong mahaba (maximum ay %{count}ng character)"
200
+ other:
201
+ too_short:
202
+ one: "ito ay masyadong maikli (minimum ay %{count}ng character)"
203
+ other:
204
+ wrong_length:
205
+ one: ito ay ang maling haba (ito ay dapat %{count}ng character eksaktong)
206
+ other:
207
+ not_a_number: ito ay hindi isang numero
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
214
+ odd: dapat maging kakaibang
215
+ even: dapat maging kahit
216
+ taken: ay ginagamit
217
+ record_invalid: "Nabigo ang pagpapatunay: %{errors}"
218
+ template:
219
+ header:
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"
222
+ body: "May mga problema sa mga sumusunod na patlang:"
223
+
224
+ activemodel:
225
+ errors:
226
+ <<: *errors
227
+ activerecord:
228
+ errors:
229
+ <<: *errors
@@ -0,0 +1,205 @@
1
+ wo:
2
+ date:
3
+ abbr_day_names:
4
+ - Dib
5
+ - Alt
6
+ - Tal
7
+ - All
8
+ - Alx
9
+ - Ajj
10
+ - Gaw
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
+ - Dibèer
27
+ - Altine
28
+ - Talaata
29
+ - Allarba
30
+ - Alxamess
31
+ - Ajjouma
32
+ - Gaawu
33
+ formats:
34
+ default: ! '%Y-%m-%d'
35
+ long: ! '%B %d, %Y'
36
+ short: ! '%b %d'
37
+ month_names:
38
+ -
39
+ - Tamkharit
40
+ - Digui Gamou
41
+ - Gamou
42
+ - Raki Gamou
43
+ - Rakati Gamou
44
+ - Mamou Kor
45
+ - Ndeyou Kor
46
+ - Baraxlou
47
+ - Kor
48
+ - Kori
49
+ - Digui Tabaski
50
+ - Tabaski
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
@@ -5,10 +5,6 @@ module RailsI18n
5
5
  lambda do |n|
6
6
  if n == 1
7
7
  :one
8
- elsif n == 2
9
- :two
10
- elsif n != 0 && n % 10 == 0
11
- :many
12
8
  else
13
9
  :other
14
10
  end
@@ -3,9 +3,7 @@ module RailsI18n
3
3
  module Latvian
4
4
  def self.rule
5
5
  lambda do |n|
6
- if n == 0
7
- :zero
8
- elsif n % 10 == 1 && n % 100 != 11
6
+ if n % 10 == 1 && n % 100 != 11
9
7
  :one
10
8
  else
11
9
  :other
@@ -19,5 +17,5 @@ end
19
17
  { :lv => {
20
18
  :'i18n' => {
21
19
  :plural => {
22
- :keys => [:zero, :one, :other],
23
- :rule => RailsI18n::Pluralization::Latvian.rule }}}}
20
+ :keys => [:one, :other],
21
+ :rule => RailsI18n::Pluralization::Latvian.rule }}}}
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.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-15 00:00:00.000000000 Z
12
+ date: 2012-05-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
16
- requirement: &8485580 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,15 @@ dependencies:
21
21
  version: '0.5'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *8485580
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '0.5'
25
30
  - !ruby/object:Gem::Dependency
26
31
  name: rails
27
- requirement: &8428000 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
28
33
  none: false
29
34
  requirements:
30
35
  - - ! '>='
@@ -32,10 +37,15 @@ dependencies:
32
37
  version: 3.0.0
33
38
  type: :development
34
39
  prerelease: false
35
- version_requirements: *8428000
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: 3.0.0
36
46
  - !ruby/object:Gem::Dependency
37
47
  name: rspec-rails
38
- requirement: &8426000 !ruby/object:Gem::Requirement
48
+ requirement: !ruby/object:Gem::Requirement
39
49
  none: false
40
50
  requirements:
41
51
  - - ! '>='
@@ -43,21 +53,31 @@ dependencies:
43
53
  version: 2.7.0
44
54
  type: :development
45
55
  prerelease: false
46
- version_requirements: *8426000
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: 2.7.0
47
62
  - !ruby/object:Gem::Dependency
48
63
  name: i18n-spec
49
- requirement: &8425520 !ruby/object:Gem::Requirement
64
+ requirement: !ruby/object:Gem::Requirement
50
65
  none: false
51
66
  requirements:
52
67
  - - ! '>='
53
68
  - !ruby/object:Gem::Version
54
- version: '0.2'
69
+ version: 0.2.2
55
70
  type: :development
56
71
  prerelease: false
57
- version_requirements: *8425520
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: 0.2.2
58
78
  - !ruby/object:Gem::Dependency
59
79
  name: spork
60
- requirement: &8424860 !ruby/object:Gem::Requirement
80
+ requirement: !ruby/object:Gem::Requirement
61
81
  none: false
62
82
  requirements:
63
83
  - - ~>
@@ -65,7 +85,12 @@ dependencies:
65
85
  version: 1.0rc
66
86
  type: :development
67
87
  prerelease: false
68
- version_requirements: *8424860
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ~>
92
+ - !ruby/object:Gem::Version
93
+ version: 1.0rc
69
94
  description: A set of common locale data and translations to internationalize and/or
70
95
  localize your Rails applications.
71
96
  email: rails-i18n@googlegroups.com
@@ -85,6 +110,7 @@ files:
85
110
  - lib/rails_i18n/common_pluralizations/other.rb
86
111
  - lib/rails_i18n.rb
87
112
  - lib/rails-i18n.rb
113
+ - rails/locale/wo.yml
88
114
  - rails/locale/cs.yml
89
115
  - rails/locale/sr.yml
90
116
  - rails/locale/en-AU.yml
@@ -112,6 +138,7 @@ files:
112
138
  - rails/locale/hsb.yml
113
139
  - rails/locale/fa.yml
114
140
  - rails/locale/kn.yml
141
+ - rails/locale/tl.yml
115
142
  - rails/locale/gl-ES.yml
116
143
  - rails/locale/eu.yml
117
144
  - rails/locale/rm.yml
@@ -270,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
297
  version: 1.3.5
271
298
  requirements: []
272
299
  rubyforge_project: ! '[none]'
273
- rubygems_version: 1.8.15
300
+ rubygems_version: 1.8.23
274
301
  signing_key:
275
302
  specification_version: 3
276
303
  summary: Common locale data and translations for Rails i18n.