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

16
pages.zh/common/dcg.md Normal file
View File

@@ -0,0 +1,16 @@
# dcg
> Drupal 代码生成器。
> 更多信息:<https://github.com/Chi-teck/drupal-code-generator>。
- 启动向导以选择要生成的代码类型(例如,模块、服务、表单等):
`dcg`
- 直接指定要生成的代码类型:
`dcg {{service|plugin|theme|module|form}}`
- 在特定目录中生成代码:
`dcg --directory {{path/to/directory}}`