diff options
Diffstat (limited to 'apps/files/l10n/sv.json')
-rw-r--r-- | apps/files/l10n/sv.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index e0fd194194d..18ad58e0644 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -295,9 +295,18 @@ "In folder" : "I mapp", "Search in folder: {folder}" : "Sök i mapp: {folder}", "One of the dropped files could not be processed" : "En av de släppta filerna kunde inte bearbetas", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Din webbläsare stöder inte Filesystem API. Mappar kommer inte att laddas upp", + "No files to upload" : "Inga filer att ladda upp", + "Unable to create the directory {directory}" : "Det gick inte att skapa mappen {directory}", "Some files could not be uploaded" : "Vissa filer kunde inte laddas upp", "Files uploaded successfully" : "Filerna uppladdade", + "No files to process" : "Inga filer att bearbeta", + "Some files could not be copied" : "Vissa filer kunde inte kopieras", "Some files could not be moved" : "Vissa filer kunde inte flyttas", + "Files copied successfully" : "Filerna kopierade", + "Files moved successfully" : "Filerna flyttade", + "Conflicts resolution skipped" : "Konfliktlösning hoppades över", + "Upload cancelled" : "Uppladdning avbruten", "_{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"], |