Merge pull request #16803 from aiyijing/feat/add-translations
[zh-CN] Add translations of stop, status, delete, dashboard, pause, unpausepull/16775/head
commit
3ca1fd3cae
|
@ -98,7 +98,7 @@
|
|||
"Because you are using a Docker driver on {{.operating_system}}, the terminal needs to be open to run it.": "",
|
||||
"Bind Address: {{.Address}}": "绑定地址:{{.Address}}",
|
||||
"Block until the apiserver is servicing API requests": "阻塞直到 apiserver 为 API 请求提供服务",
|
||||
"Booting up control plane ...": "",
|
||||
"Booting up control plane ...": "正在启动控制平面...",
|
||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
||||
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||
"Build a container image in minikube": "在 minikube 中构建一个容器镜像",
|
||||
|
@ -146,7 +146,7 @@
|
|||
"Connect to LoadBalancer services": "连接到 LoadBalancer 服务",
|
||||
"Consider creating a cluster with larger memory size using `minikube start --memory SIZE_MB` ": "",
|
||||
"Consider increasing Docker Desktop's memory size.": "",
|
||||
"Continuously listing/getting the status with optional interval duration.": "",
|
||||
"Continuously listing/getting the status with optional interval duration.": "持续以可选的时间间隔连续列出/获取状态。",
|
||||
"Control Plane could not update, try minikube delete --all --purge": "",
|
||||
"Copy the specified file into minikube": "将指定的文件复制到 minikube",
|
||||
"Copy the specified file into minikube, it will be saved at path \u003ctarget file absolute path\u003e in your minikube.\nDefault target node controlplane and If \u003csource node name\u003e is omitted, It will trying to copy from host.\n\nExample Command : \"minikube cp a.txt /home/docker/b.txt\" +\n \"minikube cp a.txt minikube-m02:/home/docker/b.txt\"\n \"minikube cp minikube-m01:a.txt minikube-m02:/home/docker/b.txt\"": "",
|
||||
|
@ -162,8 +162,8 @@
|
|||
"Creating a new profile failed": "创建新的配置文件失败",
|
||||
"Creating mount {{.name}} ...": "正在创建装载 {{.name}}…",
|
||||
"Creating {{.driver_name}} VM (CPUs={{.number_of_cpus}}, Memory={{.memory_size}}MB, Disk={{.disk_size}}MB) ...": "正在创建 {{.driver_name}} 虚拟机(CPUs={{.number_of_cpus}},Memory={{.memory_size}}MB, Disk={{.disk_size}}MB)...",
|
||||
"Creating {{.driver_name}} {{.machine_type}} (CPUs={{.number_of_cpus}}, Memory={{.memory_size}}MB) ...": "",
|
||||
"Creating {{.driver_name}} {{.machine_type}} (CPUs={{.number_of_cpus}}, Memory={{.memory_size}}MB, Disk={{.disk_size}}MB) ...": "",
|
||||
"Creating {{.driver_name}} {{.machine_type}} (CPUs={{.number_of_cpus}}, Memory={{.memory_size}}MB) ...": "正在创建 {{.driver_name}} {{.machine_type}}(CPUs={{.number_of_cpus}},内存={{.memory_size}}MB)...",
|
||||
"Creating {{.driver_name}} {{.machine_type}} (CPUs={{.number_of_cpus}}, Memory={{.memory_size}}MB, Disk={{.disk_size}}MB) ...": "正在创建 {{.driver_name}} {{.machine_type}}(CPUs={{.number_of_cpus}},内存={{.memory_size}}MB,磁盘={{.disk_size}}MB)...",
|
||||
"Current context is \"{{.context}}\"": "当前的上下文为 \"{{.context}}\"",
|
||||
"DEPRECATED, use `driver` instead.": "已弃用,请改用 `driver`。",
|
||||
"DEPRECATED: Replaced by --cni": "已弃用,改用 --cni 来代替",
|
||||
|
@ -173,7 +173,7 @@
|
|||
"Delete an image from the local cache.": "从本地缓存中删除 image。",
|
||||
"Delete the existing '{{.name}}' cluster using: '{{.delcommand}}', or start the existing '{{.name}}' cluster using: '{{.command}} --driver={{.old}}'": "",
|
||||
"Deletes a local Kubernetes cluster": "删除本地的 Kubernetes 集群",
|
||||
"Deletes a local Kubernetes cluster. This command deletes the VM, and removes all\nassociated files.": "",
|
||||
"Deletes a local Kubernetes cluster. This command deletes the VM, and removes all\nassociated files.": "删除本地 Kubernetes 集群。此命令还将删除虚拟机并移除所有\n相关文件。",
|
||||
"Deletes a local kubernetes cluster": "删除本地的 kubernetes 集群",
|
||||
"Deletes a local kubernetes cluster. This command deletes the VM, and removes all\nassociated files.": "删除本地的 kubernetes 集群。此命令还将删除虚拟机,并删除所有的\n相关文件",
|
||||
"Deletes a local kubernetes cluster. This command deletes the VM, and removes all associated files.": "删除本地 kubernetes 集群。此命令会删除虚拟机并移除所有关联的文件。",
|
||||
|
@ -313,7 +313,7 @@
|
|||
"Exiting due to driver incompatibility": "由于驱动程序不兼容而退出",
|
||||
"Exiting due to {{.fatal_code}}: {{.fatal_msg}}": "",
|
||||
"Exiting.": "正在退出。",
|
||||
"Exposed port of the proxyfied dashboard. Set to 0 to pick a random port.": "",
|
||||
"Exposed port of the proxyfied dashboard. Set to 0 to pick a random port.": "代理 dashboard 的暴露端口。设置为 0 将选择一个随机端口。",
|
||||
"External Adapter on which external switch will be created if no external switch is found. (hyperv driver only)": "",
|
||||
"Fail check if container paused": "如果容器已挂起,则检查失败",
|
||||
"Failed removing pid from pidfile: {{.error}}": "",
|
||||
|
@ -394,7 +394,7 @@
|
|||
"Force environment to be configured for a specified shell: [fish, cmd, powershell, tcsh, bash, zsh], default is auto-detect": "强制为指定的 shell 配置环境:[fish, cmd, powershell, tcsh, bash, zsh],默认为 auto-detect",
|
||||
"Force minikube to perform possibly dangerous operations": "强制 minikube 执行可能有风险的操作",
|
||||
"Format output. One of: short|table|json|yaml": "",
|
||||
"Format to print stdout in. Options include: [text,json]": "",
|
||||
"Format to print stdout in. Options include: [text,json]": "标准输出的格式。可选项包括:[text,json]",
|
||||
"Forwards all services in a namespace (defaults to \"false\")": "",
|
||||
"Found docker, but the docker service isn't running. Try restarting the docker service.": "",
|
||||
"Found driver(s) but none were healthy. See above for suggestions how to fix installed drivers.": "",
|
||||
|
@ -408,20 +408,20 @@
|
|||
"Generate command completion for zsh.": "生成命令补全的 zsh 脚本。",
|
||||
"Generate unable to parse disk size '{{.diskSize}}': {{.error}}": "",
|
||||
"Generate unable to parse memory '{{.memory}}': {{.error}}": "",
|
||||
"Generating certificates and keys ...": "",
|
||||
"Generating certificates and keys ...": "正在生成证书和密钥...",
|
||||
"Get or list the current profiles (clusters)": "获取或列出当前配置文件(集群)",
|
||||
"Gets the kubernetes URL(s) for the specified service in your local cluster": "获取本地集群中指定服务的 kubernetes URL",
|
||||
"Gets the kubernetes URL(s) for the specified service in your local cluster. In the case of multiple URLs they will be printed one at a time.": "获取本地集群中指定服务的 kubernetes URL。如果有多个 URL,他们将一次打印一个",
|
||||
"Gets the logs of the running instance, used for debugging minikube, not user code.": "获取正在运行的实例日志,用于调试 minikube,不是用户代码",
|
||||
"Gets the status of a local Kubernetes cluster": "获取本地 Kubernetes 集群状态",
|
||||
"Gets the status of a local Kubernetes cluster.\n\tExit status contains the status of minikube's VM, cluster and Kubernetes encoded on it's bits in this order from right to left.\n\tEg: 7 meaning: 1 (for minikube NOK) + 2 (for cluster NOK) + 4 (for Kubernetes NOK)": "",
|
||||
"Gets the status of a local Kubernetes cluster.\n\tExit status contains the status of minikube's VM, cluster and Kubernetes encoded on it's bits in this order from right to left.\n\tEg: 7 meaning: 1 (for minikube NOK) + 2 (for cluster NOK) + 4 (for Kubernetes NOK)": "获取本地 Kubernetes 集群的状态。\n\t退出状态包含了 minikube 的虚拟机、集群和 Kubernetes 状态的编码,从右到左依次表示。\n\t例如:7 表示:1(表示 minikube 不正常)+ 2(表示集群不正常)+ 4(表示 Kubernetes 不正常)",
|
||||
"Gets the status of a local kubernetes cluster": "获取本地 kubernetes 集群状态",
|
||||
"Gets the value of PROPERTY_NAME from the minikube config file": "",
|
||||
"Getting machine config failed": "获取机器配置失败",
|
||||
"Global Flags": "",
|
||||
"Go template format string for the cache list output. The format for Go templates can be found here: https://pkg.go.dev/text/template\nFor the list of accessible variables for the template, see the struct values here: https://pkg.go.dev/k8s.io/minikube/cmd/minikube/cmd#CacheListTemplate": "",
|
||||
"Go template format string for the config view output. The format for Go templates can be found here: https://pkg.go.dev/text/template\nFor the list of accessible variables for the template, see the struct values here: https://pkg.go.dev/k8s.io/minikube/cmd/minikube/cmd/config#ConfigViewTemplate": "",
|
||||
"Go template format string for the status output. The format for Go templates can be found here: https://pkg.go.dev/text/template\nFor the list accessible variables for the template, see the struct values here: https://pkg.go.dev/k8s.io/minikube/cmd/minikube/cmd#Status": "",
|
||||
"Go template format string for the status output. The format for Go templates can be found here: https://pkg.go.dev/text/template\nFor the list accessible variables for the template, see the struct values here: https://pkg.go.dev/k8s.io/minikube/cmd/minikube/cmd#Status": "状态输出的 Go 模板格式字符串。Go 模板的格式可以在此处找到:https://pkg.go.dev/text/template\n关于模板中可访问的变量列表,请参阅此处的定义:https://pkg.go.dev/k8s.io/minikube/cmd/minikube/cmd#Status",
|
||||
"Group ID: {{.groupID}}": "",
|
||||
"Headlamp can display more detailed information when metrics-server is installed. To install it, run:\n\nminikube{{.profileArg}} addons enable metrics-server\t\n\n": "",
|
||||
"Hide the hypervisor signature from the guest in minikube (kvm2 driver only)": "向 minikube 中的访客隐藏管理程序签名(仅限 kvm2 驱动程序)",
|
||||
|
@ -440,8 +440,8 @@
|
|||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "如果设置为 true,则强制容器运行时使用 systemd 作为 cgroup 管理器。默认为false。",
|
||||
"If set, install addons. Defaults to true.": "如果设置为 true,则安装插件。默认为true。",
|
||||
"If set, minikube VM/container will start without starting or configuring Kubernetes. (only works on new clusters)": "",
|
||||
"If set, pause all namespaces": "",
|
||||
"If set, unpause all namespaces": "",
|
||||
"If set, pause all namespaces": "如果设置为 true,则暂停所有 namespace",
|
||||
"If set, unpause all namespaces": "如果设置为 true,取消暂停所有 namespace",
|
||||
"If the above advice does not help, please let us know:": "",
|
||||
"If the host has a firewall:\n\t\t\n\t\t1. Allow a port through the firewall\n\t\t2. Specify \"--port=\u003cport_number\u003e\" for \"minikube mount\"": "",
|
||||
"If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none.": "如果设置为 true,则缓存当前引导程序的 docker 镜像并加载到机器中。当使用--driver=none时,始终为false。",
|
||||
|
@ -481,7 +481,7 @@
|
|||
"Kubernetes: Stopping ...": "",
|
||||
"Kubernetes: {{.status}}": "",
|
||||
"Launching Kubernetes ... ": "正在启动 Kubernetes ... ",
|
||||
"Launching proxy ...": "",
|
||||
"Launching proxy ...": "正在启动代理...",
|
||||
"List all available images from the local cache.": "",
|
||||
"List existing minikube nodes.": "",
|
||||
"List image names the addon w/ADDON_NAME used. For a list of available addons use: minikube addons list": "",
|
||||
|
@ -555,7 +555,7 @@
|
|||
"Open the service URL with https instead of http (defaults to \"false\")": "",
|
||||
"Opening Kubernetes service {{.namespace_name}}/{{.service_name}} in default browser...": "",
|
||||
"Opening service {{.namespace_name}}/{{.service_name}} in default browser...": "正通过默认浏览器打开服务 {{.namespace_name}}/{{.service_name}}...",
|
||||
"Opening {{.url}} in your default browser...": "",
|
||||
"Opening {{.url}} in your default browser...": "正在使用默认浏览器打开 {{.url}} ...",
|
||||
"Opens the addon w/ADDON_NAME within minikube (example: minikube addons open dashboard). For a list of available addons use: minikube addons list ": "",
|
||||
"Operations on nodes": "",
|
||||
"Options: {{.options}}": "",
|
||||
|
@ -570,9 +570,9 @@
|
|||
"Pause": "暂停",
|
||||
"Paused kubelet and {{.count}} containers": "已暂停 kubelet 和 {{.count}} 个容器",
|
||||
"Paused kubelet and {{.count}} containers in: {{.namespaces}}": "已暂停 {{.namespaces}} 中的 kubelet 和 {{.count}} 个容器",
|
||||
"Paused {{.count}} containers": "",
|
||||
"Paused {{.count}} containers in: {{.namespaces}}": "",
|
||||
"Pausing node {{.name}} ... ": "",
|
||||
"Paused {{.count}} containers": "已暂停 {{.count}} 个容器",
|
||||
"Paused {{.count}} containers in: {{.namespaces}}": "已暂停命名空间:{{.namespaces}} 中 {{.count}} 个容器",
|
||||
"Pausing node {{.name}} ... ": "正在暂停节点 {{.name}} ...",
|
||||
"Permissions: {{.octalMode}} ({{.writtenMode}})": "权限: {{.octalMode}} ({{.writtenMode}})",
|
||||
"Please also attach the following file to the GitHub issue:": "",
|
||||
"Please create a cluster with bigger disk size: `minikube start --disk SIZE_MB` ": "",
|
||||
|
@ -607,7 +607,7 @@
|
|||
"Print the version of minikube.": "打印 minikube 版本。",
|
||||
"Problems detected in {{.entry}}:": "在 {{.entry}} 中 检测到问题:",
|
||||
"Problems detected in {{.name}}:": "在 {{.name}} 中 检测到问题:",
|
||||
"Profile \"{{.cluster}}\" not found. Run \"minikube profile list\" to view all profiles.": "",
|
||||
"Profile \"{{.cluster}}\" not found. Run \"minikube profile list\" to view all profiles.": "未找到配置文件 \"{{.cluster}}\"。运行 \"minikube profile list\" 命令查看所有配置文件。",
|
||||
"Profile gets or sets the current minikube profile": "获取或设置当前的 minikube 配置文件",
|
||||
"Profile name \"{{.profilename}}\" is minikube keyword. To delete profile use command minikube delete -p \u003cprofile name\u003e": "配置文件名称 \"{{.profilename}}\" 是 minikube 的一个关键字。使用 minikube delete -p \u003cprofile name\u003e 命令 删除配置文件",
|
||||
"Profile name \"{{.profilename}}\" is reserved keyword. To delete this profile, run: \"{{.cmd}}\"": "",
|
||||
|
@ -697,8 +697,8 @@
|
|||
"Set a static IP for the minikube cluster, the IP must be: private, IPv4, and the last octet must be between 2 and 254, for example 192.168.200.200 (Docker and Podman drivers only)": "为 minikube 集群设置静态IP,该IP必须是私有IPv4地址,最后一位必须介于2和254之间,例如:192.168.200.200(仅适用于 Docker 和 Podman 驱动程序)",
|
||||
"Set failed": "",
|
||||
"Set flag to delete all profiles": "设置标志以删除所有配置文件",
|
||||
"Set flag to stop all profiles (clusters)": "",
|
||||
"Set flag to stop cluster after a set amount of time (e.g. --schedule=5m)": "",
|
||||
"Set flag to stop all profiles (clusters)": "设置标志以停止所有配置文件(集群)",
|
||||
"Set flag to stop cluster after a set amount of time (e.g. --schedule=5m)": "设置标志以在一定时间后停止集群(例如:--schedule=5m)",
|
||||
"Set this flag to delete the '.minikube' folder from your user directory.": "设置这个标志来删除您用户目录下的 '.minikube' 文件夹。",
|
||||
"Sets an individual value in a minikube config file": "",
|
||||
"Sets the PROPERTY_NAME config value to PROPERTY_VALUE\n\tThese values can be overwritten by flags or environment variables at runtime.": "",
|
||||
|
@ -714,7 +714,7 @@
|
|||
"Show only the most recent journal entries, and continuously print new entries as they are appended to the journal.": "",
|
||||
"Simulate numa node count in minikube, supported numa node count range is 1-8 (kvm2 driver only)": "",
|
||||
"Skipped switching kubectl context for {{.profile_name}} because --keep-context was set.": "",
|
||||
"Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "",
|
||||
"Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "某些 dashboard 功能需要启用 metrics-server 插件。为了启用所有功能,请运行以下命令:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n",
|
||||
"Sorry, Kubernetes {{.k8sVersion}} requires conntrack to be installed in root's path": "",
|
||||
"Sorry, Kubernetes {{.k8sVersion}} requires crictl to be installed in root's path": "",
|
||||
"Sorry, completion support is not yet implemented for {{.name}}": "",
|
||||
|
@ -744,10 +744,10 @@
|
|||
"Starts an existing stopped node in a cluster.": "",
|
||||
"Startup with {{.old_driver}} driver failed, trying with alternate driver {{.new_driver}}: {{.error}}": "",
|
||||
"Stopped tunnel for service {{.service}}.": "",
|
||||
"Stopping node \"{{.name}}\" ...": "",
|
||||
"Stopping node \"{{.name}}\" ...": "正在停止节点 \"{{.name}}\" ...",
|
||||
"Stopping tunnel for service {{.service}}.": "",
|
||||
"Stops a local Kubernetes cluster. This command stops the underlying VM or container, but keeps user data intact. The cluster can be started again with the \"start\" command.": "",
|
||||
"Stops a node in a cluster.": "",
|
||||
"Stops a local Kubernetes cluster. This command stops the underlying VM or container, but keeps user data intact. The cluster can be started again with the \"start\" command.": "停止本地 Kubernetes 集群。此命令会停止底层的虚拟机或容器,但会保留用户数据。可以使用 \"start\" 命令重新启动集群。",
|
||||
"Stops a node in a cluster.": "停止集群中的一个节点。",
|
||||
"Stops a running local Kubernetes cluster": "停止正在运行的本地 Kubernetes 集群",
|
||||
"Stops a running local kubernetes cluster": "停止正在运行的本地 kubernetes 集群",
|
||||
"Subnet to be used on kic cluster. If left empty, minikube will choose subnet address, beginning from 192.168.49.0. (docker and podman driver only)": "在 kic 集群上使用的子网。如果留空,minikube 将从 192.168.49.0 开始选择子网地址。(仅适用于 docker 和 podman 驱动程序)",
|
||||
|
@ -811,7 +811,7 @@
|
|||
"The control plane for \"{{.name}}\" is paused!": "",
|
||||
"The control plane node \"{{.name}}\" does not exist.": "",
|
||||
"The control plane node is not running (state={{.state}})": "",
|
||||
"The control plane node must be running for this command": "",
|
||||
"The control plane node must be running for this command": "执行此命令需要运行控制平面节点",
|
||||
"The cri socket path to be used": "需要使用的 cri 套接字路径",
|
||||
"The cri socket path to be used.": "需要使用的 cri 套接字路径。",
|
||||
"The docker-env command is incompatible with multi-node clusters. Use the 'registry' add-on: https://minikube.sigs.k8s.io/docs/handbook/registry/": "",
|
||||
|
@ -893,7 +893,7 @@
|
|||
"To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/": "",
|
||||
"To see addons list for other profiles use: `minikube addons -p name list`": "",
|
||||
"To set your Google Cloud project, run:\n\n\t\tgcloud config set project \u003cproject name\u003e\n\nor set the GOOGLE_CLOUD_PROJECT environment variable.": "",
|
||||
"To start a cluster, run: \"{{.command}}\"": "",
|
||||
"To start a cluster, run: \"{{.command}}\"": "要启动一个集群,请运行: \"{{.command}}\"",
|
||||
"To start minikube with Hyper-V, Powershell must be in your PATH`": "",
|
||||
"To use kubectl or minikube commands as your own user, you may need to relocate them. For example, to overwrite your own settings, run:": "如需以您自己的用户身份使用 kubectl 或 minikube 命令,您可能需要重新定位该命令。例如,如需覆盖您的自定义设置,请运行:",
|
||||
"Troubleshooting Commands:": "故障排除命令ƒ",
|
||||
|
@ -947,15 +947,15 @@
|
|||
"Uninstalling Kubernetes {{.kubernetes_version}} using {{.bootstrapper_name}} ...": "正在使用 {{.bootstrapper_name}} 卸载 Kubernetes {{.kubernetes_version}}…",
|
||||
"Unmounting {{.path}} ...": "",
|
||||
"Unpause": "",
|
||||
"Unpaused {{.count}} containers": "",
|
||||
"Unpaused {{.count}} containers in: {{.namespaces}}": "",
|
||||
"Unpausing node {{.name}} ... ": "",
|
||||
"Unpaused {{.count}} containers": "已取消暂停 {{.count}} 个容器",
|
||||
"Unpaused {{.count}} containers in: {{.namespaces}}": "已取消暂停在命名空间:{{.namespaces}} 中 {{.count}} 个容器",
|
||||
"Unpausing node {{.name}} ... ": "取消暂停节点 {{.name}} ...",
|
||||
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
||||
"Unset variables instead of setting them": "",
|
||||
"Update Docker to the latest minor version, this version is unsupported": "",
|
||||
"Update kubeconfig in case of an IP or port change": "IP或端口更改的情况下更新 kubeconfig 配置文件",
|
||||
"Update server returned an empty list": "",
|
||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "正在更新运行中的 {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...",
|
||||
"Upgrade to QEMU v3.1.0+, run 'virt-host-validate', or ensure that you are not running in a nested VM environment.": "",
|
||||
"Upgrading from Kubernetes {{.old}} to {{.new}}": "正在从 Kubernetes {{.old}} 升级到 {{.new}}",
|
||||
"Usage": "使用方法",
|
||||
|
@ -983,8 +983,8 @@
|
|||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "",
|
||||
"Using image repository {{.name}}": "正在使用镜像存储库 {{.name}}",
|
||||
"Using image {{.registry}}{{.image}}": "",
|
||||
"Using image {{.registry}}{{.image}} (global image repository)": "",
|
||||
"Using image {{.registry}}{{.image}}": "正在使用镜像 {{.registry}}{{.image}}",
|
||||
"Using image {{.registry}}{{.image}} (global image repository)": "使用镜像 {{.registry}}{{.image}}(全局镜像仓库)",
|
||||
"Using rootless Docker driver was required, but the current Docker does not seem rootless. Try 'docker context use rootless' .": "",
|
||||
"Using rootless driver was required, but the current driver does not seem rootless": "",
|
||||
"Using rootless {{.driver_name}} driver": "",
|
||||
|
@ -992,7 +992,7 @@
|
|||
"Using the running {{.driver_name}} \"{{.profile_name}}\" VM ...": "使用正在运行的 {{.driver_name}} \"{{.profile_name}}\" 虚拟机",
|
||||
"Using the {{.driver}} driver based on existing profile": "根据现有的配置文件使用 {{.driver}} 驱动程序",
|
||||
"Using the {{.driver}} driver based on user configuration": "根据用户配置使用 {{.driver}} 驱动程序",
|
||||
"Using {{.driver_name}} driver with root privileges": "",
|
||||
"Using {{.driver_name}} driver with root privileges": "使用具有 root 权限的 {{.driver_name}} 驱动程序",
|
||||
"VM driver is one of: %v": "虚拟机驱动程序是以下项之一:%v",
|
||||
"VM is unable to access {{.repository}}, you may need to configure a proxy or set --image-repository": "虚拟机无权访问 {{.repository}},或许您需要配置代理或者设置 --image-repository",
|
||||
"VM may be unable to resolve external DNS records": "虚拟机可能无法解析外部 DNS 记录",
|
||||
|
@ -1017,7 +1017,7 @@
|
|||
"Wait until Kubernetes core services are healthy before exiting": "等到 Kubernetes 核心服务正常运行再退出",
|
||||
"Waiting for cluster to come online ...": "等待集群上线...",
|
||||
"Waiting for the host to be provisioned ...": "等待主机就绪...",
|
||||
"Want kubectl {{.version}}? Try 'minikube kubectl -- get pods -A'": "",
|
||||
"Want kubectl {{.version}}? Try 'minikube kubectl -- get pods -A'": "想要使用 kubectl {{.version}} 吗?尝试使用 'minikube kubectl -- get pods -A' 命令",
|
||||
"Warning: Your kubectl is pointing to stale minikube-vm.\\nTo fix the kubectl context, run `minikube update-context`": "警告:您的 kubectl 指向了过时的 minikube-vm。执行 `minikube update-context` 来修复 kubectl 上下文。",
|
||||
"Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only)": "NFS 共享的根目录位置,默认为 /nfsshares(仅限 hyperkit 驱动程序)",
|
||||
"Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "",
|
||||
|
@ -1063,7 +1063,7 @@
|
|||
"bash completion failed": "",
|
||||
"bash completion.": "",
|
||||
"call with cleanup=true to remove old tunnels": "使用 cleanup=true 参数调用以删除旧的隧道",
|
||||
"cancel any existing scheduled stop requests": "",
|
||||
"cancel any existing scheduled stop requests": "取消任何已存在的计划停止请求",
|
||||
"cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \n\n": "",
|
||||
"config view failed": "",
|
||||
|
@ -1103,7 +1103,7 @@
|
|||
"invalid kubernetes version": "",
|
||||
"ip not found": "",
|
||||
"json encoding failure": "",
|
||||
"keep the kube-context active after cluster is stopped. Defaults to false.": "",
|
||||
"keep the kube-context active after cluster is stopped. Defaults to false.": "在集群停止后保持 kube-context 处于活动状态。默认值为 false。",
|
||||
"kubeadm certificates have expired. Generating new ones...": "",
|
||||
"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}} 中",
|
||||
|
@ -1129,20 +1129,20 @@
|
|||
"minikube quickly sets up a local Kubernetes cluster": "",
|
||||
"minikube service is not currently implemented with the builtin network on QEMU": "",
|
||||
"minikube skips various validations when --force is supplied; this may lead to unexpected behavior": "",
|
||||
"minikube status --output OUTPUT. json, text": "",
|
||||
"minikube status --output OUTPUT. json, text": "minikube status --output OUTPUT 可以使用 json 或 text 作为输出格式",
|
||||
"minikube tunnel is not currently implemented with the builtin network on QEMU": "",
|
||||
"minikube {{.version}} is available! Download it: {{.url}}": "",
|
||||
"mkcmp is used to compare performance of two minikube binaries": "mkcmp 用于对比两个 minikube 二进制的性能",
|
||||
"mount argument \"{{.value}}\" must be in form: \u003csource directory\u003e:\u003ctarget directory\u003e": "",
|
||||
"mount could not connect": "",
|
||||
"mount failed": "",
|
||||
"namespaces to pause": "",
|
||||
"namespaces to unpause": "",
|
||||
"namespaces to pause": "需要暂停的命名空间",
|
||||
"namespaces to unpause": "需要取消暂停的命名空间",
|
||||
"network to run minikube with. Now it is used by docker/podman and KVM drivers. If left empty, minikube will create a new network.": "",
|
||||
"none driver does not support multi-node clusters": "",
|
||||
"not enough arguments ({{.ArgCount}}).\nusage: minikube config set PROPERTY_NAME PROPERTY_VALUE": "",
|
||||
"numa node is only supported on k8s v1.18 and later": "",
|
||||
"output layout (EXPERIMENTAL, JSON only): 'nodes' or 'cluster'": "",
|
||||
"output layout (EXPERIMENTAL, JSON only): 'nodes' or 'cluster'": "输出布局(实验性功能,仅限 JSON):'nodes' 或 'cluster'",
|
||||
"pause Kubernetes": "暂停 Kubernetes",
|
||||
"pause containers": "暂停容器",
|
||||
"powershell completion failed": "",
|
||||
|
|
Loading…
Reference in New Issue