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

32
pages.zh/common/tea.md Normal file
View File

@@ -0,0 +1,32 @@
# tea
> 与 Gitea 服务器交互。
> 更多信息:<https://gitea.com/gitea/tea>。
- 登录到 Gitea 服务器:
`tea login add --name "{{name}}" --url "{{url}}" --token "{{token}}"`
- 显示所有仓库:
`tea repos ls`
- 显示问题列表:
`tea issues ls`
- 显示特定仓库的问题列表:
`tea issues ls --repo "{{repository}}"`
- 创建新问题:
`tea issues create --title "{{title}}" --body "{{body}}"`
- 显示所有开放的拉取请求:
`tea pulls ls`
- 在浏览器中打开当前仓库:
`tea open`