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

@@ -0,0 +1,28 @@
# npm 组织
> 管理组织。
> 更多信息:<https://docs.npmjs.com/cli/commands/npm-org>。
- 向组织添加新用户:
`npm org set {{organization_name}} {{username}}`
- 更改用户在组织中的角色:
`npm org set {{organization_name}} {{username}} {{developer|admin|owner}}`
- 从组织中移除用户:
`npm org rm {{organization_name}} {{username}}`
- 列出组织中的所有用户:
`npm org ls {{organization_name}}`
- 以 JSON 格式列出组织中的所有用户:
`npm org ls {{organization_name}} --json`
- 显示用户在组织中的角色:
`npm org ls {{organization_name}} {{username}}`