diff options
Diffstat (limited to 'apps/files/l10n/ar.js')
-rw-r--r-- | apps/files/l10n/ar.js | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index c6de04b886d..9f4d87fcfd6 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -1,17 +1,17 @@ OC.L10N.register( "files", { - "Storage not available" : "وحدة التخزين غير متوفرة ", - "Storage invalid" : "وحدة تخزين غير صالحه ", - "Unknown error" : "خطأ غير معروف. ", + "Storage not available" : "وحدة التخزين غير متوفرة", + "Storage invalid" : "وحدة تخزين غير صالحه", + "Unknown error" : "خطأ غير معروف", "Unable to set upload directory." : "غير قادر على تحميل المجلد", "Invalid Token" : "علامة غير صالحة", - "No file was uploaded. Unknown error" : "لم يتم رفع أي ملف , خطأ غير معروف", - "There is no error, the file uploaded with success" : "تم ترفيع الملفات بنجاح.", + "No file was uploaded. Unknown error" : "لم يتم رفع أي ملف, خطأ غير معروف", + "There is no error, the file uploaded with success" : "تم رفع الملفات بنجاح", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "حجم الملف المرفوع تجاوز قيمة upload_max_filesize الموجودة في ملف php.ini ", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.", - "The uploaded file was only partially uploaded" : "تم ترفيع جزء من الملفات الذي تريد ترفيعها فقط", - "No file was uploaded" : "لم يتم ترفيع أي من الملفات", + "The uploaded file was only partially uploaded" : "تم رفع جزء من الملف فقط", + "No file was uploaded" : "لم يتم رفع الملف", "Missing a temporary folder" : "المجلد المؤقت غير موجود", "Failed to write to disk" : "خطأ في الكتابة على القرص الصلب", "Not enough storage available" : "لا يوجد مساحة تخزينية كافية", @@ -21,21 +21,28 @@ OC.L10N.register( "Invalid directory." : "مسار غير صحيح.", "Files" : "الملفات", "All files" : "كل الملفات", - "Home" : "البيت", + "Recent" : "الأخيرة", + "File could not be found" : "الملف غير موجود", + "Home" : "الرئيسية", "Close" : "إغلاق", "Favorites" : "المفضلة ", - "Upload cancelled." : "تم إلغاء عملية رفع الملفات .", + "Upload cancelled." : "تم إلغاء عملية رفع الملفات.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت", "Total file size {size1} exceeds upload limit {size2}" : "حجم الملف الكلي {size1} تجاوز الحد المسموح للرفع {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "لا يوجد مساحة تخزين كافية، انت تقوم برفع {size1} ولكن المساحه المتوفره هي {size2}.", + "Error uploading file \"{fileName}\": {message}" : "خطأ أثناء رفع الملف \"{fileName}\": {message}", "Could not get result from server." : "تعذر الحصول على نتيجة من الخادم", - "Uploading..." : "ترفيع...", + "Uploading..." : "جاري الرفع...", "..." : "...", + "Any moment now..." : "في أي لحظة الان...", + "Soon..." : "قريبا...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} من {totalSize} ({bitrate})", "File upload is in progress. Leaving the page now will cancel the upload." : "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.", "Actions" : "* تطبيقات.\n* أنشطة.", - "Download" : "تحميل", + "Download" : "تنزيل", "Rename" : "إعادة التسمية", "Delete" : "حذف ", + "Disconnect storage" : "قطع اتصال التخزين", "Unshare" : "إلغاء المشاركة", "Details" : "تفاصيل", "Select" : "اختار", |