14 строки
2.9 KiB
JavaScript
14 строки
2.9 KiB
JavaScript
OC.L10N.register(
|
|
"sharepoint",
|
|
{
|
|
"Enforce NTLM auth" : "أفرض المصادقة عبر NTLM",
|
|
"Acquiring a SAML token is attempted first by default." : "تتمّ تلقائيّاً محاولة الحصول على أَمَارَة SAML token أوّلاّ.",
|
|
"SharePoint" : "SharePoint",
|
|
"Host" : "المضيف",
|
|
"Document Library" : "مكتب المستندات",
|
|
"SharePoint Backend" : "خلفية SharePoint",
|
|
"SharePoint Backend for External storages" : "خلفية SharePoint لوحدات التخزين الخارجية",
|
|
"The Sharepoint Backend allows administrators to add Sharepoint document libraries as folders in Nextcloud. This offers an easy way for users to access Sharepoint data in the same place where they find their other files, facilitating collaboration and sharing within and across the borders of the organization. Users can use the desktop client, mobile apps or web interface and comment, tag, share and collaboratively edit files on Sharepoint just like with any other data on Nextcloud.\n\nSupports Sharepoint 2013, 2016 and 365. Nextcloud accesses Sharepoint through the Sharepoint REST API and uses NTLM authentication. Nextcloud respects file access permissions associated with its configured user credentials. Versioning and sharing are handled by Nextcloud.\n\nLearn more about External Storage and Sharepoint on [https://nextcloud.com/storage/](https://nextcloud.com/storage/)" : "تسمح خلفية Sharepoint للمسؤولين بإضافة مكتبات مستندات Sharepoint كمجلدات في Nextcloud. يُوفّر هذا طريقة سهلة للمستخدمين للوصول إلى بيانات Sharepoint في نفس المكان الذي يعثرون فيه على ملفاتهم الأخرى، مما يسهل التعاون والمشاركة داخل وخارج حدود المؤسسة. \n\nيمكن للمستخدمين استخدام عميل سطح المكتب أو تطبيقات الهاتف المحمول أو واجهة الويب والتعليق على الملفات ووضع علامة عليها ومشاركتها وتحريرها بشكل تعاوني على Sharepoint تمامًا كما هو الحال مع أي بيانات أخرى على Nextcloud. \n\nيدعم Sharepoint 2013 و 2016 و 365. يصل Nextcloud إلى Sharepoint من خلال Sharepoint REST API ويستخدم مصادقة NTLM. يحترم Nextcloud أذونات الوصول إلى الملفات المرتبطة ببيانات اعتماد المستخدم التي تم تكوينها. تتولى Nextcloud معالجة الإصدار والمشاركة. \n\nتعرف على المزيد حول التخزين الخارجي و Sharepoint على [https://nextcloud.com/storage/](https://nextcloud.com/storage/) "
|
|
},
|
|
"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;");
|