@docusaurus/theme-translations 0.0.0-5043 → 0.0.0-5044

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.
@@ -4,7 +4,7 @@
4
4
  "theme.CodeBlock.copied": "复制成功",
5
5
  "theme.CodeBlock.copy": "复制",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "复制代码到剪贴板",
7
- "theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
7
+ "theme.CodeBlock.wordWrapToggle": "切换自动换行",
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打开/收起侧边栏菜单「{label}」",
9
9
  "theme.ErrorPageContent.title": "页面已崩溃。",
10
10
  "theme.ErrorPageContent.tryAgain": "重试",
@@ -4,7 +4,7 @@
4
4
  "theme.CodeBlock.copied": "複製成功",
5
5
  "theme.CodeBlock.copy": "複製",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "複製代碼至剪貼簿",
7
- "theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
7
+ "theme.CodeBlock.wordWrapToggle": "切換自動換行",
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打開/收起側邊欄選單「{label}」",
9
9
  "theme.ErrorPageContent.title": "此頁已當機。",
10
10
  "theme.ErrorPageContent.tryAgain": "重試",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5043",
3
+ "version": "0.0.0-5044",
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.4.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-5043",
27
- "@docusaurus/logger": "0.0.0-5043",
26
+ "@docusaurus/core": "0.0.0-5044",
27
+ "@docusaurus/logger": "0.0.0-5044",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=14"
32
32
  },
33
- "gitHead": "28ad11cdb6c55b7a8355e327913f617d4fe359bd"
33
+ "gitHead": "9ffd6ca265dc2af7ed5b96daf5ebf32708e899cf"
34
34
  }