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

@@ -0,0 +1,20 @@
# berks
> Chef 厨房书依赖管理器。
> 更多信息: <https://docs.chef.io/berkshelf.html>。
- 将厨房书依赖项安装到本地仓库:
`berks install`
- 更新特定的厨房书及其依赖项:
`berks update {{cookbook}}`
- 将厨房书上传到 Chef 服务器:
`berks upload {{cookbook}}`
- 查看厨房书的依赖项:
`berks contingent {{cookbook}}`