]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ko/entities.php
Guest create page: name field autofocus
[bookstack] / resources / lang / ko / entities.php
index 4130014b19032a4cfc0b801467a4953414ad9c37..3b73e085888c84c5b982ad5a16aee1f84c71118d 100644 (file)
@@ -23,8 +23,9 @@ return [
     'meta_updated' => '수정함 :timeLength',
     'meta_updated_name' => '수정함 :timeLength, :user',
     'meta_owned_name' => '소유함 :user',
+    'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages',
     'entity_select' => '항목 선택',
-    'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
+    'entity_select_lack_permission' => '이 항목을 선택하기 위해 필요한 권한이 없습니다',
     'images' => '이미지',
     'my_recent_drafts' => '내 최근의 초안 문서',
     'my_recently_viewed' => '내가 읽은 문서',
@@ -41,10 +42,15 @@ return [
 
     // Permissions and restrictions
     'permissions' => '권한',
-    'permissions_intro' => '한번 허용하면 이 설정은 사용자 권한에 우선합니다.',
-    'permissions_enable' => '설정 허용',
+    'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.',
+    'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.',
+    'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.',
     'permissions_save' => '권한 저장',
     'permissions_owner' => '소유자',
+    'permissions_role_everyone_else' => 'Everyone Else',
+    'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.',
+    'permissions_role_override' => 'Override permissions for role',
+    'permissions_inherit_defaults' => 'Inherit defaults',
 
     // Search
     'search_results' => '검색 결과',
@@ -77,7 +83,6 @@ return [
     'shelf' => '책꽂이',
     'shelves' => '책꽂이',
     'x_shelves' => '책꽂이 :count개|총 :count개',
-    'shelves_long' => '책꽂이',
     'shelves_empty' => '만든 책꽂이가 없습니다.',
     'shelves_create' => '책꽂이 만들기',
     'shelves_popular' => '많이 읽은 책꽂이',
@@ -88,23 +93,23 @@ return [
     'shelves_save' => '저장',
     'shelves_books' => '이 책꽂이에 있는 책들',
     'shelves_add_books' => '이 책꽂이에 책 추가',
-    'shelves_drag_books' => 'Drag books below to add them to this shelf',
+    'shelves_drag_books' => '책을 이 책장에 추가하려면 아래로 드래그하세요',
     'shelves_empty_contents' => '이 책꽂이에 책이 없습니다.',
     'shelves_edit_and_assign' => '책꽂이 바꾸기로 책을 추가하세요.',
-    'shelves_edit_named' => ':name 바꾸기',
-    'shelves_edit' => '책꽂이 바꾸기',
-    'shelves_delete' => '책꽂이 삭제하기',
-    'shelves_delete_named' => ':name 삭제하기',
-    'shelves_delete_explain' => ":name을 지웁니다. 책는 지우지 않습니다.",
-    'shelves_delete_confirmation' => '이 책꽂이를 지울 건가요?',
-    'shelves_permissions' => '책꽂이 권한',
-    'shelves_permissions_updated' => '책꽂이 권한 바꿈',
-    'shelves_permissions_active' => '책꽂이 권한 허용함',
-    'shelves_permissions_cascade_warning' => '책을 여러 책꽂이에 들일 수 있고 책 권한과 책꽂이 권한은 별개입니다. 책꽂이 권한을 책 권한에 복사합니다.',
+    'shelves_edit_named' => 'Edit Shelf :name',
+    'shelves_edit' => 'Edit Shelf',
+    'shelves_delete' => 'Delete Shelf',
+    'shelves_delete_named' => 'Delete Shelf :name',
+    'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.",
+    'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?',
+    'shelves_permissions' => 'Shelf Permissions',
+    'shelves_permissions_updated' => 'Shelf Permissions Updated',
+    'shelves_permissions_active' => 'Shelf Permissions Active',
+    'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
     'shelves_copy_permissions_to_books' => '권한 맞춤',
     'shelves_copy_permissions' => '실행',
-    'shelves_copy_permissions_explain' => '책꽂이의 모든 책에 이 권한을 적용합니다. 책꽂이의 권한을 저장했는지 확인하세요.',
-    'shelves_copy_permission_success' => '책 :count개 권한 바꿈',
+    'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.',
+    'shelves_copy_permission_success' => 'Shelf permissions copied to :count books',
 
     // Books
     'book' => '책',
@@ -171,7 +176,7 @@ return [
     'chapters_permissions_active' => '문서 권한 허용함',
     'chapters_permissions_success' => '권한 저장함',
     'chapters_search_this' => '이 챕터에서 검색',
-    'chapter_sort_book' => 'Sort Book',
+    'chapter_sort_book' => '책 정렬하기',
 
     // Pages
     'page' => '문서',
@@ -198,16 +203,16 @@ return [
     'pages_edit_draft_save_at' => '보관함: ',
     'pages_edit_delete_draft' => '초안 삭제',
     'pages_edit_discard_draft' => '폐기',
-    'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
+    'pages_edit_switch_to_markdown' => '마크다운 편집기로 전환',
     'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
     'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
-    'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
+    'pages_edit_switch_to_wysiwyg' => 'WYSIWYG 편집기로 전환',
     'pages_edit_set_changelog' => '수정본 설명',
     'pages_edit_enter_changelog_desc' => '수정본 설명',
     'pages_edit_enter_changelog' => '설명',
-    'pages_editor_switch_title' => 'Switch Editor',
-    'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?',
-    'pages_editor_switch_consider_following' => 'Consider the following when changing editors:',
+    'pages_editor_switch_title' => '편집기 전환',
+    'pages_editor_switch_are_you_sure' => '이 페이지의 편집기를 변경하시겠어요?',
+    'pages_editor_switch_consider_following' => '편집기를 전환할 때에 다음 사항들을 고려하세요:',
     'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.',
     'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.',
     'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.',
@@ -219,6 +224,8 @@ return [
     'pages_md_insert_image' => '이미지 추가',
     'pages_md_insert_link' => '내부 링크',
     'pages_md_insert_drawing' => '드로잉 추가',
+    'pages_md_show_preview' => 'Show preview',
+    'pages_md_sync_scroll' => 'Sync preview scroll',
     'pages_not_in_chapter' => '챕터에 있는 문서가 아닙니다.',
     'pages_move' => '문서 이동하기',
     'pages_move_success' => ':parentName(으)로 옮김',
@@ -229,15 +236,17 @@ return [
     'pages_permissions_success' => '문서 권한 바꿈',
     'pages_revision' => '수정본',
     'pages_revisions' => '문서 수정본',
+    'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.',
     'pages_revisions_named' => ':pageName 수정본',
     'pages_revision_named' => ':pageName 수정본',
     'pages_revision_restored_from' => '#:id; :summary에서 복구함',
     'pages_revisions_created_by' => '만든 사용자',
     'pages_revisions_date' => '수정한 날짜',
     'pages_revisions_number' => 'No.',
+    'pages_revisions_sort_number' => 'Revision Number',
     'pages_revisions_numbered' => '수정본 :id',
     'pages_revisions_numbered_changes' => '수정본 :id에서 바꾼 부분',
-    'pages_revisions_editor' => 'Editor Type',
+    'pages_revisions_editor' => '편집기 유형',
     'pages_revisions_changelog' => '설명',
     'pages_revisions_changes' => '바꾼 부분',
     'pages_revisions_current' => '현재 판본',
@@ -248,6 +257,7 @@ return [
     'pages_edit_content_link' => '수정',
     'pages_permissions_active' => '문서 권한 허용함',
     'pages_initial_revision' => '처음 판본',
+    'pages_references_update_revision' => 'System auto-update of internal links',
     'pages_initial_name' => '제목 없음',
     'pages_editing_draft_notification' => ':timeDiff에 초안 문서입니다.',
     'pages_draft_edited_notification' => '최근에 수정한 문서이기 때문에 초안 문서를 폐기하는 편이 좋습니다.',
@@ -270,6 +280,7 @@ return [
     'shelf_tags' => '책꽂이 꼬리표',
     'tag' => '꼬리표',
     'tags' =>  '꼬리표',
+    'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.',
     'tag_name' =>  '꼬리표 이름',
     'tag_value' => '리스트 값 (선택 사항)',
     'tags_explain' => "꼬리표로 문서를 분류하세요.",
@@ -359,14 +370,19 @@ return [
     'copy_consider_access' => '경로, 소유자, 권한이 바뀌면 이 문서를 본 적 없는 사용자가 볼 수도 있습니다.',
 
     // Conversions
-    'convert_to_shelf' => 'Convert to Shelf',
+    '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',
-    'convert_book_confirm' => 'Are you sure you want to convert this book?',
-    'convert_undo_warning' => 'This cannot be as easily undone.',
-    'convert_to_book' => 'Convert to Book',
+    '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',
-    'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
+    '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.',
 ];