From c3c6a6b1b8c751f745f8c527dc5c1235a48c0491 Mon Sep 17 00:00:00 2001 From: Leo Wang Date: Tue, 29 Aug 2023 22:01:09 +0800 Subject: [PATCH] Translate asyncio.po --- library/asyncio.po | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/library/asyncio.po b/library/asyncio.po index 3a4f1a92e2..b1deae96b2 100644 --- a/library/asyncio.po +++ b/library/asyncio.po @@ -4,6 +4,7 @@ # Translators: # Adrian Liaw , 2018 # Matt Wang , 2021 +# Leo Wang , 2023 msgid "" msgstr "" "Project-Id-Version: Python 3.12\n" @@ -128,11 +129,11 @@ msgstr "" #: ../../library/asyncio.rst:59 msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:" -msgstr "" +msgstr "你能在 REPL 中對一個 ``asyncio`` 的並行情境 (context) 進行實驗:" #: ../../includes/wasm-notavail.rst:3 msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr "" +msgstr ":ref:`適用 `:非 Emscripten、非 WASI。" #: ../../includes/wasm-notavail.rst:5 msgid "" @@ -140,6 +141,8 @@ msgid "" "``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " "more information." msgstr "" +"此模組在 WebAssembly 平台 ``wasm32-emscripten`` 和 ``wasm32-wasi`` 上不起作用" +"或無法使用。有關更多資訊,請參閱 :ref:`wasm-availability`。" #: ../../library/asyncio.rst:77 msgid "Reference"