mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Added Swedish translation
This commit is contained in:
32
resources/lang/sv/components.php
Normal file
32
resources/lang/sv/components.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
return [
|
||||
|
||||
/**
|
||||
* Image Manager
|
||||
*/
|
||||
'image_select' => 'Val av bild',
|
||||
'image_all' => 'Alla',
|
||||
'image_all_title' => 'Visa alla bilder',
|
||||
'image_book_title' => 'Visa bilder som laddats upp till den aktuella boken',
|
||||
'image_page_title' => 'Visa bilder som laddats upp till den aktuella sidan',
|
||||
'image_search_hint' => 'Sök efter bildens namn',
|
||||
'image_uploaded' => 'Laddades upp :uploadedDate',
|
||||
'image_load_more' => 'Ladda fler',
|
||||
'image_image_name' => 'Bildnamn',
|
||||
'image_delete_confirm' => 'Den här bilden används på nedanstående sidor, klicka på "ta bort" en gång till för att bekräfta att du vill ta bort bilden.',
|
||||
'image_select_image' => 'Välj bild',
|
||||
'image_dropzone' => 'Släpp bilder här eller klicka för att ladda upp',
|
||||
'images_deleted' => 'Bilder borttagna',
|
||||
'image_preview' => 'Förhandsgranskning',
|
||||
'image_upload_success' => 'Bilden har laddats upp',
|
||||
'image_update_success' => 'Bildens uppgifter har ändrats',
|
||||
'image_delete_success' => 'Bilden har tagits bort',
|
||||
|
||||
/**
|
||||
* Code editor
|
||||
*/
|
||||
'code_editor' => 'Redigera kod',
|
||||
'code_language' => 'Språk',
|
||||
'code_content' => 'Kod',
|
||||
'code_save' => 'Spara',
|
||||
];
|
Reference in New Issue
Block a user