@docusaurus/theme-translations 0.0.0-4248 → 0.0.0-4249

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,10 +1,10 @@
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}'",
7
+ "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打开/收起侧边栏菜单「{label}",
8
8
  "theme.ErrorPageContent.title": "页面已崩溃。",
9
9
  "theme.ErrorPageContent.tryAgain": "重试",
10
10
  "theme.NotFound.p1": "我们找不到您要找的页面。",
@@ -34,7 +34,7 @@
34
34
  "theme.docs.sidebar.collapseButtonTitle": "收起侧边栏",
35
35
  "theme.docs.sidebar.expandButtonAriaLabel": "展开侧边栏",
36
36
  "theme.docs.sidebar.expandButtonTitle": "展开侧边栏",
37
- "theme.docs.tagDocListPageTitle": "{nDocsTagged} 含有标签「{tagName}」",
37
+ "theme.docs.tagDocListPageTitle": "{nDocsTagged} 篇带有标签「{tagName}」",
38
38
  "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文档带有标签",
39
39
  "theme.docs.versions.latestVersionLinkLabel": "最新版本",
40
40
  "theme.docs.versions.latestVersionSuggestionLabel": "最新的文档请参阅 {latestVersionLink} ({versionLabel})。",
@@ -1,10 +1,10 @@
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}'",
7
+ "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打開/收起側邊欄菜單「{label}",
8
8
  "theme.ErrorPageContent.title": "頁面已崩潰。",
9
9
  "theme.ErrorPageContent.tryAgain": "重試",
10
10
  "theme.NotFound.p1": "我們找不到您要找的頁面。",
@@ -34,7 +34,7 @@
34
34
  "theme.docs.sidebar.collapseButtonTitle": "收起側邊欄",
35
35
  "theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
36
36
  "theme.docs.sidebar.expandButtonTitle": "展開側邊欄",
37
- "theme.docs.tagDocListPageTitle": "{nDocsTagged} 含有標籤「{tagName}」",
37
+ "theme.docs.tagDocListPageTitle": "{nDocsTagged} 篇帶有標籤「{tagName}」",
38
38
  "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文件帶有標籤",
39
39
  "theme.docs.versions.latestVersionLinkLabel": "最新版本",
40
40
  "theme.docs.versions.latestVersionSuggestionLabel": "最新的文件請參閱 {latestVersionLink} ({versionLabel})。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-4248",
3
+ "version": "0.0.0-4249",
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-4248",
28
+ "@docusaurus/core": "0.0.0-4249",
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": "8e90c0997091505e1992605827901633ba301c1b"
35
+ "gitHead": "6dee80ed0d53bc721ec3ce1d297ed23c414c4c43"
36
36
  }