diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:25:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:25:02 +0000 |
commit | e81ad0ce5835b943386dfdca7a8f914ef711a494 (patch) | |
tree | 8302d596fd1eb4603343ef9acbed6943258e627f /apps/files_trashbin/l10n/ar.json | |
parent | 98362bd0bc6beaaad7f4f18ae32b82722f6f8997 (diff) | |
download | nextcloud-server-e81ad0ce5835b943386dfdca7a8f914ef711a494.tar.gz nextcloud-server-e81ad0ce5835b943386dfdca7a8f914ef711a494.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/ar.json')
-rw-r--r-- | apps/files_trashbin/l10n/ar.json | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/apps/files_trashbin/l10n/ar.json b/apps/files_trashbin/l10n/ar.json index 0cab1dbd7a6..c9cef3a8809 100644 --- a/apps/files_trashbin/l10n/ar.json +++ b/apps/files_trashbin/l10n/ar.json @@ -11,19 +11,10 @@ "Deleted" : "محذوفة", "This application enables users to restore files that were deleted from the system." : "هذا التطبيق يُمكّن المستخدمين من استعادة الملفات التي قاموا بحذفها من النظام.", "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "هذا التطبيق يُمكّن المستخدمين من استعادة الملفات التي قاموا بحذفها من النظام. يقوم التطبيق بعرض الملفات و المجلدات المحذوفة على المستخدم و يسمح له باختيار إمّا استعادتها إلى موقعها الأصلي أو حذفها من النظام نهائيّاً. إستعادة الملف تعني استعادة جميع نسخه. عند حذف ملف من مشاركة فإنه يمكن استعادته بنفس الكيفية بالرغم من انتهاء المشاركة. مع العلم أن هذه الملفات تبقى في سلة المحذوفات لمدة 30 يوماً ما لم يُعيّن غير ذلك.\nلتجنب نفاذ الحصة التخزينية للمستخدم، لا يسمح النظام بإشغال أكثر من 50% من حصته.. بمحتويات سلة محذوفاته. إذا وصل حجم السلة إلى هذا الحد، يقوم النظام بحذف الملفات الأقدم فالأقدم حتى يصل الحجم المتاح من الحصة إلى 50% على الأقل. للمزيد، أنظر: توثيق المفات المحذوفة Deleted Files.\n ", - "Delete permanently" : "حذف بشكل دائم", - "Error while restoring file from trash bin" : "خطأ في استعادة ملف من سلة المحذوفات", - "Error while removing file from trash bin" : "خطأ في حذف ملف من سلة المحذوفات", - "Error while restoring files from trash bin" : "خطأ في استعادة ملف من سلة المحذوفات", - "Error while emptying trash bin" : "خطأ في إفراغ سلة المحذوفات", - "Error while removing files from trash bin" : "خطأ في حذف ملفات من سلة المحذوفات", - "This operation is forbidden" : "هذة العملية ممنوعة ", - "This directory is unavailable, please check the logs or contact the administrator" : "هذا المجلد غير متوفر؛ الرجاء مراجعة سجل الأخطاء أو الاتصال بمدير النظام", "You will be able to recover deleted files from here" : "يُمكنك استعادة الملفات المحذوفة من هنا", "No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ", "Select all" : "تحديد الكل ", "Name" : "اسم", - "Actions" : "الإجراءات", - "Delete" : "حذف" + "Actions" : "الإجراءات" },"pluralForm" :"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;" }
\ No newline at end of file |