add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,24 +1,24 @@
# choco uninstall
# choco 卸载
> 使用 Chocolatey 卸载一个或多个包。
> 更多信息:<https://chocolatey.org/docs/commands-uninstall>.
> 使用 Chocolatey 卸载软件包。
> 更多信息:<https://chocolatey.org/docs/commands-uninstall>
- 卸载一个或多个用空格分隔的软件包:
- 卸载一个或多个软件包:
`choco uninstall {{包名 『包名』 ..}}`
`choco 卸载 {{package1 package2 ...}}`
- 卸载一个指定版本的包:
- 卸载定版本的软件包:
`choco uninstall {{包名}} --version {{版本号}}`
`choco 卸载 {{package}} --version {{version}}`
- 自动确认所有提示:
`choco uninstall {{包名}} --yes`
`choco 卸载 {{package}} --yes`
- 卸载时同时删除其所有依赖:
- 卸载时移除所有依赖
`choco uninstall {{包名}} --remove-dependencies`
`choco 卸载 {{package}} --remove-dependencies`
- 卸载全部包:
- 卸载所有软件包:
`choco uninstall all`
`choco 卸载 all`