-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathzh-CN.json
184 lines (184 loc) · 3.63 KB
/
zh-CN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"root": [
{
"name": "arch",
"tip": [
"U: arch [32|64]\n",
"显示 Node 是在 32 位还是 64 位模式下运行"
],
"next": [
{
"name": "32",
"tip": [
"将默认运行状态设置为 32 位模式"
]
},
{
"name": "64",
"tip": [
"将默认运行状态设置为 64 位模式"
]
}
]
},
{
"name": "current",
"tip": [
"显示当前激活的版本"
]
},
{
"name": "list",
"tip": [
"列出 Node.js 安装"
],
"next": [
{
"name": "available",
"tip": [
"查看可安装版本"
]
}
]
},
{
"name": "install",
"tip": [
"U: install <version> [arch] [--insecure]\n",
"安装 Node\n",
"E: install 18"
],
"next": [
{
"name": "lts",
"tip": [
"安装 Node 的 lts 版本"
],
"options": [
{
"name": "--insecure",
"tip": [
"绕过远程下载服务器的 SSL 验证"
]
}
]
},
{
"name": "latest",
"tip": [
"安装 Node 的最新版本"
],
"options": [
{
"name": "--insecure",
"tip": [
"绕过远程下载服务器的 SSL 验证"
]
}
]
}
]
},
{
"name": "uninstall",
"tip": [
"U: uninstall <version>\n",
"卸载指定版本的 Node"
]
},
{
"name": "use",
"tip": [
"U: use [version] [arch]\n",
"切换为指定版本的 Node"
]
},
{
"name": "on",
"tip": [
"启用 Node.js 版本管理"
]
},
{
"name": "off",
"tip": [
"禁用 Node.js 版本管理"
]
},
{
"name": "root",
"tip": [
"U: root [<path>]\n",
"设置 nvm 应存储不同版本 Node.js 的目录\n",
"如果 <path> 如果未设置, 将显示当前存储 Node.js 的目录"
]
},
{
"name": "proxy",
"tip": [
"U: proxy [url]\n",
"设置用于下载的代理\n",
"将 [url] 留空以查看当前代理\n",
"将 [url] 设置为 \"none\" 以删除代理"
]
},
{
"name": "debug",
"tip": [
"检查 NVM4W 进程中是否存在已知问题(疑难解答)"
]
},
{
"name": "node_mirror",
"tip": [
"U: node_mirror [url]\n",
"设置 Node 镜像\n",
"默认: https://nodejs.org/dist/\n",
"将 [url] 留空以使用默认 url"
]
},
{
"name": "npm_mirror",
"tip": [
"U: npm_mirror [url]\n",
"设置 npm 镜像\n",
"默认: https://github.com/npm/cli/archive/\n",
"将 [url] 留空以使用默认 url"
]
},
{
"name": "version",
"tip": [
"显示当前正在运行的 nvm 版本"
]
}
],
"options": [
{
"name": "--version",
"tip": [
"显示当前正在运行的 nvm 版本"
]
}
],
"common_options": [
{
"name": "-h",
"alias": [
"--help"
],
"tip": [
"U: -h|--help\n",
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/nvm-sh/nvm",
"description": [
"nvm - node 版本管理器。"
]
}
}
}