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

20
pages.zh/common/drush.md Normal file
View File

@@ -0,0 +1,20 @@
# drush
> Drupal 的命令行界面和脚本接口。
> 更多信息:<https://www.drush.org>。
- 启用模块 "foo":
`drush en {{foo}}`
- 卸载模块 "foo":
`drush pmu {{foo}}`
- 清除所有缓存:
`drush cr`
- 清除 CSS 和 JavaScript 缓存:
`drush cc css-js`