diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-07 00:20:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-07 00:20:27 +0000 |
commit | 0790e3f849529ec89195cc6e50f5d14b50e4bbfb (patch) | |
tree | d1c84629ba5e88c23f759bc944dcb769e68312a5 /apps/files/l10n/ar.js | |
parent | 1f1a9cbc05948163cb69a11e121b62ca8b041be9 (diff) | |
download | nextcloud-server-0790e3f849529ec89195cc6e50f5d14b50e4bbfb.tar.gz nextcloud-server-0790e3f849529ec89195cc6e50f5d14b50e4bbfb.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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index a21758245ac..fe5981124bc 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -297,9 +297,18 @@ OC.L10N.register( "In folder" : "في المجلد", "Search in folder: {folder}" : "البحث في المجلد: {folder}", "One of the dropped files could not be processed" : "أحد الملفات المُفلَتة لا يمكن معالجته", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "مُستعرِضُك لا يدعم واجهة تطبيق نظام الملفات Filesystem API. لذا، لن يُمكن رفع المجلدات", + "No files to upload" : "لا توجد ملفات لرفعها", + "Unable to create the directory {directory}" : "تعذّر إنشاء الدليل {directory}", "Some files could not be uploaded" : "بعض الملفات لم يمكن رفعها", "Files uploaded successfully" : "تمّ رفع الملفات بنجاحٍ", + "No files to process" : "لا توجد ملفات لمعالجتها", + "Some files could not be copied" : "بعض الملفات لا يمكن نسخها", "Some files could not be moved" : "تعذر نقل بعض الملفات", + "Files copied successfully" : "تمّ نسخ الملفات بنجاحٍ", + "Files moved successfully" : "تمّ نقل الملفات بنجاحٍ", + "Conflicts resolution skipped" : "تمّ تخطّي حلّ التعارضات", + "Upload cancelled" : "تمّ إلغاء الرفع", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} مجلد","{folderCount} مجلد","{folderCount} مجلدان","{folderCount} مجلد","{folderCount} مجلدات","{folderCount} مجلدات"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ملف","{fileCount} ملف","{fileCount} ملفان","{fileCount} ملف","{fileCount} ملفات","{fileCount} ملفات"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["ملف واحد 1 و {folderCount} مجلد","ملف واحد 1 و {folderCount} مجلد","ملف واحد 1 و {folderCount} مجلدان","ملف واحد 1 و {folderCount} مجلد","ملف واحد 1 و {folderCount} مجلدات","ملف واحد 1 و {folderCount} مجلدات"], |