@docusaurus/theme-translations 2.3.0 → 2.3.1
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打开/收起侧边栏菜单「{label}」",
|
|
9
9
|
"theme.ErrorPageContent.title": "页面已崩溃。",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "重试",
|
|
11
|
-
"theme.NavBar.navAriaLabel": "
|
|
11
|
+
"theme.NavBar.navAriaLabel": "主导航",
|
|
12
12
|
"theme.NotFound.p1": "我们找不到您要找的页面。",
|
|
13
13
|
"theme.NotFound.p2": "请联系原始链接来源网站的所有者,并告知他们链接已损坏。",
|
|
14
14
|
"theme.NotFound.title": "找不到页面",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"theme.docs.sidebar.collapseButtonTitle": "收起侧边栏",
|
|
50
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "展开侧边栏",
|
|
51
51
|
"theme.docs.sidebar.expandButtonTitle": "展开侧边栏",
|
|
52
|
-
"theme.docs.sidebar.navAriaLabel": "
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "文档侧边栏",
|
|
53
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "切换导航栏",
|
|
54
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
|
55
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文档带有标签",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打開/收起側邊欄選單「{label}」",
|
|
9
9
|
"theme.ErrorPageContent.title": "此頁已當機。",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "重試",
|
|
11
|
-
"theme.NavBar.navAriaLabel": "
|
|
11
|
+
"theme.NavBar.navAriaLabel": "主導航",
|
|
12
12
|
"theme.NotFound.p1": "我們沒有您要找的頁面。",
|
|
13
13
|
"theme.NotFound.p2": "請聯絡原始連結來源網站的所有者,並通知他們連結已毀損。",
|
|
14
14
|
"theme.NotFound.title": "找不到頁面",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"theme.docs.sidebar.collapseButtonTitle": "收起側邊欄",
|
|
50
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
|
|
51
51
|
"theme.docs.sidebar.expandButtonTitle": "展開側邊欄",
|
|
52
|
-
"theme.docs.sidebar.navAriaLabel": "
|
|
52
|
+
"theme.docs.sidebar.navAriaLabel": "文件側邊欄",
|
|
53
53
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
54
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
|
55
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文件帶有標籤",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
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": "2.3.
|
|
27
|
-
"@docusaurus/logger": "2.3.
|
|
26
|
+
"@docusaurus/core": "2.3.1",
|
|
27
|
+
"@docusaurus/logger": "2.3.1",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "cf12f21a10f6c5439ff931e61419c4bb03a5a2dc"
|
|
34
34
|
}
|