@@ -18,19 +18,19 @@ learn-doc-std-button = 标准库
18
18
learn-doc-edition = Rust 版本指南。
19
19
learn-doc-edition-button = 版本指南
20
20
learn-doc-cargo = Rust 的包管理器和构建系统。
21
- learn-doc-cargo-button = Cargo 之书
21
+ learn-doc-cargo-button = Cargo 手册
22
22
learn-doc-rustdoc = 学习如何为您的 crate 编写完美的文档。
23
- learn-doc-rustdoc-button = rustdoc 之书
23
+ learn-doc-rustdoc-button = rustdoc 手册
24
24
learn-doc-rustc = 熟悉 Rust 编译器中可用的选项。
25
- learn-doc-rustc-button = rustc 之书
25
+ learn-doc-rustc-button = rustc 手册
26
26
learn-doc-error = 深入解释了您可能会遇到的编译错误。
27
27
learn-doc-error-button = 编译错误索引表
28
28
learn-domain = 在应用领域中点亮您的技能树
29
- learn-domain-cli-button = 命令行之书
29
+ learn-domain-cli-button = 命令行手册
30
30
learn-domain-cli = 学习如何用 Rust 构建高效的命令行应用。
31
- learn-domain-wasm-button = WebAssembly 之书
31
+ learn-domain-wasm-button = WebAssembly 手册
32
32
learn-domain-wasm = 通过 WebAssembly 用 Rust 构建浏览器原生的库。
33
- learn-domain-embedded-button = 嵌入式之书
33
+ learn-domain-embedded-button = 嵌入式手册
34
34
learn-domain-embedded = 熟练掌握用 Rust 编写微控制器和其它嵌入式系统程序。
35
35
learn-master = 精通 Rust
36
36
learn-master-text = 对 Rust 中的黑魔法感到好奇?在这里,您可以深入理解其本质。
@@ -69,7 +69,7 @@ learn-install-cargo =
69
69
</ul>
70
70
<p>要检查您是否安装了 Rust 和 Cargo,可以在终端中运行:</p>
71
71
<p><code>cargo --version</code></p>
72
- learn-install-cargo-button = 阅读《Cargo 之书 》
72
+ learn-install-cargo-button = 阅读《Cargo 手册 》
73
73
learn-install-other = 其它工具
74
74
learn-install-editors = Rust 支持多种编辑器:
75
75
learn-generating = 创建新项目
0 commit comments