X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9d74508ae31ed3fc9f5f4bd6521c48fba21996d7..refs/pull/5721/head:/lang/lt/components.php diff --git a/lang/lt/components.php b/lang/lt/components.php index 3f23ded6e..0b938a3dd 100644 --- a/lang/lt/components.php +++ b/lang/lt/components.php @@ -6,6 +6,8 @@ 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.', @@ -15,6 +17,9 @@ return [ '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.', @@ -27,6 +32,10 @@ return [ '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ą',