mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-08 09:26:42 +00:00
47 lines
2.2 KiB
PHP
47 lines
2.2 KiB
PHP
<?php
|
|
/**
|
|
* Text used in custom JavaScript driven components.
|
|
*/
|
|
return [
|
|
|
|
// Image Manager
|
|
'image_select' => 'Nuotraukų pasirinkimas',
|
|
'image_list' => 'Image List',
|
|
'image_details' => 'Image Details',
|
|
'image_upload' => 'Upload Image',
|
|
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
|
|
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
|
|
'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_uploaded_by' => 'Uploaded by :userName',
|
|
'image_uploaded_to' => 'Uploaded to :pageLink',
|
|
'image_updated' => 'Updated :updateDate',
|
|
'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',
|
|
'image_dropzone_drop' => 'Drop images here to upload',
|
|
'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_replace' => 'Replace Image',
|
|
'image_replace_success' => 'Image file successfully updated',
|
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
|
|
|
// Code Editor
|
|
'code_editor' => 'Redaguoti kodą',
|
|
'code_language' => 'Kodo kalba',
|
|
'code_content' => 'Kodo turinys',
|
|
'code_session_history' => 'Sesijos istorija',
|
|
'code_save' => 'Išsaugoti kodą',
|
|
];
|