Skip to content

Commit c5a6c26

Browse files
authored
fix(theme-translation): add missing Korean (ko) theme translations (#10760)
1 parent 9cefca4 commit c5a6c26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/docusaurus-theme-translations/locales/ko/theme-common.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"theme.admonition.warning": "경고",
2323
"theme.blog.archive.description": "게시물 목록",
2424
"theme.blog.archive.title": "게시물 목록",
25-
"theme.blog.author.noPosts": "This author has not written any posts yet.",
25+
"theme.blog.author.noPosts": "작성자가 아직 게시글을 작성하지 않았습니다.",
2626
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
27-
"theme.blog.authorsList.pageTitle": "Authors",
28-
"theme.blog.authorsList.viewAll": "View All Authors",
27+
"theme.blog.authorsList.pageTitle": "저자",
28+
"theme.blog.authorsList.viewAll": "모든 저자 보기",
2929
"theme.blog.paginator.navAriaLabel": "블로그 게시물 목록 탐색",
3030
"theme.blog.paginator.newerEntries": "이전 페이지",
3131
"theme.blog.paginator.olderEntries": "다음 페이지",
@@ -44,13 +44,13 @@
4444
"theme.common.editThisPage": "페이지 편집",
4545
"theme.common.headingLinkTitle": "{heading}에 대한 직접 링크",
4646
"theme.common.skipToMainContent": "본문으로 건너뛰기",
47-
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
48-
"theme.contentVisibility.draftBanner.title": "Draft page",
47+
"theme.contentVisibility.draftBanner.message": "이 페이지는 아직 작성 중입니다. 개발 환경에서만 보이며 프로덕션 빌드에서는 제외됩니다.",
48+
"theme.contentVisibility.draftBanner.title": "작성 중인 페이지",
4949
"theme.contentVisibility.unlistedBanner.message": "이 문서는 색인되지 않습니다. 검색 엔진이 이 문서를 색인하지 않으며, 주소를 알고 있는 사용자만 접근할 수 있습니다.",
5050
"theme.contentVisibility.unlistedBanner.title": "색인되지 않은 문서",
5151
"theme.docs.DocCard.categoryDescription.plurals": "{count} 항목",
5252
"theme.docs.breadcrumbs.home": "",
53-
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
53+
"theme.docs.breadcrumbs.navAriaLabel": "탐색 경로",
5454
"theme.docs.paginator.navAriaLabel": "문서 페이지",
5555
"theme.docs.paginator.next": "다음",
5656
"theme.docs.paginator.previous": "이전",

0 commit comments

Comments
 (0)