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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jul 20, 2024
1 parent b18f27a commit 0e1b397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion l10n/da.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
OC.L10N.register(
"files_pdfviewer",
{
"PDF viewer" : "PDF viewer"
"PDF viewer" : "PDF viewer",
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Se PDF-dokumenter direkte i din Nextcloud.\nSom en ekstra bonus kan denne app også vise Adobe Illustrator (.ai)-filer.\nDrevet af [pdf.js](https://mozilla.github.io/pdf.js/)",
"File upload failed." : "Upload fejlede"
},
"nplurals=2; plural=(n != 1);");
4 changes: 3 additions & 1 deletion l10n/da.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{ "translations": {
"PDF viewer" : "PDF viewer"
"PDF viewer" : "PDF viewer",
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Se PDF-dokumenter direkte i din Nextcloud.\nSom en ekstra bonus kan denne app også vise Adobe Illustrator (.ai)-filer.\nDrevet af [pdf.js](https://mozilla.github.io/pdf.js/)",
"File upload failed." : "Upload fejlede"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 0e1b397

Please sign in to comment.