rails-i18n 0.6.5 → 0.6.6
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.
- data/CHANGELOG.md +9 -0
- data/README.md +4 -4
- data/rails/locale/de-CH.yml +1 -1
- data/rails/locale/el.yml +10 -4
- data/rails/locale/es-AR.yml +2 -2
- data/rails/locale/it-CH.yml +205 -0
- data/rails/locale/ne.yml +205 -0
- data/rails/locale/uz.yml +257 -0
- data/rails/transliteration/pl.yml +22 -0
- metadata +10 -6
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 0.6.6 (2012-09-07)
|
|
2
|
+
- added Uzbek (uz) translation
|
|
3
|
+
- added Swiss Italian (it-CH) translation
|
|
4
|
+
- fixed Swiss German (de-CH) translation
|
|
5
|
+
- added Polish (pl) transliteration
|
|
6
|
+
- fixed Greek (el) translation
|
|
7
|
+
- added Nepali (ne) translation
|
|
8
|
+
- fixed Argentina Spanish (es-AR) translation
|
|
9
|
+
|
|
1
10
|
## 0.6.5 (2012-07-02)
|
|
2
11
|
- fixed Icelandic translation
|
|
3
12
|
- fixed Portuguese translation
|
data/README.md
CHANGED
|
@@ -49,14 +49,14 @@ Available locales are:
|
|
|
49
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
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
|
-
> nl, nn, pl, pt-BR, pt-PT, rm, ro, ru, sk, sl, sr, sr-Latn, sv-SE, sw, th,
|
|
53
|
-
> tl, tr, uk, vi, wo, zh-CN, zh-TW
|
|
52
|
+
> ne, nl, nn, pl, pt-BR, pt-PT, rm, ro, ru, sk, sl, sr, sr-Latn, sv-SE, sw, th,
|
|
53
|
+
> tl, tr, uk, uz, vi, wo, zh-CN, zh-TW
|
|
54
54
|
|
|
55
55
|
Following locales are complete:
|
|
56
56
|
|
|
57
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
|
|
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, ne,
|
|
59
|
+
> nl, pt-BR, pt-PT, ru, sk, sv-SE, sw, th, tl, tr, uk, uz, vi, wo, zh-CN, zh-TW
|
|
60
60
|
|
|
61
61
|
Following locales have some missing translations or pluralizations:
|
|
62
62
|
|
data/rails/locale/de-CH.yml
CHANGED
data/rails/locale/el.yml
CHANGED
|
@@ -111,14 +111,20 @@ el:
|
|
|
111
111
|
invalid: είναι άκυρο
|
|
112
112
|
less_than: πρέπει να είναι λιγότερο από %{count}
|
|
113
113
|
less_than_or_equal_to: πρέπει να είναι λιγότερο ή ίσο με %{count}
|
|
114
|
-
not_a_number: δεν είναι
|
|
114
|
+
not_a_number: δεν είναι αριθμός
|
|
115
115
|
not_an_integer: πρέπει να είναι ακέραιος αριθμός
|
|
116
116
|
odd: πρέπει να είναι περιττός
|
|
117
117
|
record_invalid: ! 'Επικύρωση απέτυχε: %{errors}'
|
|
118
118
|
taken: το έχουν ήδη χρησιμοποιήσει
|
|
119
|
-
too_long:
|
|
120
|
-
|
|
121
|
-
|
|
119
|
+
too_long:
|
|
120
|
+
one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι 1 χαρακτήρας)
|
|
121
|
+
other: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρες)
|
|
122
|
+
too_short:
|
|
123
|
+
one: είναι πολύ μικρό (το μικρότερο μήκος είναι 1 χαρακτήρας)
|
|
124
|
+
other: είναι πολύ μικρό (το μικρότερο μήκος είναι %{count} χαρακτήρες)
|
|
125
|
+
wrong_length:
|
|
126
|
+
one: έχει λανθασμένο μήκος (πρέπει να είναι 1 χαρακτήρας)
|
|
127
|
+
other: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρες)
|
|
122
128
|
template:
|
|
123
129
|
body: ! 'Υπήρξαν προβλήματα με τα ακόλουθα πεδία:'
|
|
124
130
|
header:
|
data/rails/locale/es-AR.yml
CHANGED
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
it-CH:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- Dom
|
|
5
|
+
- Lun
|
|
6
|
+
- Mar
|
|
7
|
+
- Mer
|
|
8
|
+
- Gio
|
|
9
|
+
- Ven
|
|
10
|
+
- Sab
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- Gen
|
|
14
|
+
- Feb
|
|
15
|
+
- Mar
|
|
16
|
+
- Apr
|
|
17
|
+
- Mag
|
|
18
|
+
- Giu
|
|
19
|
+
- Lug
|
|
20
|
+
- Ago
|
|
21
|
+
- Set
|
|
22
|
+
- Ott
|
|
23
|
+
- Nov
|
|
24
|
+
- Dic
|
|
25
|
+
day_names:
|
|
26
|
+
- Domenica
|
|
27
|
+
- Lunedì
|
|
28
|
+
- Martedì
|
|
29
|
+
- Mercoledì
|
|
30
|
+
- Giovedì
|
|
31
|
+
- Venerdì
|
|
32
|
+
- Sabato
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d-%m-%Y'
|
|
35
|
+
long: ! '%d %B %Y'
|
|
36
|
+
short: ! '%d %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- Gennaio
|
|
40
|
+
- Febbraio
|
|
41
|
+
- Marzo
|
|
42
|
+
- Aprile
|
|
43
|
+
- Maggio
|
|
44
|
+
- Giugno
|
|
45
|
+
- Luglio
|
|
46
|
+
- Agosto
|
|
47
|
+
- Settembre
|
|
48
|
+
- Ottobre
|
|
49
|
+
- Novembre
|
|
50
|
+
- Dicembre
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: circa un'ora
|
|
59
|
+
other: circa %{count} ore
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: circa un mese
|
|
62
|
+
other: circa %{count} mesi
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: circa un anno
|
|
65
|
+
other: circa %{count} anni
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: circa 1 anno
|
|
68
|
+
other: circa %{count} anni
|
|
69
|
+
half_a_minute: mezzo minuto
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: meno di un minuto
|
|
72
|
+
other: meno di %{count} minuti
|
|
73
|
+
less_than_x_seconds:
|
|
74
|
+
one: meno di un secondo
|
|
75
|
+
other: meno di %{count} secondi
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: oltre un anno
|
|
78
|
+
other: oltre %{count} anni
|
|
79
|
+
x_days:
|
|
80
|
+
one: 1 giorno
|
|
81
|
+
other: ! '%{count} giorni'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: 1 minuto
|
|
84
|
+
other: ! '%{count} minuti'
|
|
85
|
+
x_months:
|
|
86
|
+
one: 1 mese
|
|
87
|
+
other: ! '%{count} mesi'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: 1 secondo
|
|
90
|
+
other: ! '%{count} secondi'
|
|
91
|
+
prompts:
|
|
92
|
+
day: Giorno
|
|
93
|
+
hour: Ora
|
|
94
|
+
minute: Minuto
|
|
95
|
+
month: Mese
|
|
96
|
+
second: Secondi
|
|
97
|
+
year: Anno
|
|
98
|
+
errors: &errors
|
|
99
|
+
format: ! '%{attribute} %{message}'
|
|
100
|
+
messages:
|
|
101
|
+
accepted: deve essere accettata
|
|
102
|
+
blank: non può essere lasciato in bianco
|
|
103
|
+
confirmation: non coincide con la conferma
|
|
104
|
+
empty: non può essere vuoto
|
|
105
|
+
equal_to: deve essere uguale a %{count}
|
|
106
|
+
even: deve essere pari
|
|
107
|
+
exclusion: è riservato
|
|
108
|
+
greater_than: deve essere superiore a %{count}
|
|
109
|
+
greater_than_or_equal_to: deve essere superiore o uguale a %{count}
|
|
110
|
+
inclusion: non è incluso nella lista
|
|
111
|
+
invalid: non è valido
|
|
112
|
+
less_than: deve essere meno di %{count}
|
|
113
|
+
less_than_or_equal_to: deve essere meno o uguale a %{count}
|
|
114
|
+
not_a_number: non è un numero
|
|
115
|
+
not_an_integer: non è un intero
|
|
116
|
+
odd: deve essere dispari
|
|
117
|
+
record_invalid: ! 'Validazione fallita: %{errors}'
|
|
118
|
+
taken: è già in uso
|
|
119
|
+
too_long:
|
|
120
|
+
one: è troppo lungo (il massimo è 1 carattere)
|
|
121
|
+
other: è troppo lungo (il massimo è %{count} caratteri)
|
|
122
|
+
too_short:
|
|
123
|
+
one: è troppo corto (il minimo è 1 carattere)
|
|
124
|
+
other: è troppo corto (il minimo è %{count} caratteri)
|
|
125
|
+
wrong_length:
|
|
126
|
+
one: è della lunghezza sbagliata (deve essere di 1 carattere)
|
|
127
|
+
other: è della lunghezza sbagliata (deve essere di %{count} caratteri)
|
|
128
|
+
template:
|
|
129
|
+
body: ! 'Per favore ricontrolla i seguenti campi:'
|
|
130
|
+
header:
|
|
131
|
+
one: ! 'Non posso salvare questo %{model}: 1 errore'
|
|
132
|
+
other: ! 'Non posso salvare questo %{model}: %{count} errori.'
|
|
133
|
+
helpers:
|
|
134
|
+
select:
|
|
135
|
+
prompt: Per favore, seleziona
|
|
136
|
+
submit:
|
|
137
|
+
create: Crea %{model}
|
|
138
|
+
submit: Invia %{model}
|
|
139
|
+
update: Aggiorna %{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: CHF
|
|
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: Miliardi
|
|
161
|
+
million: Milioni
|
|
162
|
+
quadrillion: Biliardi
|
|
163
|
+
thousand: Mila
|
|
164
|
+
trillion: Bilioni
|
|
165
|
+
unit: ''
|
|
166
|
+
format:
|
|
167
|
+
delimiter: ''
|
|
168
|
+
precision: 1
|
|
169
|
+
significant: true
|
|
170
|
+
strip_insignificant_zeros: true
|
|
171
|
+
storage_units:
|
|
172
|
+
format: ! '%n %u'
|
|
173
|
+
units:
|
|
174
|
+
byte:
|
|
175
|
+
one: Byte
|
|
176
|
+
other: Byte
|
|
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: ! ' e '
|
|
190
|
+
two_words_connector: ! ' e '
|
|
191
|
+
words_connector: ! ', '
|
|
192
|
+
time:
|
|
193
|
+
am: am
|
|
194
|
+
formats:
|
|
195
|
+
default: ! '%a %d %b %Y, %H:%M:%S %z'
|
|
196
|
+
long: ! '%d %B %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
|
data/rails/locale/ne.yml
ADDED
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
ne:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- आईत
|
|
5
|
+
- सोम
|
|
6
|
+
- मंगल
|
|
7
|
+
- बुध
|
|
8
|
+
- बिही
|
|
9
|
+
- शुक्र
|
|
10
|
+
- शनि
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- जन.
|
|
14
|
+
- फेब्रु.
|
|
15
|
+
- मार्च
|
|
16
|
+
- अप्रिल
|
|
17
|
+
- मई
|
|
18
|
+
- जुन
|
|
19
|
+
- जुलाई
|
|
20
|
+
- अगष्ट
|
|
21
|
+
- सेप्ट.
|
|
22
|
+
- अक्टो.
|
|
23
|
+
- नोभ.
|
|
24
|
+
- डिसे.
|
|
25
|
+
day_names:
|
|
26
|
+
- आईतबार
|
|
27
|
+
- सोमबार
|
|
28
|
+
- मंगलबार
|
|
29
|
+
- बुधबार
|
|
30
|
+
- बिहीबार
|
|
31
|
+
- शुक्रबार
|
|
32
|
+
- शनिबार
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%Y-%m-%d'
|
|
35
|
+
long: ! '%B %d, %Y'
|
|
36
|
+
short: ! '%b %d'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- जनवरी
|
|
40
|
+
- फेब्रुवरी
|
|
41
|
+
- मार्च
|
|
42
|
+
- अप्रिल
|
|
43
|
+
- मई
|
|
44
|
+
- जुन
|
|
45
|
+
- जुलाई
|
|
46
|
+
- अगष्ट
|
|
47
|
+
- सेप्टेम्बार
|
|
48
|
+
- अक्टोबर
|
|
49
|
+
- नोभेम्बर
|
|
50
|
+
- डिसेम्बर
|
|
51
|
+
order:
|
|
52
|
+
- :year
|
|
53
|
+
- :month
|
|
54
|
+
- :day
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: लगभग 1 घण्टा
|
|
59
|
+
other: लगभग %{count} घण्टा
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: लगभग 1 महिना
|
|
62
|
+
other: लगभग %{count} महिना
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: लगभग 1 बर्ष
|
|
65
|
+
other: लगभग %{count} बर्ष
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: झण्डै 1 बर्ष
|
|
68
|
+
other: झण्डै %{count} बर्ष
|
|
69
|
+
half_a_minute: आधा मिनेट
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: 1 मिनेटभन्दा कम्ति
|
|
72
|
+
other: ! '%{count} मिनेटभन्दा कम्ति'
|
|
73
|
+
less_than_x_seconds:
|
|
74
|
+
one: 1 सेकेण्डभन्दा कम्ति
|
|
75
|
+
other: ! '%{count} सेकेण्डभन्दा कम्ति'
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: 1 बर्षभन्दा बेसी
|
|
78
|
+
other: ! '%{count} बर्षभन्दा बेसी'
|
|
79
|
+
x_days:
|
|
80
|
+
one: 1 दिन
|
|
81
|
+
other: ! '%{count} दिन'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: 1 मिनेट
|
|
84
|
+
other: ! '%{count} मिनेट'
|
|
85
|
+
x_months:
|
|
86
|
+
one: 1 महिना
|
|
87
|
+
other: ! '%{count} महिना'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: 1 सेकेण्ड
|
|
90
|
+
other: ! '%{count} सेकेण्ड'
|
|
91
|
+
prompts:
|
|
92
|
+
day: दिन
|
|
93
|
+
hour: घण्टा
|
|
94
|
+
minute: मिनेट
|
|
95
|
+
month: महिना
|
|
96
|
+
second: सेकेण्ड
|
|
97
|
+
year: बर्ष
|
|
98
|
+
errors: &errors
|
|
99
|
+
format: ! '%{attribute} %{message}'
|
|
100
|
+
messages:
|
|
101
|
+
accepted: स्वीकार गरिनुपर्नेछ
|
|
102
|
+
blank: खाली हुन सक्दैन
|
|
103
|
+
confirmation: पुष्ठिकरणसँग मेल खाँदैन
|
|
104
|
+
empty: रित्तो हुन सक्दैन
|
|
105
|
+
equal_to: ! '%{count} सँग बराबर हुनुपर्नेछ'
|
|
106
|
+
even: जोर संख्या हुनुपर्नेछ
|
|
107
|
+
exclusion: प्रयोगको लागी संरक्षित छ
|
|
108
|
+
greater_than: ! '%{count} भन्दा बेसी हुनुपर्नेछ'
|
|
109
|
+
greater_than_or_equal_to: ! '%{count} सँग बराबर अथवा बेसी हुनुपर्नेछ'
|
|
110
|
+
inclusion: सुचीमा सामेल गरिएको छैन
|
|
111
|
+
invalid: अमान्य छ
|
|
112
|
+
less_than: ! '%{count} भन्दा कम हुनुपर्नेछ'
|
|
113
|
+
less_than_or_equal_to: ! '%{count} सँग बराबर अथवा कम हुनुपर्नेछ'
|
|
114
|
+
not_a_number: अंक होईन
|
|
115
|
+
not_an_integer: पुर्णाकं हुनुपर्नेछ
|
|
116
|
+
odd: बिजोर संख्या हुनुपर्नेछ
|
|
117
|
+
record_invalid: ! 'मान्य भएन: %{errors}'
|
|
118
|
+
taken: पहिल्यै प्रयोग गरीएको छ
|
|
119
|
+
too_long:
|
|
120
|
+
one: धेरै लामो छ (अधिक्तम 1 character हो)
|
|
121
|
+
other: धेरै लामो छ (अधिक्तम %{count} characters हो)
|
|
122
|
+
too_short:
|
|
123
|
+
one: धेरै छोटो छ (न्युनत्तम 1 character हो)
|
|
124
|
+
other: धेरै छोटो छ (न्युनत्तम %{count} characters हो)
|
|
125
|
+
wrong_length:
|
|
126
|
+
one: गलत लम्बाई हो (1 character हुनुपर्नेछ)
|
|
127
|
+
other: गलत लम्बाई हो (%{count} characters हुनुपर्नेछ)
|
|
128
|
+
template:
|
|
129
|
+
body: ! 'तलका क्षेत्रधारकहरु समस्याहरु देखियो:'
|
|
130
|
+
header:
|
|
131
|
+
one: 1 गल्तीले यस %{model} लाई बचत गर्नबाट रोक्यो
|
|
132
|
+
other: ! '%{count} गल्तीले यस %{model} लाई बचत गर्नबाट रोक्यो'
|
|
133
|
+
helpers:
|
|
134
|
+
select:
|
|
135
|
+
prompt: कृपया छान्नुहोस्
|
|
136
|
+
submit:
|
|
137
|
+
create: ! 'नयाँ %{model} बनाउ'
|
|
138
|
+
submit: ! '%{model} बचत गर'
|
|
139
|
+
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: हजार
|
|
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: जि.बी.
|
|
178
|
+
kb: के.बी.
|
|
179
|
+
mb: एम.बी
|
|
180
|
+
tb: टि.बी
|
|
181
|
+
percentage:
|
|
182
|
+
format:
|
|
183
|
+
delimiter: ''
|
|
184
|
+
precision:
|
|
185
|
+
format:
|
|
186
|
+
delimiter: ''
|
|
187
|
+
support:
|
|
188
|
+
array:
|
|
189
|
+
last_word_connector: ! ', र '
|
|
190
|
+
two_words_connector: ! ' र '
|
|
191
|
+
words_connector: ! ', '
|
|
192
|
+
time:
|
|
193
|
+
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: बेलुका
|
|
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
|
data/rails/locale/uz.yml
ADDED
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
uz:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- Ya
|
|
5
|
+
- Du
|
|
6
|
+
- Sh
|
|
7
|
+
- Ch
|
|
8
|
+
- Pa
|
|
9
|
+
- Ju
|
|
10
|
+
- Sh
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- yan.
|
|
14
|
+
- fev.
|
|
15
|
+
- mart
|
|
16
|
+
- apr.
|
|
17
|
+
- may
|
|
18
|
+
- iyun
|
|
19
|
+
- iyul
|
|
20
|
+
- avg.
|
|
21
|
+
- sen.
|
|
22
|
+
- okt.
|
|
23
|
+
- noy.
|
|
24
|
+
- dek.
|
|
25
|
+
day_names:
|
|
26
|
+
- yakshanba
|
|
27
|
+
- dushanba
|
|
28
|
+
- seshanbe
|
|
29
|
+
- chorshanba
|
|
30
|
+
- payshanba
|
|
31
|
+
- juma
|
|
32
|
+
- shanba
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d.%m.%Y'
|
|
35
|
+
long: ! '%d %B %Y'
|
|
36
|
+
short: ! '%d %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- yanvar
|
|
40
|
+
- fevral
|
|
41
|
+
- mart
|
|
42
|
+
- aprel
|
|
43
|
+
- may
|
|
44
|
+
- iyun
|
|
45
|
+
- iyul
|
|
46
|
+
- avgust
|
|
47
|
+
- sentyabr
|
|
48
|
+
- oktyabr
|
|
49
|
+
- noyabr
|
|
50
|
+
- dekabr
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
few: chamasi %{count} soat
|
|
59
|
+
many: chamasi %{count} soat
|
|
60
|
+
one: chamasi %{count} soat
|
|
61
|
+
other: chamasi %{count} soat
|
|
62
|
+
about_x_months:
|
|
63
|
+
few: chamasi %{count} oy
|
|
64
|
+
many: chamasi %{count} oy
|
|
65
|
+
one: chamasi %{count} oy
|
|
66
|
+
other: chamasi %{count} oy
|
|
67
|
+
about_x_years:
|
|
68
|
+
few: chamasi %{count} yil
|
|
69
|
+
many: chamasi %{count} yil
|
|
70
|
+
one: chamasi %{count} yil
|
|
71
|
+
other: chamasi %{count} yil
|
|
72
|
+
almost_x_years:
|
|
73
|
+
one: deyarli 1 yil
|
|
74
|
+
few: deyarli %{count} yil
|
|
75
|
+
many: deyarli %{count} yil
|
|
76
|
+
other: deyarli %{count} yil
|
|
77
|
+
half_a_minute: bir daqiqadan kam
|
|
78
|
+
less_than_x_minutes:
|
|
79
|
+
few: ! '%{count} daqiqadan kam'
|
|
80
|
+
many: ! '%{count} daqiqadan kam'
|
|
81
|
+
one: ! '%{count} daqiqadan kam'
|
|
82
|
+
other: ! '%{count} daqiqadan kam'
|
|
83
|
+
less_than_x_seconds:
|
|
84
|
+
few: ! '%{count} soniyadan kam'
|
|
85
|
+
many: ! '%{count} soniyadan kam'
|
|
86
|
+
one: ! '%{count} soniyadan kam'
|
|
87
|
+
other: ! '%{count} soniyadan kam'
|
|
88
|
+
over_x_years:
|
|
89
|
+
few: ! '%{count} yildan ziyod'
|
|
90
|
+
many: ! '%{count} yildan ziyod'
|
|
91
|
+
one: ! '%{count} yildan ziyod'
|
|
92
|
+
other: ! '%{count} yildan ziyod'
|
|
93
|
+
x_days:
|
|
94
|
+
few: ! '%{count} kun'
|
|
95
|
+
many: ! '%{count} kun'
|
|
96
|
+
one: ! '%{count} kun'
|
|
97
|
+
other: ! '%{count} kun'
|
|
98
|
+
x_minutes:
|
|
99
|
+
few: ! '%{count} daqiqa'
|
|
100
|
+
many: ! '%{count} daqiqa'
|
|
101
|
+
one: ! '%{count} daqiqa'
|
|
102
|
+
other: ! '%{count} daqiqa'
|
|
103
|
+
x_months:
|
|
104
|
+
few: ! '%{count} oy'
|
|
105
|
+
many: ! '%{count} oy'
|
|
106
|
+
one: ! '%{count} oy'
|
|
107
|
+
other: ! '%{count} oy'
|
|
108
|
+
x_seconds:
|
|
109
|
+
few: ! '%{count} soniya'
|
|
110
|
+
many: ! '%{count} soniya'
|
|
111
|
+
one: ! '%{count} soniyaа'
|
|
112
|
+
other: ! '%{count} soniya'
|
|
113
|
+
prompts:
|
|
114
|
+
day: kun
|
|
115
|
+
hour: soat
|
|
116
|
+
minute: daqiqa
|
|
117
|
+
month: oy
|
|
118
|
+
second: soniya
|
|
119
|
+
year: yil
|
|
120
|
+
errors: &errors
|
|
121
|
+
format: ! '%{attribute} %{message}'
|
|
122
|
+
messages:
|
|
123
|
+
accepted: tasdiqlash kerak
|
|
124
|
+
blank: bush bulishi mumkin emas
|
|
125
|
+
confirmation: tasdiq bilan mos emas
|
|
126
|
+
empty: bush bulishi mumkin emas
|
|
127
|
+
equal_to: ! '%{count} ga teng'
|
|
128
|
+
even: juft sonlar mumkin
|
|
129
|
+
exclusion: mumkin emas
|
|
130
|
+
greater_than: ! '%{count} dan yuqori'
|
|
131
|
+
greater_than_or_equal_to: ! '%{count} ga teng yoki yuqori'
|
|
132
|
+
inclusion: kutilmagan natija
|
|
133
|
+
invalid: notugri
|
|
134
|
+
less_than: ! '%{count} dan kam'
|
|
135
|
+
less_than_or_equal_to: ! '%{count} ga teng yoki kam'
|
|
136
|
+
not_a_number: son emas
|
|
137
|
+
not_an_integer: butun son emas
|
|
138
|
+
odd: toq sonlar mumkin
|
|
139
|
+
record_invalid: ! '%{errors} ta hato bor.'
|
|
140
|
+
taken: band
|
|
141
|
+
too_long:
|
|
142
|
+
few: uzunligi yetarligidan ortiq (%{count} ta simvoldan yuqori mumkin emas)
|
|
143
|
+
many: uzunligi yetarligidan ortiq (%{count} ta simvoldan yuqori mumkin emas)
|
|
144
|
+
one: uzunligi yetarligidan ortiq (%{count} ta simvoldan yuqori mumkin emas)
|
|
145
|
+
other: uzunligi yetarligidan ortiq (%{count} ta simvoldan yuqori mumkin emas)
|
|
146
|
+
too_short:
|
|
147
|
+
few: uzunligi yetarli emas (%{count} ta simvoldan kam mumkin emas)
|
|
148
|
+
many: uzunligi yetarli emas (%{count} ta simvoldan kam mumkin emas)
|
|
149
|
+
one: uzunligi yetarli emas (%{count} ta simvoldan kam mumkin emas)
|
|
150
|
+
other: uzunligi yetarli emas (%{count} ta simvoldan kam mumkin emas)
|
|
151
|
+
wrong_length:
|
|
152
|
+
few: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
|
|
153
|
+
many: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
|
|
154
|
+
one: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
|
|
155
|
+
other: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
|
|
156
|
+
template:
|
|
157
|
+
body: ! 'Quyidagilarda hatolar mavjud:'
|
|
158
|
+
header:
|
|
159
|
+
few: ! '%{count} ta hatolar sababli %{model}:ni saqlab bulmadi'
|
|
160
|
+
many: ! '%{count} ta hatolar sababli %{model}:ni saqlab bulmadi'
|
|
161
|
+
one: ! '%{count} ta hato sababli %{model}:ni saqlab bulmadi'
|
|
162
|
+
other: ! '%{count} ta hatolar sababli %{model}:ni saqlab bulmadi'
|
|
163
|
+
helpers:
|
|
164
|
+
select:
|
|
165
|
+
prompt: ! 'Tanlang: '
|
|
166
|
+
submit:
|
|
167
|
+
create: Yarat %{model}
|
|
168
|
+
submit: Saqla %{model}
|
|
169
|
+
update: Saqla %{model}
|
|
170
|
+
number:
|
|
171
|
+
currency:
|
|
172
|
+
format:
|
|
173
|
+
delimiter: ! ' '
|
|
174
|
+
format: ! '%n %u'
|
|
175
|
+
precision: 2
|
|
176
|
+
separator: .
|
|
177
|
+
significant: false
|
|
178
|
+
strip_insignificant_zeros: false
|
|
179
|
+
unit: sum.
|
|
180
|
+
format:
|
|
181
|
+
delimiter: ! ' '
|
|
182
|
+
precision: 3
|
|
183
|
+
separator: .
|
|
184
|
+
significant: false
|
|
185
|
+
strip_insignificant_zeros: false
|
|
186
|
+
human:
|
|
187
|
+
decimal_units:
|
|
188
|
+
format: ! '%n %u'
|
|
189
|
+
units:
|
|
190
|
+
billion:
|
|
191
|
+
few: milliard
|
|
192
|
+
many: milliard
|
|
193
|
+
one: milliard
|
|
194
|
+
other: milliard
|
|
195
|
+
million:
|
|
196
|
+
few: million
|
|
197
|
+
many: million
|
|
198
|
+
one: million
|
|
199
|
+
other: million
|
|
200
|
+
quadrillion:
|
|
201
|
+
few: kvadrillion
|
|
202
|
+
many: kvadrillion
|
|
203
|
+
one: kvadrillion
|
|
204
|
+
other: kvadrillion
|
|
205
|
+
thousand:
|
|
206
|
+
few: ming
|
|
207
|
+
many: ming
|
|
208
|
+
one: ming
|
|
209
|
+
other: ming
|
|
210
|
+
trillion:
|
|
211
|
+
few: trillion
|
|
212
|
+
many: trillion
|
|
213
|
+
one: trillion
|
|
214
|
+
other: trillion
|
|
215
|
+
unit: ''
|
|
216
|
+
format:
|
|
217
|
+
delimiter: ''
|
|
218
|
+
precision: 1
|
|
219
|
+
significant: false
|
|
220
|
+
strip_insignificant_zeros: false
|
|
221
|
+
storage_units:
|
|
222
|
+
format: ! '%n %u'
|
|
223
|
+
units:
|
|
224
|
+
byte:
|
|
225
|
+
few: bayt
|
|
226
|
+
many: bayt
|
|
227
|
+
one: bayt
|
|
228
|
+
other: bayt
|
|
229
|
+
gb: GB
|
|
230
|
+
kb: KB
|
|
231
|
+
mb: MB
|
|
232
|
+
tb: TB
|
|
233
|
+
percentage:
|
|
234
|
+
format:
|
|
235
|
+
delimiter: ''
|
|
236
|
+
precision:
|
|
237
|
+
format:
|
|
238
|
+
delimiter: ''
|
|
239
|
+
support:
|
|
240
|
+
array:
|
|
241
|
+
last_word_connector: ! ' va '
|
|
242
|
+
two_words_connector: ! ' va '
|
|
243
|
+
words_connector: ! ', '
|
|
244
|
+
time:
|
|
245
|
+
am: ertalab
|
|
246
|
+
formats:
|
|
247
|
+
default: ! '%a, %d %b %Y, %H:%M:%S %z'
|
|
248
|
+
long: ! '%d %B %Y, %H:%M'
|
|
249
|
+
short: ! '%d %b, %H:%M'
|
|
250
|
+
pm: kechasi
|
|
251
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
252
|
+
activemodel:
|
|
253
|
+
errors:
|
|
254
|
+
<<: *errors
|
|
255
|
+
activerecord:
|
|
256
|
+
errors:
|
|
257
|
+
<<: *errors
|
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
|
+
version: 0.6.6
|
|
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-
|
|
12
|
+
date: 2012-09-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: i18n
|
|
@@ -80,17 +80,17 @@ dependencies:
|
|
|
80
80
|
requirement: !ruby/object:Gem::Requirement
|
|
81
81
|
none: false
|
|
82
82
|
requirements:
|
|
83
|
-
- -
|
|
83
|
+
- - '='
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: 1.
|
|
85
|
+
version: 1.0.0rc2
|
|
86
86
|
type: :development
|
|
87
87
|
prerelease: false
|
|
88
88
|
version_requirements: !ruby/object:Gem::Requirement
|
|
89
89
|
none: false
|
|
90
90
|
requirements:
|
|
91
|
-
- -
|
|
91
|
+
- - '='
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
|
-
version: 1.
|
|
93
|
+
version: 1.0.0rc2
|
|
94
94
|
description: A set of common locale data and translations to internationalize and/or
|
|
95
95
|
localize your Rails applications.
|
|
96
96
|
email: rails-i18n@googlegroups.com
|
|
@@ -115,6 +115,7 @@ files:
|
|
|
115
115
|
- rails/locale/sr.yml
|
|
116
116
|
- rails/locale/en-AU.yml
|
|
117
117
|
- rails/locale/pl.yml
|
|
118
|
+
- rails/locale/it-CH.yml
|
|
118
119
|
- rails/locale/th.yml
|
|
119
120
|
- rails/locale/en.yml
|
|
120
121
|
- rails/locale/pt-BR.yml
|
|
@@ -126,6 +127,7 @@ files:
|
|
|
126
127
|
- rails/locale/uk.yml
|
|
127
128
|
- rails/locale/fr-CA.yml
|
|
128
129
|
- rails/locale/en-US.yml
|
|
130
|
+
- rails/locale/ne.yml
|
|
129
131
|
- rails/locale/sw.yml
|
|
130
132
|
- rails/locale/id.yml
|
|
131
133
|
- rails/locale/ro.yml
|
|
@@ -185,6 +187,7 @@ files:
|
|
|
185
187
|
- rails/locale/dsb.yml
|
|
186
188
|
- rails/locale/cy.yml
|
|
187
189
|
- rails/locale/hi.yml
|
|
190
|
+
- rails/locale/uz.yml
|
|
188
191
|
- rails/locale/es-MX.yml
|
|
189
192
|
- rails/locale/az.yml
|
|
190
193
|
- rails/locale/ko.yml
|
|
@@ -274,6 +277,7 @@ files:
|
|
|
274
277
|
- rails/pluralization/bo.rb
|
|
275
278
|
- rails/pluralization/sms.rb
|
|
276
279
|
- rails/transliteration/ru.rb
|
|
280
|
+
- rails/transliteration/pl.yml
|
|
277
281
|
- rails/transliteration/vi.yml
|
|
278
282
|
- rails/transliteration/bg.yml
|
|
279
283
|
- rails/transliteration/uk.rb
|