Skip to content

Commit

Permalink
Update auto-generated docs and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Jul 2, 2024
1 parent 32841e9 commit 43e96c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "为给定的 shell(bash、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": "为给定的 shell(bash、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 驱动程序)",
Expand Down

0 comments on commit 43e96c9

Please sign in to comment.