mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-21 22:36:05 +08:00
Created solution for JS translations
Also tidied up existing components and JS
This commit is contained in:
@ -4,18 +4,21 @@ return [
|
||||
/**
|
||||
* Image Manager
|
||||
*/
|
||||
'imagem_select' => 'Image Select',
|
||||
'imagem_all' => 'All',
|
||||
'imagem_all_title' => 'View all images',
|
||||
'imagem_book_title' => 'View images uploaded to this book',
|
||||
'imagem_page_title' => 'View images uploaded to this page',
|
||||
'imagem_search_hint' => 'Search by image name',
|
||||
'imagem_uploaded' => 'Uploaded :uploadedDate',
|
||||
'imagem_load_more' => 'Load More',
|
||||
'imagem_image_name' => 'Image Name',
|
||||
'imagem_delete_confirm' => 'This image is used in the pages below, Click delete again to confirm you want to delete this image.',
|
||||
'imagem_select_image' => 'Select Image',
|
||||
'imagem_dropzone' => 'Drop images or click here to upload',
|
||||
'image_select' => 'Image Select',
|
||||
'image_all' => 'All',
|
||||
'image_all_title' => 'View all images',
|
||||
'image_book_title' => 'View images uploaded to this book',
|
||||
'image_page_title' => 'View images uploaded to this page',
|
||||
'image_search_hint' => 'Search by image name',
|
||||
'image_uploaded' => 'Uploaded :uploadedDate',
|
||||
'image_load_more' => 'Load More',
|
||||
'image_image_name' => 'Image Name',
|
||||
'image_delete_confirm' => 'This image is used in the pages below, Click delete again to confirm you want to delete this image.',
|
||||
'image_select_image' => 'Select Image',
|
||||
'image_dropzone' => 'Drop images or click here to upload',
|
||||
'images_deleted' => 'Images Deleted',
|
||||
'image_preview' => 'Image Preview',
|
||||
'image_upload_success' => 'Image uploaded successfully',
|
||||
'image_update_success' => 'Image details successfully updated',
|
||||
'image_delete_success' => 'Image successfully deleted'
|
||||
];
|
Reference in New Issue
Block a user