You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: translations/zh-CN.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -101,16 +101,16 @@
101
101
"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": "",
102
102
"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": "",
103
103
"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}} 目录",
109
109
"Cannot find directory {{.path}} for mount": "找不到用来挂载的 {{.path}} 目录",
110
110
"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正在运行",
114
114
"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",
115
115
"Check that SELinux is disabled, and that the provided apiserver flags are valid": "检查 SELinux 是否禁用,且提供的 apiserver 标志是否有效",
116
116
"Check that libvirt is setup properly": "检查 libvirt 是否正确设置",
@@ -1186,4 +1186,4 @@
1186
1186
"{{.profile}} profile is not valid: {{.err}}": "",
1187
1187
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
0 commit comments