diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:31 +0000 |
commit | 99be997dcaefbc561e8c8085e01136655ec26247 (patch) | |
tree | 7e4c56e4220aed40986a5989cd734312c56ceff1 /apps/files/l10n/sv.js | |
parent | 012624743917cf9388f2abd33760a50d83d497e9 (diff) | |
download | nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.tar.gz nextcloud-server-99be997dcaefbc561e8c8085e01136655ec26247.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.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 202541ac825..5a5f845a342 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -166,6 +166,7 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Ăgaröverföringen av {path} frĂ„n {user} Ă€r klar.", "in %s" : "om %s", "File Management" : "Filhantering", + "Select all" : "VĂ€lj allt", "Storage informations" : "Lagringsinformation", "{usedQuotaByte} used" : "{usedQuotaByte} anvĂ€nt", "{relative}% used" : "{relative}% anvĂ€nt", @@ -183,6 +184,8 @@ OC.L10N.register( "Ownership transfer request sent" : "FörfrĂ„gan om Ă€garöverföring skickad", "Cannot transfer ownership of a file or folder you do not own" : "Det gĂ„r inte att överföra Ă€ganderĂ€tten till en fil eller mapp som du inte Ă€ger", "Select file or folder to link to" : "VĂ€lj fil eller mapp att lĂ€nka till", + "No files in here" : "Inga filer kunde hittas", + "Go back" : "GĂ„ tillbaks", "Open the files app settings" : "Ăppna filappens instĂ€llningar", "Files settings" : "FilinstĂ€llningar", "File cannot be accessed" : "Det gĂ„r inte att komma Ă„t filen", @@ -205,20 +208,18 @@ OC.L10N.register( "Creating file" : "Skapar fil", "Blank" : "Tom", "Unable to create new file from template" : "Kunde inte skapa fil frĂ„n mall", + "Delete permanently" : "Ta bort permanent", "Set up templates folder" : "Skapa en mapp för mallar", "Templates" : "Mallar", "Unable to initialize the templates directory" : "Kunde inte initialisera mall-mappen", "Toggle %1$s sublist" : "VĂ€xla %1$s sublista", "Toggle grid view" : "VĂ€xla rutnĂ€tsvy", - "No files in here" : "Inga filer kunde hittas", "Upload some content or sync with your devices!" : "Ladda upp innehĂ„ll eller synkronisera med dina enheter!", "No entries found in this folder" : "Inget innehĂ„ll hittades i denna mapp", - "Select all" : "VĂ€lj allt", "Upload too large" : "För stor uppladdning", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filerna du försöker ladda upp överstiger den maximala storleken för filöverföringar pĂ„ servern.", "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", - "Deleted files" : "Borttagna filer", "Shares" : "Delningar", "Shared with others" : "Delas med andra", "Shared with you" : "Delas med mig", @@ -237,6 +238,7 @@ OC.L10N.register( "%s used" : "%s anvĂ€nt", "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s av %2$s anvĂ€nt", - "Settings" : "InstĂ€llningar" + "Settings" : "InstĂ€llningar", + "Deleted files" : "Borttagna filer" }, "nplurals=2; plural=(n != 1);"); |