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

30
pages.zh/common/cs.md Normal file
View File

@@ -0,0 +1,30 @@
# cs
> Scala语言的应用程序和工件管理器。
> 安装Scala应用程序并设置Scala开发环境。
> 一些子命令如`install`、`launch`、`java`、`fetch`、`resolve`、`complete-dep`等都有自己的使用文档。
> 更多信息:<https://get-coursier.io/docs/overview>。
- 列出已安装的应用程序:
`cs list`
- 安装特定应用程序:
`cs install {{application_name}}`
- 卸载特定应用程序:
`cs uninstall {{application_name}}`
- 为Scala开发设置机器
`cs setup`
- 更新所有已安装的应用程序:
`cs update`
- 显示版本:
`cs version`