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,20 +1,20 @@
# cargo owner
> 管理包在注册表的所有者。
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-owner.html>.
> 管理注册表中一个 crate 的所有者。
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-owner.html>
- 邀请指定用户或团队作为所有者:
- 邀请指定用户或团队作为所有者:
`cargo owner --add {{用户名|github:机构名称:团队名称}} {{包名}}`
`cargo owner --add {{username|github:org_name:team_name}} {{crate}}`
- 指定用户或团队所有者中删除
- 移除指定用户或团队作为所有者:
`cargo owner --remove {{用户名|github:机构名称:团队名称}} {{包名}}`
`cargo owner --remove {{username|github:org_name:team_name}} {{crate}}`
- 列出一个包的所有者:
- 列出 crate 的所有者:
`cargo owner --list {{包名}}`
`cargo owner --list {{crate}}`
- 使用指定的注册表 (注册表名称可以在配置中定义默认 <https://crates.io>)
- 使用指定的注册表注册表名称可以在配置中定义 - 默认 <https://crates.io>
`cargo owner --registry {{名称}}`
`cargo owner --registry {{name}}`