@docusaurus/theme-translations 0.0.0-4605 → 0.0.0-4609

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.
@@ -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": "Read more about {title}",
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": "Switch between dark and light mode (currently {mode})",
29
- "theme.colorToggle.ariaLabel.mode.light": "light mode",
30
- "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
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} items",
34
+ "theme.docs.DocCard.categoryDescription": "{count} 항목",
35
35
  "theme.docs.paginator.navAriaLabel": "문서 탐색",
36
36
  "theme.docs.paginator.next": "다음",
37
37
  "theme.docs.paginator.previous": "이전",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-4605",
3
+ "version": "0.0.0-4609",
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-4605",
27
- "@docusaurus/logger": "0.0.0-4605",
26
+ "@docusaurus/core": "0.0.0-4609",
27
+ "@docusaurus/logger": "0.0.0-4609",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=14"
32
32
  },
33
- "gitHead": "1accdf614a2844670e33e2f5aea642efe80cec3f"
33
+ "gitHead": "398a24ae6b46221f1b07e23573affd1641861431"
34
34
  }