X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/dabe79a438f22612e7d68c8d1de7817505b59b93..refs/pull/3039/head:/resources/lang/ko/common.php diff --git a/resources/lang/ko/common.php b/resources/lang/ko/common.php index 8d3a148a5..26b52744d 100644 --- a/resources/lang/ko/common.php +++ b/resources/lang/ko/common.php @@ -20,7 +20,7 @@ return [ 'role' => '권한', 'cover_image' => '대표 이미지', 'cover_image_description' => '이미지 규격은 440x250px 내외입니다.', - + // Actions 'actions' => '활동', 'view' => '보기', @@ -29,15 +29,22 @@ return [ 'update' => '바꾸기', 'edit' => '수정', 'sort' => '정렬', - 'move' => '옮기기', + 'move' => '이동', 'copy' => '복사', 'reply' => '답글', - 'delete' => '지우기', + 'delete' => '삭제', + 'delete_confirm' => '삭제 요청 확인', 'search' => '검색', - 'search_clear' => '기록 지우기', + 'search_clear' => '검색 지우기', 'reset' => '리셋', 'remove' => '제거', 'add' => '추가', + 'configure' => 'Configure', + 'fullscreen' => '전체화면', + 'favourite' => 'Favourite', + 'unfavourite' => 'Unfavourite', + 'next' => 'Next', + 'previous' => 'Previous', // Sort Options 'sort_options' => '정렬 기준', @@ -45,6 +52,7 @@ return [ 'sort_ascending' => '오름차 순서', 'sort_descending' => '내림차 순서', 'sort_name' => '제목', + 'sort_default' => 'Default', 'sort_created_at' => '만든 날짜', 'sort_updated_at' => '수정한 날짜', @@ -53,6 +61,7 @@ return [ 'no_activity' => '활동 없음', 'no_items' => '항목 없음', 'back_to_top' => '맨 위로', + 'skip_to_main_content' => 'Skip to main content', 'toggle_details' => '내용 보기', 'toggle_thumbnails' => '섬네일 보기', 'details' => '정보', @@ -62,15 +71,25 @@ return [ 'breadcrumb' => '탐색 경로', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => '프로필', 'view_profile' => '프로필 보기', 'edit_profile' => '프로필 바꾸기', + 'dark_mode' => '다크 모드', + 'light_mode' => '라이트 모드', // Layout tabs 'tab_info' => '정보', + 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => '내용', + 'tab_content_label' => 'Tab: Show Primary Content', // Email Content 'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.', - 'email_rights' => 'All rights reserved', + 'email_rights' => '모든 권리 소유', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Privacy Policy', + 'terms_of_service' => 'Terms of Service', ];