From 5d7613ca23ed6e2c66bee2baa99bf2f79a3d3c29 Mon Sep 17 00:00:00 2001 From: robinsonweng Date: Sun, 22 Oct 2023 18:20:07 +0800 Subject: [PATCH] Translate /libary/asyncio-runner from rst:6 to rst:13, #683 --- 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..e6d524c053 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 "執行器" #: ../../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 程式碼的高階單位。" #: ../../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"