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,13 +1,13 @@
# cargo search
# cargo 搜索
> 在 https://crates.io 上搜索包。
> 显示包及其描述,以 TOML 格式显示,可复制到 `Cargo.toml` 中
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-search.html>.
> <https://crates.io> 上搜索包。
> 这些包将以适合复制到 `Cargo.toml` 的 TOML 格式显示,并附有描述
> 更多信息: <https://doc.rust-lang.org/cargo/commands/cargo-search.html>
- 搜索包:
`cargo search {{查询词}}`
`cargo search {{query}}`
- 显示 n 个结果 (默认为 10多为 100)
- 显示 `n` 个结果(默认:10大:100
`cargo search --limit {{n}} {{查询词}}`
`cargo search --limit {{n}} {{query}}`