77# Larry Wang <[email protected] >, 201988# Jiu Hong Jiang <[email protected] >, 201999# ppcfish <[email protected] >, 201910- # Freesand Leo <[email protected] >, 2019 10+ # Freesand Leo <[email protected] >, 2020 1111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2020-02-09 12:40+0000\n "
1818"PO-Revision-Date : 2017-02-16 17:34+0000\n "
19- "
Last-Translator :
Freesand Leo <[email protected] >, 2019 \n "
19+ "
Last-Translator :
Freesand Leo <[email protected] >, 2020 \n "
2020"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -144,24 +144,31 @@ msgid ""
144144"Return a :class:`datetime.datetime` object with the specified year, month, "
145145"day, hour, minute, second and microsecond."
146146msgstr ""
147+ "返回具有指定 year, month, day, hour, minute, second 和 microsecond 属性的 "
148+ ":class:`datetime.datetime` 对象。"
147149
148150#: ../../c-api/datetime.rst:103
149151msgid ""
150152"Return a :class:`datetime.datetime` object with the specified year, month, "
151153"day, hour, minute, second, microsecond and fold."
152154msgstr ""
155+ "返回具有指定 year, month, day, hour, minute, second, microsecond 和 fold 属性的 "
156+ ":class:`datetime.datetime` 对象。"
153157
154158#: ../../c-api/datetime.rst:111
155159msgid ""
156160"Return a :class:`datetime.time` object with the specified hour, minute, "
157161"second and microsecond."
158162msgstr ""
163+ "返回具有指定 hour, minute, second and microsecond 属性的 :class:`datetime.time` 对象。"
159164
160165#: ../../c-api/datetime.rst:117
161166msgid ""
162167"Return a :class:`datetime.time` object with the specified hour, minute, "
163168"second, microsecond and fold."
164169msgstr ""
170+ "返回具有指定 hour, minute, second, microsecond 和 fold 属性的 :class:`datetime.time` "
171+ "对象。"
165172
166173#: ../../c-api/datetime.rst:125
167174msgid ""
@@ -170,6 +177,8 @@ msgid ""
170177"resulting number of microseconds and seconds lie in the ranges documented "
171178"for :class:`datetime.timedelta` objects."
172179msgstr ""
180+ "返回代表给定天、秒和微秒数的 :class:`datetime.timedelta` 对象。 将执行正规化操作以使最终的微秒和秒数处在 "
181+ ":class:`datetime.timedelta` 对象的文档指明的区间之内。"
173182
174183#: ../../c-api/datetime.rst:132
175184msgid ""
0 commit comments