diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
commit | b37ab132f799b3783d6d80d85f7c899f71be38c0 (patch) | |
tree | 2af142cfabeefbc349f4e1795357104700b29c8b /apps/files/l10n/ar.js | |
parent | 8bfc7fcc64e84ab8feea4d5808f61f762f84f054 (diff) | |
download | nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.tar.gz nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ar.js')
-rw-r--r-- | apps/files/l10n/ar.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 0757599ae32..d0bc9028d4a 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -88,9 +88,6 @@ OC.L10N.register( "Another entry with the same name already exists." : "توجد سلفاً إدخالية أخرى بنفس هذا الاسم.", "Invalid filename." : "اسم ملف غير صحيح.", "Renamed \"{oldName}\" to \"{newName}\"" : "تمت إعادة تسمية \"{oldName}\" إلى \"{newName}\"", - "Could not rename \"{oldName}\", it does not exist any more" : "تعذر إعادة تسمية \"{oldName}\"، لم يعد موجودًا", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "الاسم \"{newName}\" مُستعمَلٌ سلفاً في المجلّد\"{dir}\". إختَر اسماً آخر رجاءً.", - "Could not rename \"{oldName}\"" : "تعذرت إعادة تسمية \"{oldName}\"", "Pending" : "قيد الانتظار", "Clear filter" : "إزالة التصفية", "Modified" : "تاريخ التعديل", @@ -386,12 +383,13 @@ OC.L10N.register( "Filenames must not end with \"{segment}\"." : "أسماء الملفات يجب ألّا تنتهي بـ \"{segment}\".", "Name cannot be empty" : "لا يمكن أن يكون الاسم فارغاً", "Another entry with the same name already exists" : "إدخال آخر بنفس الاسم موجود بالفعل", + "Could not rename \"{oldName}\", it does not exist any more" : "تعذر إعادة تسمية \"{oldName}\"، لم يعد موجودًا", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "الاسم \"{newName}\" مُستعمَلٌ سلفاً في المجلّد\"{dir}\". إختَر اسماً آخر رجاءً.", + "Could not rename \"{oldName}\"" : "تعذرت إعادة تسمية \"{oldName}\"", "Storage informations" : "معلومات التخزين", "Choose file" : "حدد ملف", "Open the files app settings" : "فتح إعدادات تطبيق الملفات", "You might not have have permissions to view it, ask the sender to share it" : "يمكن ألاّ تكون لديك صلاحية لعرضه، أطلب من المُرسل إن يشاركه معك", - "Destination is not a folder" : "الوجهة ليست مجلد", - "This file/folder is already in that directory" : "هذا الملف/المجلد موجود سلفاً في ذلك المجلد", "The files is locked" : "الملفات مقفلة", "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", "List of favorites files and folders." : "قائمة الملفات والمجلدات المفضلة.", @@ -402,6 +400,8 @@ OC.L10N.register( "Copy direct link (only works for people who have access to this file/folder)" : "نسخ الرابط المباشر (يعمل فقط للأشخاص الذين لديهم حق الوصول إلى هذا الملف/المجلد)", "Favored" : "مُفضّلة", "Favor" : "تفضيل", - "Not favored" : "غير مُفضّلة" + "Not favored" : "غير مُفضّلة", + "Destination is not a folder" : "الوجهة ليست مجلد", + "This file/folder is already in that directory" : "هذا الملف/المجلد موجود سلفاً في ذلك المجلد" }, "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;"); |