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

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": "사이트 관리자에게 링크가 깨진 것을 알려주세요.",
@@ -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-4596",
3
+ "version": "0.0.0-4605",
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-4596",
27
- "@docusaurus/logger": "0.0.0-4596",
26
+ "@docusaurus/core": "0.0.0-4605",
27
+ "@docusaurus/logger": "0.0.0-4605",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=14"
32
32
  },
33
- "gitHead": "d31c6b07dd0d20ba0e3221881360559b21ee5f43"
33
+ "gitHead": "1accdf614a2844670e33e2f5aea642efe80cec3f"
34
34
  }