Merge pull request #19177 from minikube-bot/gendocs

Update auto-generated docs and translations
pull/19178/head
Steven Powell 2024-07-02 09:14:53 -05:00 committed by GitHub
commit bfe3917ae2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@
"Operations on nodes": "节点操作",
"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 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 \u003e ~/.minikube-completion # 对于 bash 用户\n\t\t$ minikube completion zsh \u003e ~/.minikube-completion # 对于 zsh 用户\n\t\t$ source ~/.minikube-completion\n\t\t$ minikube completion fish \u003e ~/.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 \u003c(minikube completion bash) # 对于 bash 用户\n\t\t$ source \u003c(minikube completion zsh) # 对于 zsh 用户\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # 对于 fish 用户\n\n\t此外您可能希望将自动完成输出到一个文件并在您的 .bashrc 中进行导入\n\n\tWindows:\n\t\t## 将完成代码保存到一个脚本中,并在配置文件中执行\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## 在配置文件中执行完成代码\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\tzsh 用户注意:[1] 仅支持 zsh 版本 \u003e= 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 驱动程序)",