nextcloud/apps/user_ldap/l10n/ar.js

36 lines
2.5 KiB
JavaScript

OC.L10N.register(
"user_ldap",
{
"Failed to clear the mappings." : "فشل مسح الارتباطات (mappings)",
"Failed to delete the server configuration" : "تعذر حذف ملف إعدادات الخادم",
"The configuration is valid and the connection could be established!" : "الإعدادت صحيحة",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "الإعدادات صحيحة، لكن لم ينجح الارتباط. يرجى التأكد من إعدادات الخادم وبيانات التحقق من الدخول.",
"The configuration is invalid. Please have a look at the logs for further details." : "الإعدادات غير صحيحة. يرجى الاطلاع على سجلات المتابعة للمزيد من التفاصيل.",
"No action specified" : "لم يتم تحديد الإجراء",
"No configuration specified" : "لم يتم تحديد الإعدادات.",
"No data specified" : "لم يتم تحديد البيانات.",
" Could not set configuration %s" : "تعذر تنفيذ الإعداد %s",
"Configuration incorrect" : "الإعدادات غير صحيحة",
"Configuration incomplete" : "الإعدادات غير مكتملة",
"Configuration OK" : "الإعدادات صحيحة",
"Select groups" : "إختر مجموعة",
"Select object classes" : "اختر أصناف المكونات",
"{nthServer}. Server" : "الخادم {nthServer}.",
"Do you really want to delete the current Server Configuration?" : "هل ترغب فعلاً في حذف إعدادات الخادم الحالي؟",
"Confirm Deletion" : "تأكيد الحذف",
"Select attributes" : "اختر الخصائص",
"_%s group found_::_%s groups found_" : ["لا توجد مجموعات: %s","تم إيجاد %s مجموعة واحدة","تم إيجاد %s مجموعتين","تم إيجاد %s مجموعات","تم إيجاد %s مجموعة","تم إيجاد %s مجموعة/مجموعات"],
"Server" : "خادم",
"Users" : "المستخدمين",
"Groups" : "مجموعات",
"Help" : "المساعدة",
"Host" : "المضيف",
"Port" : "المنفذ",
"Password" : "كلمة المرور",
"Back" : "رجوع",
"Continue" : "المتابعة",
"Advanced" : "تعديلات متقدمه",
"Email Field" : "خانة البريد الإلكتروني"
},
"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;");