Skip to content

Commit 5d7613c

Browse files
committed
Translate /libary/asyncio-runner from rst:6 to rst:13, python#683
1 parent 149fc0b commit 5d7613c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/asyncio-runner.po

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgstr ""
1919

2020
#: ../../library/asyncio-runner.rst:6
2121
msgid "Runners"
22-
msgstr ""
22+
msgstr "執行器"
2323

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

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

3941
#: ../../library/asyncio-runner.rst:23
4042
msgid "Running an asyncio Program"

0 commit comments

Comments
 (0)