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,36 @@
# takeout
> 一个基于Docker的开发专用依赖管理工具。
> 更多信息:<https://github.com/tighten/takeout>。
- 显示可用服务的列表:
`takeout enable`
- 启用特定服务:
`takeout enable {{name}}`
- 使用默认参数启用特定服务:
`takeout enable --default {{name}}`
- 显示已启用服务的列表:
`takeout disable`
- 禁用特定服务:
`takeout disable {{name}}`
- 禁用所有服务:
`takeout disable --all`
- 启动特定容器:
`takeout start {{container_id}}`
- 停止特定容器:
`takeout stop {{container_id}}`