diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-10 00:19:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-10 00:19:21 +0000 |
commit | 9d7e1e0ba3a3676ca647e18aee4dbd2b629378e4 (patch) | |
tree | c48c25070a15b22755ecfe00b48143d82330eb28 /apps/files/l10n/sv.js | |
parent | 6602b84f9a6e54a5604b2771a9cb040aac6bc506 (diff) | |
download | nextcloud-server-9d7e1e0ba3a3676ca647e18aee4dbd2b629378e4.tar.gz nextcloud-server-9d7e1e0ba3a3676ca647e18aee4dbd2b629378e4.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index ace7635d3b3..379b7f80a2f 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -221,6 +221,7 @@ 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", + "Choose file" : "Välj fil", "Choose {file}" : "Välj {file}", "Add" : "Lägg till", "Loading current folder" : "Laddar aktuell mapp", @@ -279,6 +280,7 @@ OC.L10N.register( "Templates" : "Mallar", "Unable to initialize the templates directory" : "Kunde inte initialisera mall-mappen", "Created new folder \"{name}\"" : "Skapat ny mapp \"{name}\"", + "One of the dropped files could not be processed" : "En av de släppta filerna kunde inte bearbetas", "Uploading \"{filename}\" failed" : "Uppladdning av \"{filename}\" misslyckades", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapp","{folderCount} mappar"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"], |