mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
fix(theme-translations): improve Korean translations (#6686)
* "Ko.json" Partial modification. * format Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
397915fc71
commit
d9bb77923e
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
"theme.CodeBlock.copy": "복사",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "클립보드에 코드 복사",
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "접을 수 있는 사이드바 분류 '{label}' 접기(펼치기)",
|
||||
"theme.ErrorPageContent.title": "이 문서가 깨졌습니다.",
|
||||
"theme.ErrorPageContent.title": "페이지에 오류가 발생하였습니다.",
|
||||
"theme.ErrorPageContent.tryAgain": "다시 시도해 보세요",
|
||||
"theme.NotFound.p1": "원하는 페이지를 찾을 수 없습니다.",
|
||||
"theme.NotFound.p2": "사이트 관리자에게 링크가 깨진 것을 알려주세요.",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"theme.docs.versions.unreleasedVersionLabel": "{siteTitle} {versionLabel} 문서는 아직 정식 공개되지 않았습니다.",
|
||||
"theme.lastUpdated.atDate": " {date}에",
|
||||
"theme.lastUpdated.byUser": " {user}가",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser} 마지막으로 업데이트했습니다.",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "최종 수정 : {atDate}{byUser}",
|
||||
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 메인 메뉴로 돌아가기",
|
||||
"theme.navbar.mobileVersionsDropdown.label": "버전",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue