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 Feb 9, 2025
1 parent 7c8489c commit 89b8a65
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions l10n/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@ OC.L10N.register(
{
"Files download limit" : "Grænse for download af filer",
"File link share download limit" : "Grænse for download af fillinkdeling",
"This app allows limiting the number of downloads for external link shares." : "Denne app giver mulighed for at begrænse antallet af downloads for eksterne link delinger.",
"Limit downloads" : "Begræns downloads",
"Set download limit" : "Indstil downloadgrænse",
"_1 remaining download allowed_::_{count} remaining downloads allowed_" : ["1 resterende download tilladt","{count} resterende downloads tilladt"],
"Setting a new limit will reset the download count" : "Angivelse af en ny grænse vil nulstille download tællingen",
"The minimum limit is 1" : "Minimumsgrænsen er 1",
"Failed to set download limit" : "Kunne ikke sætte downloadgrænse",
"Failed to remove download limit" : "Kunne ikke fjerne downloadgrænse",
"_1 remaining download allowed_::_{count} remaining downloads allowed_" : ["1 resterende download tilladt","{count} resterende tilladte downloads"],
"Download limit" : "Downloadgrænse",
"Configure the default download limit for external shares." : "Konfigurer standard downloadgrænse for eksterne delinger.",
"Set default download limit" : "Angiv standard downloadgrænse",
"Failed to set default download limit" : "Kunne ikke sætte standard downloadgrænse",
"You have reached the maximum amount of downloads allowed" : "Du har nået det maksimale antal tilladte downloads",
"This share has a limited number of downloads. Are you sure you want to trigger a new download?" : "Denne andel har et begrænset antal downloads. Er du sikker på, at du vil starte en ny download?"
"This share has a limited number of downloads. Are you sure you want to trigger a new download?" : "Denne deling har et begrænset antal downloads. Er du sikker på, at du vil starte en ny download?"
},
"nplurals=2; plural=(n != 1);");
12 changes: 10 additions & 2 deletions l10n/da.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{ "translations": {
"Files download limit" : "Grænse for download af filer",
"File link share download limit" : "Grænse for download af fillinkdeling",
"This app allows limiting the number of downloads for external link shares." : "Denne app giver mulighed for at begrænse antallet af downloads for eksterne link delinger.",
"Limit downloads" : "Begræns downloads",
"Set download limit" : "Indstil downloadgrænse",
"_1 remaining download allowed_::_{count} remaining downloads allowed_" : ["1 resterende download tilladt","{count} resterende downloads tilladt"],
"Setting a new limit will reset the download count" : "Angivelse af en ny grænse vil nulstille download tællingen",
"The minimum limit is 1" : "Minimumsgrænsen er 1",
"Failed to set download limit" : "Kunne ikke sætte downloadgrænse",
"Failed to remove download limit" : "Kunne ikke fjerne downloadgrænse",
"_1 remaining download allowed_::_{count} remaining downloads allowed_" : ["1 resterende download tilladt","{count} resterende tilladte downloads"],
"Download limit" : "Downloadgrænse",
"Configure the default download limit for external shares." : "Konfigurer standard downloadgrænse for eksterne delinger.",
"Set default download limit" : "Angiv standard downloadgrænse",
"Failed to set default download limit" : "Kunne ikke sætte standard downloadgrænse",
"You have reached the maximum amount of downloads allowed" : "Du har nået det maksimale antal tilladte downloads",
"This share has a limited number of downloads. Are you sure you want to trigger a new download?" : "Denne andel har et begrænset antal downloads. Er du sikker på, at du vil starte en ny download?"
"This share has a limited number of downloads. Are you sure you want to trigger a new download?" : "Denne deling har et begrænset antal downloads. Er du sikker på, at du vil starte en ny download?"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 89b8a65

Please sign in to comment.