commit
29200a2d54
|
@ -1054,8 +1054,8 @@
|
|||
"You are trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "您正在尝试在 WSL 中运行 Windows .exe 二进制文件。为了更好的集成,请改为使用 Linux 二进制文件(在 https://minikube.sigs.k8s.io/docs/start/ 下载)。如果仍然想要执行此操作,您可以使用 --force。",
|
||||
"You are trying to run the amd64 binary on an M1 system.\nPlease consider running the darwin/arm64 binary instead.\nDownload at {{.url}}": "你正在尝试在 M1 系统上运行 amd64 二进制文件。\n请考虑改用 darwin/arm64 二进制文件。\n下载地址:{{.url}}",
|
||||
"You are using the QEMU driver without a dedicated network, which doesn't support `minikube service` \u0026 `minikube tunnel` commands.": "",
|
||||
"You can create one using 'minikube start'.\n\t\t": "",
|
||||
"You can delete them using the following command(s): ": "",
|
||||
"You can create one using 'minikube start'.\n\t\t": "您可以使用 'minikube start' 创建一个.\n\t\t",
|
||||
"You can delete them using the following command(s): ": "您可以使用以下命令删除他们:",
|
||||
"You can force an unsupported Kubernetes version via the --force flag": "你可以通过 --force 标志强制使用不支持的 Kubernetes 版本",
|
||||
"You cannot add or remove extra disks for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "",
|
||||
|
@ -1069,15 +1069,15 @@
|
|||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "您可能需要从管理程序中手动移除“{{.name}}”虚拟机",
|
||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "您可能需要停止 Hyper-V 管理器并再次运行 `minikube delete`。",
|
||||
"You might be using an amd64 version of minikube on a Apple Silicon Mac, use the arm64 version of minikube instead": "您可能在 Apple Silicon Mac 上使用了 amd64 版本的 minikube,请使用 arm64 版本的 minikube",
|
||||
"You must specify service name(s) or --all": "",
|
||||
"You must specify service name(s) or --all": "您必须指定服务的名称或 --all",
|
||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "你的 GCP 凭证现在将被挂载到 {{.name}} 集群中创建的每个 Pod 中。",
|
||||
"Your cgroup does not allow setting memory.": "",
|
||||
"Your cgroup does not allow setting memory.": "您的 cgroup 不允许设置内存",
|
||||
"Your firewall is blocking bootpd which is required for socket_vmnet. The following commands will be executed to unblock bootpd:\n\n{{.commands}}\n": "",
|
||||
"Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "",
|
||||
"Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "您的主机不支持 KVM 虚拟化。确保已安装 qemu-kvm,并运行 'virt-host-validate' 来调试问题",
|
||||
"Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "你的主机不支持虚拟化。如果你在虚拟机内运行 minikube,请尝试使用 '--driver=docker'。否则,请在 BIOS 中启用虚拟化",
|
||||
"Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "",
|
||||
"Your minikube config refers to an unsupported driver. Erase ~/.minikube, and try again.": "",
|
||||
"Your minikube config refers to an unsupported driver. Erase ~/.minikube, and try again.": "您的 minikube 配置引用了一个不受支持的驱动程序。删除 ~/.minikube,然后重试。",
|
||||
"Your minikube vm is not running, try minikube start.": "您的 minikube 虚拟机未运行,请尝试运行 minikube start。",
|
||||
"Your user lacks permissions to the minikube profile directory. Run: 'sudo chown -R $USER $HOME/.minikube; chmod -R u+wrx $HOME/.minikube' to fix": "",
|
||||
"[WARNING] For full functionality, the 'csi-hostpath-driver' addon requires the 'volumesnapshots' addon to be enabled.\n\nYou can enable 'volumesnapshots' addon by running: 'minikube addons enable volumesnapshots'\n": "[警告] 为了实现完整功能,'csi-hostpath-driver' 插件需要启用 'volumesnapshots' 插件。\n\n您可以通过运行 'minikube addons enable volumesnapshots' 来启用 'volumesnapshots' 插件。",
|
||||
|
@ -1095,7 +1095,7 @@
|
|||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \n\n": "config 使用子命令(如 \"minikube config set driver kvm2\")修改 minikube 配置文件。\n可配置字段:",
|
||||
"config view failed": "配置查看失败",
|
||||
"dashboard": "仪表盘",
|
||||
"dashboard service is not running: {{.error}}": "",
|
||||
"dashboard service is not running: {{.error}}": "dashboard 服务未运行:{{.error}}",
|
||||
"delete ctx": "删除上下文",
|
||||
"deleting node": "正在删除节点",
|
||||
"disable failed": "禁用失败",
|
||||
|
@ -1129,17 +1129,17 @@
|
|||
"if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "如果你想创建一个配置文件,你可以执行此命令:minikube start -p {{.profile_name}}",
|
||||
"initialization failed, will try again: {{.error}}": "初始化失败,将再次重试:{{.error}}",
|
||||
"invalid kubernetes version": "无效的 Kubernetes 版本",
|
||||
"ip not found": "",
|
||||
"ip not found": "找不到对应的 IP",
|
||||
"json encoding failure": "JSON 编码失败",
|
||||
"keep the kube-context active after cluster is stopped. Defaults to false.": "在集群停止后保持 kube-context 处于活动状态。默认值为 false。",
|
||||
"kubeadm certificates have expired. Generating new ones...": "",
|
||||
"kubeadm certificates have expired. Generating new ones...": "kubeadm 证书已经过期。正在生成新的...",
|
||||
"kubeadm detected a TCP port conflict with another process: probably another local Kubernetes installation. Run lsof -p\u003cport\u003e to find the process and kill it": "kubeadm 检测一个到与其他进程的 TCP 端口冲突:或许是另外的本地安装的 Kubernetes 导致。执行 lsof -p\u003cport\u003e 查找并杀死这些进程",
|
||||
"kubectl and minikube configuration will be stored in {{.home_folder}}": "kubectl 和 minikube 配置将存储在 {{.home_folder}} 中",
|
||||
"kubectl not found. If you need it, try: 'minikube kubectl -- get pods -A'": "",
|
||||
"kubectl proxy": "",
|
||||
"libmachine failed": "",
|
||||
"kubectl not found. If you need it, try: 'minikube kubectl -- get pods -A'": "kubectl 未找到。如果你需要使用它,请尝试:'minikube kubectl -- get pods -A'",
|
||||
"kubectl proxy": "kubectl 代理",
|
||||
"libmachine failed": "libmachine 失败",
|
||||
"list displays all valid default settings for PROPERTY_NAME\nAcceptable fields: \n\n": "list 显示 PROPERTY_NAME 的所有有效默认设置\n可接受的字段:\n\n",
|
||||
"list versions of all components included with minikube. (the cluster must be running)": "",
|
||||
"list versions of all components included with minikube. (the cluster must be running)": "列出minikube包含的所有组件的版本。(集群必须正在运行)",
|
||||
"loading profile": "加载配置文件",
|
||||
"max time to wait per Kubernetes core services to be healthy.": "每个 Kubernetes 核心服务保持健康所需的最长时间。",
|
||||
"max time to wait per Kubernetes or host to be healthy.": "Kubernetes 或主机正常运行前的最大等待时间。",
|
||||
|
|
Loading…
Reference in New Issue