diff options
Diffstat (limited to 'apps/files/l10n/sv.json')
-rw-r--r-- | apps/files/l10n/sv.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index b1cffc70edb..2c01eb7cdbe 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -170,7 +170,6 @@ "Reload current directory" : "Ladda om nuvarande mapp", "Go to the \"{dir}\" directory" : "Gå till \"{dir}\" mappen", "Drag and drop files here to upload" : "Dra och släpp filer här för att ladda upp", - "Uploading \"{filename}\" failed" : "Uppladdning av \"{filename}\" misslyckades", "Upload successful" : "Uppladdningen lyckades", "\"{displayName}\" action executed successfully" : "\"{displayName}\"-åtgärden har utförts", "\"{displayName}\" action failed" : "\"{displayName}\"-åtgärden misslyckades", @@ -231,7 +230,10 @@ "Shared" : "Delad", "Switch to list view" : "Växla till listvy", "Switch to grid view" : "Växla till rutnätsvy", + "Your have used your space quota and cannot upload files anymore" : "Du har använt din utrymmeskvot och kan inte längre ladda upp filer", "You don’t have permission to upload or create files here" : "Du har inte tillåtelse att ladda upp eller skapa filer här", + "Error during upload: {message}" : "Fel vid uppladdning: {message}", + "Unknown error during upload" : "Okänt fel under uppladdning", "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", @@ -274,6 +276,7 @@ "Templates" : "Mallar", "Unable to initialize the templates directory" : "Kunde inte initialisera mall-mappen", "Created new folder \"{name}\"" : "Skapat ny mapp \"{name}\"", + "Uploading \"{filename}\" failed" : "Uppladdning av \"{filename}\" misslyckades", "_{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"], |