Skip to content

Commit 148a451

Browse files
committed
New translations errors.php (Swedish)
1 parent eb40c24 commit 148a451

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lang/sv/errors.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'image_upload_replace_type' => 'Image file replacements must be of the same type',
5454
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
5555
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
56-
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
56+
'image_gallery_thumbnail_memory_limit' => 'Misslyckades att skapa galleriminiatyrer på grund av otillräckliga systemresurser.',
5757
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
5858

5959
// Attachments
@@ -106,16 +106,16 @@
106106
'back_soon' => 'Vi är snart tillbaka.',
107107

108108
// Import
109-
'import_zip_cant_read' => 'Could not read ZIP file.',
109+
'import_zip_cant_read' => 'Kunde inte läsa ZIP-filen.',
110110
'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.',
111111
'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.',
112-
'import_validation_failed' => 'Import ZIP failed to validate with errors:',
113-
'import_zip_failed_notification' => 'Failed to import ZIP file.',
114-
'import_perms_books' => 'You are lacking the required permissions to create books.',
115-
'import_perms_chapters' => 'You are lacking the required permissions to create chapters.',
116-
'import_perms_pages' => 'You are lacking the required permissions to create pages.',
117-
'import_perms_images' => 'You are lacking the required permissions to create images.',
118-
'import_perms_attachments' => 'You are lacking the required permission to create attachments.',
112+
'import_validation_failed' => 'ZIP-filen kunde inte valideras med fel:',
113+
'import_zip_failed_notification' => 'Det gick inte att importera ZIP-fil.',
114+
'import_perms_books' => 'Du saknar behörighet att skapa böcker.',
115+
'import_perms_chapters' => 'Du saknar behörighet att skapa kapitel.',
116+
'import_perms_pages' => 'Du saknar behörighet att skapa sidor.',
117+
'import_perms_images' => 'Du saknar behörighet för att skapa bilder.',
118+
'import_perms_attachments' => 'Du saknar behörighet att skapa bilagor.',
119119

120120
// API errors
121121
'api_no_authorization_found' => 'Ingen auktoriseringstoken hittades på denna begäran',
@@ -129,5 +129,5 @@
129129
'maintenance_test_email_failure' => 'Ett fel uppstod när ett test mail skulle skickas:',
130130

131131
// HTTP errors
132-
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
132+
'http_ssr_url_no_match' => 'URL matchar inte de konfigurerade tillåtna SSR-värdarna',
133133
];

0 commit comments

Comments
 (0)