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

28
pages.zh/common/tye.md Normal file
View File

@@ -0,0 +1,28 @@
# tye
> 轻松开发、测试和部署微服务和分布式应用程序。
> 更多信息:<https://github.com/dotnet/tye>。
- 构建一个表示应用程序的 `tye.yaml` 文件:
`tye init`
- 在本地运行应用程序:
`tye run`
- 构建应用程序的容器:
`tye build`
- 推送应用程序的容器:
`tye push`
- 将应用程序部署到 Kubernetes
`tye deploy`
- 从 Kubernetes 中移除已部署的应用程序:
`tye undeploy`