diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:25:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:25:59 +0000 |
commit | dfbc0d8572395c459aa80df5e503b8688e2b7f6f (patch) | |
tree | e9f4e8342840c78bd5c24d8f7f418d9f28d52a36 /lib/l10n/ar.js | |
parent | b7d0c6031f5a7f744d73da1446663a6f0e4cd94c (diff) | |
download | nextcloud-server-dfbc0d8572395c459aa80df5e503b8688e2b7f6f.tar.gz nextcloud-server-dfbc0d8572395c459aa80df5e503b8688e2b7f6f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ar.js')
-rw-r--r-- | lib/l10n/ar.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js index 3f11c0dc20b..53efdc12df0 100644 --- a/lib/l10n/ar.js +++ b/lib/l10n/ar.js @@ -244,8 +244,6 @@ OC.L10N.register( "Please ask your server administrator to restart the web server." : "يرجى مطالبة مسؤول الخادم بإعادة تشغيل خادم الويب.", "The required %s config variable is not configured in the config.php file." : "مُتغيّر التهيئة %s المطلوب لم تتم تهيئته في الملف config.php.", "Please ask your server administrator to check the Nextcloud configuration." : "رجاءً، أطلب من مشرف نظامك مراجعة تهيئة نكست كلاود Nextcloud configuration.", - "PostgreSQL >= 9 required." : "PostgreSQL >= 9 مطلوبة.", - "Please upgrade your database version." : "رجاءً، قم بترقية إصدار قاعدة بياناتك.", "Your data directory is readable by other users." : "دليل بياناتك data directory يُمكن قراءته من مستخدمين آخرين.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "الرجاء تغيير الصلاحيات إلى 0770 حتى لا يتمكن المستخدمون الآخرون من عرض محتويات المجلد.", "Your data directory must be an absolute path." : "مسار دليل بياناتك data directory يجب أن يكون مساراً مُطلقاً absolute path.", @@ -276,6 +274,8 @@ OC.L10N.register( "The user limit has been reached and the user was not created. Check your notifications to learn more." : "بسبب الوصول إلى الحدّ الأقصى من عدد المستخدمين، لم يتم إنشا المستخدم. رجاءً، راجع إشعاراتك لمزيد المعلومات.", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "مسموح باستخدام الأحرف التالية فقط في اسم المستخدم: \"a-z\" و \"A-Z\" و \"0-9\" و \"_. @ - '\"", "libxml2 2.7.0 is at least required. Currently %s is installed." : "نحتاج النسخة 2.7.0 من libxml2 على الأقل. النسخة المتوافرة حالياً هي %s", - "To fix this issue update your libxml2 version and restart your web server." : "لإصلاح هذه المشكلة، قم بتحديث إصدار libxml2 الخاص بك وأعد تشغيل خادم الويب." + "To fix this issue update your libxml2 version and restart your web server." : "لإصلاح هذه المشكلة، قم بتحديث إصدار libxml2 الخاص بك وأعد تشغيل خادم الويب.", + "PostgreSQL >= 9 required." : "PostgreSQL >= 9 مطلوبة.", + "Please upgrade your database version." : "رجاءً، قم بترقية إصدار قاعدة بياناتك." }, "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;"); |