1{ 2 "Execute binaries from npm packages.\n%s": "从 npm 的可执行包执行命令\n%s", 3 "Package to be installed.": "包安装的路径", 4 "Location of the npm cache.": "npm 缓存路径", 5 "Skip installation if a package is missing.": "如果有包缺失,跳过安装", 6 "Path to user npmrc.": "当前用户的 npmrc 路径", 7 "Execute string as if inside `npm run-script`.": "像执行 `npm run-script` 一样执行一个字符串", 8 "Shell to execute the command with, if any.": "执行命令用到的解释器,可选", 9 "Generate shell code to use npx as the \"command not found\" fallback.": "产生“找不到命令”的错误码", 10 "Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "忽略 $PATH 或工程里已有的可执行文件,这会强制使 npx 临时安装一次,并且使用其最新的版本", 11 "npm binary to use for internal operations.": "为了执行内部操作的 npm 可执行文件", 12 "For the full documentation, see the manual page for npx(1).": "可以通过 npx(1) 的手册找到完整说明文档", 13 "Unable to guess a binary name from %s. Please use --package.": "无法推测出可执行文件名的来源 %s,请使用 --package", 14 "\nERROR: You must supply a command.\n": "\n错误:您必须提供一个命令\n", 15 "Command failed: %s %s": "执行失败:%s %s", 16 "Install for %s failed with code %s": "安装 %s 失败,错误代码:%s", 17 "%s not found. Trying with npx...": "找不到 %s,请尝试使用 npx...", 18 "command not found: %s": "找不到命令:%s", 19 "options": "选项", 20 "command": "命令", 21 "version": "版本", 22 "command-arg": "命令的参数", 23 "command-string": "命令的字符串", 24 "shell": "命令行解释器", 25 "package": "包", 26 "npx: installed %s in %ss": "npx: %s 安装成功,用时 %s 秒", 27 "Suppress output from npx itself. Subcommands will not be affected.": "隐藏 npx 的输出,子命令不会受到影响", 28 "Extra node argument when calling a node binary.": "调用 node 二进制时使用额外的 node 参数。" 29} 30