You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Storage is temporarily not available" : "وحدة التخزين غير متوفرة",
  5. "Storage invalid" : "وحدة تخزين غير صالحة",
  6. "Unknown error" : "خطأ غير معروف",
  7. "All files" : "كل الملفات",
  8. "Recent" : "الحديثة",
  9. "Favorites" : "المفضلة ",
  10. "File could not be found" : "الملف غير موجود",
  11. "Move or copy" : "إنقل أو انسخ",
  12. "Download" : "تنزيل",
  13. "Delete" : "حذف ",
  14. "Home" : "الرئيسية",
  15. "Close" : "إغلاق",
  16. "Could not create folder \"{dir}\"" : "لا يمكن إنشاء المجلد \"{dir}\"",
  17. "Upload cancelled." : "تم إلغاء عملية رفع الملفات.",
  18. "…" : "...",
  19. "Unable to upload {filename} as it is a directory or has 0 bytes" : "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت",
  20. "Not enough free space, you are uploading {size1} but only {size2} is left" : "لا يوجد مساحة تخزين كافية، إنك بصدد رفع {size1} ولكن المساحة المتبقية المتوفرة تبلُغ {size2}",
  21. "Target folder \"{dir}\" does not exist any more" : "المجلد المطلوب \"{dir}\" غير موجود بعد الان",
  22. "Not enough free space" : "لا يوجد مساحة تخزينية كافية",
  23. "Uploading …" : "جاري الرفع...",
  24. "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} من {totalSize} ({bitrate})",
  25. "Target folder does not exist any more" : "المجلد المراد غير موجود بعد الان",
  26. "Error when assembling chunks, status code {status}" : "خطأ عند تجميع القطع، حالة الخطأ {status}",
  27. "Actions" : "الإجراءات",
  28. "Rename" : "إعادة التسمية",
  29. "Copy" : "نسخ",
  30. "Open" : "افتح",
  31. "Disconnect storage" : "قطع اتصال التخزين",
  32. "Unshare" : "إلغاء المشاركة",
  33. "Could not load info for file \"{file}\"" : "لم يستطع تحميل معلومات الملف \"{file}\"",
  34. "Files" : "الملفات",
  35. "Details" : "التفاصيل",
  36. "Select" : "إختر",
  37. "Pending" : "قيد الانتظار",
  38. "Unable to determine date" : "تعذر تحديد التاريخ",
  39. "This operation is forbidden" : "هذة العملية ممنوعة ",
  40. "This directory is unavailable, please check the logs or contact the administrator" : "هذا المجلد غير متوفر, الرجاء مراجعة سجل الأخطاء أو الاتصال بمدير النظام",
  41. "Could not move \"{file}\", target exists" : "لا يمكن نقل \"{file}\", الملف موجود بالفعل هناك",
  42. "Could not move \"{file}\"" : "لا يمكن نقل \"{file}\"",
  43. "copy" : "أنسخ",
  44. "Could not copy \"{file}\", target exists" : "لم يستطع نسخ \"{file}\"، المستهدف موجود",
  45. "Could not copy \"{file}\"" : "لم يستطع نسخ \"{file}\"",
  46. "Copied {origin} inside {destination}" : "منسوخ {origin} داخل {destination}",
  47. "Copied {origin} and {nbfiles} other files inside {destination}" : "منسوخ {origin} و {nbfiles} ملفات اخرى داخل {destination}",
  48. "{newName} already exists" : "{newname} موجود مسبقاً",
  49. "Could not rename \"{fileName}\", it does not exist any more" : "لا يمكن اعادة تسمية \"{fileName}\", لانه لم يعد موجود",
  50. "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "الاسم \"{targetName}\" مستخدم من قبل في المجلد \"{dir}\". الرجاء اختيار اسم اخر.",
  51. "Could not rename \"{fileName}\"" : "إعادة تسمية الملف \"{fileName}\" لم تنجح",
  52. "Could not create file \"{file}\"" : "لا يمكن إنشاء الملف\"{file}\"",
  53. "Could not create file \"{file}\" because it already exists" : "لا يمكن إنشاء الملف \"{file}\" فهو موجود بالفعل",
  54. "Could not create folder \"{dir}\" because it already exists" : "لا يمكن إنشاء المجلد \"{dir}\" فهو موجود بالفعل",
  55. "Error deleting file \"{fileName}\"." : "خطأ أثناء حذف الملف \"{fileName}\".",
  56. "No search results in other folders for {tag}{filter}{endtag}" : "لا نتائج بحث في مجلدات اخرى ل {tag}{filter}{endtag}",
  57. "Name" : "اسم",
  58. "Size" : "حجم",
  59. "Modified" : "معدل",
  60. "_%n folder_::_%n folders_" : ["لا يوجد مجلدات %n","1 مجلد %n","2 مجلد %n","عدد قليل من مجلدات %n","عدد كبير من مجلدات %n","مجلدات %n"],
  61. "_%n file_::_%n files_" : ["لا يوجد ملفات %n","ملف %n","2 ملف %n","قليل من ملفات %n","الكثير من ملفات %n"," ملفات %n"],
  62. "{dirs} and {files}" : "{dirs} و {files}",
  63. "_including %n hidden_::_including %n hidden_" : ["يشمل %n مخفي","يشمل %n مخفي","يشمل %n مخفي","يشمل %n مخفي","يشمل %n مخفي","يشمل %n مخفي"],
  64. "You don’t have permission to upload or create files here" : "لا تملك الصلاحية لرفع او انشاء ملف هنا ",
  65. "_Uploading %n file_::_Uploading %n files_" : ["لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"],
  66. "New" : "جديد",
  67. "{used} of {quota} used" : "{used} من {quota} مستخدم",
  68. "{used} used" : "{used} مستخدم",
  69. "\"{name}\" is an invalid file name." : "\"{name}\" اسم ملف غير صالح للاستخدام .",
  70. "File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا",
  71. "\"/\" is not allowed inside a file name." : "\"/\" غير مسموح في تسمية الملف",
  72. "\"{name}\" is not an allowed filetype" : "\"{name}\" أنه نوع ملف غير مسموح",
  73. "Storage of {owner} is full, files can not be updated or synced anymore!" : "مساحة تخزين {owner} ممتلئة، لا يمكن تحديث الملفات او مزامنتها بعد الان !",
  74. "Your storage is full, files can not be updated or synced anymore!" : "مساحتك التخزينية ممتلئة, لا يمكن تحديث ملفاتك أو مزامنتها بعد الآن !",
  75. "Storage of {owner} is almost full ({usedSpacePercent}%)" : "المساحة التخزينية لـ {owner} ممتلئة تقريبا ({usedSpacePercent}%)",
  76. "Your storage is almost full ({usedSpacePercent}%)" : "مساحتك التخزينية امتلأت تقريبا ",
  77. "View in folder" : "اعرض في المجلد",
  78. "Copied!" : "نسخت!",
  79. "Copy direct link (only works for users who have access to this file/folder)" : "نسخ الرابط المباشر (يعمل فقط لـ المستخدمين الذين يمكنهم الولوج الى هذا الملف/الفايل)",
  80. "Path" : "المسار",
  81. "_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%nبايت"],
  82. "Favorited" : "المفضلة",
  83. "Favorite" : "المفضلة",
  84. "New folder" : "مجلد جديد",
  85. "Upload file" : "رفع ملف",
  86. "Remove from favorites" : "إزالته مِن المفضلة",
  87. "Add to favorites" : "إضافة إلى المفضلة",
  88. "An error occurred while trying to update the tags" : "حدث خطأ اثناء محاولة تحديث tags",
  89. "Added to favorites" : "تمت إضافته إلى المفضلة",
  90. "Removed from favorites" : "تمت إزالته مِن المفضلة",
  91. "A new file or folder has been <strong>created</strong>" : "تم <strong> إنشاء</strong> ملف جديد أو مجلد ",
  92. "Unlimited" : "غير محدود",
  93. "Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ",
  94. "File Management" : "إدارة الملفات",
  95. "%s used" : "%s مُستخدَم",
  96. "Settings" : "الإعدادات",
  97. "Show hidden files" : "عرض الملفات المخفية",
  98. "WebDAV" : "WebDAV",
  99. "No files in here" : "لا يوجد ملفات هنا ",
  100. "Upload some content or sync with your devices!" : "ارفع بعض المحتوي او زامن مع اجهزتك !",
  101. "No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ",
  102. "Select all" : "تحديد الكل ",
  103. "Upload too large" : "حجم الترفيع أعلى من المسموح",
  104. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.",
  105. "Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ",
  106. "Tags" : "الوسوم",
  107. "Deleted files" : "الملفات المحذوفة",
  108. "Shares" : "التي قمتَ بمشاركتها",
  109. "Shared with others" : "شاركته مع الاخرين",
  110. "Shared by link" : "شاركته باستخدام رابط مشاركة",
  111. "Text file" : "ملف نصي",
  112. "New text file.txt" : "ملف نصي جديد fille.txt",
  113. "Target folder" : "المجلد الهدف",
  114. "File handling" : "التعامل مع الملف",
  115. "Maximum upload size" : "الحد الأقصى لحجم الملفات التي يمكن رفعها",
  116. "max. possible: " : "الحد الأقصى المسموح به",
  117. "Save" : "حفظ",
  118. "With PHP-FPM it might take 5 minutes for changes to be applied." : "باستخدام PHP-FPM قد يستغرق 5 دقائق لتطبيق التغيرات.",
  119. "Cancel upload" : "إلغاء الرفع"
  120. },
  121. "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");