Skip to content

Commit

Permalink
Translate /libary/asyncio-runner.po from rst:6 to rst:13 (#685)
Browse files Browse the repository at this point in the history
* Translate /libary/asyncio-runner from rst:6 to rst:13, #683

* fix: Add the missing word '場景'

* fix: Change Simplfiy Chinese word to Traditional Chinese & escape space for rst syntax in rst:13

* fix: Update translation for 'primitives'

* fix: Note source 'Runners'

* fix: Patch missing text
  • Loading branch information
robinsonweng committed Oct 27, 2023
1 parent 2b560a6 commit 7355970
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 "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

0 comments on commit 7355970

Please sign in to comment.