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