Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fe8633

Browse files
sync with cpython e5e70c5f
1 parent 94e52c5 commit 8fe8633

File tree

5 files changed

+424
-422
lines changed

5 files changed

+424
-422
lines changed

library/asyncio-eventloop.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-10-11 00:13+0000\n"
10+
"POT-Creation-Date: 2024-11-12 00:13+0000\n"
1111
"PO-Revision-Date: 2022-02-20 12:36+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2685,9 +2685,10 @@ msgid ""
26852685
msgstr "用於 Windows 的事件迴圈,使用\"I/O 完成埠\"(IOCP)。"
26862686

26872687
#: ../../library/asyncio-eventloop.rst:1793
2688+
#, fuzzy
26882689
msgid ""
2689-
"`MSDN documentation on I/O Completion Ports <https://docs.microsoft.com/en-"
2690-
"ca/windows/desktop/FileIO/i-o-completion-ports>`_."
2690+
"`MSDN documentation on I/O Completion Ports <https://learn.microsoft.com/"
2691+
"windows/win32/fileio/i-o-completion-ports>`_."
26912692
msgstr ""
26922693
"`I/O 完成埠(I/O Completion Ports)的 MSDN 文件 <https://docs.microsoft.com/"
26932694
"zh-tw/windows/desktop/FileIO/i-o-completion-ports>`_。"

library/time.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-11-01 00:15+0000\n"
10+
"POT-Creation-Date: 2024-11-12 00:13+0000\n"
1111
"PO-Revision-Date: 2024-08-14 16:05+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -604,13 +604,14 @@ msgid ""
604604
msgstr "由於系統中其他活動的調度,暫停時間可能會比請求的時間長任意的量。"
605605

606606
#: ../../library/time.rst:388
607+
#, fuzzy
607608
msgid ""
608609
"On Windows, if *secs* is zero, the thread relinquishes the remainder of its "
609610
"time slice to any other thread that is ready to run. If there are no other "
610611
"threads ready to run, the function returns immediately, and the thread "
611612
"continues execution. On Windows 8.1 and newer the implementation uses a "
612-
"`high-resolution timer <https://docs.microsoft.com/en-us/windows-hardware/"
613-
"drivers/kernel/high-resolution-timers>`_ which provides resolution of 100 "
613+
"`high-resolution timer <https://learn.microsoft.com/windows-hardware/drivers/"
614+
"kernel/high-resolution-timers>`_ which provides resolution of 100 "
614615
"nanoseconds. If *secs* is zero, ``Sleep(0)`` is used."
615616
msgstr ""
616617
"在 Windows 上,如果 *secs* 為零,則執行緒將其剩餘的時間片段讓給任何準備運行的"

0 commit comments

Comments
 (0)