@@ -1994,24 +1994,27 @@ msgstr "``YYYY-MM-DDTHH:MM:SS``,如果 :attr:`microsecond` 为 0"
19941994msgid ""
19951995"If :meth:`utcoffset` does not return ``None``, a string is appended, giving "
19961996"the UTC offset:"
1997- msgstr ""
1997+ msgstr "如果 :meth:`utcoffset` 返回值不为 ``None``,则添加一个字符串来给出 UTC 时差: "
19981998
19991999#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1414
20002000msgid ""
20012001"``YYYY-MM-DDTHH:MM:SS.ffffff+HH:MM[:SS[.ffffff]]``, if :attr:`microsecond` "
20022002"is not 0"
20032003msgstr ""
2004+ "``YYYY-MM-DDTHH:MM:SS.ffffff+HH:MM[:SS[.ffffff]]``,如果 :attr:`microsecond` 不为"
2005+ " 0"
20042006
20052007#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1416
20062008msgid ""
20072009"``YYYY-MM-DDTHH:MM:SS+HH:MM[:SS[.ffffff]]``, if :attr:`microsecond` is 0"
20082010msgstr ""
2011+ "``YYYY-MM-DDTHH:MM:SS+HH:MM[:SS[.ffffff]]``,如果 :attr:`microsecond` 为 0"
20092012
20102013#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1426
20112014msgid ""
20122015"The optional argument *sep* (default ``'T'``) is a one-character separator, "
20132016"placed between the date and time portions of the result. For example::"
2014- msgstr ""
2017+ msgstr "可选参数 *sep* (默认为 ``'T'``) 为单个分隔字符,会被放在结果的日期和时间两部分之间。 例如:: "
20152018
20162019#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1440
20172020#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1801
@@ -2033,32 +2036,34 @@ msgstr ""
20332036#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1446
20342037#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1807
20352038msgid "``'hours'``: Include the :attr:`hour` in the two-digit ``HH`` format."
2036- msgstr ""
2039+ msgstr "``'hours'``: 以两个数码的 ``HH`` 格式 包含 :attr:`hour`。 "
20372040
20382041#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1447
20392042#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1808
20402043msgid ""
20412044"``'minutes'``: Include :attr:`hour` and :attr:`minute` in ``HH:MM`` format."
2042- msgstr ""
2045+ msgstr "``'minutes'``: 以 ``HH:MM`` 格式包含 :attr:`hour` 和 :attr:`minute`。 "
20432046
20442047#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1448
20452048#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1809
20462049msgid ""
20472050"``'seconds'``: Include :attr:`hour`, :attr:`minute`, and :attr:`second` in "
20482051"``HH:MM:SS`` format."
20492052msgstr ""
2053+ "``'seconds'``: 以 ``HH:MM:SS`` 格式包含 :attr:`hour`, :attr:`minute` 和 "
2054+ ":attr:`second`。"
20502055
20512056#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1450
20522057#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1811
20532058msgid ""
20542059"``'milliseconds'``: Include full time, but truncate fractional second part "
20552060"to milliseconds. ``HH:MM:SS.sss`` format."
2056- msgstr ""
2061+ msgstr "``'milliseconds'``: 包含完整时间,但将秒值的小数部分截断至微秒。 格式为 ``HH:MM:SS.sss`` "
20572062
20582063#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1452
20592064#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1813
20602065msgid "``'microseconds'``: Include full time in ``HH:MM:SS.ffffff`` format."
2061- msgstr ""
2066+ msgstr "``'microseconds'``: 以 ``HH:MM:SS.ffffff`` 格式包含完整时间。 "
20622067
20632068#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1456
20642069#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1817
@@ -2067,7 +2072,7 @@ msgstr "排除掉的时间部分将被截断,而不是被舍入。"
20672072
20682073#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1458
20692074msgid ":exc:`ValueError` will be raised on an invalid *timespec* argument::"
2070- msgstr ""
2075+ msgstr "对于无效的 *timespec* 参数将引发 :exc:`ValueError`:: "
20712076
20722077#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1468
20732078#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1832
@@ -2082,7 +2087,7 @@ msgstr "对于 :class:`.datetime` 实例 *d*,``str(d)`` 等价于 ``d.isoforma
20822087
20832088#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1480
20842089msgid "Return a string representing the date and time::"
2085- msgstr ""
2090+ msgstr "返回一个表示日期和时间的字符串:: "
20862091
20872092#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1486
20882093msgid ""
0 commit comments