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 Oct 15, 2024
1 parent 7e23fbe commit 583e364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion l10n/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ OC.L10N.register(
{
"Settings saved" : "Indstillinger gemt",
"File" : "Fil",
"Delete" : "Slet"
"Delete" : "Slet",
"No unacknowledged duplicates found." : "Der blev ikke fundet nogen ikke-godkendte dubletter.",
"Load More" : "Hent flere",
"No acknowledged duplicates found." : "Ingen anerkendte dubletter fundet."
},
"nplurals=2; plural=(n != 1);");
5 changes: 4 additions & 1 deletion l10n/da.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{ "translations": {
"Settings saved" : "Indstillinger gemt",
"File" : "Fil",
"Delete" : "Slet"
"Delete" : "Slet",
"No unacknowledged duplicates found." : "Der blev ikke fundet nogen ikke-godkendte dubletter.",
"Load More" : "Hent flere",
"No acknowledged duplicates found." : "Ingen anerkendte dubletter fundet."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 583e364

Please sign in to comment.