Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jun 18, 2024
1 parent c0411b2 commit c7e70db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions l10n/gl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions l10n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"Built-in CODE Server" : "Servidor de CODE integrado",
"Collabora Online - Built-in CODE Server" : "Servidor integrado de Collabora Online",
"Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use" : "Servidor de Collabora Online Development Edition (CODE) integrado para probas locais e uso sen produción",
"**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)." : "**Esta aplicación debe instalarse e usarse xunto coa aplicación de integración [Nextcloud Office](https://apps.nextcloud.com/apps/richdocuments)**\n\nCollabora Online é unha potente suite ofimática en liña baseada en LibreOffice con edición colaborativa, que admite todos os principais formatos de documentos, follas de cálculo e ficheiros de presentación e funciona xunto con todos os navegadores modernos.\n\n* Esta aplicación ofrece un servidor integrado con todas as funcións de edición de documentos de Collabora Online. \n* Doada de instalar, para uso persoal ou para equipos pequenos.\n* Un pouco máis lento que un servidor autónomo e sen as funcións avanzadas de escalabilidade.\n\n***Requisitos do sistema:**\n- Linux funcionando en «x86-64» ou «arm64/aarch64»\n- Unha distribución/contedor baseado en «glibc» («musl libc» **non** é compatíbel)\n- Fontconfig («libfontconfig.so.1»)\n- Podes atopar requisitos adicionais [aquí](https://github.com/CollaboraOnline/richdocumentscode#richdocumentscode)\n\n*A descarga é bastante grande polo que é posíbel que experimente un tempo de espera ao usar a interface web. Pode usar a ferramenta de liña de ordes OCC para instalar o servidor incorporado:\n\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode\n```\nOnde «wwwrun» é o usuario do seu servidor web. Trátase de «www-data» en Debian, Ubuntu e derivados, «wwwrun» en distribucións baseadas en SUSE, «apache» en Red Hat / Fedora e «http» en Arch linux e derivados.\n\nAs actualizacións pódense facer así:\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:update --all\n```\n\nPor suposto, tamén pode aumentar o uso de memoria e os tempos de espera PHP predeterminados, consulte a [documentación de Nextcloud.](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html?highlight=php%20timeout#configuring-your-web-server)\nAtopará máis consellos para a resolución de problemas [aquí](https://github.com/CollaboraOnline/richdocumentscode?tab=readme-ov-file#troubleshooting).",
"Your system is ARM64, but you have installed the x86_64 version of the app. Please remove this and" : "O seu sistema é ARM64, pero instalou a versión x86_64 da aplicación. retire isto e",
"install the correct version from the Nextcloud App Store." : "instale a versión correcta dende a tenda de aplicacións de Nextcloud.",
"Your system is x86_64, but you have installed the ARM64 version of the app. Please remove this and" : "O seu sistema é x86_64, pero instalou a versión ARM64 da aplicación. Retire isto isto e",
Expand Down

0 comments on commit c7e70db

Please sign in to comment.