]> BookStack Code Mirror - bookstack/blob - lang/lt/components.php
CSS: Updated status colors to be CSS variables, Added dark variants
[bookstack] / lang / lt / components.php
1 <?php
2 /**
3  * Text used in custom JavaScript driven components.
4  */
5 return [
6
7     // Image Manager
8     'image_select' => 'Nuotraukų pasirinkimas',
9     'image_upload' => 'Upload Image',
10     'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
11     'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
12     'image_all' => 'Visi',
13     'image_all_title' => 'Rodyti visas nuotraukas',
14     'image_book_title' => 'Peržiūrėti nuotraukas, įkeltas į šią knygą',
15     'image_page_title' => 'Peržiūrėti nuotraukas, įkeltas į šį puslapį',
16     'image_search_hint' => 'Ieškoti pagal nuotraukos pavadinimą',
17     'image_uploaded' => 'Įkelta :uploadedDate',
18     'image_load_more' => 'Rodyti daugiau',
19     'image_image_name' => 'Nuotraukos pavadinimas',
20     'image_delete_used' => 'Ši nuotrauka yra naudojama puslapyje žemiau.',
21     'image_delete_confirm_text' => 'Ar jūs esate tikri, kad norite ištrinti šią nuotrauką?',
22     'image_select_image' => 'Pasirinkti nuotrauką',
23     'image_dropzone' => 'Tempkite nuotraukas arba spauskite šia, kad įkeltumėte',
24     'image_dropzone_drop' => 'Drop images here to upload',
25     'images_deleted' => 'Nuotraukos ištrintos',
26     'image_preview' => 'Nuotraukų peržiūra',
27     'image_upload_success' => 'Nuotrauka įkelta sėkmingai',
28     'image_update_success' => 'Nuotraukos detalės sėkmingai atnaujintos',
29     'image_delete_success' => 'Nuotrauka sėkmingai ištrinti',
30
31     // Code Editor
32     'code_editor' => 'Redaguoti kodą',
33     'code_language' => 'Kodo kalba',
34     'code_content' => 'Kodo turinys',
35     'code_session_history' => 'Sesijos istorija',
36     'code_save' => 'Išsaugoti kodą',
37 ];