@docusaurus/theme-translations 0.0.0-5408 → 0.0.0-5415
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.
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"theme.docs.paginator.navAriaLabel": "文档分页导航",
|
|
45
45
|
"theme.docs.paginator.next": "下一页",
|
|
46
46
|
"theme.docs.paginator.previous": "上一页",
|
|
47
|
-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "
|
|
47
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "关闭导航栏",
|
|
48
48
|
"theme.docs.sidebar.collapseButtonAriaLabel": "收起侧边栏",
|
|
49
49
|
"theme.docs.sidebar.collapseButtonTitle": "收起侧边栏",
|
|
50
50
|
"theme.docs.sidebar.expandButtonAriaLabel": "展开侧边栏",
|
|
51
51
|
"theme.docs.sidebar.expandButtonTitle": "展开侧边栏",
|
|
52
52
|
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
|
|
53
|
-
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "
|
|
53
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "切换导航栏",
|
|
54
54
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
|
55
55
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文档带有标签",
|
|
56
56
|
"theme.docs.versionBadge.label": "版本:{versionLabel}",
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"theme.tags.tagsListLabel": "标签:",
|
|
68
68
|
"theme.tags.tagsPageLink": "查看所有标签",
|
|
69
69
|
"theme.tags.tagsPageTitle": "标签",
|
|
70
|
-
"theme.unlistedContent.message": "
|
|
71
|
-
"theme.unlistedContent.title": "
|
|
70
|
+
"theme.unlistedContent.message": "此页面未列出。搜索引擎不会对其索引,只有拥有直接链接的用户才能访问。",
|
|
71
|
+
"theme.unlistedContent.title": "未列出页"
|
|
72
72
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-5415",
|
|
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-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-5415",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5415",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "75a8c6e99031132fc1c96cf1154a026b27714055"
|
|
34
34
|
}
|