@docusaurus/theme-translations 0.0.0-5178 → 0.0.0-5179
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.
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"theme.blog.post.plurals": "{count} 篇博文",
|
|
29
29
|
"theme.blog.post.readMore": "阅读更多",
|
|
30
30
|
"theme.blog.post.readMoreLabel": "阅读 {title} 的全文",
|
|
31
|
-
"theme.blog.post.readingTime.plurals": "{readingTime}
|
|
31
|
+
"theme.blog.post.readingTime.plurals": "阅读需 {readingTime} 分钟",
|
|
32
32
|
"theme.blog.sidebar.navAriaLabel": "最近博文导航",
|
|
33
33
|
"theme.blog.tagTitle": "{nPosts} 含有标签「{tagName}」",
|
|
34
34
|
"theme.colorToggle.ariaLabel": "切换浅色/暗黑模式(当前为{mode})",
|
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-5179",
|
|
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-5179",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5179",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "d7af40a7d442675c276a10ad915ecf4bf443bd1f"
|
|
34
34
|
}
|