From 7355970edb3bc44a3df37bbbdbec1e19d15c8a2c Mon Sep 17 00:00:00 2001 From: robinsonweng Date: Fri, 27 Oct 2023 13:58:37 +0900 Subject: [PATCH] Translate /libary/asyncio-runner.po from rst:6 to rst:13 (#685) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- library/asyncio-runner.po | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/asyncio-runner.po b/library/asyncio-runner.po index 682cea2052..3cb6c222b4 100644 --- a/library/asyncio-runner.po +++ b/library/asyncio-runner.po @@ -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`" @@ -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 ` with the " "aim to simplify async code usage for common wide-spread scenarios." msgstr "" +"他們是基於一個\\ :ref:`事件迴圈 `,目的是為了簡化常見且廣泛運用場景的非同步程式碼。" #: ../../library/asyncio-runner.rst:23 msgid "Running an asyncio Program"