|
53 | 53 | 'image_upload_replace_type' => 'Image file replacements must be of the same type', |
54 | 54 | 'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.', |
55 | 55 | '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.', |
57 | 57 | '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.', |
58 | 58 |
|
59 | 59 | // Attachments |
|
106 | 106 | 'back_soon' => 'Vi är snart tillbaka.', |
107 | 107 |
|
108 | 108 | // Import |
109 | | - 'import_zip_cant_read' => 'Could not read ZIP file.', |
| 109 | + 'import_zip_cant_read' => 'Kunde inte läsa ZIP-filen.', |
110 | 110 | 'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.', |
111 | 111 | '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.', |
119 | 119 |
|
120 | 120 | // API errors |
121 | 121 | 'api_no_authorization_found' => 'Ingen auktoriseringstoken hittades på denna begäran', |
|
129 | 129 | 'maintenance_test_email_failure' => 'Ett fel uppstod när ett test mail skulle skickas:', |
130 | 130 |
|
131 | 131 | // 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', |
133 | 133 | ]; |
0 commit comments