File tree Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ nav-logo-alt = Rust 標誌
38
38
footer-doc = 技術文件
39
39
footer-ask = 在使用者論壇提問
40
40
footer-status = 檢查網站狀態
41
+ footer-sup-doc = Rust Forge(貢獻者文件)
41
42
footer-policies = 條款和政策
42
43
footer-coc = 行為準則
43
44
footer-licenses = 授權條款
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ governance-members = 成員與聯絡方式
21
21
governance-team-email = 寄信至 { $teamname }
22
22
governance-team-repository = { $teamname } repository
23
23
governance-team-discord = Discord 上的 { $channel }
24
+ governance-team-zulip = 於 Zulip
24
25
governance-user-github = GitHub: { $link }
25
26
governance-user-team-leader = 團隊領袖
26
27
governance-members-header = 成員
Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ sponsors-description = Rust 專案得到下列公司以贊助的方式支持,
5
5
sponsors-caveat = 很多公司及獨立貢獻者也做出了相當重要的時間貢獻及人力支援,我們在不久的將來也會尋找一個方式公開地感謝他們。
6
6
sponsors-1password-alt = 1Password
7
7
sponsors-1password = 1Password 捐贈一個免費的 1Password Teams 服務給 Rust 團隊,讓團隊之間用來存取及分享機密資料。
8
+ sponsors-arm-alt = ARM
9
+ sponsors-arm = ARM 提供建構器給持續整合基礎建設,用以測試 AArch64 架構的編譯器。
8
10
sponsors-microsoft-alt = Microsoft Azure
9
11
sponsors-microsoft = Microsoft Azure 為 Rust CI 的基礎建設贊助了建構器,特別是極耗資源的 rust-lang/rust 專案。
10
12
sponsors-aws-alt = Amazon Web Services
11
13
sponsors-aws = Amazon Web Services (AWS) 為編譯器、程式庫、工具和原始碼等發佈產物提供託管服務:透過 CloudFront 來提供給使用者、在 EC2 上用 Crater 進行回歸測試,並管理其他在 AWS 上與 Rust 相關的基礎建設。
14
+ sponsors-google-cloud-alt = Google Cloud
15
+ sponsors-google-cloud = Google Cloud 透過執行 Crater 協助防止編譯器劣化,來支援 Rust 專案。
12
16
sponsors-mozilla-alt = Mozilla
13
17
sponsors-mozilla = Mozilla 為 Rust 專案贊助了 Heroku 服務用於 crates.io、Zoom.us 用於團隊視訊、Mailgun 用於電子郵件以及 Discourse 用來做內部及使用者之間的論壇。
18
+ sponsors-github-alt = GitHub
19
+ sponsors-github = 很榮幸 GitHub 成為 Rust 專案、Rust 生態系核心,以及 rust-lang/rust 儲存庫背後極度資源密集的建構 / 持續整合基礎建設的棲身之所。
14
20
sponsors-support = 贊助 Rust
15
21
sponsors-sponsor = 有興趣貢獻 Rust 或贊助 Rust 研討會嗎?我們期待您的支持。
16
22
sponsors-contact-core = 寫信給核心團隊
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ governance-team-release-name = 發佈團隊
55
55
governance-team-release-description = 追蹤回歸分析、穩定化並發佈 Rust
56
56
governance-team-wg-wasm-name = WebAssembly (WASM) 工作組
57
57
governance-team-wg-wasm-description = 專注於透過 WebAssembly 嵌入 Rust 程式碼到 JS 函式庫與應用程式的端對端體驗
58
+ governance-team-wg-rustc-dev-guide-name = Rustc 開發指南工作小組
58
59
governance-team-wg-rustc-dev-guide-description = 藉由讓 rustc 指南和 API 文件更加完善,使得學習編譯器更簡單。
59
60
governance-team-libs-name = 函式庫團隊
60
61
governance-team-libs-description = Rust 標準函式庫、rust-lang crates、慣例與生態系之支援
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ install-other-methods-link = 了解更多
85
85
## components/tools/rustup.hbs
86
86
87
87
tools-rustup-unixy = 您的作業系統似乎是 macOS、Linux 或其他類 Unix 系統。請下載 Rustup 並安裝 Rust,然後在終端機執行以下指令,並遵循螢幕上的指示。
88
- tools-rustup-windows = 您的作業系統似乎是 Windows。要安裝 Rust,請下載並執行以下的執行檔,然後遵循螢幕上的指示 。
88
+ tools-rustup-windows-2 = 您似乎正在運行 Windows。欲使用 Rust,請下載安裝工具後,執行該程式並遵照螢幕上的指示。當看見相關提示時,您可能需要下載 <a href="https://visualstudio.microsoft.com/visual-cpp-build-tools/"> Visual Studio C++ Build tools</a>。若您並非使用 Windows,請參考<a href="https://forge.rust-lang.org/infra/other-installation-methods.html">「其他安裝方式」</a> 。
89
89
tools-rustup-wsl-heading = Windows 的 Linux 子系統(WSL)
90
90
tools-rustup-wsl = 如果您是 Windows 的 Liunx 子系統(WSL)使用者,要安裝 Rust,請在終端機執行以下指令,並遵循螢幕上的指示。
91
91
tools-rustup-unknown = Rust 可以在 Windows、Linux、maxOS、FreeBSD 和 NetBSD 上運作。如果您在這些平台上,看到此訊息,請回報問題,並附上以下內容:
You can’t perform that action at this time.
0 commit comments