@@ -27,7 +27,6 @@ msgid "DateTime Objects"
2727msgstr "DateTime 物件"
2828
2929#: ../../c-api/datetime.rst:8
30- #, fuzzy
3130msgid ""
3231"Various date and time objects are supplied by the :mod:`datetime` module. "
3332"Before using any of these functions, the header file :file:`datetime.h` must "
@@ -39,9 +38,9 @@ msgid ""
3938msgstr ""
4039":mod:`datetime` 模組提供各種日期和時間物件。在使用任何這些函式之前,必須將標"
4140"頭檔 :file:`datetime.h` 引入於原始碼中(請注意,:file:`Python.h` 並無引入該標"
42- "頭檔),且巨集 :c:macro:`PyDateTime_IMPORT` 必須被調用,而這通常作為模組初始"
41+ "頭檔),且巨集 :c:macro:`! PyDateTime_IMPORT` 必須被調用,而這通常作為模組初始"
4342"化函式的一部分。該巨集將指向 C 結構的指標放入靜態變數 :c:data:"
44- "`PyDateTimeAPI` 中,該變數會被以下巨集使用。"
43+ "`! PyDateTimeAPI` 中,該變數會被以下巨集使用。"
4544
4645#: ../../c-api/datetime.rst:18
4746msgid "This subtype of :c:type:`PyObject` represents a Python date object."
@@ -108,14 +107,13 @@ msgid "Type-check macros:"
108107msgstr "型別檢查巨集:"
109108
110109#: ../../c-api/datetime.rst:73
111- #, fuzzy
112110msgid ""
113111"Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype "
114112"of :c:data:`!PyDateTime_DateType`. *ob* must not be ``NULL``. This "
115113"function always succeeds."
116114msgstr ""
117115"如果 *ob* 的型別為 :c:data:`PyDateTime_DateType` 或 :c:data:"
118- "`PyDateTime_DateType` 的子型別,則回傳 true。 *ob* 不得為 ``NULL``。這個函式"
116+ "`! PyDateTime_DateType` 的子型別,則回傳 true。 *ob* 不得為 ``NULL``。這個函式"
119117"一定會執行成功。"
120118
121119#: ../../c-api/datetime.rst:80
@@ -127,14 +125,13 @@ msgstr ""
127125"``NULL``。這個函式一定會執行成功。"
128126
129127#: ../../c-api/datetime.rst:86
130- #, fuzzy
131128msgid ""
132129"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
133130"subtype of :c:data:`!PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
134131"This function always succeeds."
135132msgstr ""
136133"如果 *ob* 的型別為 :c:data:`PyDateTime_DateTimeType` 或 :c:data:"
137- "`PyDateTime_DateTimeType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函"
134+ "`! PyDateTime_DateTimeType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函"
138135"式一定會執行成功。"
139136
140137#: ../../c-api/datetime.rst:93
@@ -146,14 +143,13 @@ msgstr ""
146143"為 ``NULL``。這個函式一定會執行成功。"
147144
148145#: ../../c-api/datetime.rst:99
149- #, fuzzy
150146msgid ""
151147"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype "
152148"of :c:data:`!PyDateTime_TimeType`. *ob* must not be ``NULL``. This "
153149"function always succeeds."
154150msgstr ""
155151"如果 *ob* 的型別為 :c:data:`PyDateTime_TimeType` 或 :c:data:"
156- "`PyDateTime_TimeType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式一"
152+ "`! PyDateTime_TimeType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式一"
157153"定會執行成功。"
158154
159155#: ../../c-api/datetime.rst:106
@@ -165,14 +161,13 @@ msgstr ""
165161"``NULL``。這個函式一定會執行成功。"
166162
167163#: ../../c-api/datetime.rst:112
168- #, fuzzy
169164msgid ""
170165"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
171166"of :c:data:`!PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
172167"function always succeeds."
173168msgstr ""
174169"如果 *ob* 的型別為 :c:data:`PyDateTime_DeltaType` 或 :c:data:"
175- "`PyDateTime_DeltaType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式"
170+ "`! PyDateTime_DeltaType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式"
176171"一定會執行成功。"
177172
178173#: ../../c-api/datetime.rst:119
@@ -184,14 +179,13 @@ msgstr ""
184179"``NULL``。這個函式一定會執行成功。"
185180
186181#: ../../c-api/datetime.rst:125
187- #, fuzzy
188182msgid ""
189183"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
190184"of :c:data:`!PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
191185"function always succeeds."
192186msgstr ""
193187"如果 *ob* 的型別為 :c:data:`PyDateTime_TZInfoType` 或 :c:data:"
194- "`PyDateTime_TZInfoType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式"
188+ "`! PyDateTime_TZInfoType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式"
195189"一定會執行成功。"
196190
197191#: ../../c-api/datetime.rst:132
@@ -269,15 +263,14 @@ msgstr ""
269263"並帶有 tzname *name*。"
270264
271265#: ../../c-api/datetime.rst:195
272- #, fuzzy
273266msgid ""
274267"Macros to extract fields from date objects. The argument must be an "
275268"instance of :c:type:`PyDateTime_Date`, including subclasses (such as :c:type:"
276269"`PyDateTime_DateTime`). The argument must not be ``NULL``, and the type is "
277270"not checked:"
278271msgstr ""
279- "從 date 物件中提取欄位的巨集。引數必須是個 :c:data :`PyDateTime_Date` 的實例,"
280- "包括子類別(例如 :c:data :`PyDateTime_DateTime`)。引數不得為 ``NULL``,並且不"
272+ "從 date 物件中提取欄位的巨集。引數必須是個 :c:type :`PyDateTime_Date` 的實例,"
273+ "包括子類別(例如 :c:type :`PyDateTime_DateTime`)。引數不得為 ``NULL``,並且不"
281274"會檢查型別:"
282275
283276#: ../../c-api/datetime.rst:202
@@ -293,13 +286,12 @@ msgid "Return the day, as an int from 1 through 31."
293286msgstr "回傳日期,為正整數,從 1 到 31。"
294287
295288#: ../../c-api/datetime.rst:215
296- #, fuzzy
297289msgid ""
298290"Macros to extract fields from datetime objects. The argument must be an "
299291"instance of :c:type:`PyDateTime_DateTime`, including subclasses. The "
300292"argument must not be ``NULL``, and the type is not checked:"
301293msgstr ""
302- "從 datetime 物件中提取欄位的巨集。引數必須是個 :c:data :`PyDateTime_DateTime` "
294+ "從 datetime 物件中提取欄位的巨集。引數必須是個 :c:type :`PyDateTime_DateTime` "
303295"的實例,包括子類別。引數不得為 ``NULL``,並且不會檢查型別:"
304296
305297#: ../../c-api/datetime.rst:221 ../../c-api/datetime.rst:259
@@ -327,23 +319,21 @@ msgid "Return the tzinfo (which may be ``None``)."
327319msgstr "回傳 tzinfo(可能是 ``None``)。"
328320
329321#: ../../c-api/datetime.rst:253
330- #, fuzzy
331322msgid ""
332323"Macros to extract fields from time objects. The argument must be an "
333324"instance of :c:type:`PyDateTime_Time`, including subclasses. The argument "
334325"must not be ``NULL``, and the type is not checked:"
335326msgstr ""
336- "從 time 物件中提取欄位的巨集。引數必須是個 :c:data :`PyDateTime_Time` 的實例,"
327+ "從 time 物件中提取欄位的巨集。引數必須是個 :c:type :`PyDateTime_Time` 的實例,"
337328"包括子類別。引數不得為 ``NULL``,並且不會檢查型別:"
338329
339330#: ../../c-api/datetime.rst:291
340- #, fuzzy
341331msgid ""
342332"Macros to extract fields from time delta objects. The argument must be an "
343333"instance of :c:type:`PyDateTime_Delta`, including subclasses. The argument "
344334"must not be ``NULL``, and the type is not checked:"
345335msgstr ""
346- "從 time delta 物件中提取欄位的巨集。引數必須是個 :c:data :`PyDateTime_Delta` "
336+ "從 time delta 物件中提取欄位的巨集。引數必須是個 :c:type :`PyDateTime_Delta` "
347337"的實例,包括子類別。引數不能為 ``NULL``,並且不會檢查型別:"
348338
349339#: ../../c-api/datetime.rst:297
0 commit comments