@@ -2093,21 +2093,25 @@ msgstr "返回一个表示日期和时间的字符串::"
20932093msgid ""
20942094"The output string will *not* include time zone information, regardless of "
20952095"whether the input is aware or naive."
2096- msgstr ""
2096+ msgstr "输出字符串将 *并不* 包括时区信息,无论输入的是感知型还是简单型。 "
20972097
20982098#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1493
20992099msgid ""
21002100"on platforms where the native C :c:func:`ctime` function (which "
21012101":func:`time.ctime` invokes, but which :meth:`datetime.ctime` does not "
21022102"invoke) conforms to the C standard."
21032103msgstr ""
2104+ "在原生 C :c:func:`ctime` 函数 (:func:`time.ctime` 会发起调用该函数,但 "
2105+ ":meth:`datetime.ctime` 则不会) 遵循 C 标准的平台上。"
21042106
21052107#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1499
21062108msgid ""
21072109"Return a string representing the date and time, controlled by an explicit "
21082110"format string. For a complete list of formatting directives, see :ref"
21092111":`strftime-strptime-behavior`."
21102112msgstr ""
2113+ "返回一个由显式格式字符串所指明的代表日期和时间的字符串,要获取格式指令的完整列表,请参阅 :ref:`strftime-strptime-"
2114+ "behavior`。"
21112115
21122116#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1506
21132117msgid ""
@@ -2116,6 +2120,9 @@ msgid ""
21162120"literals <f-strings>` and when using :meth:`str.format`. For a complete list"
21172121" of formatting directives, see :ref:`strftime-strptime-behavior`."
21182122msgstr ""
2123+ "与 :meth:`.datetime.strftime` 相同。 此方法使得为 :class:`.datetime` 对象指定以 "
2124+ ":ref:`格式化字符串字面值 <f-strings>` 表示的格式化字符串以及使用 :meth:`str.format` 进行格式化成为可能。 "
2125+ "要获取格式指令的完整列表,请参阅 :ref:`strftime-strptime-behavior`。"
21192126
21202127#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1513
21212128msgid "Examples of Usage: :class:`.datetime`"
0 commit comments