diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-30 00:26:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-30 00:26:30 +0000 |
commit | 5e6280d757b72e2253b117d37f31b6e4ce9ed8ad (patch) | |
tree | 5e69886379f16035311bb97077e56e882b20cd58 /apps/files/l10n/da.json | |
parent | 406aeb81f9e645e8dce7c712d7bd68b5bec92523 (diff) | |
download | nextcloud-server-5e6280d757b72e2253b117d37f31b6e4ce9ed8ad.tar.gz nextcloud-server-5e6280d757b72e2253b117d37f31b6e4ce9ed8ad.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/da.json')
-rw-r--r-- | apps/files/l10n/da.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json index 06b7e997fc5..5454f810a5e 100644 --- a/apps/files/l10n/da.json +++ b/apps/files/l10n/da.json @@ -30,6 +30,7 @@ "Move" : "Flyt", "Copy" : "Kopier", "Choose target folder" : "Vælg destinationsmappe", + "Set reminder" : "Sæt påmindelse", "Edit locally" : "Rediger lokalt", "Open" : "Åbn", "Delete file" : "Slet fil", @@ -166,10 +167,17 @@ "File Management" : "Filhåndtering", "Reload current directory" : "Genindlæs den aktuelle mappe", "Go to the \"{dir}\" directory" : "Gå til mappen \"{dir}\"", + "Upload successful" : "Succesfuld upload", + "Rename file" : "Omdøb fil", + "File name" : "Filnavn", "Folder name" : "Mappenavn", + "Download file {name}" : "Download fil {name}", "Name cannot be empty" : "Navn må ikke være tomt", "Select all" : "Vælg alle", + "Unselect all" : "Fravælg alle", "File not found" : "Filen blev ikke fundet", + "_{count} file_::_{count} files_" : ["{count} fil","{count} filer"], + "_{count} folder_::_{count} folders_" : ["{count} mapper","{count} mapper"], "Storage informations" : "Lagerinformationer", "{usedQuotaByte} used" : "{usedQuotaByte} brugt", "{relative}% used" : "{relative}% brugt", @@ -213,9 +221,19 @@ "Blank" : "Tom", "Unable to create new file from template" : "Kan ikke oprette ny fil fra skabelonen", "Delete permanently" : "Slet permanent", + "The files is locked" : "Filerne er låste", + "The file does not exist anymore" : "Filen findes ikke længere", + "Chose destination" : "Vælg destionation", + "Copy to {target}" : "Kopiér til {target}", + "Move to {target}" : "Flyt til {target}", + "Open in Files" : "Åben i Filer", "Open details" : "Mere information", "Templates" : "Skabeloner", "Unable to initialize the templates directory" : "Kan ikke initialisere skabelonmappen", + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mapper","1 fil og {folderCount} mapper"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil og 1 mapper","{fileCount} filer og 1 mapper"], + "{fileCount} files and {folderCount} folders" : "{fileCount} filer og {folderCount} mapper", "No favorites yet" : "Ingen foretrukne endnu", "Files and folders you mark as favorite will show up here" : "Filer og mapper som du har markeret som foretrukne, vil blive vist her", "All files" : "Alle filer", @@ -243,6 +261,9 @@ "Pending shares" : "Afventende delinger", "This file has the tag {tag}" : "Denne fil har tagget {tag}", "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}", + "ascending" : "stigende", + "descending" : "faldende", + "Sort list by {column} ({direction})" : "Sortér liste efter {column} ({direction})", "Choose" : "Vælg" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |