diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-07 00:19:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-07 00:19:57 +0000 |
commit | 84af629fa598b340c089c023db665238aee00c38 (patch) | |
tree | 44789aad704d58527d37cd56c641c787ec9ed91a /apps/files/l10n/ar.js | |
parent | 10215508437c0334aaa6823d7b539dd4208b8c3b (diff) | |
download | nextcloud-server-84af629fa598b340c089c023db665238aee00c38.tar.gz nextcloud-server-84af629fa598b340c089c023db665238aee00c38.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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index fe33580e848..ba3a2b85a30 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -172,7 +172,6 @@ OC.L10N.register( "Reload current directory" : "إعادة تحميل المجلد الحالي", "Go to the \"{dir}\" directory" : "إنتقل إلى المجلد \"{dir}\"", "Drag and drop files here to upload" : "إسحَب و أفلِت الملفات هنا لرفعها", - "Uploading \"{filename}\" failed" : "فشل في تحديث \"{filename}\" ", "Upload successful" : "تمّ الرفع بنجاحٍ", "\"{displayName}\" action executed successfully" : "\"{displayName}\" الأمر نُفّذ بنجاح", "\"{displayName}\" action failed" : "\"{dispalyName}\" الأمر أخفق عند التنفيذ", @@ -233,7 +232,10 @@ OC.L10N.register( "Shared" : "مُشارَكة", "Switch to list view" : "التبديل إلى عرض القائمة", "Switch to grid view" : "بدِّل إلى المنظور الصندوقي", + "Your have used your space quota and cannot upload files anymore" : "لقد استنفذت حصتك التخزينية و لم يعد بإمكانك رفع أي ملفات بعدُ", "You don’t have permission to upload or create files here" : "لا تملك الصلاحية لرفع او انشاء ملف هنا ", + "Error during upload: {message}" : "حدث خطأ أثناء الرفع: {message}", + "Unknown error during upload" : "خطأ غير محدد حدث أثناء الرفع", "Open the files app settings" : "إفتح إعدادات تطبيق الملفات", "Files settings" : "إعدادات الملفات", "File cannot be accessed" : "الملف لم يمكن الوصول إليه", @@ -276,6 +278,7 @@ OC.L10N.register( "Templates" : "القوالب", "Unable to initialize the templates directory" : "تعذر تهيئة دليل القوالب", "Created new folder \"{name}\"" : "تمّ إنشاء مجلد جديد باسم \"{name}\"", + "Uploading \"{filename}\" failed" : "فشل في تحديث \"{filename}\" ", "_{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} مجلدات"], |