ar.js 3.5 KB

123456789101112131415161718
  1. OC.L10N.register(
  2. "provisioning_api",
  3. {
  4. "Logged in user must be an administrator or have authorization to edit this setting." : "المستخدم الداخل يجب أن يكون مُشرفاً أو يملك صلاحية تعديل الإعدادات.",
  5. "User already exists" : "أنت موجودٌ مُسبقاً",
  6. "Email confirmation" : "تأكيد الإيميل",
  7. "To enable the email address %s please click the button below." : "لتمكين عنوان الإيميل %s، إضغط الزر أدناه رجاءً.",
  8. "Confirm" : "تأكيد",
  9. "Email was already removed from account and cannot be confirmed anymore." : "الإيميل سبق حذفه من الحساب و لا يمكن توكيده بعد الآن.",
  10. "Could not verify mail because the token is expired." : "لا يمكن التحقّق من الإيميل بسبب انتهاء صلاحية الأَمارة token.",
  11. "Could not verify mail because the token is invalid." : "لا يمكن التحقّق من الإيميل بسبب أن الأَمارة token غير صحيحة.",
  12. "An unexpected error occurred. Please contact your admin." : "حدث خطأ غير متوقع. اتصل بالمشرف رجاءً.",
  13. "Email confirmation successful" : "تمّ توكيد الإيميل بنجاح",
  14. "Provisioning API" : "توفير واجهة برمجة التطبيقات API",
  15. "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "هذا التطبيق يُفعّل مجموعة من واجهات API التي يمكن أن تستعملها نُظُم خارجية لإدارة المستخدمين و المجموعات و التطبيقات.",
  16. "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "هذا التطبيق يُفعّل مجموعة من الواجهات API التي يُمكن أن تستعملها نُظُم خارجية للاستعلام و إضافة و تعديل و حذف المستخدمين و المجموعات في نكست كلاود، و تحديد حصصهم التخزينية بمن فيهم مجموعة المشرفين.\n\nكذلك تُمكّن الواجهة من الاستعلام عن تطبيقات نكست كلاود النشطة، و بياناتها، و تُمكّن من تفعيلها أو إلغاء تفعيلها عن بُعدٍ. \n\nبعدما يتم تفعيل التطبيق، يُمكن استخدام طلبيات HTTP request من خلال ترويسة تحقّق بسيطة Basic Auth header لتنفيذ أيٍّ من الوظائف المذكورة أعلاه.\n\nللمزيد، أنظر توثيق Provisioning API؛ وفيه أمثلة عن الاستدعاء call ،و استجابات الخادوم response. \n "
  17. },
  18. "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;");