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 (#4658)

This commit is contained in:
Dan Brown
2023-12-28 17:49:38 +00:00
committed by GitHub
parent 5b1929a39a
commit c017f5bed1
226 changed files with 3140 additions and 2914 deletions

View File

@ -6,9 +6,9 @@ return [
// Image Manager
'image_select' => '이미지 선택',
'image_list' => 'Image List',
'image_details' => 'Image Details',
'image_upload' => 'Upload Image',
'image_list' => '이미지 목록',
'image_details' => '이미지 상세정보',
'image_upload' => '이미지 업로드',
'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' => '모든 이미지',
@ -17,22 +17,22 @@ 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_uploaded_by' => '업로드:유저 닉네임',
'image_uploaded_to' => '업로드:링크',
'image_updated' => '갱신:갱신일',
'image_load_more' => '더 로드하기',
'image_image_name' => '이미지 이름',
'image_delete_used' => '이 이미지는 다음 문서들이 쓰고 있습니다.',
'image_delete_confirm_text' => '이 이미지를 지울 건가요?',
'image_select_image' => '이미지 선택',
'image_dropzone' => '여기에 이미지를 드롭하거나 여기를 클릭하세요. 이미지를 올릴 수 있습니다.',
'image_dropzone_drop' => 'Drop images here to upload',
'image_dropzone_drop' => '업로드 할 이미지 파일을 여기에 놓으세요.',
'images_deleted' => '이미지 삭제함',
'image_preview' => '이미지 미리 보기',
'image_upload_success' => '이미지 올림',
'image_update_success' => '이미지 정보 수정함',
'image_delete_success' => '이미지 삭제함',
'image_replace' => 'Replace Image',
'image_replace' => '이미지 교체',
'image_replace_success' => 'Image file successfully updated',
'image_rebuild_thumbs' => 'Regenerate Size Variations',
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',