nextcloud/apps/files_trashbin/l10n/ar.js

20 lines
1.1 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
2019-05-02 03:12:57 +03:00
"Deleted files" : "الملفات المحذوفة",
2019-02-14 04:12:26 +03:00
"restored" : "تمت الاستعادة",
"Restore" : "استعيد",
2014-12-10 09:55:34 +03:00
"Delete permanently" : "حذف بشكل دائم",
2015-11-24 09:56:32 +03:00
"This operation is forbidden" : "هذة العملية ممنوعة ",
2016-09-15 03:12:37 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "هذا المجلد غير متوفر, الرجاء مراجعة سجل الأخطاء أو الاتصال بمدير النظام",
"No deleted files" : "لا يوجد ملفات محذوفة",
"You will be able to recover deleted files from here" : "سوف تكون قادر على استعادة الملفات المحذوفة من هنا",
2015-10-03 08:56:20 +03:00
"No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ",
"Select all" : "تحديد الكل ",
"Name" : "اسم",
2019-04-18 03:12:48 +03:00
"Actions" : "الإجراءات",
2018-09-29 03:12:16 +03:00
"Deleted" : "تم الحذف",
2019-09-17 15:33:26 +03:00
"Delete" : "إلغاء"
},
"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;");