mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Followed Laravel 9 update steps and file changes
This commit is contained in:
34
lang/lt/components.php
Normal file
34
lang/lt/components.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
/**
|
||||
* Text used in custom JavaScript driven components.
|
||||
*/
|
||||
return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Nuotraukų pasirinkimas',
|
||||
'image_all' => 'Visi',
|
||||
'image_all_title' => 'Rodyti visas nuotraukas',
|
||||
'image_book_title' => 'Peržiūrėti nuotraukas, įkeltas į šią knygą',
|
||||
'image_page_title' => 'Peržiūrėti nuotraukas, įkeltas į šį puslapį',
|
||||
'image_search_hint' => 'Ieškoti pagal nuotraukos pavadinimą',
|
||||
'image_uploaded' => 'Įkelta :uploadedDate',
|
||||
'image_load_more' => 'Rodyti daugiau',
|
||||
'image_image_name' => 'Nuotraukos pavadinimas',
|
||||
'image_delete_used' => 'Ši nuotrauka yra naudojama puslapyje žemiau.',
|
||||
'image_delete_confirm_text' => 'Ar jūs esate tikri, kad norite ištrinti šią nuotrauką?',
|
||||
'image_select_image' => 'Pasirinkti nuotrauką',
|
||||
'image_dropzone' => 'Tempkite nuotraukas arba spauskite šia, kad įkeltumėte',
|
||||
'images_deleted' => 'Nuotraukos ištrintos',
|
||||
'image_preview' => 'Nuotraukų peržiūra',
|
||||
'image_upload_success' => 'Nuotrauka įkelta sėkmingai',
|
||||
'image_update_success' => 'Nuotraukos detalės sėkmingai atnaujintos',
|
||||
'image_delete_success' => 'Nuotrauka sėkmingai ištrinti',
|
||||
'image_upload_remove' => 'Pašalinti',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Redaguoti kodą',
|
||||
'code_language' => 'Kodo kalba',
|
||||
'code_content' => 'Kodo turinys',
|
||||
'code_session_history' => 'Sesijos istorija',
|
||||
'code_save' => 'Išsaugoti kodą',
|
||||
];
|
Reference in New Issue
Block a user