Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr authored Nov 15, 2024
1 parent caeaf73 commit 76cdb0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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。",
Expand All @@ -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}}",
Expand Down

0 comments on commit 76cdb0b

Please sign in to comment.