@@ -90,10 +90,11 @@ msgid ""
9090"allow :term:`static type checkers <static type checker>` to differentiate "
9191"between naive and aware datetimes."
9292msgstr ""
93+ "引入了独特静态类型的第三方库,例如允许 :term:`静态类型检查器 <static type checker>` 区分简单型和感知型日期时间。"
9394
9495#: ../../library/datetime.rst:47
9596msgid "Aware and naive objects"
96- msgstr ""
97+ msgstr "感知型对象和简单型对象 "
9798
9899#: ../../library/datetime.rst:49
99100msgid ""
@@ -180,7 +181,7 @@ msgstr "UTC 时区单例 :attr:`datetime.timezone.utc` 的别名。"
180181
181182#: ../../library/datetime.rst:105
182183msgid "Available types"
183- msgstr ""
184+ msgstr "可用的类型 "
184185
185186#: ../../library/datetime.rst:110
186187msgid ""
@@ -239,17 +240,19 @@ msgstr "这些类型的对象都是不可变的。"
239240
240241#: ../../library/datetime.rst:159
241242msgid "Subclass relationships:"
242- msgstr ""
243+ msgstr "子类关系: "
243244
244245#: ../../library/datetime.rst:161
245246msgid ""
246247"timedelta, tzinfo, time, and date inherit from object; timezone inherits\n"
247248"from tzinfo; and datetime inherits from date."
248249msgstr ""
250+ "timedelta, tzinfo, time 和 date 继承自 object; timezone 继承自\n"
251+ "from tzinfo; 而 datetime 继承自 date。"
249252
250253#: ../../library/datetime.rst:169
251254msgid "Common properties"
252- msgstr ""
255+ msgstr "通用特征属性 "
253256
254257#: ../../library/datetime.rst:171
255258msgid ""
@@ -273,7 +276,7 @@ msgstr "这些类型的对象支持通过 :mod:`pickle` 模块进行高效的封
273276
274277#: ../../library/datetime.rst:181
275278msgid "Determining if an object is aware or naive"
276- msgstr ""
279+ msgstr "确定一个对象是感知型还是简单型 "
277280
278281#: ../../library/datetime.rst:183
279282msgid "Objects of the :class:`date` type are always naive."
@@ -326,7 +329,7 @@ msgstr "感知型和简单型之间的区别不适用于 :class:`timedelta` 对
326329
327330#: ../../library/datetime.rst:208
328331msgid ":class:`!timedelta` objects"
329- msgstr ""
332+ msgstr ":class:`!timedelta` 对象 "
330333
331334#: ../../library/datetime.rst:210
332335msgid ""
@@ -887,7 +890,7 @@ msgstr ""
887890
888891#: ../../library/datetime.rst:497
889892msgid ":class:`!date` objects"
890- msgstr ""
893+ msgstr ":class:`!date` 对象 "
891894
892895#: ../../library/datetime.rst:499
893896msgid ""
0 commit comments