]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/ar.yml
Don't escape anything in text/plain message notifications
[rails.git] / vendor / rails-locales / ar.yml
1 # Arabic translations for Ruby on Rails
2 # by Rida Al Barazi (me@rida.me)
3 # updated by Ahmed Hazem (nardgo@gmail.com)
4 # Rails 3 edit by rbjarnason
5
6 "ar":
7   date:
8     formats:
9       default: "%Y-%m-%d"
10       short: "%e %b"
11       long: "%B %e, %Y"
12
13     day_names:
14       - الأحد
15       - الإثنين
16       - الثلاثاء
17       - الأربعاء
18       - الخميس
19       - الجمعة
20       - السبت
21     abbr_day_names:
22       - الأحد
23       - الإثنين
24       - الثلاثاء
25       - الأربعاء
26       - الخميس
27       - الجمعة
28       - السبت
29
30     month_names:
31       - ~
32       - يناير
33       - فبراير
34       - مارس
35       - ابريل
36       - مايو
37       - يونيو
38       - يوليو
39       - اغسطس
40       - سبتمبر
41       - اكتوبر
42       - نوفمبر
43       - ديسمبر
44     abbr_month_names:
45       - ~
46       - يناير
47       - فبراير
48       - مارس
49       - ابريل
50       - مايو
51       - يونيو
52       - يوليو
53       - اغسطس
54       - سبتمبر
55       - اكتوبر
56       - نوفمبر
57       - ديسمبر
58     order:
59       - :day
60       - :month
61       - :year
62
63   time:
64     formats:
65       default: "%a %b %d %H:%M:%S %Z %Y"
66       short: "%d %b %H:%M"
67       long: "%B %d, %Y %H:%M"
68       only_second: "%S"
69     am: 'صباحا'
70     pm: 'مساءا'
71
72   support:
73     array:
74       sentence_connector: "و"
75       words_connector: ", "
76       two_words_connector: " و "
77       last_word_connector: ", و "
78       skip_last_comma: false
79
80     select:
81       prompt: "الرجاء اختيار"
82
83   number:
84     format:
85       separator: "."
86       delimiter: ","
87       precision: 3
88       significant: false
89       strip_insignificant_zeros: false
90
91     currency:
92       format:
93         format: "%u%n"
94         unit: "$"
95         separator: "."
96         delimiter: ","
97         precision: 2
98         significant: false
99         strip_insignificant_zeros: false
100
101     percentage:
102       format:
103         delimiter: ""
104
105     precision:
106       format:
107         delimiter: ""
108
109     human:
110       format:
111         delimiter: ""
112         precision: 3
113         significant: true
114         strip_insignificant_zeros: true
115       storage_units:
116         format: "%n %u"
117         units:
118           byte:
119             one:   "Byte"
120             other: "Bytes"
121           kb: "KB"
122           mb: "MB"
123           gb: "GB"
124           tb: "TB"
125       decimal_units:
126         format: "%n %u"
127         units:
128           unit: ""
129           thousand: ألف
130           million: مليون
131           billion: مليار
132           trillion: تريليون
133           quadrillion: الكدريليون رقم
134
135   datetime:
136     distance_in_words:
137       half_a_minute: 'نصف دقيقة'
138       less_than_x_seconds:
139         one: 'أقل من ثانية'
140         other: '%{count} ثوان'
141       x_seconds:
142         one: 'ثانية واحدة'
143         other: '%{count} ثوان'
144       less_than_x_minutes:
145         one: 'أقل من دقيقة'
146         other: '%{count} دقائق'
147       x_minutes:
148         one: 'دقيقة واحدة'
149         other: '%{count} دقائق'
150       about_x_hours:
151         one: 'حوالي ساعة واحدة'
152         other: '%{count} ساعات'
153       x_days:
154         one: 'يوم واحد'
155         other: '%{count} أيام'
156       about_x_months:
157         one: 'حوالي شهر واحد'
158         other: '%{count} أشهر'
159       x_months:
160         one: 'شهر واحد'
161         other: '%{count} أشهر'
162       about_x_years:
163         one: 'حوالي سنة'
164         other: '%{count} سنوات'
165       over_x_years:
166         one: 'أكثر من سنة'
167         other: '%{count} سنوات'
168       almost_x_years:
169         one:   "تقريبا سنة واحدة"
170         other: "ما يقرب من %{count} سنة"
171     prompts:
172       year:   "السنة"
173       month:  "الشهر"
174       day:    "اليوم"
175       hour:   "ساعة"
176       minute: "دقيقة"
177       second: "ثانية"
178
179   helpers:
180     select:
181       prompt: "الرجاء اختيار"
182
183     submit:
184       create: "%{model} إنشاء"
185       update: "%{model} نموذج"
186       submit: "%{model} حفظ"
187
188   errors:
189     format: "%{attribute} %{message}"
190
191     messages: &errors_messages
192       inclusion: "ليس خيارا مقبولا"
193       exclusion: "محجوز"
194       invalid: "غير معرف أو محدد"
195       confirmation: "لا تتوافق مع التأكيد"
196       accepted: "يجب أن تقبل"
197       empty: "فارغ، يرجى ملء الحقل"
198       blank: "فارغ، يرجى ملء الحقل"
199       too_long: "أطول من اللازم (الحد الأقصى هو %{count})"
200       too_short: "أقصر من اللازم (الحد الأدنى هو %{count})"
201       wrong_length: "بطول غير مناسب (يجب أن يكون %{count})"
202       not_an_integer: "يجب أن يكون صحيحا"
203       not_a_number: "ليس رقما"
204       greater_than: "يجب أن يكون أكبر من %{count}"
205       greater_than_or_equal_to: "يجب أن يكون أكبر من أو يساوي %{count}"
206       equal_to: "يجب أن يساوي %{count}"
207       less_than: "يجب أن يكون أصغر من %{count}"
208       less_than_or_equal_to: "يجب أن يكون أصغر من أو يساوي %{count}"
209       odd: "يجب أن يكون فردي"
210       even: "يجب أن يكون زوجي"
211
212   activerecord:
213     errors:
214       template:
215         header:
216           one: "ليس بالامكان حفظ %{model}: خطأ واحد."
217           other: "ليس بالامكان حفظ %{model}: %{count} أخطاء."
218         body: "يرجى التحقق من الحقول التالية:"
219
220       messages:
221         taken: "غير متوفر (مستخدم)"
222         record_invalid: "%{errors} فشل التحقق من صحة"
223         <<: *errors_messages
224
225       full_messages:
226         format: "%{attribute} %{message}"