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 Jul 20, 2024
1 parent 7a4ceeb commit aa64075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions l10n/da.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/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"Built-in CODE Server" : "Indbygget CODE Server",
"Collabora Online - Built-in CODE Server" : "Collabora Online - Indbygget CODE Server",
"Built-in Collabora Online Development Edition (CODE) server for local testing and non-production use" : "Indbygget Collabora Online Development Edition (CODE) Server for lokal testning og ikke-produktions brug",
"**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)." : "**Denne app skal installeres og bruges sammen med integrationsappen [Nextcloud Office](https://apps.nextcloud.com/apps/richdocuments).**\n\nCollabora Online er en kraftfuld LibreOffice-baseret online kontorpakke med kollaborativ redigering, som understøtter alle større dokumenter, regneark og præsentationsfilformater og fungerer sammen med alle moderne browsere.\n\n* Denne app giver en indbygget server med alle dokumentredigeringsfunktionerne i Collabora Online.\n* Let at installere, til personlig brug eller til små teams.\n* Lidt langsommere end en selvstændig server og uden de avancerede skalerbarhedsfunktioner.\n\n**Systemkrav:**\n- Linux kører på ```x86-64``` eller ```arm64/aarch64```\n- En ```glibc``` baseret distribution/beholder (```musl libc``` er **ikke** understøttet)\n- Fontconfig (```libfontconfig.so.1```)\n- Yderligere krav kan findes i [her](https://github.com/CollaboraOnline/richdocumentscode#richdocumentscode)\n\n*Downloaden er ret stor, så det er muligt, at du vil opleve en time-out, når du installerer via webgrænsefladen.* Du kan bruge OCC-kommandoen til at installere den indbyggede server fra kommandolinjen i stedet:\n\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:installer richdocumentscode\n```\nHvor 'wwwrun' er brugeren af ​​din webserver. Dette er ```www-data``` på Debian, Ubuntu og derivater, `wwwrun` på SUSE-baserede distributioner, `apache` på Red Hat/Fedora og `http` på Arch linux og derivater.\n\nOpdateringer kan gøres sådan:\n```\nsudo -u wwwrun php -d memory_limit=512M ./occ app:update --all\n```\n\nSelvfølgelig kan du alternativt øge hukommelsesforbruget og PHP time-outs som standard, se [Nextcloud-dokumentationen.](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html?highlight=php%20timeout#configuring-your-web-server)\n\nYderligere tip til fejlfinding kan findes [her](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" : "Dit system er ARM64, men du har installeret x86_64 bit versionen af denne app. Venligst fjern dette og",
"install the correct version from the Nextcloud App Store." : "installer den korrekte version fra Nextcloud App Store.",
"Your system is x86_64, but you have installed the ARM64 version of the app. Please remove this and" : "Dit system er x86_64, men du har installeret ARM64 versionen af denne app. Venligst fjern dette og",
Expand Down

0 comments on commit aa64075

Please sign in to comment.