commit
f033017e72
|
@ -1146,11 +1146,11 @@
|
||||||
"true": "",
|
"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 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 类型的服务",
|
"tunnel makes services of type LoadBalancer accessible on localhost": "隧道使本地主机上可以访问 LoadBalancer 类型的服务",
|
||||||
"unable to bind flags": "",
|
"unable to bind flags": "无法绑定标注",
|
||||||
"unable to daemonize: {{.err}}": "",
|
"unable to daemonize: {{.err}}": "",
|
||||||
"unable to delete minikube config folder": "无法删除 minikube 配置目录",
|
"unable to delete minikube config folder": "无法删除 minikube 配置目录",
|
||||||
"unpause Kubernetes": "恢复 Kubernetes",
|
"unpause Kubernetes": "恢复 Kubernetes",
|
||||||
"unset failed": "",
|
"unset failed": "设置失败",
|
||||||
"unsets PROPERTY_NAME from the minikube config file. Can be overwritten by flags or environmental variables": "",
|
"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": "",
|
"unsets an individual value in a minikube config file": "",
|
||||||
"unsupported or missing driver: {{.name}}": "不支持或者缺失驱动:{{.name}}",
|
"unsupported or missing driver: {{.name}}": "不支持或者缺失驱动:{{.name}}",
|
||||||
|
@ -1184,11 +1184,11 @@
|
||||||
"{{.driver}} does not appear to be installed": "似乎并未安装 {{.driver}}",
|
"{{.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}} 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": "",
|
"{{.driver}} only has {{.size}}MiB available, less than the required {{.req}}MiB for Kubernetes": "",
|
||||||
"{{.name}} doesn't have images.": "",
|
"{{.name}} doesn't have images.": "{{.name}} 没有镜像",
|
||||||
"{{.name}} has following images:": "",
|
"{{.name}} has following images:": "{{.name}} 有以下镜像",
|
||||||
"{{.name}} has no available configuration options": "",
|
"{{.name}} has no available configuration options": "{{.name}} 没有可用的配置选项",
|
||||||
"{{.name}} is already running": "",
|
"{{.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 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.": "",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.ociBin}} rmi {{.images}}": "",
|
"{{.ociBin}} rmi {{.images}}": "",
|
||||||
|
|
Loading…
Reference in New Issue