Update the fields of some zh-CN.json files
parent
1bc30be94f
commit
01c94dd36e
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"\n\n": "",
|
||||
"\"The '{{.minikube_addon}}' addon is disabled": "'{{.minikube_addon}}' 插件已被禁用",
|
||||
"\"minikube cache\" will be deprecated in upcoming versions, please switch to \"minikube image load\"": "",
|
||||
"\"minikube cache\" will be deprecated in upcoming versions, please switch to \"minikube image load\"": "\"minikube cache\" 将在即将发布的版本中弃用,请切换至 \"minikube image load\"",
|
||||
"\"{{.context}}\" context has been updated to point to {{.hostname}}:{{.port}}": "",
|
||||
"\"{{.machineName}}\" does not exist, nothing to stop": "\"{{.machineName}}\" 不存在,没有什么可供停止的",
|
||||
"\"{{.minikube_addon}}\" was successfully disabled": "已成功禁用 \"{{.minikube_addon}}\"",
|
||||
"\"{{.name}}\" cluster does not exist. Proceeding ahead with cleanup.": "\"{{.name}}\" 集群不存在,将继续清理",
|
||||
"\"{{.name}}\" profile does not exist": "“{{.name}}”配置文件不存在",
|
||||
"\"{{.name}}\" profile does not exist, trying anyways.": "",
|
||||
"\"{{.name}}\" profile does not exist, trying anyways.": "“{{.name}}”配置文件不存在时,仍然会尝试",
|
||||
"\"{{.profile_name}}\" VM does not exist, nothing to stop": "\"{{.profile_name}}\" 虚拟机不存在,没有什么可供停止的",
|
||||
"\"{{.profile_name}}\" host does not exist, unable to show an IP": "\"{{.profile_name}}\" 主机不存在,无法显示其IP",
|
||||
"\"{{.profile_name}}\" stopped.": "\"{{.profile_name}}\" 已停止",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"'none' driver does not support 'minikube mount' command": "'none' 驱动不支持 'minikube mount' 命令",
|
||||
"'none' driver does not support 'minikube podman-env' command": "'none' 驱动不支持 'minikube podman-env' 命令",
|
||||
"'none' driver does not support 'minikube ssh' command": "'none' 驱动不支持 'minikube ssh' 命令",
|
||||
"'none' driver does not support 'minikube ssh-host' command": "",
|
||||
"'none' driver does not support 'minikube ssh-host' command": "'none' 驱动不支持 'minikube ssh-host' 命令",
|
||||
"'{{.driver}}' driver reported an issue: {{.error}}": "'{{.driver}}' 驱动程序报告了一个问题: {{.error}}",
|
||||
"- \"minikube ssh\" to SSH into minikube's node.\n- \"minikube docker-env\" to point your docker-cli to the docker inside minikube.\n- \"minikube image\" to build images without docker.": "",
|
||||
"- \"minikube ssh\" to SSH into minikube's node.\n- \"minikube image\" to build images without docker.": "",
|
||||
|
|
Loading…
Reference in New Issue