|
1 | 1 | # Autogenerated by `cargo run website-data` in https://github.com/rust-lang/team
|
2 |
| -governance-team-wg-self-profile-name = Self-Profile |
3 |
| -governance-team-wg-self-profile-description = 改进“-Z self-profile”功能。 |
4 |
| -governance-team-wg-unsafe-code-guidelines-name = Unsafe 代码指南(UCG) |
5 |
| -governance-team-wg-unsafe-code-guidelines-description = 编写《Unsafe 代码指南》—— 定义了 Unsafe 代码中允许和禁止的行为。 |
6 |
| -governance-team-ides-name = IDE 和编辑器团队 |
7 |
| -governance-team-ides-description = IDE,编辑器以及诸如 Racer 和 RLS 的支持工具。 |
8 |
| -governance-team-rustdoc-name = Rustdoc 团队 |
9 |
| -governance-team-rustdoc-description = 开发并维护包括 Rustdoc 和 docs.rs 在内的文档工具。 |
10 |
| -governance-team-devtools-name = 开发工具团队 |
11 |
| -governance-team-devtools-description = Rust 开发者工具 |
12 |
| -governance-team-wg-net-embedded-name = 嵌入式网络工作组 |
13 |
| -governance-team-wg-net-embedded-description = 我们的目标是支持物联网(IoT)开发。 |
14 |
| -governance-team-wg-mir-opt-name = MIR 优化 |
15 |
| -governance-team-wg-mir-opt-description = 编写 MIR 优化代码,重构 MIR 使其更加可优化。 |
16 |
| -governance-team-wg-embedded-name = 嵌入式设备工作组 |
17 |
| -governance-team-wg-embedded-description = 专注于在资源受限的环境中和非传统平台上使用 Rust 的端到端体验。 |
18 |
| -governance-team-wg-rfc-2229-name = RFC 2229 |
19 |
| -governance-team-wg-rfc-2229-description = 使闭包捕获变量为单个字段而不是整个复合变量。 |
20 |
| -governance-team-cargo-name = Cargo 团队 |
21 |
| -governance-team-cargo-description = 设计并实现 Cargo |
| 2 | +governance-team-wg-learning-name = 教学 |
| 3 | +governance-team-wg-learning-description = 确保 rustc 指南和 API 文档的“完整”,让学习编译器变得更简单。 |
| 4 | +governance-team-wg-net-name = 网络工作组 |
| 5 | +governance-team-wg-net-description = 专注于同步和异步网络代码的端对端体验,使其与本领域不断发展的生态相协调。 |
| 6 | +governance-team-wg-security-response-name = 安全响应工作组 |
| 7 | +governance-team-wg-security-response-description = 对收到的漏洞报告进行分类并做出响应 |
22 | 8 | governance-team-community-survey-name = 调查团队
|
23 | 9 | governance-team-community-survey-description = 开展,分析和公布社区调查。
|
24 |
| -governance-team-wg-nll-name = 非词法作用域生命周期(NLL) |
25 |
| -governance-team-wg-nll-description = 实现基于 MIR 的全新借用检查系统和非词法作用域生命周期。 |
26 |
| -governance-team-wg-rustfmt-name = Rustfmt 工作组 |
27 |
| -governance-team-wg-rustfmt-description = 设计并实现 Rustfmt |
28 |
| -governance-team-wg-net-web-name = Web 基础工作组 |
29 |
| -governance-team-wg-net-web-description = 我们的目标是提升 Rust 在 Web 编程中的体验。 |
30 |
| -governance-team-security-name = 安全团队 |
31 |
| -governance-team-security-description = 分拣和响应收到的漏洞报告 |
32 |
| -governance-team-mods-discourse-name = 论坛审查者 |
33 |
| -governance-team-mods-discourse-description = 审查 users.rust-lang.org 和 internals.rust-lang.org |
| 10 | +governance-team-wg-embedded-name = 嵌入式设备工作组 |
| 11 | +governance-team-wg-embedded-description = 专注于在资源受限的环境中和非传统平台上使用 Rust 的端到端体验。 |
34 | 12 | governance-team-community-name = 社区团队
|
35 | 13 | governance-team-community-description = 协调并支持活动,运营 RustBridge 项目以及开展调查。
|
36 | 14 | governance-team-mods-name = 审查团队
|
37 | 15 | governance-team-mods-description = 帮助维护行为准则
|
38 |
| -governance-team-wg-parallel-rustc-name = rustc 并行编译支持 |
39 |
| -governance-team-wg-parallel-rustc-description = 让 rustc 默认支持并行编译 |
40 |
| -governance-team-wg-async-await-name = Async-await 实现 |
41 |
| -governance-team-wg-async-await-description = 实现 async-await |
42 |
| -governance-team-lang-name = 语言团队 |
43 |
| -governance-team-lang-description = 设计新的语言特性 |
44 |
| -governance-team-core-name = 核心团队 |
45 |
| -governance-team-core-description = 关注项目的整体及跨领域方向,管理子工作组。 |
46 |
| -governance-team-wg-llvm-name = LLVM |
47 |
| -governance-team-wg-llvm-description = 代表 Rust 参与上游 LLVM 的开发工作。 |
| 16 | +governance-team-community-rustbridge-name = RustBridge 团队 |
| 17 | +governance-team-community-rustbridge-description = 主要目的是将那些不具代表性的小众人群纳入 Rust 的包容性教育计划。 |
| 18 | +governance-team-wg-nll-name = 非词法作用域生命周期(NLL) |
| 19 | +governance-team-wg-nll-description = 实现基于 MIR 的全新借用检查系统和非词法作用域生命周期。 |
| 20 | +governance-team-wg-triage-name = 分拣工作组 |
| 21 | +governance-team-wg-triage-description = 为 rust-lang 组织下的仓库分拣 |
| 22 | +governance-team-core-observers-name = 核心团队观察员 |
| 23 | +governance-team-core-observers-description = 监督核心工作组 |
| 24 | +governance-team-crates-io-name = Crates.io 团队 |
| 25 | +governance-team-crates-io-description = 管理 crates.io 的运维、开发和相关政策。 |
| 26 | +governance-team-wg-self-profile-name = Self-Profile |
| 27 | +governance-team-wg-self-profile-description = 改进“-Z self-profile”功能。 |
| 28 | +governance-team-clippy-name = Clippy |
| 29 | +governance-team-clippy-description = 设计和实现 Clippy linter |
| 30 | +governance-team-wg-rfc-2229-name = RFC 2229 |
| 31 | +governance-team-wg-rfc-2229-description = 使闭包捕获变量为单个字段而不是整个复合变量。 |
| 32 | +governance-team-rust-by-example-name = 《通过例子学 Rust》团队 |
| 33 | +governance-team-rust-by-example-description = 维护并更新《通过例子学 Rust》 |
| 34 | +governance-team-wg-rls-2-name = RLS 2.0 |
| 35 | +governance-team-wg-rls-2-description = 尝试为 IDE 定制新的编译器体系架构。 |
| 36 | +governance-team-operations-name = 运维团队 |
| 37 | +governance-team-operations-description = 处理版本发布,机器人和基础设施等等。 |
| 38 | +governance-team-ides-name = IDE 和编辑器团队 |
| 39 | +governance-team-ides-description = IDE,编辑器以及诸如 Racer 和 RLS 的支持工具。 |
| 40 | +governance-team-wg-grammar-name = 语法 |
| 41 | +governance-team-wg-grammar-description = 编写 Rust 的官方正式语法,并根据现有的实现进行验证。 |
| 42 | +governance-team-wg-cli-name = 命令行交互(CLI)工作组 |
| 43 | +governance-team-wg-cli-description = 专注于用 Rust 编写大型/小型 CLI 应用的端到端体验。 |
48 | 44 | governance-team-wg-bindgen-name = Bindgen 工作组
|
49 | 45 | governance-team-wg-bindgen-description = 开发用于生成 FFI 绑定的工具。
|
50 |
| -governance-team-wg-meta-name = 元(Meta)工作组 |
51 |
| -governance-team-wg-meta-description = 编译器团队的自管理组织 |
| 46 | +governance-team-mods-discourse-name = 论坛审查者 |
| 47 | +governance-team-mods-discourse-description = 审查 users.rust-lang.org 和 internals.rust-lang.org |
| 48 | +governance-team-wg-async-await-name = Async-await 实现 |
| 49 | +governance-team-wg-async-await-description = 实现 async-await |
52 | 50 | governance-team-mods-discord-name = Discord 管理员
|
53 | 51 | governance-team-mods-discord-description = 管理 Discord 服务器
|
54 |
| -governance-team-crates-io-name = Crates.io 团队 |
55 |
| -governance-team-crates-io-description = 管理 crates.io 的运维、开发和相关政策。 |
56 |
| -governance-team-community-events-name = 活动团队 |
57 |
| -governance-team-community-events-description = 用知识和资源支持社区活动。 |
58 |
| -governance-team-community-rustbridge-name = RustBridge 团队 |
59 |
| -governance-team-community-rustbridge-description = 主要目的是将那些不具代表性的小众人群纳入 Rust 的包容性教育计划。 |
60 |
| -governance-team-release-name = 发布团队 |
61 |
| -governance-team-release-description = 跟踪回归测试,稳定化并发布 Rust。 |
| 52 | +governance-team-wg-pgo-name = 性能剖析指导优化 |
| 53 | +governance-team-wg-pgo-description = 为 rustc 实现性能剖析指导的优化。 |
62 | 54 | governance-team-wg-secure-code-name = 安全代码工作组
|
63 | 55 | governance-team-wg-secure-code-description = 轻松使用 Rust 编写安全的代码
|
64 |
| -governance-team-community-content-name = 内容团队 |
65 |
| -governance-team-community-content-description = 帮助支持社区的内容收集和开发。 |
| 56 | +governance-team-wg-net-async-name = 异步基础工作组 |
| 57 | +governance-team-wg-net-async-description = 我们的目标是将 async/await 引入到稳定的轨道上,为大家提供异步编程的文档。 |
| 58 | +governance-team-infra-name = 基础架构团队 |
| 59 | +governance-team-infra-description = Rust 项目自身所需的各种基础设施:持续集成、版本管理、机器人和性能指标。 |
| 60 | +governance-team-wg-mir-opt-name = MIR 优化 |
| 61 | +governance-team-wg-mir-opt-description = 编写 MIR 优化代码,重构 MIR 使其更加可优化。 |
| 62 | +governance-team-libs-name = 库团队 |
| 63 | +governance-team-libs-description = Rust 标准库、rust-lang 包、代码约定以及生态的支持。 |
| 64 | +governance-team-wg-parallel-rustc-name = rustc 并行编译支持 |
| 65 | +governance-team-wg-parallel-rustc-description = 让 rustc 默认支持并行编译 |
| 66 | +governance-team-wg-wasm-name = WebAssembly(WASM)工作组 |
| 67 | +governance-team-wg-wasm-description = 专注于在 JS 库和应用中通过 WebAssembly 嵌入 Rust 代码的端到端体验。 |
| 68 | +governance-team-rustdoc-name = Rustdoc 团队 |
| 69 | +governance-team-rustdoc-description = 开发并维护包括 Rustdoc 和 docs.rs 在内的文档工具。 |
66 | 70 | governance-team-wg-governance-name = 治理工作组
|
67 | 71 | governance-team-wg-governance-description = 致力于改进 Rust 的治理工作
|
68 |
| -governance-team-wg-cli-name = 命令行交互(CLI)工作组 |
69 |
| -governance-team-wg-cli-description = 专注于用 Rust 编写大型/小型 CLI 应用的端到端体验。 |
70 |
| -governance-team-rust-by-example-name = 《通过例子学 Rust》团队 |
71 |
| -governance-team-rust-by-example-description = 维护并更新《通过例子学 Rust》 |
| 72 | +governance-team-wg-traits-name = Traits |
| 73 | +governance-team-wg-traits-description = 改进 rustc 的 trait 实现以遵循 Chalk 的方式。 |
| 74 | +governance-team-wg-rustfmt-name = Rustfmt 工作组 |
| 75 | +governance-team-wg-rustfmt-description = 设计并实现 Rustfmt |
| 76 | +governance-team-compiler-name = 编译器团队 |
| 77 | +governance-team-compiler-description = 编译器内部结构和优化 |
| 78 | +governance-team-release-name = 发布团队 |
| 79 | +governance-team-release-description = 跟踪回归测试,稳定化并发布 Rust。 |
| 80 | +governance-team-community-content-name = 内容团队 |
| 81 | +governance-team-community-content-description = 帮助支持社区的内容收集和开发。 |
72 | 82 | governance-team-docs-name = 文档团队
|
73 | 83 | governance-team-docs-description = 确保 Rust 拥有出色的文档。
|
74 |
| -governance-team-reference-name = 参考手册团队 |
75 |
| -governance-team-reference-description = 编写 Rust 《参考手册》。 |
| 84 | +governance-team-wg-gamedev-name = 游戏开发工作组 |
| 85 | +governance-team-wg-gamedev-description = 专注于让 Rust 成为游戏开发的默认选择。 |
| 86 | +governance-team-wg-net-embedded-name = 嵌入式网络工作组 |
| 87 | +governance-team-wg-net-embedded-description = 我们的目标是支持物联网(IoT)开发。 |
| 88 | +governance-team-lang-name = 语言团队 |
| 89 | +governance-team-lang-description = 设计新的语言特性 |
| 90 | +governance-team-wg-unsafe-code-guidelines-name = Unsafe 代码指南(UCG) |
| 91 | +governance-team-wg-unsafe-code-guidelines-description = 编写《Unsafe 代码指南》—— 定义了 Unsafe 代码中允许和禁止的行为。 |
| 92 | +governance-team-alumni-name = Rust 团队前队友 |
| 93 | +governance-team-alumni-description = 正在享受退居幕后的悠闲生活 |
| 94 | +governance-team-cargo-name = Cargo 团队 |
| 95 | +governance-team-cargo-description = 设计并实现 Cargo |
| 96 | +governance-team-core-name = 核心团队 |
| 97 | +governance-team-core-description = 关注项目的整体及跨领域方向,管理子工作组。 |
| 98 | +governance-team-wg-rustup-name = Rustup 工作组 |
| 99 | +governance-team-wg-rustup-description = 设计并实现 Rustup |
| 100 | +governance-team-wg-polonius-name = Polonius |
| 101 | +governance-team-wg-polonius-description = 实现全新借用检查器这个实验性工作 |
76 | 102 | governance-team-compiler-contributors-name = 编译器团队贡献者
|
77 | 103 | governance-team-compiler-contributors-description = 经常做贡献的人们
|
78 |
| -governance-team-core-observers-name = 核心团队观察员 |
79 |
| -governance-team-core-observers-description = 监督核心工作组 |
80 |
| -governance-team-clippy-name = Clippy |
81 |
| -governance-team-clippy-description = 设计和实现 Clippy linter |
82 |
| -governance-team-operations-name = 运维团队 |
83 |
| -governance-team-operations-description = 处理版本发布,机器人和基础设施等等。 |
84 |
| -governance-team-wg-traits-name = Traits |
85 |
| -governance-team-wg-traits-description = 改进 rustc 的 trait 实现以遵循 Chalk 的方式。 |
86 |
| -governance-team-wg-net-name = 网络工作组 |
87 |
| -governance-team-wg-net-description = 专注于同步和异步网络代码的端对端体验,使其与本领域不断发展的生态相协调。 |
88 |
| -governance-team-wg-wasm-name = WebAssembly(WASM)工作组 |
89 |
| -governance-team-wg-wasm-description = 专注于在 JS 库和应用中通过 WebAssembly 嵌入 Rust 代码的端到端体验。 |
90 |
| -governance-team-libs-name = 库团队 |
91 |
| -governance-team-libs-description = Rust 标准库、rust-lang 包、代码约定以及生态的支持。 |
92 |
| -governance-team-wg-triage-name = 分拣工作组 |
93 |
| -governance-team-wg-triage-description = 为 rust-lang 组织下的仓库分拣 |
94 |
| -governance-team-wg-compiler-performance-name = 编译器性能 |
95 |
| -governance-team-wg-compiler-performance-description = 提升 rustc 的编译性能(编译耗时) |
96 | 104 | governance-team-wg-embedded-resources-name = 嵌入式设备工作组—资源团队
|
97 | 105 | governance-team-wg-embedded-resources-description = 管理嵌入式工作组所拥有的各种资源
|
98 |
| -governance-team-infra-name = 基础架构团队 |
99 |
| -governance-team-infra-description = Rust 项目自身所需的各种基础设施:持续集成、版本管理、机器人和性能指标。 |
100 |
| -governance-team-wg-gamedev-name = 游戏开发工作组 |
101 |
| -governance-team-wg-gamedev-description = 专注于让 Rust 成为游戏开发的默认选择。 |
102 |
| -governance-team-wg-pgo-name = 性能剖析指导优化 |
103 |
| -governance-team-wg-pgo-description = 为 rustc 实现性能剖析指导的优化。 |
| 106 | +governance-team-wg-net-web-name = Web 基础工作组 |
| 107 | +governance-team-wg-net-web-description = 我们的目标是提升 Rust 在 Web 编程中的体验。 |
| 108 | +governance-team-community-events-name = 活动团队 |
| 109 | +governance-team-community-events-description = 用知识和资源支持社区活动。 |
| 110 | +governance-team-reference-name = 参考手册团队 |
| 111 | +governance-team-reference-description = 编写 Rust 《参考手册》。 |
104 | 112 | governance-team-wg-localization-name = 本地化工作组
|
105 | 113 | governance-team-wg-localization-description = 努力工作中...
|
106 |
| -governance-team-wg-debugging-name = 调式器工作组 |
107 |
| -governance-team-wg-debugging-description = 调试工具以及相应的基础设施 |
108 |
| -governance-team-alumni-name = Rust 团队前队友 |
109 |
| -governance-team-alumni-description = 正在享受退居幕后的悠闲生活 |
110 |
| -governance-team-wg-rls-2-name = RLS 2.0 |
111 |
| -governance-team-wg-rls-2-description = 尝试为 IDE 定制新的编译器体系架构。 |
112 |
| -governance-team-wg-net-async-name = 异步基础工作组 |
113 |
| -governance-team-wg-net-async-description = 我们的目标是将 async/await 引入到稳定的轨道上,为大家提供异步编程的文档。 |
| 114 | +governance-team-devtools-name = 开发工具团队 |
| 115 | +governance-team-devtools-description = Rust 开发者工具 |
114 | 116 | governance-team-wg-rustfix-name = Rustfix 工作组
|
115 | 117 | governance-team-wg-rustfix-description = 改进 cargo-fix 并作为其他团队之间的一个联络点。
|
116 |
| -governance-team-wg-rustup-name = Rustup 工作组 |
117 |
| -governance-team-wg-rustup-description = 设计并实现 Rustup |
118 |
| -governance-team-compiler-name = 编译器团队 |
119 |
| -governance-team-compiler-description = 编译器内部结构和优化 |
120 |
| -governance-team-wg-polonius-name = Polonius |
121 |
| -governance-team-wg-grammar-name = 语法 |
122 |
| -governance-team-wg-grammar-description = 编写 Rust 的官方正式语法,并根据现有的实现进行验证。 |
123 |
| -governance-team-wg-learning-name = 教学 |
124 |
| -governance-team-wg-learning-description = 确保 rustc 指南和 API 文档的“完整”,让学习编译器变得更简单。 |
| 118 | +governance-team-wg-debugging-name = 调式器工作组 |
| 119 | +governance-team-wg-debugging-description = 调试工具以及相应的基础设施 |
| 120 | +governance-team-wg-llvm-name = LLVM |
| 121 | +governance-team-wg-llvm-description = 代表 Rust 参与上游 LLVM 的开发工作。 |
| 122 | +governance-team-wg-meta-name = 管理工作组的工作组 |
| 123 | +governance-team-wg-meta-description = 编译器团队的自管理组织 |
| 124 | +governance-team-wg-compiler-performance-name = 编译器性能 |
| 125 | +governance-team-wg-compiler-performance-description = 改善 rustc 编译性能(编译耗时方面)。 |
0 commit comments