Merge pull request #19157 from uos-ljtian/master

update translations/zh-CN.json
pull/19177/head
Steven Powell 2024-07-02 09:07:53 -05:00 committed by GitHub
commit 0498fa6f6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 deletions

View File

@ -574,21 +574,21 @@
"Number of CPUs allocated to the minikube VM": "分配给 minikube 虚拟机的 CPU 的数量",
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "创建并附加到 minikube VM 的额外磁盘数(当前仅支持 hyperkit、kvm2 和 qemu2 驱动程序)",
"Number of lines back to go within the log": "在日志中回退的行数",
"OS release is {{.pretty_name}}": "",
"OS release is {{.pretty_name}}": "操作系统版本是 {{.pretty_name}}",
"One of 'text', 'yaml' or 'json'.": "可选项:'text','yaml' 或 'json'。",
"One of 'yaml' or 'json'.": "'yaml'或'json'中的一个。",
"Only alphanumeric and dashes '-' are permitted. Minimum 1 character, starting with alphanumeric.": "",
"Only alphanumeric and dashes '-' are permitted. Minimum 1 character, starting with alphanumeric.": "仅允许字母数字和破折号'-'。最少1个字符以字母数字开头。",
"Only alphanumeric and dashes '-' are permitted. Minimum 2 characters, starting with alphanumeric.": "仅允许字母数字和破折号'-'。最少2个字符以字母数字开头。",
"Open the addons URL with https instead of http": "使用 https 替代 http 打开插件URL",
"Open the service URL with https instead of http (defaults to \"false\")": "",
"Opening Kubernetes service {{.namespace_name}}/{{.service_name}} in default browser...": "",
"Open the addons URL with https instead of http": "使用 https 替代 http 打开插件URL",
"Open the service URL with https instead of http (defaults to \"false\")": "使用 https 替代 http 打开服务的 URL默认为 \"false\")。",
"Opening Kubernetes service {{.namespace_name}}/{{.service_name}} in default browser...": "正通过默认浏览器打开 Kubernetes 服务 {{.namespace_name}}/{{.service_name}}...",
"Opening service {{.namespace_name}}/{{.service_name}} in default browser...": "正通过默认浏览器打开服务 {{.namespace_name}}/{{.service_name}}...",
"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 ": "在 minikube 中打开带有 ADDON_NAME 的插件例如minikube addons open dashboard。要获取可用插件的列表请使用minikube addons list",
"Operations on nodes": "节点操作",
"Options: {{.options}}": "",
"Output format. Accepted values: [json, yaml]": "",
"Outputs minikube shell completion for the given shell (bash, zsh, fish or powershell)\n\n\tThis depends on the bash-completion binary. Example installation instructions:\n\tOS X:\n\t\t$ brew install bash-completion\n\t\t$ source $(brew --prefix)/etc/bash_completion\n\t\t$ minikube completion bash \u003e ~/.minikube-completion # for bash users\n\t\t$ minikube completion zsh \u003e ~/.minikube-completion # for zsh users\n\t\t$ source ~/.minikube-completion\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # for fish users\n\tUbuntu:\n\t\t$ apt-get install bash-completion\n\t\t$ source /etc/bash_completion\n\t\t$ source \u003c(minikube completion bash) # for bash users\n\t\t$ source \u003c(minikube completion zsh) # for zsh users\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # for fish users\n\n\tAdditionally, you may want to output the completion to a file and source in your .bashrc\n\n\tWindows:\n\t\t## Save completion code to a script and execute in the profile\n\t\tPS\u003e minikube completion powershell \u003e $HOME\\.minikube-completion.ps1\n\t\tPS\u003e Add-Content $PROFILE '. $HOME\\.minikube-completion.ps1'\n\n\t\t## Execute completion code in the profile\n\t\tPS\u003e Add-Content $PROFILE 'if (Get-Command minikube -ErrorAction SilentlyContinue) {\n\t\t minikube completion powershell | Out-String | Invoke-Expression\n\t\t }'\n\n\tNote for zsh users: [1] zsh completions are only supported in versions of zsh \u003e= 5.2\n\tNote for fish users: [2] please refer to this docs for more details https://fishshell.com/docs/current/#tab-completion\n": "",
"Options: {{.options}}": "选项:{{.options}}",
"Output format. Accepted values: [json, yaml]": "输出格式。可接受的值:[json, yaml]",
"Outputs minikube shell completion for the given shell (bash, zsh, fish or powershell)\n\n\tThis depends on the bash-completion binary. Example installation instructions:\n\tOS X:\n\t\t$ brew install bash-completion\n\t\t$ source $(brew --prefix)/etc/bash_completion\n\t\t$ minikube completion bash \u003e ~/.minikube-completion # for bash users\n\t\t$ minikube completion zsh \u003e ~/.minikube-completion # for zsh users\n\t\t$ source ~/.minikube-completion\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # for fish users\n\tUbuntu:\n\t\t$ apt-get install bash-completion\n\t\t$ source /etc/bash_completion\n\t\t$ source \u003c(minikube completion bash) # for bash users\n\t\t$ source \u003c(minikube completion zsh) # for zsh users\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # for fish users\n\n\tAdditionally, you may want to output the completion to a file and source in your .bashrc\n\n\tWindows:\n\t\t## Save completion code to a script and execute in the profile\n\t\tPS\u003e minikube completion powershell \u003e $HOME\\.minikube-completion.ps1\n\t\tPS\u003e Add-Content $PROFILE '. $HOME\\.minikube-completion.ps1'\n\n\t\t## Execute completion code in the profile\n\t\tPS\u003e Add-Content $PROFILE 'if (Get-Command minikube -ErrorAction SilentlyContinue) {\n\t\t minikube completion powershell | Out-String | Invoke-Expression\n\t\t }'\n\n\tNote for zsh users: [1] zsh completions are only supported in versions of zsh \u003e= 5.2\n\tNote for fish users: [2] please refer to this docs for more details https://fishshell.com/docs/current/#tab-completion\n": "为给定的 shellbash、zsh、fish 或 powershell输出 minikube 的 shell 自动完成\n\n\t这取决于 bash-completion 二进制文件。以下是示例安装说明:\n\tOS X:\n\t\t$ brew install bash-completion\n\t\t$ source $(brew --prefix)/etc/bash_completion\n\t\t$ minikube completion bash > ~/.minikube-completion # 对于 bash 用户\n\t\t$ minikube completion zsh > ~/.minikube-completion # 对于 zsh 用户\n\t\t$ source ~/.minikube-completion\n\t\t$ minikube completion fish > ~/.config/fish/completions/minikube.fish # 对于 fish 用户\n\tUbuntu:\n\t\t$ apt-get install bash-completion\n\t\t$ source /etc/bash_completion\n\t\t$ source <(minikube completion bash) # 对于 bash 用户\n\t\t$ source <(minikube completion zsh) # 对于 zsh 用户\n\t\t$ minikube completion fish > ~/.config/fish/completions/minikube.fish # 对于 fish 用户\n\n\t此外您可能希望将自动完成输出到一个文件并在您的 .bashrc 中进行导入\n\n\tWindows:\n\t\t## 将完成代码保存到一个脚本中,并在配置文件中执行\n\t\tPS> minikube completion powershell > $HOME.minikube-completion.ps1\n\t\tPS> Add-Content $PROFILE '. $HOME.minikube-completion.ps1'\n\n\t\t## 在配置文件中执行完成代码\n\t\tPS> Add-Content $PROFILE 'if (Get-Command minikube -ErrorAction SilentlyContinue) {\n\t\t minikube completion powershell | Out-String | Invoke-Expression\n\t\t }'\n\n\tzsh 用户注意:[1] 仅支持 zsh 版本 >= 5.2 的 zsh 自动完成\n\tFish 用户注意:[2] 请参考此文档获取更多详细信息https://fishshell.com/docs/current/#tab-completion\n",
"Outputs the licenses of dependencies to a directory": "将依赖项的 licenses 输出到一个目录",
"Overwrite image even if same image:tag name exists": "即使存在相同的镜像 image:tag 也要覆盖镜像",
"Path to socket vmnet binary (QEMU driver only)": "vmnet 二进制文件的路径(仅适用于 QEMU 驱动程序)",
@ -603,10 +603,10 @@
"Pausing node {{.name}} ... ": "正在暂停节点 {{.name}} ...",
"Permissions: {{.octalMode}} ({{.writtenMode}})": "权限: {{.octalMode}} ({{.writtenMode}})",
"Please also attach the following file to the GitHub issue:": "请同时将以下文件附加到 GitHub 问题中:",
"Please create a cluster with bigger disk size: `minikube start --disk SIZE_MB` ": "",
"Please create a cluster with bigger disk size: `minikube start --disk SIZE_MB` ": "请使用以下命令创建一个磁盘更大的集群minikube start --disk SIZE_MB",
"Please either authenticate to the registry or use --base-image flag to use a different registry.": "请对注册表进行身份验证,或使用 --base-image 标志使用不同的注册表",
"Please enter a value:": "请输入一个值:",
"Please free up disk or prune images.": "",
"Please free up disk or prune images.": "请释放磁盘空间或者清理镜像。",
"Please increase Desktop's disk size.": "请增加 Desktop 的磁盘大小。",
"Please install the minikube hyperkit VM driver, or select an alternative --driver": "请安装 minikube hyperkit VM 驱动程序,或选择备用驱动程序 --driver",
"Please install the minikube kvm2 VM driver, or select an alternative --driver": "请安装 minikube kvm2 VM 驱动程序,或选择备用驱动程序 --driver",