8000 Apply suggestions from code review · python/python-docs-zh-tw@8ca1511 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ca1511

Browse files
ken71301mattwang44
andcommitted
Apply suggestions from code review
first fix Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
1 parent b693585 commit 8ca1511

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/time.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ msgid ""
8181
"POSIX and ISO C standards: values 69--99 are mapped to 1969--1999, and "
8282
"values 0--68 are mapped to 2000--2068."
8383
msgstr ""
84-
"函式 :func:`strptime` 在給定 ``%y`` 格式程式碼時可以解析兩位數的年份。當解析"
84+
"函式 :func:`strptime` 在給定 ``%y`` 格式程式碼時可以解析兩位數的年份。當剖析"
8585
"兩位數的年份時,它們會根據 POSIX 和 ISO C 標準進行轉換:69--99 的值對映到 "
8686
"1969--1999,0--68 的值對映到 2000--2068。"
8787

@@ -114,7 +114,7 @@ msgid ""
114114
"Unix systems, the clock \"ticks\" only 50 or 100 times a second."
115115
msgstr ""
116116
"各種即時函式的精確度可能低於其值或引數所表示的單位所建議的精確度。例如,在大"
117-
"多數 Unix 系統上,時鐘每秒只\\ “跳” 50 次或 100 次。"
117+
"多數 Unix 系統上,時鐘每秒只「跳」50 次或 100 次。"
118118

119119
#: ../../library/time.rst:71
120120
msgid ""
@@ -399,11 +399,11 @@ msgstr ""
399399
#: ../../library/time.rst:241
400400
msgid ""
401401
"*monotonic*: ``True`` if the clock cannot go backward, ``False`` otherwise"
402-
msgstr "*monotonic*: 如果時鐘不能倒退行走,則為 ``True``,否則為 ``False``"
402+
msgstr "*monotonic*: 如果時鐘不能倒轉,則為 ``True``,否則為 ``False``"
403403

404404
#: ../../library/time.rst:243
405405
msgid "*resolution*: The resolution of the clock in seconds (:class:`float`)"
406-
msgstr "*resolution*: 以秒 (\\ :class:`float` \\ ) 為單位的時鐘的解析度"
406+
msgstr "*resolution*: 以秒 (:class:`float`) 為單位的時鐘的解析度"
407407

408408
#: ../../library/time.rst:250
409409
msgid ""
@@ -456,7 +456,7 @@ msgid ""
456456
msgstr ""
457457
"這是 :func:`localtime` 的反函式。其引數是表示\\ *當地*\\ 時間(不是 UTC)的 :"
458458< 557E code class="diff-text syntax-highlighted-line">
"class:`struct_time` 或完整的 9 元組(因為需要 dst 旗標;如果 dst 為未知,則使"
459-
"用 ``-1`` 作為 dst 旗標)。它回傳一個浮點數,以與 :func:`.time` 兼容。如果輸"
459+
"用 ``-1`` 作為 dst 旗標)。它回傳一個浮點數,以與 :func:`.time` 相容。如果輸"
460460
"入值不能表示為有效時間,將引發 :exc:`OverflowError` 或 :exc:`ValueError`\\ "
461461
"(取決於無效值是被 Python 還是底層 C 函式庫捕獲)。它能生成時間的最早日期根據"
462462
"平台而有所不同。"

0 commit comments

Comments
 (0)
0