@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version :Python 3.12\n "
9
9
"Report-Msgid-Bugs-To :\n "
10
10
"POT-Creation-Date :2024-05-09 00:03+0000\n "
11
- "PO-Revision-Date :2024-05-29 22:56 +0800\n "
11
+ "PO-Revision-Date :2024-07-09 08:33 +0800\n "
12
12
"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -113,8 +113,8 @@ msgid ""
113
113
"by the units in which their value or argument is expressed. E.g. on most "
114
114
"Unix systems, the clock\" ticks\" only 50 or 100 times a second."
115
115
msgstr ""
116
- "各種即時函式的精確度可能低於其值或引數所表示的單位所建議的精確度。例如,在大 "
117
- "多數 Unix 系統上,時鐘每秒只「跳」50 次或 100 次。"
116
+ "各種即時 (real-time) 函式的精確度可能低於其值或引數所表示的單位所建議的精確 "
117
+ "度。例如,在大多數 Unix 系統上,時鐘每秒只「跳」50 次或 100 次。"
118
118
119
119
#: ../../library/time.rst:71
120
120
msgid ""
@@ -259,7 +259,9 @@ msgstr ""
259
259
msgid ""
260
260
"Passing an invalid or expired *thread_id* may result in undefined behavior, "
261
261
"such as segmentation fault."
262
- msgstr "傳遞無效或過期的 *thread_id* 可能會導致未定義的行為,例如分段錯誤。"
262
+ msgstr ""
263
+ "傳遞無效或過期的 *thread_id* 可能會導致未定義的行為,例如分段錯誤 "
264
+ "(segmentation fault)。"
263
265
264
266
#: ../../library/time.rst:149
265
267
msgid ":ref:`Availability <availability>`: Unix"