Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a8cd0e

Browse filesBrowse files
committed
fix: tranlsate reference as 參照
1 parent 0c49d4e commit 6a8cd0e
Copy full SHA for 6a8cd0e

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎library/asyncio-eventloop.po

Copy file name to clipboardExpand all lines: library/asyncio-eventloop.po
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ msgid ""
4747
"who need finer control over the event loop behavior."
4848
msgstr ""
4949
"應用程式開發人員通常應使用高級別的 asyncio 函式,例如 :func:`asyncio.run`,並且很少需要參"
50-
"考事件迴圈物件或呼叫其方法。本節主要針對那些需要更細粒度控制事件迴圈行為的低階程式碼、函式庫"
50+
"照事件迴圈物件或呼叫其方法。本節主要針對那些需要更細粒度控制事件迴圈行為的低階程式碼、函式庫"
5151
"和框架的作者。"
5252

5353
#: ../../library/asyncio-eventloop.rst:28
@@ -141,7 +141,7 @@ msgstr "本文件頁面包含以下章節:"
141141
#: ../../library/asyncio-eventloop.rst:83
142142
msgid ""
143143
"The `Event Loop Methods`_ section is the reference documentation of the event loop APIs;"
144-
msgstr "`事件迴圈方法 <Event Loop Methods_>`_\\ 章節是事件迴圈 API 的參考文件;"
144+
msgstr "`事件迴圈方法 <Event Loop Methods_>`_\\ 章節是事件迴圈 API 的參照文件;"
145145

146146
#: ../../library/asyncio-eventloop.rst:86
147147
msgid ""
@@ -451,7 +451,7 @@ msgid ""
451451
"using the same time reference as :meth:`loop.time`."
452452
msgstr ""
453453
"安排 *callback* 在給定的絕對時間戳 *when* (整數或浮點數)處呼叫,使用與 :meth:`loop.time` "
454-
"相同的時間參考。"
454+
"相同的時間參照。"
455455

456456
#: ../../library/asyncio-eventloop.rst:311
457457
msgid "This method's behavior is the same as :meth:`call_later`."
@@ -550,7 +550,7 @@ msgid ""
550550
"return a :class:`asyncio.Future`-compatible object."
551551
msgstr ""
552552
"如果 *factory* 為 ``None``,將設置預設的任務工廠。否則,*factory* 必須是一個具有匹配簽名 "
553-
"``(loop, coro, context=None)`` 的 *callable*,其中 *loop* 是對活動事件迴圈的引用,*coro* 是一"
553+
"``(loop, coro, context=None)`` 的 *callable*,其中 *loop* 是參照活躍事件迴圈的引用,*coro* 是一"
554554
"個 coroutine(協程)物件。該可呼叫物必須回傳一個相容 :class:`asyncio.Future` 的物件。"
555555

556556
#: ../../library/asyncio-eventloop.rst:388
@@ -1731,7 +1731,7 @@ msgid ""
17311731
"context)."
17321732
msgstr ""
17331733
"如果 *handler* 是 ``None``,則將設置預設例外處理程式。否則,*handler* 必須是一個可呼叫"
1734-
"物件,簽名匹配 ``(loop, context)``,其中 ``loop`` 是對活動事件迴圈的引用,``context`` "
1734+
"物件,簽名匹配 ``(loop, context)``,其中 ``loop`` 是參照活躍事件迴圈的引用,``context`` "
17351735
"是包含例外詳細資訊的 ``dict`` 物件(有關情境的詳細資訊,請參閱 :meth:"
17361736
"`call_exception_handler` 文件)。"
17371737

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.