Merge pull request #16138 from zdxgs/master

Add some Chinese translations
pull/16142/head
Medya Ghazizadeh 2023-03-23 10:50:21 -07:00 committed by GitHub
commit c0137cdfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -823,17 +823,17 @@
"The minikube {{.driver_name}} container exited unexpectedly.": "",
"The minimum required version for podman is \"{{.minVersion}}\". your version is \"{{.currentVersion}}\". minikube might not work. use at your own risk. To install latest version please see https://podman.io/getting-started/installation.html": "",
"The name of the network plugin": "网络插件的名称",
"The named space to activate after start": "",
"The node to build on. Defaults to the primary control plane.": "",
"The node to check status for. Defaults to control plane. Leave blank with default format for status on all nodes.": "",
"The node to get IP. Defaults to the primary control plane.": "",
"The node to get logs from. Defaults to the primary control plane.": "",
"The node to get ssh-key path. Defaults to the primary control plane.": "",
"The node to ssh into. Defaults to the primary control plane.": "",
"The node {{.name}} has ran out of available PIDs.": "",
"The node {{.name}} has ran out of disk space.": "",
"The node {{.name}} has ran out of memory.": "",
"The node {{.name}} network is not available. Please verify network settings.": "",
"The named space to activate after start": "启动后要激活的命名空间",
"The node to build on. Defaults to the primary control plane.": "要构建的节点,默认为主控制平面",
"The node to check status for. Defaults to control plane. Leave blank with default format for status on all nodes.": "要检查状态的节点,默认为控制平面。默认格式为所有节点上的状态保留为空",
"The node to get IP. Defaults to the primary control plane.": "要获取IP的节点默认为主控制平面",
"The node to get logs from. Defaults to the primary control plane.": "要从中获取日志的节点,默认为主控制平面",
"The node to get ssh-key path. Defaults to the primary control plane.": "获取ssh密钥路径的节点默认为主控制平面",
"The node to ssh into. Defaults to the primary control plane.": "要ssh访问的节点默认为主控制平面",
"The node {{.name}} has ran out of available PIDs.": "节点 {{.name}} 已用完可用PID",
"The node {{.name}} has ran out of disk space.": "节点 {{.name}} 磁盘空间不足",
"The node {{.name}} has ran out of memory.": "节点 {{.name}} 内存不足",
"The node {{.name}} network is not available. Please verify network settings.": "节点 {{.name}} 网络不可用,请检查网络设置",
"The none driver is not compatible with multi-node clusters.": "",
"The none driver with Kubernetes v1.24+ and the docker container-runtime requires cri-dockerd.\n\t\t\n\t\tPlease install cri-dockerd using these instructions:\n\n\t\thttps://github.com/Mirantis/cri-dockerd#build-and-install": "",
"The none driver with Kubernetes v1.24+ and the docker container-runtime requires dockerd.\n\t\t\n\t\tPlease install dockerd using these instructions:\n\n\t\thttps://docs.docker.com/engine/install/": "",