Update zh-CN.json
parent
8fc048910a
commit
1d3494a2e3
|
@ -396,7 +396,7 @@
|
|||
"Format to print stdout in. Options include: [text,json]": "标准输出的格式。可选项包括:[text,json]",
|
||||
"Forwards all services in a namespace (defaults to \"false\")": "转发命名空间中的所有服务(默认为\"false\")",
|
||||
"Found docker, but the docker service isn't running. Try restarting the docker service.": "找到 Docker,但 Docker 服务没有运行。尝试重新启动 Docker 服务。",
|
||||
"Found driver(s) but none were healthy. See above for suggestions how to fix installed drivers.": "",
|
||||
"Found driver(s) but none were healthy. See above for suggestions how to fix installed drivers.": "找到个驱动程序,但没有一个是健康的。有关如何修复已安装的驱动程序的建议,请参阅上文。",
|
||||
"Found network options:": "找到的网络选项:",
|
||||
"Found {{.number}} invalid profile(s) !": "找到 {{.number}} 个无效的配置文件!",
|
||||
"Found {{.number}} invalid profile(s) ! ": "",
|
||||
|
@ -473,23 +473,23 @@
|
|||
"It seems that you are running in GCE, which means authentication should work without the GCP Auth addon. If you would still like to authenticate using a credentials file, use the --force flag.": "看起来您正在 GCE 中运行,这意味着身份验证应该可以在没有 GCP Auth 插件的情况下工作。如果您仍然想使用凭据文件进行身份验证,请使用 --force 标志。",
|
||||
"Kicbase images have not been deleted. To delete images run:": "Kicbase 镜像未被删除。要删除镜像,请运行:",
|
||||
"Kill the mount process spawned by minikube start": "终止由 minikube start 生成的挂载进程",
|
||||
"Kubernetes requires at least 2 CPU's to start": "",
|
||||
"Kubernetes version not found in GitHub version list. You can force a Kubernetes version via the --force flag": "",
|
||||
"Kubernetes requires at least 2 CPU's to start": "Kubernetes至少需要2个CPU才能启动",
|
||||
"Kubernetes version not found in GitHub version list. You can force a Kubernetes version via the --force flag": "在GitHub版本列表中找不到Kubernetes版本。您可以通过--force标志强制使用Kubernetes版本",
|
||||
"Kubernetes version {{.specified}} found in GitHub version list": "",
|
||||
"Kubernetes version {{.specified}} found in version list": "",
|
||||
"Kubernetes version {{.version}} is not supported by this release of minikube": "Kubernetes 版本 {{.version}} 不受此版本的 minikube 支持",
|
||||
"Kubernetes {{.new}} is now available. If you would like to upgrade, specify: --kubernetes-version={{.new}}": "Kubernetes {{.new}} 现在可用了。如果您想升级,请指定 --kubernetes-version={{.new}}",
|
||||
"Kubernetes {{.new}} is now available. If you would like to upgrade, specify: --kubernetes-version={{.prefix}}{{.new}}": "",
|
||||
"Kubernetes {{.version}} is not supported by this release of minikube": "当前版本的 minukube 不支持 Kubernetes {{.version}}",
|
||||
"Kubernetes: Stopping ...": "",
|
||||
"Kubernetes: Stopping ...": "Kubernetes:正在停止。。。",
|
||||
"Kubernetes: {{.status}}": "",
|
||||
"Launching Kubernetes ... ": "正在启动 Kubernetes ... ",
|
||||
"Launching proxy ...": "正在启动代理...",
|
||||
"List all available images from the local cache.": "列出本地缓存中所有可用的镜像。",
|
||||
"List existing minikube nodes.": "",
|
||||
"List existing minikube nodes.": "列出现有的minikube节点",
|
||||
"List image names the addon w/ADDON_NAME used. For a list of available addons use: minikube addons list": "",
|
||||
"List images": "列出镜像",
|
||||
"List nodes.": "",
|
||||
"List nodes.": "列出节点",
|
||||
"List of guest VSock ports that should be exposed as sockets on the host (hyperkit driver only)": "应在主机上公开为套接字的访客 VSock 端口列表(仅限 hyperkit 驱动程序)",
|
||||
"List of ports that should be exposed (docker and podman driver only)": "应该公开的端口列表(仅适用于 docker 和 podman 驱动)",
|
||||
"Listening to 0.0.0.0 on external docker host {{.host}}. Please be advised": "",
|
||||
|
@ -1229,4 +1229,4 @@
|
|||
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} 配置文件无效:{{.err}}",
|
||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} 还不是一个受支持的文件系统。无论如何我们都会尝试!",
|
||||
"{{.url}} is not accessible: {{.error}}": "{{.url}} 不可访问:{{.error}}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue