Apply suggestions from code review
parent
caeaf73eea
commit
76cdb0b9b5
|
@ -822,7 +822,7 @@
|
|||
"The '{{.name}}' driver does not respect the --cpus flag": "'{{.name}}' 驱动程序不支持 --cpus 标志",
|
||||
"The '{{.name}}' driver does not respect the --memory flag": "'{{.name}}' 驱动程序不支持 --memory 标志",
|
||||
"The '{{.name}}' driver does not support --cpus=no-limit": "{{.name}}' 驱动程序不支持 --cpus=no-limit",
|
||||
"The '{{.name}}' driver does not support --memory=no-limit": "{.name}}' 驱动程序不支持 --memory=no-limit",
|
||||
"The '{{.name}}' driver does not support --memory=no-limit": "{{.name}}' 驱动程序不支持 --memory=no-limit",
|
||||
"The --image-repository flag you provided contains Scheme: {{.scheme}}, which will be removed automatically": "您提供的 --image-repository 标志包含方案:{{.scheme}},这将自动移除",
|
||||
"The --image-repository flag your provided ended with a trailing / that could cause conflict in kubernetes, removed automatically": "您提供的 --image-repository 标志以尾随 / 结束,可能会在 Kubernetes 中引起冲突,已自动移除",
|
||||
"The CIDR to be used for service cluster IPs.": "需要用于服务集群 IP 的 CIDR。",
|
||||
|
@ -849,8 +849,8 @@
|
|||
"The control plane node must be running for this command": "执行此命令需要运行控制平面节点",
|
||||
"The control-plane node {{.name}} apiserver is not running (will try others): (state={{.state}})": "",
|
||||
"The control-plane node {{.name}} apiserver is not running: (state={{.state}})": "控制平面节点 {{.name}} 的 apiserver 未运行:(状态={{.state}})",
|
||||
"The control-plane node {{.name}} apiserver is paused": "控制平面节点{{{.name}} apiserver已暂停",
|
||||
"The control-plane node {{.name}} apiserver is paused (will try others)": "控制平面节点{{{.name}} apiserver已暂停 (将尝试其他节点)",
|
||||
"The control-plane node {{.name}} apiserver is paused": "控制平面节点 {{.name}} apiserver已暂停",
|
||||
"The control-plane node {{.name}} apiserver is paused (will try others)": "控制平面节点 {{.name}} apiserver已暂停 (将尝试其他节点)",
|
||||
"The control-plane node {{.name}} host does not exist": "控制平面节点 {{.name}} 不存在",
|
||||
"The control-plane node {{.name}} host does not exist (will try others)": "控制平面节点 {{.name}} 不存在 (将尝试其他节点)",
|
||||
"The control-plane node {{.name}} host is not running (will try others): state={{.state}}": "控制平面节点 {{.name}} 主机未运行(将尝试其他节点):状态={{.state}}",
|
||||
|
|
Loading…
Reference in New Issue