Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions library/asyncio.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Translators:
# Adrian Liaw <adrianliaw2000@gmail.com>, 2018
# Matt Wang <mattwang44@gmail.com>, 2021
# Leo Wang <ascodeasice@gmail.com>, 2023
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
Expand Down Expand Up @@ -128,18 +129,20 @@ 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 <availability>`: not Emscripten, not WASI."
msgstr ""
msgstr ":ref:`適用 <availability>`:非 Emscripten、非 WASI。"

#: ../../includes/wasm-notavail.rst:5
msgid ""
"This module does not work or is not available on WebAssembly platforms "
"``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"
Expand Down