Skip to content

Commit

Permalink
Merge pull request #18536 from zdxgs/master
Browse files Browse the repository at this point in the history
Update zh_CN.json
  • Loading branch information
spowelljr authored Apr 1, 2024
2 parents 626f1de + 5a4f76c commit 7d840f7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,42 +996,42 @@
"Unable to verify SSH connectivity: {{.error}}. Will retry...": "无法验证 SSH 连接: {{.error}}。即将重试...",
"Unfortunately, could not download the base image {{.image_name}} ": "",
"Uninstalling Kubernetes {{.kubernetes_version}} using {{.bootstrapper_name}} ...": "正在使用 {{.bootstrapper_name}} 卸载 Kubernetes {{.kubernetes_version}}…",
"Unmounting {{.path}} ...": "",
"Unpause": "",
"Unmounting {{.path}} ...": "取消挂载 {{.path}} ...",
"Unpause": "取消暂停",
"Unpaused {{.count}} containers": "已取消暂停 {{.count}} 个容器",
"Unpaused {{.count}} containers in: {{.namespaces}}": "已取消暂停在命名空间:{{.namespaces}} 中 {{.count}} 个容器",
"Unpausing node {{.name}} ... ": "取消暂停节点 {{.name}} ...",
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
"Unset variables instead of setting them": "取消设置变量,而不是设置它们",
"Update Docker to the latest minor version, this version is unsupported": "将 Docker 更新到最新的小版本,此版本不受支持",
"Update kubeconfig in case of an IP or port change": "IP或端口更改的情况下更新 kubeconfig 配置文件",
"Update server returned an empty list": "",
"Update server returned an empty list": "更新服务器返回了一个空列表",
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "正在更新运行中的 {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...",
"Upgrade to QEMU v3.1.0+, run 'virt-host-validate', or ensure that you are not running in a nested VM environment.": "",
"Upgrade to QEMU v3.1.0+, run 'virt-host-validate', or ensure that you are not running in a nested VM environment.": "升级到 QEMU v3.1.0+,运行 'virt-host-validate',或者确保您不是在嵌套的 VM 环境中运行",
"Upgrading from Kubernetes {{.old}} to {{.new}}": "正在从 Kubernetes {{.old}} 升级到 {{.new}}",
"Usage": "使用方法",
"Usage: minikube completion SHELL": "使用方法:minikube completion SHELL",
"Usage: minikube delete": "使用方法:minikube delete",
"Usage: minikube delete --all --purge": "使用方法:minikube delete --all --purge",
"Usage: minikube node [add|start|stop|delete]": "使用方法:minikube node [add|start|stop|delete]",
"Usage: minikube node [add|start|stop|delete|list]": "用法:minikube node [add|start|stop|delete|list]",
"Usage: minikube node delete [name]": "",
"Usage: minikube node delete [name]": "用法:minikube node delete [name]",
"Usage: minikube node list": "用法:minikube node list",
"Usage: minikube node start [name]": "",
"Usage: minikube node stop [name]": "",
"Usage: minikube node start [name]": "用法:minikube node start [name]",
"Usage: minikube node stop [name]": "用法:minikube node stop [name]",
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "使用 \"{{.CommandPath}} [command] --help\" 可以获取有关命令的更多信息",
"Use 'kubectl get po -A' to find the correct and namespace name": "使用 'kubectl get po -A' 来查询正确的命名空间名称",
"Use -A to specify all namespaces": "使用 -A 指定所有 namespaces",
"Use SSH connection instead of HTTPS (port 2376)": "使用 SSH 连接而不是 HTTPS 连接(端口2376)",
"Use SSH for running kubernetes client on the node": "",
"Use SSH for running kubernetes client on the node": "使用 SSH 在节点上运行 kubernetes 客户端",
"Use VirtualBox to remove the conflicting VM and/or network interfaces": "使用 VirtualBox 删除有冲突的 虚拟机 和/或 网络接口",
"Use native Golang SSH client (default true). Set to 'false' to use the command line 'ssh' command when accessing the docker machine. Useful for the machine drivers when they will not start with 'Waiting for SSH'.": "使用原生的Golang SSH客户端(默认为true)。将其设置为 'false' 以在访问 Docker 机器时使用命令行的 'ssh' 命令。对于那些不以 'Waiting for SSH' 开头的机器驱动程序来说非常有用。",
"User ID: {{.userID}}": "用户 ID: {{.userID}}",
"User name '{{.username}}' is not valid": "用户名 '{{.username}}' 不是有效的",
"User name must be 60 chars or less.": "用户名必须为 60 个字符或更少。",
"Userspace file server is shutdown": "",
"Userspace file server: ": "",
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "",
"Userspace file server is shutdown": "用户空间文件服务器已关闭",
"Userspace file server: ": "用户空间文件服务器",
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "基于 Docker 运行时使用 Kubernetes v1.24+ 需要安装 cri-doker",
"Using Kubernetes {{.version}} since patch version was unspecified": "使用 Kubernetes {{.version}},因为未指定修补程序版本",
"Using image repository {{.name}}": "正在使用镜像存储库 {{.name}}",
"Using image {{.registry}}{{.image}}": "正在使用镜像 {{.registry}}{{.image}}",
Expand Down

0 comments on commit 7d840f7

Please sign in to comment.