Skip to content

Commit

Permalink
Add some translations (kubernetes#19490)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdxgs authored Sep 27, 2024
1 parent 8d1044f commit 7514f2d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -958,33 +958,33 @@
"Unable to fetch latest version info": "无法获取最新版本信息",
"Unable to find any control-plane nodes": "无法找到任何控制平面节点",
"Unable to find control plane": "无法找到控制平面",
"Unable to generate docs": "",
"Unable to generate docs": "无法生成文档",
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.": "",
"Unable to get CPU info: {{.err}}": "",
"Unable to get CPU info: {{.err}}": "无法获取 CPU 信息: {{.err}}",
"Unable to get bootstrapper: {{.error}}": "无法获取引导程序:{{.error}}",
"Unable to get command runner": "无法获取命令执行器",
"Unable to get control plane status: {{.error}}": "无法获取控制平面状态:{{.error}}",
"Unable to get control-plane node {{.name}} apiserver status (will try others): {{.error}}": "",
"Unable to get control-plane node {{.name}} apiserver status: {{.error}}": "",
"Unable to get control-plane node {{.name}} endpoint (will try others): {{.err}}": "",
"Unable to get control-plane node {{.name}} endpoint: {{.err}}": "",
"Unable to get control-plane node {{.name}} host command runner (will try others): {{.err}}": "",
"Unable to get control-plane node {{.name}} host command runner: {{.err}}": "",
"Unable to get control-plane node {{.name}} host status (will try others): {{.err}}": "",
"Unable to get control-plane node {{.name}} apiserver status (will try others): {{.error}}": "无法获取控制平面节点 {{.name}} apiserver 的状态 (将尝试其他节点): {{.error}}",
"Unable to get control-plane node {{.name}} apiserver status: {{.error}}": "无法获取控制平面节点 {{.name}} apiserver 的状态: {{.error}}",
"Unable to get control-plane node {{.name}} endpoint (will try others): {{.err}}": "无法获取控制平面节点 {{.name}} endpoint 的状态 (将尝试其他节点): {{.err}}",
"Unable to get control-plane node {{.name}} endpoint: {{.err}}": "无法获取控制平面节点 {{.name}} endpoint 的状态: {{.err}}",
"Unable to get control-plane node {{.name}} host command runner (will try others): {{.err}}": "无法获取控制平面节点 {{.name}} 主机运行命令的状态 (将尝试其他节点): {{.err}}",
"Unable to get control-plane node {{.name}} host command runner: {{.err}}": "无法获取控制平面节点 {{.name}} 主机运行命令 的状态: {{.err}}",
"Unable to get control-plane node {{.name}} host status (will try others): {{.err}}": "无法获取控制平面节点 {{.name}} 主机的状态 (将尝试其他节点): {{.err}}",
"Unable to get control-plane node {{.name}} host status: {{.err}}": "无法获取控制平面节点 {{.name}} 主机状态:{{.err}}",
"Unable to get current user": "无法获取当前用户",
"Unable to get forwarded endpoint": "无法获取转发的端点",
"Unable to get machine status": "获取机器状态失败",
"Unable to get runtime": "无法获取运行时",
"Unable to get the status of the {{.name}} cluster.": "无法获取 {{.name}} 集群状态。",
"Unable to kill mount process: {{.error}}": "无法终止挂载进程:{{.error}}",
"Unable to list profiles: {{.error}}": "",
"Unable to list profiles: {{.error}}": "无法列出配置文件: {{.error}}",
"Unable to load cached images from config file.": "无法从配置文件中加载缓存的镜像。",
"Unable to load cached images: {{.error}}": "无法加载缓存的镜像:{{.error}}",
"Unable to load config: {{.error}}": "无法加载配置:{{.error}}",
"Unable to load control-plane node {{.name}} host (will try others): {{.err}}": "",
"Unable to load control-plane node {{.name}} host: {{.err}}": "",
"Unable to load profile: {{.error}}": "",
"Unable to load profile: {{.error}}": "无法加载配置文件: {{.error}}",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "无法解析“{{.kubernetes_version}}”:{{.error}}",
"Unable to parse default Kubernetes version from constants: {{.error}}": "无法从常量中解析默认的 Kubernetes 版本号: {{.error}}",
"Unable to parse memory '{{.memory}}': {{.error}}": "",
Expand Down

0 comments on commit 7514f2d

Please sign in to comment.