55#
66# Translators:
77# Larry Wang <[email protected] >, 20198- # ppcfish <[email protected] >, 201998# Jiu Hong Jiang <[email protected] >, 20199+ # ppcfish <[email protected] >, 20191010# Freesand Leo <[email protected] >, 20191111#
1212#, fuzzy
@@ -62,60 +62,72 @@ msgid ""
6262"Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype of"
6363" :c:data:`PyDateTime_DateType`. *ob* must not be ``NULL``."
6464msgstr ""
65+ "如果 *ob* 为 :c:data:`PyDateTime_DateType` 类型或 :c:data:`PyDateTime_DateType` "
66+ "的某个子类型则返回真值。 *ob* 不能为 ``NULL``。"
6567
6668#: ../../c-api/datetime.rst:36
6769msgid ""
6870"Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must not "
6971"be ``NULL``."
70- msgstr ""
72+ msgstr "如果 *ob* 为 :c:data:`PyDateTime_DateType` 类型则返回真值。 *ob* 不能为 ``NULL``。 "
7173
7274#: ../../c-api/datetime.rst:42
7375msgid ""
7476"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
7577"subtype of :c:data:`PyDateTime_DateTimeType`. *ob* must not be ``NULL``."
7678msgstr ""
79+ "如果 *ob* 为 :c:data:`PyDateTime_DateTimeType` 类型或 "
80+ ":c:data:`PyDateTime_DateTimeType` 的某个子类型则返回真值。 *ob* 不能为 ``NULL``。"
7781
7882#: ../../c-api/datetime.rst:48
7983msgid ""
8084"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* must "
8185"not be ``NULL``."
8286msgstr ""
87+ "如果 *ob* 为 :c:data:`PyDateTime_DateTimeType` 类型则返回真值。 *ob* 不能为 ``NULL``。"
8388
8489#: ../../c-api/datetime.rst:54
8590msgid ""
8691"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype of"
8792" :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``."
8893msgstr ""
94+ "如果 *ob* 的类型是 :c:data:`PyDateTime_TimeType` 或是 :c:data:`PyDateTime_TimeType` "
95+ "的子类型则返回真值。 *ob* 必须不为 ``NULL``。"
8996
9097#: ../../c-api/datetime.rst:60
9198msgid ""
9299"Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must not "
93100"be ``NULL``."
94- msgstr ""
101+ msgstr "如果 *ob* 的类型是 :c:data:`PyDateTime_TimeType` 则返回真值。 *ob* 必须不为 ``NULL``。 "
95102
96103#: ../../c-api/datetime.rst:66
97104msgid ""
98105"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
99106"of :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``."
100107msgstr ""
108+ "如果 *ob* 为 :c:data:`PyDateTime_DeltaType` 类型或 :c:data:`PyDateTime_DeltaType` "
109+ "的某个子类型则返回真值。 *ob* 不能为 ``NULL``。"
101110
102111#: ../../c-api/datetime.rst:72
103112msgid ""
104113"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not"
105114" be ``NULL``."
106- msgstr ""
115+ msgstr "如果 *ob* 为 :c:data:`PyDateTime_DeltaType` 类型则返回真值。 *ob* 不能为 ``NULL``。 "
107116
108117#: ../../c-api/datetime.rst:78
109118msgid ""
110119"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
111120"of :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``."
112121msgstr ""
122+ "如果 *ob* 为 :c:data:`PyDateTime_TZInfoType` 类型或 "
123+ ":c:data:`PyDateTime_TZInfoType` 的某个子类型则返回真值。 *ob* 不能为 ``NULL``。"
113124
114125#: ../../c-api/datetime.rst:84
115126msgid ""
116127"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must "
117128"not be ``NULL``."
118129msgstr ""
130+ "如果 *ob* 的类型是 :c:data:`PyDateTime_TZInfoType` 则返回真值。 *ob* 不能为 ``NULL``。"
119131
120132#: ../../c-api/datetime.rst:88
121133msgid "Macros to create objects:"
@@ -125,7 +137,7 @@ msgstr "用于创建对象的宏:"
125137msgid ""
126138"Return a :class:`datetime.date` object with the specified year, month and "
127139"day."
128- msgstr ""
140+ msgstr "返回指定年、月、日的 :class:`datetime.date` 对象。 "
129141
130142#: ../../c-api/datetime.rst:97
131143msgid ""
0 commit comments