@@ -27,7 +27,6 @@ msgid "DateTime Objects"
27
27
msgstr "DateTime 物件"
28
28
29
29
#: ../../c-api/datetime.rst:8
30
- #, fuzzy
31
30
msgid ""
32
31
"Various date and time objects are supplied by the :mod:`datetime` module. "
33
32
"Before using any of these functions, the header file :file:`datetime.h` must "
@@ -39,9 +38,9 @@ msgid ""
39
38
msgstr ""
40
39
":mod:`datetime` 模組提供各種日期和時間物件。在使用任何這些函式之前,必須將標"
41
40
"頭檔 :file:`datetime.h` 引入於原始碼中(請注意,:file:`Python.h` 並無引入該標"
42
- "頭檔),且巨集 :c:macro:`PyDateTime_IMPORT` 必須被調用,而這通常作為模組初始"
41
+ "頭檔),且巨集 :c:macro:`! PyDateTime_IMPORT` 必須被調用,而這通常作為模組初始"
43
42
"化函式的一部分。該巨集將指向 C 結構的指標放入靜態變數 :c:data:"
44
- "`PyDateTimeAPI` 中,該變數會被以下巨集使用。"
43
+ "`! PyDateTimeAPI` 中,該變數會被以下巨集使用。"
45
44
46
45
#: ../../c-api/datetime.rst:18
47
46
msgid "This subtype of :c:type:`PyObject` represents a Python date object."
@@ -108,14 +107,13 @@ msgid "Type-check macros:"
108
107
msgstr "型別檢查巨集:"
109
108
110
109
#: ../../c-api/datetime.rst:73
111
- #, fuzzy
112
110
msgid ""
113
111
"Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype "
114
112
"of :c:data:`!PyDateTime_DateType`. *ob* must not be ``NULL``. This "
115
113
"function always succeeds."
116
114
msgstr ""
117
115
"如果 *ob* 的型別為 :c:data:`PyDateTime_DateType` 或 :c:data:"
118
- "`PyDateTime_DateType` 的子型別,則回傳 true。 *ob* 不得為 ``NULL``。這個函式"
116
+ "`! PyDateTime_DateType` 的子型別,則回傳 true。 *ob* 不得為 ``NULL``。這個函式"
119
117
"一定會執行成功。"
120
118
121
119
#: ../../c-api/datetime.rst:80
@@ -127,14 +125,13 @@ msgstr ""
127
125
"``NULL``。這個函式一定會執行成功。"
128
126
129
127
#: ../../c-api/datetime.rst:86
130
- #, fuzzy
131
128
msgid ""
132
129
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
133
130
"subtype of :c:data:`!PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
134
131
"This function always succeeds."
135
132
msgstr ""
136
133
"如果 *ob* 的型別為 :c:data:`PyDateTime_DateTimeType` 或 :c:data:"
137
- "`PyDateTime_DateTimeType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函"
134
+ "`! PyDateTime_DateTimeType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函"
138
135
"式一定會執行成功。"
139
136
140
137
#: ../../c-api/datetime.rst:93
@@ -146,14 +143,13 @@ msgstr ""
146
143
"為 ``NULL``。這個函式一定會執行成功。"
147
144
148
145
#: ../../c-api/datetime.rst:99
149
- #, fuzzy
150
146
msgid ""
151
147
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype "
152
148
"of :c:data:`!PyDateTime_TimeType`. *ob* must not be ``NULL``. This "
153
149
"function always succeeds."
154
150
msgstr ""
155
151
"如果 *ob* 的型別為 :c:data:`PyDateTime_TimeType` 或 :c:data:"
156
- "`PyDateTime_TimeType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式一"
152
+ "`! PyDateTime_TimeType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式一"
157
153
"定會執行成功。"
158
154
159
155
#: ../../c-api/datetime.rst:106
@@ -165,14 +161,13 @@ msgstr ""
165
161
"``NULL``。這個函式一定會執行成功。"
166
162
167
163
#: ../../c-api/datetime.rst:112
168
- #, fuzzy
169
164
msgid ""
170
165
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
171
166
"of :c:data:`!PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
172
167
"function always succeeds."
173
168
msgstr ""
174
169
"如果 *ob* 的型別為 :c:data:`PyDateTime_DeltaType` 或 :c:data:"
175
- "`PyDateTime_DeltaType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式"
170
+ "`! PyDateTime_DeltaType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式"
176
171
"一定會執行成功。"
177
172
178
173
#: ../../c-api/datetime.rst:119
@@ -184,14 +179,13 @@ msgstr ""
184
179
"``NULL``。這個函式一定會執行成功。"
185
180
186
181
#: ../../c-api/datetime.rst:125
187
- #, fuzzy
188
182
msgid ""
189
183
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
190
184
"of :c:data:`!PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
191
185
"function always succeeds."
192
186
msgstr ""
193
187
"如果 *ob* 的型別為 :c:data:`PyDateTime_TZInfoType` 或 :c:data:"
194
- "`PyDateTime_TZInfoType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式"
188
+ "`! PyDateTime_TZInfoType` 的子型別,則回傳 true。*ob* 不得為 ``NULL``。這個函式"
195
189
"一定會執行成功。"
196
190
197
191
#: ../../c-api/datetime.rst:132
@@ -269,15 +263,14 @@ msgstr ""
269
263
"並帶有 tzname *name*。"
270
264
271
265
#: ../../c-api/datetime.rst:195
272
- #, fuzzy
273
266
msgid ""
274
267
"Macros to extract fields from date objects. The argument must be an "
275
268
"instance of :c:type:`PyDateTime_Date`, including subclasses (such as :c:type:"
276
269
"`PyDateTime_DateTime`). The argument must not be ``NULL``, and the type is "
277
270
"not checked:"
278
271
msgstr ""
279
- "從 date 物件中提取欄位的巨集。引數必須是個 :c:data :`PyDateTime_Date` 的實例,"
280
- "包括子類別(例如 :c:data :`PyDateTime_DateTime`)。引數不得為 ``NULL``,並且不"
272
+ "從 date 物件中提取欄位的巨集。引數必須是個 :c:type :`PyDateTime_Date` 的實例,"
273
+ "包括子類別(例如 :c:type :`PyDateTime_DateTime`)。引數不得為 ``NULL``,並且不"
281
274
"會檢查型別:"
282
275
283
276
#: ../../c-api/datetime.rst:202
@@ -293,13 +286,12 @@ msgid "Return the day, as an int from 1 through 31."
293
286
msgstr "回傳日期,為正整數,從 1 到 31。"
294
287
295
288
#: ../../c-api/datetime.rst:215
296
- #, fuzzy
297
289
msgid ""
298
290
"Macros to extract fields from datetime objects. The argument must be an "
299
291
"instance of :c:type:`PyDateTime_DateTime`, including subclasses. The "
300
292
"argument must not be ``NULL``, and the type is not checked:"
301
293
msgstr ""
302
- "從 datetime 物件中提取欄位的巨集。引數必須是個 :c:data :`PyDateTime_DateTime` "
294
+ "從 datetime 物件中提取欄位的巨集。引數必須是個 :c:type :`PyDateTime_DateTime` "
303
295
"的實例,包括子類別。引數不得為 ``NULL``,並且不會檢查型別:"
304
296
305
297
#: ../../c-api/datetime.rst:221 ../../c-api/datetime.rst:259
@@ -327,23 +319,21 @@ msgid "Return the tzinfo (which may be ``None``)."
327
319
msgstr "回傳 tzinfo(可能是 ``None``)。"
328
320
329
321
#: ../../c-api/datetime.rst:253
330
- #, fuzzy
331
322
msgid ""
332
323
"Macros to extract fields from time objects. The argument must be an "
333
324
"instance of :c:type:`PyDateTime_Time`, including subclasses. The argument "
334
325
"must not be ``NULL``, and the type is not checked:"
335
326
msgstr ""
336
- "從 time 物件中提取欄位的巨集。引數必須是個 :c:data :`PyDateTime_Time` 的實例,"
327
+ "從 time 物件中提取欄位的巨集。引數必須是個 :c:type :`PyDateTime_Time` 的實例,"
337
328
"包括子類別。引數不得為 ``NULL``,並且不會檢查型別:"
338
329
339
330
#: ../../c-api/datetime.rst:291
340
- #, fuzzy
341
331
msgid ""
342
332
"Macros to extract fields from time delta objects. The argument must be an "
343
333
"instance of :c:type:`PyDateTime_Delta`, including subclasses. The argument "
344
334
"must not be ``NULL``, and the type is not checked:"
345
335
msgstr ""
346
- "從 time delta 物件中提取欄位的巨集。引數必須是個 :c:data :`PyDateTime_Delta` "
336
+ "從 time delta 物件中提取欄位的巨集。引數必須是個 :c:type :`PyDateTime_Delta` "
347
337
"的實例,包括子類別。引數不能為 ``NULL``,並且不會檢查型別:"
348
338
349
339
#: ../../c-api/datetime.rst:297
0 commit comments