1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated translations with latest Crowdin changes (#4256)

This commit is contained in:
Dan Brown
2023-06-28 17:54:32 +01:00
committed by GitHub
parent 7f98906b0f
commit 63f03046b3
258 changed files with 2723 additions and 665 deletions

View File

@ -6,6 +6,8 @@ return [
// Image Manager
'image_select' => '이미지 선택',
'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' => '이 문서에서 쓰고 있는 이미지',
'image_search_hint' => '이미지 이름 검색',
'image_uploaded' => '올림 :uploadedDate',
'image_uploaded_by' => 'Uploaded by :userName',
'image_uploaded_to' => 'Uploaded to :pageLink',
'image_updated' => 'Updated :updateDate',
'image_load_more' => '더 로드하기',
'image_image_name' => '이미지 이름',
'image_delete_used' => '이 이미지는 다음 문서들이 쓰고 있습니다.',
@ -27,6 +32,8 @@ return [
'image_upload_success' => '이미지 올림',
'image_update_success' => '이미지 정보 수정함',
'image_delete_success' => '이미지 삭제함',
'image_replace' => 'Replace Image',
'image_replace_success' => 'Image file successfully updated',
// Code Editor
'code_editor' => '코드 수정',