json/zh-CN.json
{
"arch": "命令: nvm arch [32/64]\n显示node运行状态(32bit mode/64bit mode)", "arch 32": "设置默认运行状态为 32bit mode", "arch 64": "设置默认运行状态为 64bit mode", "current": "显示 node 当前激活版本", "debug": "检查NVM4W进程是否存在已知问题(troubleshooter)", "install": "命令: nvm install <version> [arch] [--insecure]\n安装 node\neg: nvm install lts", "install lts": "安装 node(lts版本)", "install lts --insecure": "绕过远程下载服务器的SSL验证", "install latest": "安装 node(最新版本)", "install latest --insecure": "绕过远程下载服务器的SSL验证", "list": "命令: nvm list [available]\n列出已安装的 node", "list available": "列出可以安装的 node 版本", "on": "启用 node 版本管理", "off": "禁用 node 版本管理", "proxy": "命令: nvm proxy [url]\n设置用于下载的代理。\n将[url]留空可查看当前代理\n将[url]设置为\"none\"可删除代理", "uninstall": "命令: nvm uninstall <version>\n卸载指定版本的 node", "use": "命令: nvm use [version] [arch]\n切换到指定版本", "root": "命令: nvm root [path]\n设置nvm 存储不同版本 node 的目录。\n如果未输入 <path>,则会显示当前存储 node.js 的目录。", "version": "别名: --version/v \n显示 nvm 的版本", "node_mirror": "命令: nvm node_mirror [url]\n设置 node 镜像\n默认url:https://nodejs.org/dist/\n将[url]留空则使用默认url", "npm_mirror": "命令: nvm npm_mirror [url]\n设置 npm 镜像\n默认:https://github.com/npm/cli/archive/\n将[url]留空则使用默认url", "nvm_info":{ "warn":"模块警告(nvm-tab-completion):此模块不再维护和完善补全!", "tip":"你应该安装并导入 PSCompletions 模块,并运行 psc add nvm 添加 nvm 补全\n更多详情请访问: https://gitee.com/abgox/PSCompletions" } } |