{ "translations": {
"Built-in CODE Server" : "خادوم كولّابورا CODE المُدمَج",
"Collabora Online - Built-in CODE Server" : "كولّابورا على الويب. خادوم كولّابورا CODE المُدمج",
"Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use" : "نسخة خادوم مُدمج لتطوير كولّابورا على الويب (CODE) للاختبار المحلي في بيئة غير فعلية. ",
"**This app has to be installed and used together with the [Nextcloud Office](https://apps.nextcloud.com/apps/richdocuments) integration app.**\n\nCollabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.\n\n* This app provides a built-in server with all of the document editing features of Collabora Online.\n* Easy to install, for personal use or for small teams.\n* A bit slower than a standalone server and without the advanced scalability features.\n\n**System Requirements:**\n- Linux running on ```x86-64``` or ```arm64/aarch64```\n- A ```glibc``` based distribution/container (```musl libc``` is **not** supported)\n- Fontconfig (```libfontconfig.so.1```)\n- Additional requirements can be found in [here](https://github.com/CollaboraOnline/richdocumentscode#richdocumentscode)\n\n*The download is rather big so it is possible you will experience a time-out when installing via the web interface.* You can use the OCC command install the built-in server from the command-line instead:\n\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode\n```\nWhere `wwwrun` is the user of your web server. This is ```www-data``` on Debian, Ubuntu and derivatives, `wwwrun` on SUSE based distributions, `apache` on Red Hat/Fedora and `http` on Arch linux and derivatives.\n\nUpdates can be done like this:\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:update --all\n```\n\nOf course, alternatively you could increase memory usage and PHP time-outs by default, see the [Nextcloud documentation.](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html?highlight=php%20timeout#configuring-your-web-server)\n\nAdditional troubleshooting tips can be found [here](https://github.com/CollaboraOnline/richdocumentscode?tab=readme-ov-file#troubleshooting)." : "**يجب تثبيت هذا التطبيق واستخدامه مع تطبيق التكامل [حزمة نكست كلاود لتطبيقات المكتب Nextcloud Office] (https://apps.nextcloud.com/apps/richdocuments).
** Collabora Online عبارة عن حزمة قوية من تطبيقات المكتب عبر الإنترنت تعتمد على LibreOffice وتتميز بإمكانية التحرير التعاوني، وتدعم جميع تنسيقات المستندات وجداول البيانات وملفات العروض التقديمية الرئيسية وتعمل مع جميع المتصفحات الحديثة.
* يوفر هذا التطبيق خادومًا مدمجًا به جميع ميزات تحرير المستندات في Collabora Online.
* سهولة التركيب، للاستخدام الشخصي أو للفرق الصغيرة.
* أبطأ قليلاً من الخادوم المستقل وبدون ميزات قابلية التوسع المتقدمة.
** متطلبات النظام: **
- Linux يعمل على ```x86-64``` أو ```arm64/aarch64```
- حاوية/توزيع تعتمد على ```glibc``` (```musl libc``` **غير** مدعومة)
- Fontconfig ـ (```libfontconfig.so.1```)
- يمكن العثور على المتطلبات الإضافية في [هنا] (https://github.com/CollaboraOnline/richdocumentscode#richdocumentscode)
*التنزيل كبير نوعًا ما، لذا من الممكن أن تستغرق بعض الوقت عند التثبيت عبر واجهة الويب.
* يمكنك استخدام أمر OCC لتثبيت الخادوم المدمج من سطر الأوامر بدلاً من ذلك:
```