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,24 @@
# toolbox 创建
> 创建一个新的 `toolbox` 容器。
> 更多信息:<https://manned.org/toolbox-create.1>。
- 为特定发行版创建一个 `toolbox` 容器:
`toolbox create --distro {{distribution}}`
- 为当前发行版的特定版本创建一个 `toolbox` 容器:
`toolbox create --release {{release}}`
- 使用自定义镜像创建一个 `toolbox` 容器:
`toolbox create --image {{name}}`
- 从自定义 Fedora 镜像创建一个 `toolbox` 容器:
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:39}}`
- 使用 Fedora 39 的默认镜像创建一个 `toolbox` 容器:
`toolbox create --distro {{fedora}} --release {{f39}}`