|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Django REST framework\n"
|
10 | 10 | "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" |
13 | 13 | " Last-Translator: Xavier Ordoquy <[email protected]>\n"
|
14 | 14 | "Language-Team: Arabic (http://www.transifex.com/projects/p/django-rest-framework/language/ar/)\n"
|
15 | 15 | "MIME-Version: 1.0\n"
|
@@ -82,7 +82,7 @@ msgstr "لم يتم تزويد بيانات الدخول."
|
82 | 82 | msgid "You do not have permission to perform this action."
|
83 | 83 | msgstr "ليس لديك صلاحية للقيام بهذا الإجراء."
|
84 | 84 |
|
85 |
| -#: exceptions.py:93 views.py:77 |
| 85 | +#: exceptions.py:93 views.py:78 |
86 | 86 | msgid "Not found."
|
87 | 87 | msgstr "غير موجود."
|
88 | 88 |
|
@@ -122,7 +122,7 @@ msgstr "\"{input}\" ليس قيمة منطقية."
|
122 | 122 | msgid "This field may not be blank."
|
123 | 123 | msgstr "لا يمكن لهذا الحقل ان يكون فارغاً."
|
124 | 124 |
|
125 |
| -#: fields.py:560 fields.py:1342 |
| 125 | +#: fields.py:560 fields.py:1386 |
126 | 126 | #, python-brace-format
|
127 | 127 | msgid "Ensure this field has no more than {max_length} characters."
|
128 | 128 | msgstr "تأكد ان الحقل لا يزيد عن {max_length} محرف."
|
@@ -150,114 +150,119 @@ msgstr ""
|
150 | 150 | msgid "Enter a valid URL."
|
151 | 151 | msgstr "الرجاء إدخال رابط إلكتروني صالح."
|
152 | 152 |
|
153 |
| -#: fields.py:643 |
| 153 | +#: fields.py:645 |
154 | 154 | #, python-brace-format
|
155 | 155 | msgid "\"{value}\" is not a valid UUID."
|
156 | 156 | msgstr ""
|
157 | 157 |
|
158 |
| -#: fields.py:662 |
| 158 | +#: fields.py:679 |
159 | 159 | msgid "A valid integer is required."
|
160 | 160 | msgstr "الرجاء إدخال رقم صحيح صالح."
|
161 | 161 |
|
162 |
| -#: fields.py:663 fields.py:698 fields.py:731 |
| 162 | +#: fields.py:680 fields.py:715 fields.py:748 |
163 | 163 | #, python-brace-format
|
164 | 164 | msgid "Ensure this value is less than or equal to {max_value}."
|
165 | 165 | msgstr "تأكد ان القيمة أقل أو تساوي {max_value}."
|
166 | 166 |
|
167 |
| -#: fields.py:664 fields.py:699 fields.py:732 |
| 167 | +#: fields.py:681 fields.py:716 fields.py:749 |
168 | 168 | #, python-brace-format
|
169 | 169 | msgid "Ensure this value is greater than or equal to {min_value}."
|
170 | 170 | msgstr "تأكد ان القيمة أكبر أو تساوي {min_value}."
|
171 | 171 |
|
172 |
| -#: fields.py:665 fields.py:700 fields.py:736 |
| 172 | +#: fields.py:682 fields.py:717 fields.py:753 |
173 | 173 | msgid "String value too large."
|
174 | 174 | msgstr ""
|
175 | 175 |
|
176 |
| -#: fields.py:697 fields.py:730 |
| 176 | +#: fields.py:714 fields.py:747 |
177 | 177 | msgid "A valid number is required."
|
178 | 178 | msgstr "الرجاء إدخال رقم صالح."
|
179 | 179 |
|
180 |
| -#: fields.py:733 |
| 180 | +#: fields.py:750 |
181 | 181 | #, python-brace-format
|
182 | 182 | msgid "Ensure that there are no more than {max_digits} digits in total."
|
183 | 183 | msgstr "تأكد ان القيمة لا تحوي أكثر من {max_digits} رقم."
|
184 | 184 |
|
185 |
| -#: fields.py:734 |
| 185 | +#: fields.py:751 |
186 | 186 | #, python-brace-format
|
187 | 187 | msgid ""
|
188 | 188 | "Ensure that there are no more than {max_decimal_places} decimal places."
|
189 | 189 | msgstr ""
|
190 | 190 |
|
191 |
| -#: fields.py:735 |
| 191 | +#: fields.py:752 |
192 | 192 | #, python-brace-format
|
193 | 193 | msgid ""
|
194 | 194 | "Ensure that there are no more than {max_whole_digits} digits before the "
|
195 | 195 | "decimal point."
|
196 | 196 | msgstr ""
|
197 | 197 |
|
198 |
| -#: fields.py:825 |
| 198 | +#: fields.py:842 |
199 | 199 | #, python-brace-format
|
200 | 200 | msgid "Datetime has wrong format. Use one of these formats instead: {format}."
|
201 | 201 | msgstr "صيغة التاريخ و الوقت غير صحيحة. عليك أن تستخدم واحدة من هذه الصيغ التالية: {format}."
|
202 | 202 |
|
203 |
| -#: fields.py:826 |
| 203 | +#: fields.py:843 |
204 | 204 | msgid "Expected a datetime but got a date."
|
205 | 205 | msgstr ""
|
206 | 206 |
|
207 |
| -#: fields.py:890 |
| 207 | +#: fields.py:907 |
208 | 208 | #, python-brace-format
|
209 | 209 | msgid "Date has wrong format. Use one of these formats instead: {format}."
|
210 | 210 | msgstr "صيغة التاريخ غير صحيحة. عليك أن تستخدم واحدة من هذه الصيغ التالية: {format}."
|
211 | 211 |
|
212 |
| -#: fields.py:891 |
| 212 | +#: fields.py:908 |
213 | 213 | msgid "Expected a date but got a datetime."
|
214 | 214 | msgstr ""
|
215 | 215 |
|
216 |
| -#: fields.py:954 |
| 216 | +#: fields.py:971 |
217 | 217 | #, python-brace-format
|
218 | 218 | msgid "Time has wrong format. Use one of these formats instead: {format}."
|
219 | 219 | msgstr "صيغة الوقت غير صحيحة. عليك أن تستخدم واحدة من هذه الصيغ التالية: {format}."
|
220 | 220 |
|
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 |
222 | 227 | #, python-brace-format
|
223 | 228 | msgid "\"{input}\" is not a valid choice."
|
224 | 229 | msgstr "\"{input}\" ليست واحدة من الخيارات الصالحة."
|
225 | 230 |
|
226 |
| -#: fields.py:1055 fields.py:1169 serializers.py:483 |
| 231 | +#: fields.py:1095 fields.py:1213 serializers.py:487 |
227 | 232 | #, python-brace-format
|
228 | 233 | msgid "Expected a list of items but got type \"{input_type}\"."
|
229 | 234 | msgstr ""
|
230 | 235 |
|
231 |
| -#: fields.py:1085 |
| 236 | +#: fields.py:1129 |
232 | 237 | msgid "No file was submitted."
|
233 | 238 | msgstr "لم يتم إرسال أي ملف."
|
234 | 239 |
|
235 |
| -#: fields.py:1086 |
| 240 | +#: fields.py:1130 |
236 | 241 | msgid ""
|
237 | 242 | "The submitted data was not a file. Check the encoding type on the form."
|
238 | 243 | msgstr ""
|
239 | 244 |
|
240 |
| -#: fields.py:1087 |
| 245 | +#: fields.py:1131 |
241 | 246 | msgid "No filename could be determined."
|
242 | 247 | msgstr ""
|
243 | 248 |
|
244 |
| -#: fields.py:1088 |
| 249 | +#: fields.py:1132 |
245 | 250 | msgid "The submitted file is empty."
|
246 | 251 | msgstr "الملف الذي تم إرساله فارغ."
|
247 | 252 |
|
248 |
| -#: fields.py:1089 |
| 253 | +#: fields.py:1133 |
249 | 254 | #, python-brace-format
|
250 | 255 | msgid ""
|
251 | 256 | "Ensure this filename has at most {max_length} characters (it has {length})."
|
252 | 257 | msgstr "تأكد ان اسم الملف لا يحوي أكثر من {max_length} محرف (الإسم المرسل يحوي {length} محرف)."
|
253 | 258 |
|
254 |
| -#: fields.py:1131 |
| 259 | +#: fields.py:1175 |
255 | 260 | msgid ""
|
256 | 261 | "Upload a valid image. The file you uploaded was either not an image or a "
|
257 | 262 | "corrupted image."
|
258 | 263 | msgstr ""
|
259 | 264 |
|
260 |
| -#: fields.py:1206 |
| 265 | +#: fields.py:1250 |
261 | 266 | #, python-brace-format
|
262 | 267 | msgid "Expected a dictionary of items but got type \"{input_type}\"."
|
263 | 268 | msgstr ""
|
@@ -307,7 +312,7 @@ msgstr ""
|
307 | 312 | msgid "Invalid value."
|
308 | 313 | msgstr "قيمة غير صالحة."
|
309 | 314 |
|
310 |
| -#: serializers.py:300 |
| 315 | +#: serializers.py:304 |
311 | 316 | #, python-brace-format
|
312 | 317 | msgid "Invalid data. Expected a dictionary, but got {datatype}."
|
313 | 318 | msgstr ""
|
@@ -364,6 +369,6 @@ msgstr ""
|
364 | 369 | msgid "Invalid version in query parameter."
|
365 | 370 | msgstr ""
|
366 | 371 |
|
367 |
| -#: views.py:82 |
| 372 | +#: views.py:85 |
368 | 373 | msgid "Permission denied."
|
369 | 374 | msgstr ""
|
0 commit comments