mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Updated translations with latest Crowdin changes (#4163)
This commit is contained in:
@ -6,6 +6,9 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => '이미지 선택',
|
||||
'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' => '모든 이미지',
|
||||
'image_all_title' => '모든 이미지',
|
||||
'image_book_title' => '이 책에서 쓰고 있는 이미지',
|
||||
@ -18,12 +21,12 @@ return [
|
||||
'image_delete_confirm_text' => '이 이미지를 지울 건가요?',
|
||||
'image_select_image' => '이미지 선택',
|
||||
'image_dropzone' => '여기에 이미지를 드롭하거나 여기를 클릭하세요. 이미지를 올릴 수 있습니다.',
|
||||
'image_dropzone_drop' => 'Drop images here to upload',
|
||||
'images_deleted' => '이미지 삭제함',
|
||||
'image_preview' => '이미지 미리 보기',
|
||||
'image_upload_success' => '이미지 올림',
|
||||
'image_update_success' => '이미지 정보 수정함',
|
||||
'image_delete_success' => '이미지 삭제함',
|
||||
'image_upload_remove' => '삭제',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => '코드 수정',
|
||||
|
Reference in New Issue
Block a user