Skip to content

Translate /libary/asyncio-runner.po from rst:6 to rst:13 #685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 "Runners (執行器)"

#: ../../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 程式碼的高階 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