Skip to content

Commit

Permalink
translate some fields
Browse files Browse the repository at this point in the history
  • Loading branch information
syxunion committed Feb 22, 2023
1 parent b522747 commit ab4a1f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1146,11 +1146,11 @@
"true": "",
"tunnel creates a route to services deployed with type LoadBalancer and sets their Ingress to their ClusterIP. for a detailed example see https://minikube.sigs.k8s.io/docs/tasks/loadbalancer": "",
"tunnel makes services of type LoadBalancer accessible on localhost": "隧道使本地主机上可以访问 LoadBalancer 类型的服务",
"unable to bind flags": "",
"unable to bind flags": "无法绑定标注",
"unable to daemonize: {{.err}}": "",
"unable to delete minikube config folder": "无法删除 minikube 配置目录",
"unpause Kubernetes": "恢复 Kubernetes",
"unset failed": "",
"unset failed": "设置失败",
"unsets PROPERTY_NAME from the minikube config file. Can be overwritten by flags or environmental variables": "",
"unsets an individual value in a minikube config file": "",
"unsupported or missing driver: {{.name}}": "不支持或者缺失驱动:{{.name}}",
Expand Down Expand Up @@ -1184,11 +1184,11 @@
"{{.driver}} does not appear to be installed": "似乎并未安装 {{.driver}}",
"{{.driver}} does not appear to be installed, but is specified by an existing profile. Please run 'minikube delete' or install {{.driver}}": "似乎并未安装 {{.driver}},但已被当前的配置文件指定。请执行 'minikube delete' 或者安装 {{.driver}}",
"{{.driver}} only has {{.size}}MiB available, less than the required {{.req}}MiB for Kubernetes": "",
"{{.name}} doesn't have images.": "",
"{{.name}} has following images:": "",
"{{.name}} has no available configuration options": "",
"{{.name}} doesn't have images.": "{{.name}} 没有镜像",
"{{.name}} has following images:": "{{.name}} 有以下镜像",
"{{.name}} has no available configuration options": "{{.name}} 没有可用的配置选项",
"{{.name}} is already running": "",
"{{.name}} was successfully configured": "",
"{{.name}} was successfully configured": "{{.name}} 成功配置",
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
"{{.ociBin}} rmi {{.images}}": "",
Expand All @@ -1199,4 +1199,4 @@
"{{.profile}} profile is not valid: {{.err}}": "",
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
"{{.url}} is not accessible: {{.error}}": ""
}
}

0 comments on commit ab4a1f2

Please sign in to comment.