From 76cdb0b9b50fdfffbd23000a42aa67eab57a1169 Mon Sep 17 00:00:00 2001 From: Steven Powell <44844360+spowelljr@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:08:56 -0500 Subject: [PATCH] Apply suggestions from code review --- translations/zh-CN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/zh-CN.json b/translations/zh-CN.json index a9f33c40b81f..acf2f7be6f7b 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -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}}",