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/box.md Normal file
View File

@@ -0,0 +1,32 @@
# box
> 一个用于构建和管理 Phar 的 PHP 应用程序。
> 更多信息:<https://github.com/box-project/box>。
- 编译一个新的 Phar 文件:
`box compile`
- 使用特定的 [c]onfiguration 文件编译一个新的 Phar 文件:
`box compile -c {{path/to/config}}`
- 显示关于 PHAR PHP 扩展的信息:
`box info`
- 显示关于特定 Phar 文件的信息:
`box info {{path/to/phar_file}}`
- 验证工作目录中找到的第一个配置文件:
`box validate`
- 验证特定 Phar 文件的签名:
`box verify {{path/to/phar_file}}`
- 显示帮助信息:
`box help`