1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-01 17:34:25 +02:00

zh-TW translation for src/control-flow.md (#781)

* zh-TW translation for src/control-flow.md

* zh-TW: update translation for src/control-flow.md
This commit is contained in:
kuanhungchen 2023-06-09 06:03:13 +08:00 committed by GitHub
parent 753dea4950
commit 2eda22dced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5856,7 +5856,7 @@ msgstr ""
#: src/control-flow.md:1
msgid "# Control Flow"
msgstr ""
msgstr "# 控制流程"
#: src/control-flow.md:3
msgid ""
@ -5867,6 +5867,9 @@ msgid ""
"similarly\n"
"in Rust."
msgstr ""
"如同我們所見,`if` 是 Rust 中的一種表達式。它可以用來根據條件執行兩個區塊之中"
"的一個,而區塊的執行結果可以進一步轉變成 `if` 表達式的賦值。其他控制流程表達"
"式在 Rust 中也有類似的用法。"
#: src/control-flow/blocks.md:1
msgid "# Blocks"