diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 55c9ab88..ae6368ef 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,4 +14,4 @@ po/tr.po @duyguisler po/zh-CN.po @suetfei @wnghl @anlunx @kongy @noahdragon @superwhd po/pl.po @jkotur @pawelpaa po/ru.po @istolga @baltuky -po/zh-TW.po @edong @hueich @kuanhungchen @victorhsieh @mingyc +po/zh-TW.po @edong @hueich @kuanhungchen @victorhsieh @mingyc @johnathan79717 diff --git a/po/zh-TW.po b/po/zh-TW.po index 344812b1..9534f0e1 100644 --- a/po/zh-TW.po +++ b/po/zh-TW.po @@ -540,7 +540,7 @@ msgstr "" #: src/SUMMARY.md:163 msgid "Testing" -msgstr "" +msgstr "測試" #: src/SUMMARY.md:164 msgid "Unit Tests" @@ -8957,11 +8957,11 @@ msgstr "" #: src/testing.md:1 msgid "# Testing" -msgstr "" +msgstr "# 測試" #: src/testing.md:3 msgid "Rust and Cargo come with a simple unit test framework:" -msgstr "" +msgstr "Rust 和 Cargo 提供了一個簡單的單元測試 (unit test) 框架: " #: src/testing.md:5 msgid "" @@ -8969,6 +8969,9 @@ msgid "" "\n" "* Integration tests are supported via the `tests/` directory." msgstr "" +"* 在你的程式碼的任何地方都可添加單元測試。\n" +"\n" +"* 整合測試 (integration test) 則可放置在 `tests/` 資料夾下。" #: src/testing/unit-tests.md:1 msgid "# Unit Tests" @@ -18486,4 +18489,4 @@ msgid "" " }\n" "}\n" "```" -msgstr "" \ No newline at end of file +msgstr ""