X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2734/head:/resources/lang/ko/common.php diff --git a/resources/lang/ko/common.php b/resources/lang/ko/common.php index 431562602..bb304bea1 100644 --- a/resources/lang/ko/common.php +++ b/resources/lang/ko/common.php @@ -47,6 +47,7 @@ return [ 'sort_ascending' => '오름차 순서', 'sort_descending' => '내림차 순서', 'sort_name' => '제목', + 'sort_default' => 'Default', 'sort_created_at' => '만든 날짜', 'sort_updated_at' => '수정한 날짜', @@ -64,6 +65,7 @@ return [ 'breadcrumb' => '탐색 경로', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => '프로필', 'view_profile' => '프로필 보기', 'edit_profile' => '프로필 바꾸기', @@ -72,9 +74,16 @@ return [ // 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' => '모든 권리 소유', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Privacy Policy', + 'terms_of_service' => 'Terms of Service', ];