@docusaurus/theme-translations 0.0.0-4252 → 0.0.0-4258

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.
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "theme.AnnouncementBar.closeButtonAriaLabel": "닫기",
3
- "theme.BackToTopButton.buttonAriaLabel": "Scroll back to top",
3
+ "theme.BackToTopButton.buttonAriaLabel": " 위로 스크롤하기",
4
4
  "theme.CodeBlock.copied": "복사했습니다",
5
5
  "theme.CodeBlock.copy": "복사",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "클립보드에 코드 복사",
7
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
8
- "theme.ErrorPageContent.title": "This page crashed.",
9
- "theme.ErrorPageContent.tryAgain": "Try again",
7
+ "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "접을 있는 사이드바 분류 '{label}' 접기(펼치기)",
8
+ "theme.ErrorPageContent.title": " 문서가 깨졌습니다.",
9
+ "theme.ErrorPageContent.tryAgain": "다시 시도해 보세요",
10
10
  "theme.NotFound.p1": "원하는 페이지를 찾을 수 없습니다.",
11
11
  "theme.NotFound.p2": "사이트 관리자에게 링크가 깨진 것을 알려주세요.",
12
12
  "theme.NotFound.title": "페이지를 찾을 수 없습니다.",
13
- "theme.TOCCollapsible.toggleButtonLabel": "On this page",
14
- "theme.blog.archive.description": "Archive",
15
- "theme.blog.archive.title": "Archive",
13
+ "theme.TOCCollapsible.toggleButtonLabel": " 페이지에서",
14
+ "theme.blog.archive.description": "게시물 목록",
15
+ "theme.blog.archive.title": "게시물 목록",
16
16
  "theme.blog.paginator.navAriaLabel": "블로그 게시물 목록 탐색",
17
17
  "theme.blog.paginator.newerEntries": "이전 페이지",
18
18
  "theme.blog.paginator.olderEntries": "다음 페이지",
@@ -22,7 +22,7 @@
22
22
  "theme.blog.post.plurals": "{count}개 게시물",
23
23
  "theme.blog.post.readMore": "자세히 보기",
24
24
  "theme.blog.post.readingTime.plurals": "약 {readingTime}분",
25
- "theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
25
+ "theme.blog.sidebar.navAriaLabel": "최근 블로그 문서 둘러보기",
26
26
  "theme.blog.tagTitle": "\"{tagName}\" 태그로 연결된 {nPosts}개의 게시물이 있습니다.",
27
27
  "theme.common.editThisPage": "페이지 편집",
28
28
  "theme.common.headingLinkTitle": "제목으로 바로 가기",
@@ -34,17 +34,17 @@
34
34
  "theme.docs.sidebar.collapseButtonTitle": "사이드바 숨기기",
35
35
  "theme.docs.sidebar.expandButtonAriaLabel": "사이드바 열기",
36
36
  "theme.docs.sidebar.expandButtonTitle": "사이드바 열기",
37
- "theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
38
- "theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
37
+ "theme.docs.tagDocListPageTitle": "{nDocsTagged} \"{tagName}\" 태그에 분류되었습니다",
38
+ "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 문서가",
39
39
  "theme.docs.versions.latestVersionLinkLabel": "최신 버전",
40
40
  "theme.docs.versions.latestVersionSuggestionLabel": "최신 문서는 {latestVersionLink} ({versionLabel})을 확인하세요.",
41
- "theme.docs.versions.unmaintainedVersionLabel": "{siteTitle} {versionLabel} 문서는 업데이트되지 않습니다.",
41
+ "theme.docs.versions.unmaintainedVersionLabel": "{siteTitle} {versionLabel} 문서는 더 이상 업데이트되지 않습니다.",
42
42
  "theme.docs.versions.unreleasedVersionLabel": "{siteTitle} {versionLabel} 문서는 아직 정식 공개되지 않았습니다.",
43
43
  "theme.lastUpdated.atDate": " {date}에",
44
44
  "theme.lastUpdated.byUser": " {user}가",
45
45
  "theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser} 마지막으로 업데이트했습니다.",
46
- "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
47
- "theme.navbar.mobileVersionsDropdown.label": "Versions",
46
+ "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 메인 메뉴로 돌아가기",
47
+ "theme.navbar.mobileVersionsDropdown.label": "버전",
48
48
  "theme.tags.tagsListLabel": "태그:",
49
49
  "theme.tags.tagsPageLink": "모든 태그 보기",
50
50
  "theme.tags.tagsPageTitle": "태그"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-4252",
3
+ "version": "0.0.0-4258",
4
4
  "description": "Docusaurus theme translations.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -25,12 +25,12 @@
25
25
  "fs-extra": "^10.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@docusaurus/core": "0.0.0-4252",
28
+ "@docusaurus/core": "0.0.0-4258",
29
29
  "chalk": "^4.1.2",
30
30
  "lodash": "^4.17.20"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=14"
34
34
  },
35
- "gitHead": "a014d461f85f0d56d4ddedb5e96c33f6604554c7"
35
+ "gitHead": "8da10a91f6ab5e25e3d23ce2719bc4b512ee754d"
36
36
  }