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

24
pages.zh/common/shards.md Normal file
View File

@@ -0,0 +1,24 @@
# shards
> Crystal 语言的依赖管理工具。
> 更多信息:<https://crystal-lang.org/reference/the_shards_command>。
- 创建一个骨架 `shard.yml` 文件:
`shards init`
-`shard.yml` 文件安装依赖:
`shards install`
- 更新所有依赖:
`shards update`
- 列出所有已安装的依赖:
`shards list`
- 显示依赖的版本:
`shards version {{path/to/dependency_directory}}`