@docusaurus/theme-translations 0.0.0-5666 → 0.0.0-5668
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.
|
@@ -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-5668",
|
|
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.6.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/core": "0.0.0-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-5668",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5668",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "3748f001923c7d9a73f43cd32cfc03ceb68d9399"
|
|
34
34
|
}
|