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 @@
# cradle 安装
> 安装 Cradle PHP 框架组件。
> 更多信息:<https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#install>。
- 安装 Cradle 的组件(用户将被提示输入更多详细信息):
`cradle install`
- 强制覆盖文件:
`cradle install --force`
- 跳过运行 SQL 迁移:
`cradle install --skip-sql`
- 跳过运行包更新:
`cradle install --skip-versioning`
- 使用特定的数据库详细信息:
`cradle install -h {{hostname}} -u {{username}} -p {{password}}`