rails-i18n 0.6.5 → 4.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +217 -0
- data/README.md +48 -19
- data/lib/rails_i18n/common_pluralizations/east_slavic.rb +10 -3
- data/lib/rails_i18n/common_pluralizations/{only_one.rb → one_other.rb} +6 -5
- data/lib/rails_i18n/common_pluralizations/one_two_other.rb +7 -9
- data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
- data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
- data/rails/locale/af.yml +199 -0
- data/rails/locale/ar.yml +163 -87
- data/rails/locale/az.yml +36 -42
- data/rails/locale/be.yml +205 -0
- data/rails/locale/bg.yml +28 -34
- data/rails/locale/{bn-IN.yml → bn.yml} +36 -42
- data/rails/locale/bs.yml +46 -44
- data/rails/locale/ca.yml +43 -49
- data/rails/locale/cs.yml +75 -62
- data/rails/locale/cy.yml +88 -44
- data/rails/locale/da.yml +32 -32
- data/rails/locale/de-AT.yml +48 -41
- data/rails/locale/de-CH.yml +58 -47
- data/rails/locale/de-DE.yml +210 -0
- data/rails/locale/de.yml +51 -44
- data/rails/locale/el.yml +41 -41
- data/rails/locale/en-AU.yml +28 -34
- data/rails/locale/en-CA.yml +28 -43
- data/rails/locale/en-GB.yml +28 -34
- data/rails/locale/en-IE.yml +199 -0
- data/rails/locale/en-IN.yml +28 -34
- data/rails/locale/en-NZ.yml +199 -0
- data/rails/locale/en-US.yml +35 -35
- data/rails/locale/en-ZA.yml +205 -0
- data/rails/locale/en.yml +34 -34
- data/rails/locale/eo.yml +28 -34
- data/rails/locale/es-419.yml +199 -0
- data/rails/locale/es-AR.yml +38 -39
- data/rails/locale/es-CL.yml +32 -33
- data/rails/locale/es-CO.yml +38 -39
- data/rails/locale/es-CR.yml +204 -0
- data/rails/locale/es-EC.yml +205 -0
- data/rails/locale/es-ES.yml +204 -0
- data/rails/locale/es-MX.yml +39 -39
- data/rails/locale/es-PA.yml +205 -0
- data/rails/locale/es-PE.yml +60 -37
- data/rails/locale/es-US.yml +204 -0
- data/rails/locale/es-VE.yml +40 -41
- data/rails/locale/es.yml +41 -36
- data/rails/locale/et.yml +33 -39
- data/rails/locale/eu.yml +41 -47
- data/rails/locale/fa.yml +41 -47
- data/rails/locale/fi.yml +43 -49
- data/rails/locale/fr-CA.yml +29 -35
- data/rails/locale/fr-CH.yml +35 -35
- data/rails/locale/fr-FR.yml +207 -0
- data/rails/locale/fr.yml +172 -187
- data/rails/locale/{gl-ES.yml → gl.yml} +33 -39
- data/rails/locale/he.yml +35 -41
- data/rails/locale/hi-IN.yml +35 -41
- data/rails/locale/hi.yml +37 -43
- data/rails/locale/hr.yml +61 -61
- data/rails/locale/hu.yml +51 -57
- data/rails/locale/id.yml +50 -44
- data/rails/locale/is.yml +31 -31
- data/rails/locale/it-CH.yml +199 -0
- data/rails/locale/it.yml +82 -82
- data/rails/locale/ja.yml +53 -55
- data/rails/locale/km.yml +164 -0
- data/rails/locale/kn.yml +38 -44
- data/rails/locale/ko.yml +29 -35
- data/rails/locale/lb.yml +206 -0
- data/rails/locale/lo.yml +85 -43
- data/rails/locale/lt.yml +85 -49
- data/rails/locale/lv.yml +63 -48
- data/rails/locale/mk.yml +80 -51
- data/rails/locale/mn.yml +56 -62
- data/rails/locale/mr-IN.yml +206 -0
- data/rails/locale/ms.yml +199 -0
- data/rails/locale/nb.yml +32 -33
- data/rails/locale/ne.yml +199 -0
- data/rails/locale/nl.yml +65 -59
- data/rails/locale/nn.yml +70 -28
- data/rails/locale/or.yml +193 -0
- data/rails/locale/pa.yml +205 -0
- data/rails/locale/pl.yml +69 -53
- data/rails/locale/pt-BR.yml +44 -44
- data/rails/locale/{pt-PT.yml → pt.yml} +35 -41
- data/rails/locale/rm.yml +74 -32
- data/rails/locale/ro.yml +41 -34
- data/rails/locale/ru.yml +51 -51
- data/rails/locale/sk.yml +35 -40
- data/rails/locale/sl.yml +33 -37
- data/rails/locale/sq.yml +205 -0
- data/rails/locale/sr.yml +128 -61
- data/rails/locale/{sv-SE.yml → sv.yml} +34 -34
- data/rails/locale/sw.yml +24 -30
- data/rails/locale/ta.yml +205 -0
- data/rails/locale/th.yml +25 -31
- data/rails/locale/tl.yml +105 -135
- data/rails/locale/tr.yml +62 -56
- data/rails/locale/tt.yml +215 -0
- data/rails/locale/ug.yml +204 -0
- data/rails/locale/uk.yml +54 -60
- data/rails/locale/ur.yml +206 -0
- data/rails/locale/uz.yml +251 -0
- data/rails/locale/vi.yml +33 -35
- data/rails/locale/wo.yml +30 -36
- data/rails/locale/zh-CN.yml +47 -41
- data/rails/locale/zh-HK.yml +205 -0
- data/rails/locale/zh-TW.yml +50 -44
- data/rails/locale/zh-YUE.yml +205 -0
- data/rails/pluralization/ar.rb +1 -0
- data/rails/pluralization/bg.rb +3 -0
- data/rails/pluralization/bn.rb +3 -0
- data/rails/pluralization/br.rb +1 -0
- data/rails/pluralization/ca.rb +3 -0
- data/rails/pluralization/da.rb +3 -0
- data/rails/pluralization/de-AT.rb +3 -0
- data/rails/pluralization/de-CH.rb +3 -0
- data/rails/pluralization/de-DE.rb +3 -0
- data/rails/pluralization/de.rb +3 -0
- data/rails/pluralization/el.rb +3 -0
- data/rails/pluralization/en-AU.rb +3 -0
- data/rails/pluralization/en-CA.rb +3 -0
- data/rails/pluralization/en-GB.rb +3 -0
- data/rails/pluralization/en-IN.rb +3 -0
- data/rails/pluralization/en-NZ.rb +3 -0
- data/rails/pluralization/en.rb +3 -0
- data/rails/pluralization/eo.rb +3 -0
- data/rails/pluralization/es-419.rb +3 -0
- data/rails/pluralization/es-AR.rb +3 -0
- data/rails/pluralization/es-CL.rb +3 -0
- data/rails/pluralization/es-CO.rb +3 -0
- data/rails/pluralization/es-EC.rb +3 -0
- data/rails/pluralization/es-ES.rb +3 -0
- data/rails/pluralization/es-MX.rb +3 -0
- data/rails/pluralization/es-PE.rb +3 -0
- data/rails/pluralization/es-VE.rb +3 -0
- data/rails/pluralization/es.rb +3 -0
- data/rails/pluralization/et.rb +3 -0
- data/rails/pluralization/eu.rb +3 -0
- data/rails/pluralization/fi.rb +3 -0
- data/rails/pluralization/fr-CA.rb +3 -0
- data/rails/pluralization/fr-CH.rb +3 -0
- data/rails/pluralization/fr-FR.rb +3 -0
- data/rails/pluralization/gl.rb +3 -0
- data/rails/pluralization/gv.rb +1 -0
- data/rails/pluralization/hi-IN.rb +3 -0
- data/rails/pluralization/hsb.rb +28 -0
- data/rails/pluralization/hu.rb +2 -2
- data/rails/pluralization/is.rb +3 -0
- data/rails/pluralization/it-CH.rb +3 -0
- data/rails/pluralization/it.rb +3 -0
- data/rails/pluralization/lag.rb +1 -0
- data/rails/pluralization/lt.rb +1 -0
- data/rails/pluralization/lv.rb +1 -0
- data/rails/pluralization/mk.rb +1 -0
- data/rails/pluralization/mn.rb +3 -0
- data/rails/pluralization/mr-IN.rb +3 -0
- data/rails/pluralization/mt.rb +1 -0
- data/rails/pluralization/nb.rb +3 -0
- data/rails/pluralization/ne.rb +3 -0
- data/rails/pluralization/nl.rb +3 -0
- data/rails/pluralization/nn.rb +3 -0
- data/rails/pluralization/or.rb +3 -0
- data/rails/pluralization/pa.rb +3 -0
- data/rails/pluralization/pl.rb +1 -0
- data/rails/pluralization/sl.rb +1 -0
- data/rails/pluralization/sv.rb +3 -0
- data/rails/pluralization/sw.rb +3 -0
- data/rails/pluralization/ur.rb +3 -0
- data/rails/pluralization/zh-CN.rb +3 -0
- data/rails/pluralization/zh-HK.rb +3 -0
- data/rails/pluralization/zh-TW.rb +3 -0
- data/rails/pluralization/zh-YUE.rb +3 -0
- data/rails/transliteration/de.yml +12 -0
- data/rails/transliteration/el.yml +104 -0
- data/rails/transliteration/fr.yml +36 -0
- data/rails/transliteration/pl.yml +22 -0
- data/rails/transliteration/ro.yml +14 -0
- data/rails/transliteration/ru.rb +2 -0
- data/rails/transliteration/uk.rb +3 -1
- metadata +278 -194
- data/rails/locale/csb.yml +0 -210
- data/rails/locale/dsb.yml +0 -215
- data/rails/locale/fur.yml +0 -199
- data/rails/locale/gsw-CH.yml +0 -199
- data/rails/locale/hsb.yml +0 -214
- data/rails/locale/sr-Latn.yml +0 -170
data/rails/locale/af.yml
ADDED
@@ -0,0 +1,199 @@
|
|
1
|
+
---
|
2
|
+
af:
|
3
|
+
date:
|
4
|
+
abbr_day_names:
|
5
|
+
- Son
|
6
|
+
- Maan
|
7
|
+
- Dins
|
8
|
+
- Woe
|
9
|
+
- Don
|
10
|
+
- Vry
|
11
|
+
- Sat
|
12
|
+
abbr_month_names:
|
13
|
+
-
|
14
|
+
- Jan
|
15
|
+
- Feb
|
16
|
+
- Mar
|
17
|
+
- Apr
|
18
|
+
- Mei
|
19
|
+
- Jun
|
20
|
+
- Jul
|
21
|
+
- Aug
|
22
|
+
- Sep
|
23
|
+
- Okt
|
24
|
+
- Nov
|
25
|
+
- Des
|
26
|
+
day_names:
|
27
|
+
- Sondag
|
28
|
+
- Maandag
|
29
|
+
- Dinsdag
|
30
|
+
- Woensdag
|
31
|
+
- Donderdag
|
32
|
+
- Vrydag
|
33
|
+
- Saterdag
|
34
|
+
formats:
|
35
|
+
default: "%Y-%m-%d"
|
36
|
+
long: "%B %d, %Y"
|
37
|
+
short: "%b %d"
|
38
|
+
month_names:
|
39
|
+
-
|
40
|
+
- Januarie
|
41
|
+
- Februarie
|
42
|
+
- Maart
|
43
|
+
- April
|
44
|
+
- Mai
|
45
|
+
- Junie
|
46
|
+
- Julie
|
47
|
+
- Augustus
|
48
|
+
- September
|
49
|
+
- Oktober
|
50
|
+
- November
|
51
|
+
- Desember
|
52
|
+
order:
|
53
|
+
- :year
|
54
|
+
- :month
|
55
|
+
- :day
|
56
|
+
datetime:
|
57
|
+
distance_in_words:
|
58
|
+
about_x_hours:
|
59
|
+
one: ongeveer 1 uur
|
60
|
+
other: ongeveer %{count} ure
|
61
|
+
about_x_months:
|
62
|
+
one: ongeveer 1 maand
|
63
|
+
other: ongeveer %{count} maande
|
64
|
+
about_x_years:
|
65
|
+
one: ongeveer 1 jaar
|
66
|
+
other: ongeveer %{count} jaar
|
67
|
+
almost_x_years:
|
68
|
+
one: sowat 1 jaar
|
69
|
+
other: sowat %{count} jaar
|
70
|
+
half_a_minute: halfminuut
|
71
|
+
less_than_x_minutes:
|
72
|
+
one: minder as n minuut
|
73
|
+
other: minder as %{count} minute
|
74
|
+
less_than_x_seconds:
|
75
|
+
one: minder as 1 second
|
76
|
+
other: minder as %{count} sekondes
|
77
|
+
over_x_years:
|
78
|
+
one: meer as 1 jaar
|
79
|
+
other: meer as %{count} jaar
|
80
|
+
x_days:
|
81
|
+
one: 1 dag
|
82
|
+
other: "%{count} days"
|
83
|
+
x_minutes:
|
84
|
+
one: 1 minuut
|
85
|
+
other: "%{count} minute"
|
86
|
+
x_months:
|
87
|
+
one: 1 maand
|
88
|
+
other: "%{count} maande"
|
89
|
+
x_seconds:
|
90
|
+
one: 1 sekonde
|
91
|
+
other: "%{count} sekondes"
|
92
|
+
prompts:
|
93
|
+
day: Dag
|
94
|
+
hour: Uur
|
95
|
+
minute: Minuut
|
96
|
+
month: Maand
|
97
|
+
second: Sekondes
|
98
|
+
year: Jaar
|
99
|
+
errors:
|
100
|
+
format: "%{attribute} %{message}"
|
101
|
+
messages:
|
102
|
+
accepted: moet aanvaar word
|
103
|
+
blank: mag nie leeg wees nie
|
104
|
+
confirmation: pas nie by bevestiging nie
|
105
|
+
empty: mag nie leeg wees nie
|
106
|
+
equal_to: moet gelyk wees aan %{count}
|
107
|
+
even: moet gelykstaande wees
|
108
|
+
exclusion: is bespreek
|
109
|
+
greater_than: moet meer wees as %{count}
|
110
|
+
greater_than_or_equal_to: moet meer of gelykstaande wees aan %{count}
|
111
|
+
inclusion: is nie by die lys ingesluit nie
|
112
|
+
invalid: is ongeldig
|
113
|
+
less_than: moet minder wees as %{count}
|
114
|
+
less_than_or_equal_to: moet minder of gelykstaande wees aan %{count}
|
115
|
+
not_a_number: is nie n getal nie
|
116
|
+
not_an_integer: moet n integer wees
|
117
|
+
odd: moet onewe wees
|
118
|
+
record_invalid: 'Validation failed: %{errors}'
|
119
|
+
taken: is reeds geneem
|
120
|
+
too_long:
|
121
|
+
one: is te lank (maksimum is 1 karakter)
|
122
|
+
other: is te lank (maksimum is %{count} karakters)
|
123
|
+
too_short:
|
124
|
+
one: is te kort (minimum is 1 karakter)
|
125
|
+
other: is te kort (minimum is %{count} karakters)
|
126
|
+
wrong_length:
|
127
|
+
one: is die verkeerde lengte (moet 1 karakter wees)
|
128
|
+
other: is die verkeerde lengte (moet %{count} karakters wees)
|
129
|
+
template:
|
130
|
+
body: 'There were problems with the following fields:'
|
131
|
+
header:
|
132
|
+
one: 1 fout het verhoed dat hierdie %{model} gestoor kon word
|
133
|
+
other: "%{count} foute het verhoed dat hierdie %{model} gestoor kon word"
|
134
|
+
helpers:
|
135
|
+
select:
|
136
|
+
prompt: Kies asseblief
|
137
|
+
submit:
|
138
|
+
create: Skep %{model}
|
139
|
+
submit: Stoor %{model}
|
140
|
+
update: Dateer %{model} op
|
141
|
+
number:
|
142
|
+
currency:
|
143
|
+
format:
|
144
|
+
delimiter: ","
|
145
|
+
format: "%u%n"
|
146
|
+
precision: 2
|
147
|
+
separator: "."
|
148
|
+
significant: vals
|
149
|
+
strip_insignificant_zeros: vals
|
150
|
+
unit: R
|
151
|
+
format:
|
152
|
+
delimiter: ","
|
153
|
+
precision: 3
|
154
|
+
separator: "."
|
155
|
+
significant: vals
|
156
|
+
strip_insignificant_zeros: vals
|
157
|
+
human:
|
158
|
+
decimal_units:
|
159
|
+
format: "%n %u"
|
160
|
+
units:
|
161
|
+
billion: miljard
|
162
|
+
million: miljoen
|
163
|
+
quadrillion: kwadriljon
|
164
|
+
thousand: duisend
|
165
|
+
trillion: biljoen
|
166
|
+
unit: ''
|
167
|
+
format:
|
168
|
+
delimiter: ''
|
169
|
+
precision: 3
|
170
|
+
significant: waar
|
171
|
+
strip_insignificant_zeros: waar
|
172
|
+
storage_units:
|
173
|
+
format: "%n %u"
|
174
|
+
units:
|
175
|
+
byte:
|
176
|
+
one: Byte
|
177
|
+
other: Bytes
|
178
|
+
gb: GB
|
179
|
+
kb: KB
|
180
|
+
mb: MB
|
181
|
+
tb: TB
|
182
|
+
percentage:
|
183
|
+
format:
|
184
|
+
delimiter: ''
|
185
|
+
precision:
|
186
|
+
format:
|
187
|
+
delimiter: ''
|
188
|
+
support:
|
189
|
+
array:
|
190
|
+
last_word_connector: ", en "
|
191
|
+
two_words_connector: " en "
|
192
|
+
words_connector: ", "
|
193
|
+
time:
|
194
|
+
am: vm
|
195
|
+
formats:
|
196
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
197
|
+
long: "%B %d, %Y %H:%M"
|
198
|
+
short: "%d %b %H:%M"
|
199
|
+
pm: nm
|
data/rails/locale/ar.yml
CHANGED
@@ -1,53 +1,54 @@
|
|
1
|
+
---
|
1
2
|
ar:
|
2
3
|
date:
|
3
4
|
abbr_day_names:
|
4
5
|
- الأحد
|
5
6
|
- الإثنين
|
6
|
-
-
|
7
|
+
- الثّلاثاء
|
7
8
|
- الأربعاء
|
8
9
|
- الخميس
|
9
10
|
- الجمعة
|
10
|
-
-
|
11
|
+
- السّبت
|
11
12
|
abbr_month_names:
|
12
13
|
-
|
13
|
-
-
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
19
|
-
-
|
20
|
-
-
|
21
|
-
-
|
22
|
-
-
|
23
|
-
-
|
24
|
-
-
|
14
|
+
- يناير/كانون الثّاني
|
15
|
+
- فبراير/شباط
|
16
|
+
- مارس/آذَار
|
17
|
+
- إبريل/نَيْسان
|
18
|
+
- مايو/أيار
|
19
|
+
- يونيو/حَزيران
|
20
|
+
- يوليو/تمُّوز
|
21
|
+
- أغسطس/آب
|
22
|
+
- سبتمبر/أيلول
|
23
|
+
- أكتوبر/تشرين الأوّل
|
24
|
+
- نوفمبر/تشرين الثّاني
|
25
|
+
- ديسمبر/كانون الأَوّل
|
25
26
|
day_names:
|
26
27
|
- الأحد
|
27
28
|
- الإثنين
|
28
|
-
-
|
29
|
+
- الثّلاثاء
|
29
30
|
- الأربعاء
|
30
31
|
- الخميس
|
31
32
|
- الجمعة
|
32
|
-
-
|
33
|
+
- السّبت
|
33
34
|
formats:
|
34
|
-
default:
|
35
|
-
long:
|
36
|
-
short:
|
35
|
+
default: "%Y-%m-%d"
|
36
|
+
long: "%B %e، %Y"
|
37
|
+
short: "%e %b"
|
37
38
|
month_names:
|
38
39
|
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
40
|
+
- يناير/كانون الثّاني
|
41
|
+
- فبراير/شباط
|
42
|
+
- مارس/آذَار
|
43
|
+
- إبريل/نَيْسان
|
44
|
+
- مايو/أيار
|
45
|
+
- يونيو/حَزيران
|
46
|
+
- يوليو/تمُّوز
|
47
|
+
- أغسطس/آب
|
48
|
+
- سبتمبر/أيلول
|
49
|
+
- أكتوبر/تشرين الأوّل
|
50
|
+
- نوفمبر/تشرين الثّاني
|
51
|
+
- ديسمبر/كانون الأَوّل
|
51
52
|
order:
|
52
53
|
- :day
|
53
54
|
- :month
|
@@ -55,39 +56,83 @@ ar:
|
|
55
56
|
datetime:
|
56
57
|
distance_in_words:
|
57
58
|
about_x_hours:
|
59
|
+
zero: حوالي صفر ساعات
|
58
60
|
one: حوالي ساعة واحدة
|
59
|
-
|
61
|
+
two: حوالي ساعتان
|
62
|
+
few: حوالي %{count} ساعات
|
63
|
+
many: حوالي %{count} ساعة
|
64
|
+
other: حوالي %{count} ساعة
|
60
65
|
about_x_months:
|
66
|
+
zero: حوالي صفر أشهر
|
61
67
|
one: حوالي شهر واحد
|
62
|
-
|
68
|
+
two: حوالي شهران
|
69
|
+
few: حوالي %{count} أشهر
|
70
|
+
many: حوالي %{count} شهر
|
71
|
+
other: حوالي %{count} شهر
|
63
72
|
about_x_years:
|
73
|
+
zero: حوالي صفر سنوات
|
64
74
|
one: حوالي سنة
|
65
|
-
|
75
|
+
two: حوالي سنتان
|
76
|
+
few: حوالي %{count} سنوات
|
77
|
+
many: حوالي %{count} سنة
|
78
|
+
other: حوالي %{count} سنة
|
66
79
|
almost_x_years:
|
80
|
+
zero: ما يقرب من صفر سنوات
|
67
81
|
one: تقريبا سنة واحدة
|
82
|
+
two: ما يقرب من سنتين
|
83
|
+
few: ما يقرب من %{count} سنوات
|
84
|
+
many: ما يقرب من %{count} سنة
|
68
85
|
other: ما يقرب من %{count} سنة
|
69
86
|
half_a_minute: نصف دقيقة
|
70
87
|
less_than_x_minutes:
|
88
|
+
zero: أقل من صفر دقائق
|
71
89
|
one: أقل من دقيقة
|
72
|
-
|
90
|
+
two: أقل من دقيقتان
|
91
|
+
few: أقل من %{count} دقائق
|
92
|
+
many: أقل من %{count} دقيقة
|
93
|
+
other: أقل من %{count} دقيقة
|
73
94
|
less_than_x_seconds:
|
95
|
+
zero: أقل من صفر ثواني
|
74
96
|
one: أقل من ثانية
|
75
|
-
|
97
|
+
two: أقل من ثانيتان
|
98
|
+
few: أقل من %{count} ثوان
|
99
|
+
many: أقل من %{count} ثانية
|
100
|
+
other: أقل من %{count} ثانية
|
76
101
|
over_x_years:
|
102
|
+
zero: أكثر من صفر سنوات
|
77
103
|
one: أكثر من سنة
|
78
|
-
|
104
|
+
two: أكثر من سنتين
|
105
|
+
few: أكثر من %{count} سنوات
|
106
|
+
many: أكثر من %{count} سنة
|
107
|
+
other: أكثر من %{count} سنة
|
79
108
|
x_days:
|
109
|
+
zero: صفر أيام
|
80
110
|
one: يوم واحد
|
81
|
-
|
111
|
+
two: يومان
|
112
|
+
few: "%{count} أيام"
|
113
|
+
many: "%{count} يوم"
|
114
|
+
other: "%{count} يوم"
|
82
115
|
x_minutes:
|
116
|
+
zero: صفر دقائق
|
83
117
|
one: دقيقة واحدة
|
84
|
-
|
118
|
+
two: دقيقتان
|
119
|
+
few: "%{count} دقائق"
|
120
|
+
many: "%{count} دقيقة"
|
121
|
+
other: "%{count} دقيقة"
|
85
122
|
x_months:
|
123
|
+
zero: صفر أشهر
|
86
124
|
one: شهر واحد
|
87
|
-
|
125
|
+
two: شهران
|
126
|
+
few: "%{count} أشهر"
|
127
|
+
many: "%{count} شهر"
|
128
|
+
other: "%{count} شهر"
|
88
129
|
x_seconds:
|
130
|
+
zero: صفر ثواني
|
89
131
|
one: ثانية واحدة
|
90
|
-
|
132
|
+
two: ثانيتان
|
133
|
+
few: "%{count} ثوان"
|
134
|
+
many: "%{count} ثانية"
|
135
|
+
other: "%{count} ثانية"
|
91
136
|
prompts:
|
92
137
|
day: اليوم
|
93
138
|
hour: ساعة
|
@@ -95,66 +140,99 @@ ar:
|
|
95
140
|
month: الشهر
|
96
141
|
second: ثانية
|
97
142
|
year: السنة
|
98
|
-
errors:
|
99
|
-
format:
|
143
|
+
errors:
|
144
|
+
format: "%{attribute} %{message}"
|
100
145
|
messages:
|
101
146
|
accepted: يجب أن تقبل
|
102
147
|
blank: فارغ، يرجى ملء الحقل
|
103
|
-
|
148
|
+
present: يجب ترك الحقل فارغاً
|
149
|
+
confirmation: لا يتوافق مع %{attribute}
|
104
150
|
empty: فارغ، يرجى ملء الحقل
|
105
151
|
equal_to: يجب أن يساوي %{count}
|
106
|
-
even: يجب أن يكون
|
152
|
+
even: يجب أن يكون عددًا زوجيًّا
|
107
153
|
exclusion: محجوز
|
108
154
|
greater_than: يجب أن يكون أكبر من %{count}
|
109
155
|
greater_than_or_equal_to: يجب أن يكون أكبر من أو يساوي %{count}
|
110
|
-
inclusion:
|
111
|
-
invalid: غير
|
156
|
+
inclusion: غير مُدرج في القائمة
|
157
|
+
invalid: غير مقبول
|
112
158
|
less_than: يجب أن يكون أصغر من %{count}
|
113
159
|
less_than_or_equal_to: يجب أن يكون أصغر من أو يساوي %{count}
|
114
|
-
not_a_number: ليس
|
115
|
-
not_an_integer: يجب أن يكون
|
116
|
-
odd: يجب أن يكون
|
117
|
-
record_invalid:
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
160
|
+
not_a_number: ليس رقمًا
|
161
|
+
not_an_integer: يجب أن يكون عدداً صحيحاً
|
162
|
+
odd: يجب أن يكون عددًا فرديًّا
|
163
|
+
record_invalid: 'فشل التحقّق من: %{errors}'
|
164
|
+
restrict_dependent_destroy:
|
165
|
+
one: لا يمكن حذف السجل لوجود سجل يعتمد عليه %{record}
|
166
|
+
many: لا يمكن حذف السجل لوجود سجلات تعتمد عليه %{record}
|
167
|
+
taken: محجوز مُسبقًا
|
168
|
+
too_long:
|
169
|
+
zero: أطول من اللّازم (الحد الأقصى هو ولا حرف)
|
170
|
+
one: أطول من اللّازم (الحد الأقصى هو حرف واحد)
|
171
|
+
two: أطول من اللّازم (الحد الأقصى هو حرفان)
|
172
|
+
few: أطول من اللّازم (الحد الأقصى هو %{count} حروف)
|
173
|
+
many: أطول من اللّازم (الحد الأقصى هو %{count} حرف)
|
174
|
+
other: أطول من اللّازم (الحد الأقصى هو %{count} حرف)
|
175
|
+
too_short:
|
176
|
+
zero: أقصر من اللّازم (الحد الأدنى هو ولا حرف)
|
177
|
+
one: أقصر من اللّازم (الحد الأدنى هو حرف واحد)
|
178
|
+
two: أقصر من اللّازم (الحد الأدنى هو حرفان)
|
179
|
+
few: أقصر من اللّازم (الحد الأدنى هو %{count} حروف)
|
180
|
+
many: أقصر من اللّازم (الحد الأدنى هو %{count} حرف)
|
181
|
+
other: أقصر من اللّازم (الحد الأدنى هو %{count} حرف)
|
182
|
+
wrong_length:
|
183
|
+
zero: الطول غير مطابق للحد المطلوب (يجب أن يكون ولا حرف)
|
184
|
+
one: الطول غير مطابق للحد المطلوب (يجب أن يكون حرف واحد)
|
185
|
+
two: الطول غير مطابق للحد المطلوب (يجب أن يكون حرفان)
|
186
|
+
few: الطول غير مطابق للحد المطلوب (يجب أن يكون %{count} أحرف)
|
187
|
+
many: الطول غير مطابق للحد المطلوب (يجب أن يكون %{count} حرف)
|
188
|
+
other: الطول غير مطابق للحد المطلوب (يجب أن يكون %{count} حرف)
|
189
|
+
other_than:
|
190
|
+
zero: الطول يجب ألاّ يكون صفر أحرف
|
191
|
+
one: الطول يجب ألاّ يكون حرفاً وحداً
|
192
|
+
two: الطول يجب ألاّ يكون حرفان
|
193
|
+
few: الطول يجب ألاّ يكون %{count} أحرف
|
194
|
+
many: الطول يجب ألاّ يكون %{count} حرفاً
|
195
|
+
other: الطول يجب ألاّ يكون %{count} حرفاً
|
122
196
|
template:
|
123
|
-
body:
|
197
|
+
body: 'يُرجى التحقّق من الحقول التّالية:'
|
124
198
|
header:
|
125
|
-
|
126
|
-
|
199
|
+
zero: 'ليس بالامكان حفظ %{model}: لايوجد أخطاء.'
|
200
|
+
one: 'ليس بالامكان حفظ %{model}: خطأ واحد.'
|
201
|
+
two: 'ليس بالامكان حفظ %{model}: خطئان.'
|
202
|
+
few: 'ليس بالامكان حفظ %{model}: %{count} أخطاء.'
|
203
|
+
many: 'ليس بالامكان حفظ %{model}: %{count} أخطاء.'
|
204
|
+
other: 'ليس بالامكان حفظ %{model}: %{count} خطأ.'
|
127
205
|
helpers:
|
128
206
|
select:
|
129
|
-
prompt:
|
207
|
+
prompt: يُرجى الاختيار
|
130
208
|
submit:
|
131
|
-
create:
|
132
|
-
submit:
|
133
|
-
update:
|
209
|
+
create: "%{model} إنشاء"
|
210
|
+
submit: "%{model} حِفظ"
|
211
|
+
update: "%{model} تحديث"
|
134
212
|
number:
|
135
213
|
currency:
|
136
214
|
format:
|
137
|
-
delimiter:
|
138
|
-
format:
|
215
|
+
delimiter: "،"
|
216
|
+
format: "%u%n"
|
139
217
|
precision: 2
|
140
|
-
separator: .
|
218
|
+
separator: "."
|
141
219
|
significant: false
|
142
220
|
strip_insignificant_zeros: false
|
143
|
-
unit: $
|
221
|
+
unit: "$"
|
144
222
|
format:
|
145
|
-
delimiter:
|
223
|
+
delimiter: "،"
|
146
224
|
precision: 3
|
147
|
-
separator: .
|
225
|
+
separator: "."
|
148
226
|
significant: false
|
149
227
|
strip_insignificant_zeros: false
|
150
228
|
human:
|
151
229
|
decimal_units:
|
152
|
-
format:
|
230
|
+
format: "%n %u"
|
153
231
|
units:
|
154
232
|
billion: مليار
|
155
233
|
million: مليون
|
156
|
-
quadrillion:
|
157
|
-
thousand:
|
234
|
+
quadrillion: كدريليون
|
235
|
+
thousand: ألفّ
|
158
236
|
trillion: تريليون
|
159
237
|
unit: ''
|
160
238
|
format:
|
@@ -163,10 +241,14 @@ ar:
|
|
163
241
|
significant: true
|
164
242
|
strip_insignificant_zeros: true
|
165
243
|
storage_units:
|
166
|
-
format:
|
244
|
+
format: "%n %u"
|
167
245
|
units:
|
168
246
|
byte:
|
247
|
+
zero: Bytes
|
169
248
|
one: Byte
|
249
|
+
two: Bytes
|
250
|
+
few: Bytes
|
251
|
+
many: Bytes
|
170
252
|
other: Bytes
|
171
253
|
gb: GB
|
172
254
|
kb: KB
|
@@ -175,25 +257,19 @@ ar:
|
|
175
257
|
percentage:
|
176
258
|
format:
|
177
259
|
delimiter: ''
|
260
|
+
format: "%n%"
|
178
261
|
precision:
|
179
262
|
format:
|
180
263
|
delimiter: ''
|
181
264
|
support:
|
182
265
|
array:
|
183
|
-
last_word_connector:
|
184
|
-
two_words_connector:
|
185
|
-
words_connector:
|
266
|
+
last_word_connector: " و "
|
267
|
+
two_words_connector: " و "
|
268
|
+
words_connector: " و "
|
186
269
|
time:
|
187
|
-
am:
|
270
|
+
am: صباحًا
|
188
271
|
formats:
|
189
|
-
default:
|
190
|
-
long:
|
191
|
-
short:
|
192
|
-
pm:
|
193
|
-
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
194
|
-
activemodel:
|
195
|
-
errors:
|
196
|
-
<<: *errors
|
197
|
-
activerecord:
|
198
|
-
errors:
|
199
|
-
<<: *errors
|
272
|
+
default: "%a %b %d %H:%M:%S %Z %Y"
|
273
|
+
long: "%B %d, %Y %H:%M"
|
274
|
+
short: "%d %b %H:%M"
|
275
|
+
pm: مساءً
|