Skip to content

Commit 114d1c6

Browse files
authored
Merge pull request #15216 from zdxgs/master
Add some translations
2 parents 5db6ddf + 09fb249 commit 114d1c6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

translations/zh-CN.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@
101101
"CGroup allocation is not available in your environment, You might be running minikube in a nested container. Try running:\n\t\t\t\n\tminikube start --extra-config=kubelet.cgroups-per-qos=false --extra-config=kubelet.enforce-node-allocatable=\"\"\n\n\t\t\t\n\t\t\t": "",
102102
"CGroup allocation is not available in your environment. You might be running minikube in a nested container. Try running:\n\t\t\t\n\tminikube start --extra-config=kubelet.cgroups-per-qos=false --extra-config=kubelet.enforce-node-allocatable=\"\"\n\n\t\t\t\n\t\t\t": "",
103103
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
104-
"Cache image from docker daemon": "",
105-
"Cache image from remote registry": "",
106-
"Cache image to docker daemon": "",
107-
"Cache image to remote registry": "",
108-
"Cannot find directory {{.path}} for copy": "",
104+
"Cache image from docker daemon": "从 docker daemon 中缓存镜像",
105+
"Cache image from remote registry": "远程仓库中缓存镜像",
106+
"Cache image to docker daemon": "缓存镜像到 docker daemon",
107+
"Cache image to remote registry": "缓存镜像到远程仓库",
108+
"Cannot find directory {{.path}} for copy": "找不到用来复制的 {{.path}} 目录",
109109
"Cannot find directory {{.path}} for mount": "找不到用来挂载的 {{.path}} 目录",
110110
"Cannot use both --output and --format options": "不能同时使用 --output 和 --format 选项",
111-
"Cannot use the option --no-kubernetes on the {{.name}} driver": "",
112-
"Certificate {{.certPath}} has expired. Generating a new one...": "",
113-
"Check if you have unnecessary pods running by running 'kubectl get po -A": "",
111+
"Cannot use the option --no-kubernetes on the {{.name}} driver": "无法使用 {{.name}} 驱动程序上的 -no-kubernetes 选项",
112+
"Certificate {{.certPath}} has expired. Generating a new one...": "证书 {{.certPath}} 已过期,生成一个新证书...",
113+
"Check if you have unnecessary pods running by running 'kubectl get po -A": "通过运行 'kubectl get po -A' 检查是否有不必要的pod正在运行",
114114
"Check output of 'journalctl -xeu kubelet', try passing --extra-config=kubelet.cgroup-driver=systemd to minikube start": "检查 'journalctl -xeu kubelet' 的输出,尝试启动 minikube 时添加参数 --extra-config=kubelet.cgroup-driver=systemd",
115115
"Check that SELinux is disabled, and that the provided apiserver flags are valid": "检查 SELinux 是否禁用,且提供的 apiserver 标志是否有效",
116116
"Check that libvirt is setup properly": "检查 libvirt 是否正确设置",
@@ -1186,4 +1186,4 @@
11861186
"{{.profile}} profile is not valid: {{.err}}": "",
11871187
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
11881188
"{{.url}} is not accessible: {{.error}}": ""
1189-
}
1189+
}

0 commit comments

Comments
 (0)