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

25
pages.zh/common/nrm.md Normal file
View File

@@ -0,0 +1,25 @@
# nrm
> npm 注册表管理器。
> 帮助轻松切换不同的 npm 注册表。
> 更多信息:<https://github.com/Pana/nrm>。
- 列出所有注册表:
`nrm ls`
- 切换到特定的注册表:
`nrm use {{registry}}`
- 显示所有注册表的响应时间:
`nrm test`
- 添加自定义注册表:
`nrm add {{registry}} {{url}}`
- 删除注册表:
`nrm del {{registry}}`