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

@@ -0,0 +1,12 @@
# choco-push
> 将已编译的 NuGet 包(`nupkg`)推送到包源。
> 更多信息:<https://docs.chocolatey.org/en-us/create/commands/push>。
- 将已编译的 `nupkg` 推送到指定的源:
`choco push --source {{https://push.chocolatey.org/}}`
- 将已编译的 `nupkg` 推送到指定的源,并设置超时时间(单位:秒,默认值为 2700
`choco push --source {{https://push.chocolatey.org/}} --execution-timeout {{500}}`