mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Updated translations with latest Crowdin changes (#4163)
This commit is contained in:
@ -6,6 +6,9 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Selectează imaginea',
|
||||
'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' => 'Tot',
|
||||
'image_all_title' => 'Vezi toate imaginile',
|
||||
'image_book_title' => 'Vezi imaginile încărcate în această carte',
|
||||
@ -18,12 +21,12 @@ return [
|
||||
'image_delete_confirm_text' => 'Ești sigur că vrei să ștergi această imagine?',
|
||||
'image_select_image' => 'Selectează imaginea',
|
||||
'image_dropzone' => 'Trage imaginile sau apasă aici pentru a le încărca',
|
||||
'image_dropzone_drop' => 'Drop images here to upload',
|
||||
'images_deleted' => 'Imagini șterse',
|
||||
'image_preview' => 'Previzualizare imagine',
|
||||
'image_upload_success' => 'Imaginea a fost încărcată cu succes',
|
||||
'image_update_success' => 'Detalii imagine actualizate cu succes',
|
||||
'image_delete_success' => 'Imaginea a fost ștearsă',
|
||||
'image_upload_remove' => 'Elimină',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Editare cod',
|
||||
|
Reference in New Issue
Block a user