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,16 +1,16 @@
# choco feature
# choco 功能
> Chocolatey 的交互功能。
> 更多信息:<https://chocolatey.org/docs/commands-feature>.
> Chocolatey 的功能进行交互
> 更多信息:<https://chocolatey.org/docs/commands-feature>
- 显示可用功能列表:
- 显示可用功能列表:
`choco feature list`
- 启用一个功能:
- 启用功能:
`choco feature enable --name {{功能名称}}`
`choco feature enable --name {{name}}`
- 禁用一个功能:
- 禁用功能:
`choco feature disable --name {{功能名称}}`
`choco feature disable --name {{name}}`