+ 'revision_cannot_delete_latest' => '현재 판본은 지울 수 없습니다.',
+
+ // Copy view
+ 'copy_consider' => '항목을 복사할 때 다음을 고려하세요.',
+ 'copy_consider_permissions' => '권한 설정은 복사되지 않습니다.',
+ 'copy_consider_owner' => '복사한 항목의 소유자가 됩니다.',
+ 'copy_consider_images' => '이미지 파일은 복사되지 않습니다. 올라가 있던 이미지가 사라지지 않습니다.',
+ 'copy_consider_attachments' => '첨부 파일은 복사되지 않습니다.',
+ 'copy_consider_access' => '경로, 소유자, 권한이 바뀌면 이 문서를 본 적 없는 사용자가 볼 수도 있습니다.',
+
+ // Conversions
+ 'convert_to_shelf' => '책장으로 변환',
+ 'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.',
+ 'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.',
+ 'convert_book' => '책 변환',
+ 'convert_book_confirm' => '이 책을 변환하시겠어요?',
+ 'convert_undo_warning' => '이 작업은 되돌리기 어렵습니다.',
+ 'convert_to_book' => '책으로 변환',
+ 'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
+ 'convert_chapter' => '챕터 변환',
+ 'convert_chapter_confirm' => '이 챕터를 변환하시겠어요?',
+
+ // References
+ 'references' => 'References',
+ 'references_none' => 'There are no tracked references to this item.',
+ 'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
+];