summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/sv.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-09-28 00:28:07 +0000
committerNextcloud bot <bot@nextcloud.com>2023-09-28 00:28:07 +0000
commit534c1ad06a0e7871d25d39ec835713aefd8eacc9 (patch)
treecc8fe726281b194325106697d48c885777199ec1 /apps/files/l10n/sv.js
parentd070d5e958cb5fbd19bc1d6498d5fde5934bedb6 (diff)
downloadnextcloud-server-534c1ad06a0e7871d25d39ec835713aefd8eacc9.tar.gz
nextcloud-server-534c1ad06a0e7871d25d39ec835713aefd8eacc9.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/sv.js')
-rw-r--r--apps/files/l10n/sv.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index a444edef6df..d9d825ac5dd 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -188,6 +188,8 @@ OC.L10N.register(
"Could not rename \"{oldName}\", it does not exist any more" : "Kunde inte byta namn på \"{oldName}\", den finns inte längre",
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Namnet \"{newName}\" används redan i mappen \"{dir}\". Välj ett annat namn.",
"Could not rename \"{oldName}\"" : "Kunde inte byta namn på \"{oldName}\"",
+ "Could not copy {file}. {message}" : "Kunde inte kopiera {file}. {message}",
+ "Could not move {file}. {message}" : "Kunde inte flytta {file}. {message}",
"Total rows summary" : "Sammanfattning antal rader",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" misslyckades med vissa element",
"\"{displayName}\" batch action executed successfully" : "Batchåtgärden \"{displayName}\" har utförts",
@@ -249,8 +251,16 @@ OC.L10N.register(
"Blank" : "Tom",
"Unable to create new file from template" : "Kunde inte skapa fil från mall",
"Delete permanently" : "Ta bort permanent",
+ "Destination is not a folder" : "Destinationen är inte en mapp",
+ "This file/folder is already in that directory" : "Den här filen/mappen finns redan i den katalogen",
+ "You cannot move a file/folder onto itself or into a subfolder of itself" : "Du kan inte flytta en fil/mapp till sig själv eller till en undermapp till sig själv",
+ "A file or folder with that name already exists in this folder" : "En fil eller mapp med det namnet finns redan i den här mappen",
+ "The files is locked" : "Filerna är låsta",
+ "The file does not exist anymore" : "Filen finns inte längre",
+ "Chose destination" : "Välj destination",
"Copy to {target}" : "Kopiera till {target}",
"Move to {target}" : "Flytta till {target}",
+ "Cancelled move or copy operation" : "Flytta eller kopiera avbröts",
"Open folder {displayName}" : "Öppna mappen {displayName}",
"Open in Files" : "Öppna i Filer",
"Open details" : "Öppna detaljer",
@@ -259,6 +269,11 @@ OC.L10N.register(
"Templates" : "Mallar",
"Create new templates folder" : "Skapa ny mallmapp",
"Unable to initialize the templates directory" : "Kunde inte initialisera mall-mappen",
+ "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapp","{folderCount} mappar"],
+ "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"],
+ "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil och {folderCount} mapp","1 fil och {folderCount} mappar"],
+ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil och 1 mapp","{fileCount} filer och 1 mapp"],
+ "{fileCount} files and {folderCount} folders" : "{fileCount} filer och {folderCount} mappar",
"List of favorites files and folders." : "Lista över favoritfiler och mappar.",
"No favorites yet" : "Inga favoriter ännu",
"Files and folders you mark as favorite will show up here" : "Filer och mappar markerade som favoriter kommer att visas här",