|
355 | 355 | "Failed to persist images": "持久化镜像失败", |
356 | 356 | "Failed to pull image": "拉取镜像失败", |
357 | 357 | "Failed to pull images": "拉取镜像失败", |
358 | | - "Failed to push images": "", |
| 358 | + "Failed to push images": "推送镜像失败", |
359 | 359 | "Failed to read temp": "无法读取临时文件", |
360 | 360 | "Failed to reload cached images": "重新加载缓存镜像失败", |
361 | 361 | "Failed to remove image": "删除镜像失败", |
362 | | - "Failed to remove images for profile {{.pName}} {{.error}}": "", |
| 362 | + "Failed to remove images for profile {{.pName}} {{.error}}": "删除配置文件镜像失败 {{.pName}} {{.error}}", |
363 | 363 | "Failed to remove profile": "无法删除配置文件", |
364 | 364 | "Failed to save config": "无法保存配置", |
365 | | - "Failed to save config {{.profile}}": "", |
| 365 | + "Failed to save config {{.profile}}": "无法保存配置 {{.profile}}", |
366 | 366 | "Failed to save dir": "保存目录失败", |
367 | 367 | "Failed to save image": "无法保存镜像", |
368 | | - "Failed to save stdin": "", |
| 368 | + "Failed to save stdin": "保存标准输入失败", |
369 | 369 | "Failed to set NO_PROXY Env. Please use `export NO_PROXY=$NO_PROXY,{{.ip}}": "未能设置 NO_PROXY 环境变量。请使用“export NO_PROXY=$NO_PROXY,{{.ip}}”", |
370 | 370 | "Failed to set NO_PROXY Env. Please use `export NO_PROXY=$NO_PROXY,{{.ip}}`.": "未能设置 NO_PROXY 环境变量。请使用“export NO_PROXY=$NO_PROXY,{{.ip}}”。", |
371 | 371 | "Failed to setup certs": "设置 certs 失败", |
372 | 372 | "Failed to setup kubeconfig": "设置 kubeconfig 失败", |
373 | | - "Failed to start container runtime": "", |
374 | | - "Failed to start {{.driver}} {{.driver_type}}. Running \"{{.cmd}}\" may fix it: {{.error}}": "", |
375 | | - "Failed to stop node {{.name}}": "", |
376 | | - "Failed to stop ssh-agent process: {{.error}}": "", |
| 373 | + "Failed to start container runtime": "容器运行时启动失败", |
| 374 | + "Failed to start {{.driver}} {{.driver_type}}. Running \"{{.cmd}}\" may fix it: {{.error}}": "启动 {{.driver}} {{.driver_type}} 失败。运行 \"{{.cmd}}\" 可能需要修复它: {{.error}} ", |
| 375 | + "Failed to stop node {{.name}}": "停止节点 {{.name}} 失败", |
| 376 | + "Failed to stop ssh-agent process: {{.error}}": "停止 ssh-agent 程序失败:{{.error}}", |
377 | 377 | "Failed to tag images": "无法打标签给镜像", |
378 | 378 | "Failed to update cluster": "更新 cluster 失败", |
379 | 379 | "Failed to update config": "更新 config 失败", |
|
0 commit comments