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

Skip to content

Commit 69ca160

Browse files
committed
fix: Apply suggestions from code review
1 parent 8ca1511 commit 69ca160

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

library/time.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"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"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -113,8 +113,8 @@ msgid ""
113113
"by the units in which their value or argument is expressed. E.g. on most "
114114
"Unix systems, the clock \"ticks\" only 50 or 100 times a second."
115115
msgstr ""
116-
"各種即時函式的精確度可能低於其值或引數所表示的單位所建議的精確度。例如,在大"
117-
"多數 Unix 系統上,時鐘每秒只「跳」50 次或 100 次。"
116+
"各種即時 (real-time) 函式的精確度可能低於其值或引數所表示的單位所建議的精確"
117+
"度。例如,在大多數 Unix 系統上,時鐘每秒只「跳」50 次或 100 次。"
118118

119119
#: ../../library/time.rst:71
120120
msgid ""
@@ -259,7 +259,9 @@ msgstr ""
259259
msgid ""
260260
"Passing an invalid or expired *thread_id* may result in undefined behavior, "
261261
"such as segmentation fault."
262-
msgstr "傳遞無效或過期的 *thread_id* 可能會導致未定義的行為,例如分段錯誤。"
262+
msgstr ""
263+
"傳遞無效或過期的 *thread_id* 可能會導致未定義的行為,例如分段錯誤 "
264+
"(segmentation fault)。"
263265

264266
#: ../../library/time.rst:149
265267
msgid ":ref:`Availability <availability>`: Unix"

0 commit comments

Comments
 (0)