From e500a383de15fa81f219dd03fd3380c4cefba70e Mon Sep 17 00:00:00 2001 From: robinsonweng Date: Mon, 11 Dec 2023 00:07:58 +0900 Subject: [PATCH] Translate rst:23-29 #683 (#722) --- library/asyncio-runner.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/asyncio-runner.po b/library/asyncio-runner.po index a30417651d..e112ae902d 100644 --- a/library/asyncio-runner.po +++ b/library/asyncio-runner.po @@ -40,17 +40,18 @@ msgstr "" #: ../../library/asyncio-runner.rst:23 msgid "Running an asyncio Program" -msgstr "" +msgstr "運行一個 asyncio 程式" #: ../../library/asyncio-runner.rst:27 msgid "Execute the :term:`coroutine` *coro* and return the result." -msgstr "" +msgstr "執行\\ :term:`協程 (coroutine) ` *coro* 以及回傳結果。" #: ../../library/asyncio-runner.rst:29 msgid "" "This function runs the passed coroutine, taking care of managing the asyncio " "event loop, *finalizing asynchronous generators*, and closing the executor." msgstr "" +"這個函式負責運行被傳入的協程、管理 asyncio 的事件迴圈、*終結非同步產生器*,以及關閉執行器。" #: ../../library/asyncio-runner.rst:33 ../../library/asyncio-runner.rst:113 msgid ""