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 团队
> 管理 `npm` 注册表中组织的团队。
> 更多信息:<https://docs.npmjs.com/cli/commands/npm-team>。
- 将用户添加到组织中的团队:
`npm team add {{organization:team}} {{username}}`
- 从团队中移除用户:
`npm team rm {{organization:team}} {{username}}`
- 在组织中创建新团队:
`npm team create {{organization:team}}`
- 从组织中删除团队:
`npm team destroy {{organization:team}}`
- 列出组织中的所有团队:
`npm team ls {{organization}}`
- 列出特定团队中的所有用户:
`npm team ls {{organization:team}}`