@docusaurus/theme-translations 0.0.0-4603 → 0.0.0-4608
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "복사",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "클립보드에 코드 복사",
|
|
7
7
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "접을 수 있는 사이드바 분류 '{label}' 접기(펼치기)",
|
|
8
|
-
"theme.ErrorPageContent.title": "
|
|
8
|
+
"theme.ErrorPageContent.title": "페이지에 오류가 발생하였습니다.",
|
|
9
9
|
"theme.ErrorPageContent.tryAgain": "다시 시도해 보세요",
|
|
10
10
|
"theme.NotFound.p1": "원하는 페이지를 찾을 수 없습니다.",
|
|
11
11
|
"theme.NotFound.p2": "사이트 관리자에게 링크가 깨진 것을 알려주세요.",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "다음 게시물",
|
|
22
22
|
"theme.blog.post.plurals": "{count}개 게시물",
|
|
23
23
|
"theme.blog.post.readMore": "자세히 보기",
|
|
24
|
-
"theme.blog.post.readMoreLabel": "
|
|
24
|
+
"theme.blog.post.readMoreLabel": "{title} 에 대해 더 읽어보기",
|
|
25
25
|
"theme.blog.post.readingTime.plurals": "약 {readingTime}분",
|
|
26
26
|
"theme.blog.sidebar.navAriaLabel": "최근 블로그 문서 둘러보기",
|
|
27
27
|
"theme.blog.tagTitle": "\"{tagName}\" 태그로 연결된 {nPosts}개의 게시물이 있습니다.",
|
|
28
|
-
"theme.colorToggle.ariaLabel": "
|
|
29
|
-
"theme.colorToggle.ariaLabel.mode.light": "
|
|
30
|
-
"theme.colorToggle.ariaLabel.mode.dark": "
|
|
28
|
+
"theme.colorToggle.ariaLabel": "어두운 모드와 밝은 모드 전환하기 (현재 {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "밝은 모드",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "어두운 모드",
|
|
31
31
|
"theme.common.editThisPage": "페이지 편집",
|
|
32
32
|
"theme.common.headingLinkTitle": "제목으로 바로 가기",
|
|
33
33
|
"theme.common.skipToMainContent": "본문으로 건너뛰기",
|
|
34
|
-
"theme.docs.DocCard.categoryDescription": "{count}
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} 항목",
|
|
35
35
|
"theme.docs.paginator.navAriaLabel": "문서 탐색",
|
|
36
36
|
"theme.docs.paginator.next": "다음",
|
|
37
37
|
"theme.docs.paginator.previous": "이전",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"theme.docs.versions.unreleasedVersionLabel": "{siteTitle} {versionLabel} 문서는 아직 정식 공개되지 않았습니다.",
|
|
49
49
|
"theme.lastUpdated.atDate": " {date}에",
|
|
50
50
|
"theme.lastUpdated.byUser": " {user}가",
|
|
51
|
-
"theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser}
|
|
51
|
+
"theme.lastUpdated.lastUpdatedAtBy": "최종 수정 : {atDate}{byUser}",
|
|
52
52
|
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
53
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 메인 메뉴로 돌아가기",
|
|
54
54
|
"theme.navbar.mobileVersionsDropdown.label": "버전",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-4608",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"tslib": "^2.3.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/core": "0.0.0-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-4608",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-4608",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "b22e657f0f14ffe2bbf983b110c58b7ce7e59f39"
|
|
34
34
|
}
|