Skip to content

Commit 051b86e

Browse files
committed
Translations updated for 3.1.3
1 parent 0c66c7c commit 051b86e

File tree

60 files changed

+2735
-743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2735
-743
lines changed
0 Bytes
Binary file not shown.

rest_framework/locale/ar/LC_MESSAGES/django.po

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Django REST framework\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2015-06-01 23:48+0100\n"
12-
"PO-Revision-Date: 2015-06-01 22:52+0000\n"
11+
"POT-Creation-Date: 2015-06-03 17:30+0100\n"
12+
"PO-Revision-Date: 2015-06-03 16:30+0000\n"
1313
"Last-Translator: Xavier Ordoquy <[email protected]>\n"
1414
"Language-Team: Arabic (http://www.transifex.com/projects/p/django-rest-framework/language/ar/)\n"
1515
"MIME-Version: 1.0\n"
@@ -82,7 +82,7 @@ msgstr "لم يتم تزويد بيانات الدخول."
8282
msgid "You do not have permission to perform this action."
8383
msgstr "ليس لديك صلاحية للقيام بهذا الإجراء."
8484

85-
#: exceptions.py:93 views.py:77
85+
#: exceptions.py:93 views.py:78
8686
msgid "Not found."
8787
msgstr "غير موجود."
8888

@@ -122,7 +122,7 @@ msgstr "\"{input}\" ليس قيمة منطقية."
122122
msgid "This field may not be blank."
123123
msgstr "لا يمكن لهذا الحقل ان يكون فارغاً."
124124

125-
#: fields.py:560 fields.py:1342
125+
#: fields.py:560 fields.py:1386
126126
#, python-brace-format
127127
msgid "Ensure this field has no more than {max_length} characters."
128128
msgstr "تأكد ان الحقل لا يزيد عن {max_length} محرف."
@@ -150,114 +150,119 @@ msgstr ""
150150
msgid "Enter a valid URL."
151151
msgstr "الرجاء إدخال رابط إلكتروني صالح."
152152

153-
#: fields.py:643
153+
#: fields.py:645
154154
#, python-brace-format
155155
msgid "\"{value}\" is not a valid UUID."
156156
msgstr ""
157157

158-
#: fields.py:662
158+
#: fields.py:679
159159
msgid "A valid integer is required."
160160
msgstr "الرجاء إدخال رقم صحيح صالح."
161161

162-
#: fields.py:663 fields.py:698 fields.py:731
162+
#: fields.py:680 fields.py:715 fields.py:748
163163
#, python-brace-format
164164
msgid "Ensure this value is less than or equal to {max_value}."
165165
msgstr "تأكد ان القيمة أقل أو تساوي {max_value}."
166166

167-
#: fields.py:664 fields.py:699 fields.py:732
167+
#: fields.py:681 fields.py:716 fields.py:749
168168
#, python-brace-format
169169
msgid "Ensure this value is greater than or equal to {min_value}."
170170
msgstr "تأكد ان القيمة أكبر أو تساوي {min_value}."
171171

172-
#: fields.py:665 fields.py:700 fields.py:736
172+
#: fields.py:682 fields.py:717 fields.py:753
173173
msgid "String value too large."
174174
msgstr ""
175175

176-
#: fields.py:697 fields.py:730
176+
#: fields.py:714 fields.py:747
177177
msgid "A valid number is required."
178178
msgstr "الرجاء إدخال رقم صالح."
179179

180-
#: fields.py:733
180+
#: fields.py:750
181181
#, python-brace-format
182182
msgid "Ensure that there are no more than {max_digits} digits in total."
183183
msgstr "تأكد ان القيمة لا تحوي أكثر من {max_digits} رقم."
184184

185-
#: fields.py:734
185+
#: fields.py:751
186186
#, python-brace-format
187187
msgid ""
188188
"Ensure that there are no more than {max_decimal_places} decimal places."
189189
msgstr ""
190190

191-
#: fields.py:735
191+
#: fields.py:752
192192
#, python-brace-format
193193
msgid ""
194194
"Ensure that there are no more than {max_whole_digits} digits before the "
195195
"decimal point."
196196
msgstr ""
197197

198-
#: fields.py:825
198+
#: fields.py:842
199199
#, python-brace-format
200200
msgid "Datetime has wrong format. Use one of these formats instead: {format}."
201201
msgstr "صيغة التاريخ و الوقت غير صحيحة. عليك أن تستخدم واحدة من هذه الصيغ التالية: {format}."
202202

203-
#: fields.py:826
203+
#: fields.py:843
204204
msgid "Expected a datetime but got a date."
205205
msgstr ""
206206

207-
#: fields.py:890
207+
#: fields.py:907
208208
#, python-brace-format
209209
msgid "Date has wrong format. Use one of these formats instead: {format}."
210210
msgstr "صيغة التاريخ غير صحيحة. عليك أن تستخدم واحدة من هذه الصيغ التالية: {format}."
211211

212-
#: fields.py:891
212+
#: fields.py:908
213213
msgid "Expected a date but got a datetime."
214214
msgstr ""
215215

216-
#: fields.py:954
216+
#: fields.py:971
217217
#, python-brace-format
218218
msgid "Time has wrong format. Use one of these formats instead: {format}."
219219
msgstr "صيغة الوقت غير صحيحة. عليك أن تستخدم واحدة من هذه الصيغ التالية: {format}."
220220

221-
#: fields.py:1010 fields.py:1054
221+
#: fields.py:1025
222+
#, python-brace-format
223+
msgid "Duration has wrong format. Use one of these formats instead: {format}."
224+
msgstr ""
225+
226+
#: fields.py:1050 fields.py:1094
222227
#, python-brace-format
223228
msgid "\"{input}\" is not a valid choice."
224229
msgstr "\"{input}\" ليست واحدة من الخيارات الصالحة."
225230

226-
#: fields.py:1055 fields.py:1169 serializers.py:483
231+
#: fields.py:1095 fields.py:1213 serializers.py:487
227232
#, python-brace-format
228233
msgid "Expected a list of items but got type \"{input_type}\"."
229234
msgstr ""
230235

231-
#: fields.py:1085
236+
#: fields.py:1129
232237
msgid "No file was submitted."
233238
msgstr "لم يتم إرسال أي ملف."
234239

235-
#: fields.py:1086
240+
#: fields.py:1130
236241
msgid ""
237242
"The submitted data was not a file. Check the encoding type on the form."
238243
msgstr ""
239244

240-
#: fields.py:1087
245+
#: fields.py:1131
241246
msgid "No filename could be determined."
242247
msgstr ""
243248

244-
#: fields.py:1088
249+
#: fields.py:1132
245250
msgid "The submitted file is empty."
246251
msgstr "الملف الذي تم إرساله فارغ."
247252

248-
#: fields.py:1089
253+
#: fields.py:1133
249254
#, python-brace-format
250255
msgid ""
251256
"Ensure this filename has at most {max_length} characters (it has {length})."
252257
msgstr "تأكد ان اسم الملف لا يحوي أكثر من {max_length} محرف (الإسم المرسل يحوي {length} محرف)."
253258

254-
#: fields.py:1131
259+
#: fields.py:1175
255260
msgid ""
256261
"Upload a valid image. The file you uploaded was either not an image or a "
257262
"corrupted image."
258263
msgstr ""
259264

260-
#: fields.py:1206
265+
#: fields.py:1250
261266
#, python-brace-format
262267
msgid "Expected a dictionary of items but got type \"{input_type}\"."
263268
msgstr ""
@@ -307,7 +312,7 @@ msgstr ""
307312
msgid "Invalid value."
308313
msgstr "قيمة غير صالحة."
309314

310-
#: serializers.py:300
315+
#: serializers.py:304
311316
#, python-brace-format
312317
msgid "Invalid data. Expected a dictionary, but got {datatype}."
313318
msgstr ""
@@ -364,6 +369,6 @@ msgstr ""
364369
msgid "Invalid version in query parameter."
365370
msgstr ""
366371

367-
#: views.py:82
372+
#: views.py:85
368373
msgid "Permission denied."
369374
msgstr ""
642 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)