-
-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathzh.json
More file actions
24 lines (24 loc) · 1.12 KB
/
zh.json
File metadata and controls
24 lines (24 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"epilog": "文档地址:\n https://QingWei-Li.github.io/docsify\n https://QingWei-Li.github.io/docsify-cli\n\n开发:\n https://github.com/QingWei-Li/docsify-cli/blob/master/CONTRIBUTING.md\n",
"group.globaloptions": "全局选项",
"gulp.bump": "Bumps the package's SemVer patch.",
"gulp.bump.major": "Bumps the package's SemVer major.",
"gulp.bump.minor": "Bumps the package's SemVer minor.",
"gulp.bump.patch": "Bumps the package's SemVer patch.",
"gulp.bump.prerelease": "Bumps the package's SemVer prerelease.",
"gulp.changelog": "Generates the CHANGELOG.",
"gulp.lint": "Runs eslint.",
"gulp.release": "Releases on Github.",
"help": "帮助",
"start": "Server for SSR",
"init": "创建 docs",
"init.local": "拷贝 docsify 到本地",
"init.theme": "选择主题",
"serve": "本地预览",
"serve.open": "自动打开浏览器",
"serve.port": "设置端口",
"livereload.port": "设置livereload端口",
"serve.base-path": "Serves your docs under a subpath to match the behaviour of GitHub pages.",
"usage": "例子",
"version": "当前版本号"
}