0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-07 09:30:58 +00:00

New translations components.php (Swedish)

This commit is contained in:
Dan Brown 2020-10-30 10:51:21 +00:00
parent 2a4607bb3f
commit 0f69dafe97

View file

@ -15,7 +15,7 @@ return [
'image_load_more' => 'Ladda fler', 'image_load_more' => 'Ladda fler',
'image_image_name' => 'Bildnamn', 'image_image_name' => 'Bildnamn',
'image_delete_used' => 'Den här bilden används på nedanstående sidor.', 'image_delete_used' => 'Den här bilden används på nedanstående sidor.',
'image_delete_confirm_text' => 'Are you sure you want to delete this image?', 'image_delete_confirm_text' => 'Är du säker på att du vill radera denna bild?',
'image_select_image' => 'Välj bild', 'image_select_image' => 'Välj bild',
'image_dropzone' => 'Släpp bilder här eller klicka för att ladda upp', 'image_dropzone' => 'Släpp bilder här eller klicka för att ladda upp',
'images_deleted' => 'Bilder borttagna', 'images_deleted' => 'Bilder borttagna',
@ -29,6 +29,6 @@ return [
'code_editor' => 'Redigera kod', 'code_editor' => 'Redigera kod',
'code_language' => 'Språk', 'code_language' => 'Språk',
'code_content' => 'Kod', 'code_content' => 'Kod',
'code_session_history' => 'Session History', 'code_session_history' => 'Sessionshistorik',
'code_save' => 'Spara', 'code_save' => 'Spara',
]; ];