diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
commit | 99be997dcaefbc561e8c8085e01136655ec26247 (patch) | |
tree | 7e4c56e4220aed40986a5989cd734312c56ceff1 /apps/files/l10n/ar.json | |
parent | 012624743917cf9388f2abd33760a50d83d497e9 (diff) | |
download | nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.tar.gz nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ar.json')
-rw-r--r-- | apps/files/l10n/ar.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index 3720c64f4f0..61bb9fa2b76 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -159,6 +159,7 @@ "The ownership transfer of {path} from {user} has completed." : "نقل الملكية لـ {path} من قبل {user} تمت بنجاح.", "in %s" : "في %s", "File Management" : "إدارة الملفات", + "Select all" : "تحديد الكل ", "Transfer ownership of a file or folder" : "تحويل ملكية ملف أو مجلد", "Choose file or folder to transfer" : "اختر ملف او مجلد لنقل الملكية", "Change" : "تغير", @@ -170,6 +171,8 @@ "Invalid path selected" : "المسار او الملف غير صحيح", "Unknown error" : "خطأ غير معروف", "Ownership transfer request sent" : "طلب نقل الملكية أرسل بنجاح", + "No files in here" : "لا يوجد ملفات هنا ", + "Go back" : "العودة", "Show hidden files" : "عرض الملفات المخفية", "Crop image previews" : "اقتصاص صورة العروض", "Additional settings" : "الإعدادات المتقدمة", @@ -185,20 +188,18 @@ "Creating file" : "إنشاء ملف", "Blank" : "فارغ", "Unable to create new file from template" : "تعذر إنشاء الملف الجديد من القالب", + "Delete permanently" : "حذف بشكل دائم", "Set up templates folder" : "إعداد مجلد القوالب", "Templates" : "القوالب", "Unable to initialize the templates directory" : "تعذر تهيئة دليل القوالب", "Toggle %1$s sublist" : "تبديل %1$s قائمة فرعية", "Toggle grid view" : "تفعيل/تعطيل القائمة", - "No files in here" : "لا يوجد ملفات هنا ", "Upload some content or sync with your devices!" : "ارفع بعض المحتوي او زامن مع اجهزتك !", "No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ", - "Select all" : "تحديد الكل ", "Upload too large" : "حجم الترفيع أعلى من المسموح", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.", "No favorites yet" : "ليست عندك مفضلات بعد", "Files and folders you mark as favorite will show up here" : "الملفات والمجلدات التي حددتها كامفضلة سوف تظهر هنا ", - "Deleted files" : "الملفات المحذوفة", "Shares" : "التي قمتَ بمشاركتها", "Shared with others" : "شاركته مع الاخرين", "Shared with you" : "شورك معك", @@ -216,6 +217,7 @@ "Cannot transfer ownership of a file or folder you don't own" : "لا يمكنك تحويل ملكية ملف أو مجلد ليس ملكك", "%s used" : "%s مُستخدَم", "%1$s of %2$s used" : "تم استخدام %1$s من %2$s", - "Settings" : "الإعدادات" + "Settings" : "الإعدادات", + "Deleted files" : "الملفات المحذوفة" },"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 |