Skip to content

Commit

Permalink
Translate /libary/asyncio-runner from rst:6 to rst:13, python#683
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsonweng committed Oct 22, 2023
1 parent 149fc0b commit 5d7613c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/asyncio-runner.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ msgstr ""

#: ../../library/asyncio-runner.rst:6
msgid "Runners"
msgstr ""
msgstr "執行器"

#: ../../library/asyncio-runner.rst:8
msgid "**Source code:** :source:`Lib/asyncio/runners.py`"
Expand All @@ -29,12 +29,14 @@ msgstr "**原始碼:**\\ :source:`Lib/asyncio/runners.py`"
msgid ""
"This section outlines high-level asyncio primitives to run asyncio code."
msgstr ""
"這個章節概述用於執行 asyncio 程式碼的高階單位。"

#: ../../library/asyncio-runner.rst:13
msgid ""
"They are built on top of an :ref:`event loop <asyncio-event-loop>` with the "
"aim to simplify async code usage for common wide-spread scenarios."
msgstr ""
"他們是基於一個 :ref:`事件迴圈 <asyncio-event-loop>`,目的是為了簡化常見且廣泛運用的異步程式碼。"

#: ../../library/asyncio-runner.rst:23
msgid "Running an asyncio Program"
Expand Down

0 comments on commit 5d7613c

Please sign in to comment.