1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

New Crowdin updates (#3635)

This commit is contained in:
Dan Brown
2022-08-11 13:12:55 +01:00
committed by GitHub
parent 375abca1ee
commit 443415ea0d
8 changed files with 119 additions and 119 deletions

View File

@@ -24,7 +24,7 @@ return [
'meta_updated_name' => '수정함 :timeLength, :user',
'meta_owned_name' => '소유함 :user',
'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' => '내가 읽은 문서',
@@ -88,7 +88,7 @@ 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 바꾸기',
@@ -171,7 +171,7 @@ return [
'chapters_permissions_active' => '문서 권한 허용함',
'chapters_permissions_success' => '권한 저장함',
'chapters_search_this' => '이 챕터에서 검색',
'chapter_sort_book' => 'Sort Book',
'chapter_sort_book' => '책 정렬하기',
// Pages
'page' => '문서',
@@ -198,16 +198,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.',
@@ -237,7 +237,7 @@ return [
'pages_revisions_number' => 'No.',
'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' => '현재 판본',
@@ -359,14 +359,14 @@ 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' => '이 챕터를 변환하시겠어요?',
];