diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-08 02:26:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-08 02:26:27 +0000 |
commit | c7ab34a459261af44ff4565e87f0a78b863e1585 (patch) | |
tree | 8f177d4d9bd510cece7e52acf88a79f562554d65 /lib/l10n/ar.js | |
parent | 55986382e8bc7d5f94047b0f25a1057a1d882674 (diff) | |
download | nextcloud-server-c7ab34a459261af44ff4565e87f0a78b863e1585.tar.gz nextcloud-server-c7ab34a459261af44ff4565e87f0a78b863e1585.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ar.js')
-rw-r--r-- | lib/l10n/ar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js index 392fcb7ee15..448cafeee68 100644 --- a/lib/l10n/ar.js +++ b/lib/l10n/ar.js @@ -114,11 +114,11 @@ OC.L10N.register( "Application is not enabled" : "التطبيق غير مفعّل", "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", "Token expired. Please reload page." : "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة", - "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "يمكن إصلاح هذا الخطا بإعطاء مخدّم الموقع صلاحيات التعديل على مجلد الإعدادات. أنظر %s", "Storage is temporarily not available" : "وحدة التخزين غير متوفرة", "This can usually be fixed by giving the webserver write access to the config directory" : "يمكن حل هذا عادة بإعطاء خادم الوب صلاحية الكتابة في مجلد config", "Can't create or write into the data directory %s" : "لا يمكن الإنشاء أو الكتابة في مجلد البيانات %s", "Invalid Federated Cloud ID" : "معرّف سحابة الاتحاد غير صالح", - "Can't read file" : "لا يمكن قراءة الملف" + "Can't read file" : "لا يمكن قراءة الملف", + "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "يمكن إصلاح هذا الخطا بإعطاء مخدّم الموقع صلاحيات التعديل على مجلد الإعدادات. أنظر %s" }, "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;"); |