Skip to content

Commit fd80db3

Browse files
committed
fix: translation
1 parent 7f488e9 commit fd80db3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

library/asyncio-eventloop.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ msgstr "關閉事件迴圈。"
264264
msgid ""
265265
"The loop must not be running when this function is called. Any pending "
266266
"callbacks will be discarded."
267-
msgstr "呼叫此函式時迴圈不得運行。將丟棄任何待處理的回呼。"
267+
msgstr "不得於迴圈運行中呼叫此函式。將丟棄任何待處理的回呼。"
268268

269269
#: ../../library/asyncio-eventloop.rst:159
270270
msgid ""
@@ -351,7 +351,7 @@ msgid ""
351351
"Schedule the *callback* :term:`callback` to be called with *args* arguments "
352352
"at the next iteration of the event loop."
353353
msgstr ""
354-
"在事件迴圈的下一次疊代中排程排程以 *args* 引數呼叫 *callback* :term:"
354+
"在事件迴圈的下一次疊代中排程以 *args* 引數呼叫 *callback* :term:"
355355
"`callback`。"
356356

357357
#: ../../library/asyncio-eventloop.rst:221
@@ -364,15 +364,15 @@ msgstr "回傳 :class:`asyncio.Handle` 的實例,稍後可以用於取消回
364364
msgid ""
365365
"Callbacks are called in the order in which they are registered. Each "
366366
"callback will be called exactly once."
367-
msgstr "回呼函式按照其註冊的順序呼叫。每個回呼函式將被呼叫一次。"
367+
msgstr "回呼函式按照其註冊的順序呼叫。每個回呼函式將被呼叫恰好一次。"
368368

369369
#: ../../library/asyncio-eventloop.rst:227
370370
msgid ""
371371
"The optional keyword-only *context* argument specifies a custom :class:"
372372
"`contextvars.Context` for the *callback* to run in. Callbacks use the "
373373
"current context when no *context* is provided."
374374
msgstr ""
375-
"選用的僅限關鍵字引數 *context* 指定了 *callback* 執行的自定義 :class:"
375+
"選用的僅限關鍵字引數 *context* 指定了要給 *callback* 執行的自定義 :class:"
376376
"`contextvars.Context`。當未提供 *context* 時,回呼函式使用當前情境。"
377377

378378
#: ../../library/asyncio-eventloop.rst:231
@@ -456,7 +456,7 @@ msgid ""
456456
"*callback* will be called exactly once. If two callbacks are scheduled for "
457457
"exactly the same time, the order in which they are called is undefined."
458458
msgstr ""
459-
"*callback* 將只被呼叫一次。如果有兩個回呼函式被排程在完全相同的時間,則其呼叫"
459+
"*callback* 將只被呼叫恰好一次。如果有兩個回呼函式被排程在完全相同的時間,則其呼叫"
460460
"順序是不定的。"
461461

462462
#: ../../library/asyncio-eventloop.rst:288
@@ -482,7 +482,7 @@ msgid ""
482482
"In Python 3.7 and earlier with the default event loop implementation, the "
483483
"*delay* could not exceed one day. This has been fixed in Python 3.8."
484484
msgstr ""
485-
"在 Python 3.7 及更早版本中,使用預設事件迴圈實作,*delay* 不能超過一天。這在 "
485+
"在 Python 3.7 及更早版本中,使用預設事件迴圈實作時,*delay* 不能超過一天。這在 "
486486
"Python 3.8 中已經修復。"
487487

488488
#: ../../library/asyncio-eventloop.rst:307
@@ -503,7 +503,7 @@ msgid ""
503503
"difference between *when* and the current time could not exceed one day. "
504504
"This has been fixed in Python 3.8."
505505
msgstr ""
506-
"在 Python 3.7 及更早版本中,使用預設事件迴圈實作,*when* 和當前時間之間的差值"
506+
"在 Python 3.7 及更早版本中,使用預設事件迴圈實作時,*when* 和當前時間之間的差值"
507507
"不能超過一天。這在 Python 3.8 中已經修復。"
508508

509509
#: ../../library/asyncio-eventloop.rst:327
@@ -539,7 +539,7 @@ msgid ""
539539
"(with better performance or instrumentation)."
540540
msgstr ""
541541
"這是在 asyncio 中建立 Futures 的首選方式。這允許第三方事件迴圈提供 Future 物"
542-
"件的替代實作(具有更好的性能或儀器設施)。"
542+
"件的替代實作(具有更好的性能或儀器計測表現)。"
543543

544544
#: ../../library/asyncio-eventloop.rst:355
545545
msgid ""

0 commit comments

Comments
 (0)