@@ -264,7 +264,7 @@ msgstr "關閉事件迴圈。"
264
264
msgid ""
265
265
"The loop must not be running when this function is called. Any pending "
266
266
"callbacks will be discarded."
267
- msgstr "呼叫此函式時迴圈不得運行 。將丟棄任何待處理的回呼。"
267
+ msgstr "不得於迴圈運行中呼叫此函式 。將丟棄任何待處理的回呼。"
268
268
269
269
#: ../../library/asyncio-eventloop.rst:159
270
270
msgid ""
@@ -351,7 +351,7 @@ msgid ""
351
351
"Schedule the *callback* :term:`callback` to be called with *args* arguments "
352
352
"at the next iteration of the event loop."
353
353
msgstr ""
354
- "在事件迴圈的下一次疊代中排程排程以 *args* 引數呼叫 *callback* :term:"
354
+ "在事件迴圈的下一次疊代中排程以 *args* 引數呼叫 *callback* :term:"
355
355
"`callback`。"
356
356
357
357
#: ../../library/asyncio-eventloop.rst:221
@@ -364,15 +364,15 @@ msgstr "回傳 :class:`asyncio.Handle` 的實例,稍後可以用於取消回
364
364
msgid ""
365
365
"Callbacks are called in the order in which they are registered. Each "
366
366
"callback will be called exactly once."
367
- msgstr "回呼函式按照其註冊的順序呼叫。每個回呼函式將被呼叫一次 。"
367
+ msgstr "回呼函式按照其註冊的順序呼叫。每個回呼函式將被呼叫恰好一次 。"
368
368
369
369
#: ../../library/asyncio-eventloop.rst:227
370
370
msgid ""
371
371
"The optional keyword-only *context* argument specifies a custom :class:"
372
372
"`contextvars.Context` for the *callback* to run in. Callbacks use the "
373
373
"current context when no *context* is provided."
374
374
msgstr ""
375
- "選用的僅限關鍵字引數 *context* 指定了 *callback* 執行的自定義 :class:"
375
+ "選用的僅限關鍵字引數 *context* 指定了要給 *callback* 執行的自定義 :class:"
376
376
"`contextvars.Context`。當未提供 *context* 時,回呼函式使用當前情境。"
377
377
378
378
#: ../../library/asyncio-eventloop.rst:231
@@ -456,7 +456,7 @@ msgid ""
456
456
"*callback* will be called exactly once. If two callbacks are scheduled for "
457
457
"exactly the same time, the order in which they are called is undefined."
458
458
msgstr ""
459
- "*callback* 將只被呼叫一次 。如果有兩個回呼函式被排程在完全相同的時間,則其呼叫"
459
+ "*callback* 將只被呼叫恰好一次 。如果有兩個回呼函式被排程在完全相同的時間,則其呼叫"
460
460
"順序是不定的。"
461
461
462
462
#: ../../library/asyncio-eventloop.rst:288
@@ -482,7 +482,7 @@ msgid ""
482
482
"In Python 3.7 and earlier with the default event loop implementation, the "
483
483
"*delay* could not exceed one day. This has been fixed in Python 3.8."
484
484
msgstr ""
485
- "在 Python 3.7 及更早版本中,使用預設事件迴圈實作 ,*delay* 不能超過一天。這在 "
485
+ "在 Python 3.7 及更早版本中,使用預設事件迴圈實作時 ,*delay* 不能超過一天。這在 "
486
486
"Python 3.8 中已經修復。"
487
487
488
488
#: ../../library/asyncio-eventloop.rst:307
@@ -503,7 +503,7 @@ msgid ""
503
503
"difference between *when* and the current time could not exceed one day. "
504
504
"This has been fixed in Python 3.8."
505
505
msgstr ""
506
- "在 Python 3.7 及更早版本中,使用預設事件迴圈實作 ,*when* 和當前時間之間的差值"
506
+ "在 Python 3.7 及更早版本中,使用預設事件迴圈實作時 ,*when* 和當前時間之間的差值"
507
507
"不能超過一天。這在 Python 3.8 中已經修復。"
508
508
509
509
#: ../../library/asyncio-eventloop.rst:327
@@ -539,7 +539,7 @@ msgid ""
539
539
"(with better performance or instrumentation)."
540
540
msgstr ""
541
541
"這是在 asyncio 中建立 Futures 的首選方式。這允許第三方事件迴圈提供 Future 物"
542
- "件的替代實作(具有更好的性能或儀器設施 )。"
542
+ "件的替代實作(具有更好的性能或儀器計測表現 )。"
543
543
544
544
#: ../../library/asyncio-eventloop.rst:355
545
545
msgid ""
0 commit comments