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

View File

@@ -1,28 +1,28 @@
# asdf
> 可扩展的包版本管理器,支持 Nodejs、Ruby、Elixir 和 Erlang 等
> 更多信息:<https://asdf-vm.com>.
> 用于管理不同软件包版本的命令行界面
> 更多信息:<https://asdf-vm.com>
- 可用插件清单
- 列出所有可用插件:
`asdf plugin list all`
- 安装插件:
- 安装一个插件:
`asdf plugin add {{插件名}}`
`asdf plugin add {{name}}`
- 软件包的可用版本清单
- 列出一个软件包的所有可用版本:
`asdf list all {{软件包名}}`
`asdf list all {{name}}`
- 安装定版本的软件包:
- 安装一个特定版本的软件包:
`asdf install {{软件包名}} {{版本}}`
`asdf install {{name}} {{version}}`
- 设置软件包的全局安装版本:
- 设置软件包的全局版本:
`asdf global {{软件包名}} {{版本}}`
`asdf global {{name}} {{version}}`
- 设置软件包的本地版本:
`asdf local {{软件包名}} {{版本}}`
`asdf local {{name}} {{version}}`