Skip to content

Commit c9f555e

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent d0856b0 commit c9f555e

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

l10n/nl.js

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/nl.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{ "translations": {
22
"Built-in CODE Server" : "Ingebouwde CODE-Server",
33
"Collabora Online - Built-in CODE Server" : "Collabora Online - Ingebouwde CODE-Server",
4-
"Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use" : "Ingebouwde Collabora Online Development Edition (CODE) server voor lokale testing en non-productie gebruik",
5-
"Your system is ARM64, but you have installed the x86_64 version of the app. Please remove this and" : "Jouw systeem is ARM64, maar je hebt de x86_64 versie van de app geïnstalleerd. Verwijder deze alsjeblieft en",
4+
"Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use" : "Ingebouwde Collabora Online Development Edition (CODE)-server voor lokaal testen en niet-productiegebruik",
5+
"**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)." : "**Deze app moet worden geïnstalleerd en gebruikt in combinatie met de [Nextcloud Office](https://apps.nextcloud.com/apps/richdocuments) integratie-app.**\n\nCollabora Online is een krachtig, op LibreOffice gebaseerd online kantoorpakket met samenwerkingsmogelijkheden, dat alle belangrijke bestandsformaten voor documenten, spreadsheets en presentaties ondersteunt en samenwerkt met alle moderne browsers.\n\n* Deze app biedt een ingebouwde server met alle documentbewerkingsfuncties van Collabora Online.\n* Eenvoudig te installeren, voor persoonlijk gebruik of voor kleine teams.\n* Iets langzamer dan een standalone server en zonder de geavanceerde schaalbaarheidsfuncties.\n\n**Systeemvereisten:**\n- Linux draaiend op ```x86-64``` of ```arm64/aarch64```\n- Een ```glibc``` gebaseerde distributie/container (```musl libc``` wordt **niet** ondersteund)\n- Fontconfig (```libfontconfig.so.1```)\n- Aanvullende vereisten kunnen [hier](https://github.com/CollaboraOnline/richdocumentscode#richdocumentscode) worden gevonden\n\n*De download is vrij groot, dus het is mogelijk dat u een time-out ondervindt wanneer u installeert via de webinterface.* In plaats daarvan kunt u het OCC-commando gebruiken om de ingebouwde server vanaf de commandoregel te installeren:\n\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode\n```\nWaar `wwwrun` de gebruiker van je webserver is. Dit is ```www-data``` op Debian, Ubuntu en afgeleiden, `wwwrun` op SUSE gebaseerde distributies, `apache` op Red Hat/Fedora en `http` op Arch linux en afgeleiden.\n\nUpdates kunnen als volgt worden uitgevoerd:\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:update --all\n```\n\nU kunt natuurlijk ook het geheugengebruik en de standaard time-outs van PHP verhogen, zie de [Nextcloud documentatie.](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html?highlight=php%20timeout#configuring-your-web-server).\n\nAanvullende tips voor het oplossen van problemen vindt u [hier](https://github.com/CollaboraOnline/richdocumentscode?tab=readme-ov-file#troubleshooting).",
6+
"Your system is ARM64, but you have installed the x86_64 version of the app. Please remove this and" : "Jouw systeem is ARM64, maar je hebt de x86_64 versie van de App geïnstalleerd. Verwijder deze alsjeblieft en",
67
"install the correct version from the Nextcloud App Store." : "installeer de juiste versie vanuit de Nextcloud App Store.",
7-
"Your system is x86_64, but you have installed the ARM64 version of the app. Please remove this and" : "Jouw systeem is x86_64, maar je hebt de ARM64 versie van de app geïnstalleerd. Verwijder deze alsjeblieft en",
8+
"Your system is x86_64, but you have installed the ARM64 version of the app. Please remove this and" : "Jouw systeem is x86_64, maar je hebt de ARM64 versie van de App geïnstalleerd. Verwijder deze alsjeblieft en",
89
"You have the Collabora Online app enabled. For further information and configuration, please check:" : "Je hebt de Collabora Online app ingeschakeld. Voor meer informatie een configuratie, gelieve te gaan naar:",
10+
"Administration settings > Nextcloud Office" : "Instellingen > Office",
11+
"The Built-in CODE Server is designed to work with the Nextcloud Office app." : "De ingebouwde CODE-server is ontworpen om te werken met de Nextcloud Office-app.",
912
"Install it from the Nextcloud App Store." : "Installeer het vanaf de Nextcloud App Store.",
1013
"An error occurred while trying to check your Collabora Online app installation. You may report this error\n with the tag: <em>richdocuments-EnabledCheckFailed</em>" : "Er is een fout opgetreden bij het controleren van de installatie van je Collabora Online-app. Je kunt deze fout melden\nmet dit label: <em>richdocuments-EnabledCheckFailed</em>"
1114
},"pluralForm" :"nplurals=2; plural=(n != 1);"

0 commit comments

Comments
 (0)