|
9 | 9 | msgstr ""
|
10 | 10 | "Project-Id-Version: Python 3.10\n"
|
11 | 11 | "Report-Msgid-Bugs-To: \n"
|
12 |
| -"POT-Creation-Date: 2022-07-14 00:17+0000\n" |
| 12 | +"POT-Creation-Date: 2022-07-15 00:18+0000\n" |
13 | 13 | "PO-Revision-Date: 2017-09-22 18:26+0000\n"
|
14 | 14 | "Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
|
15 | 15 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -161,107 +161,107 @@ msgid ""
|
161 | 161 | "for :class:`datetime.timedelta` objects."
|
162 | 162 | msgstr ""
|
163 | 163 |
|
164 |
| -#: ../../c-api/datetime.rst:137 |
| 164 | +#: ../../c-api/datetime.rst:138 |
165 | 165 | msgid ""
|
166 | 166 | "Return a :class:`datetime.timezone` object with an unnamed fixed offset "
|
167 | 167 | "represented by the *offset* argument."
|
168 | 168 | msgstr ""
|
169 | 169 |
|
170 |
| -#: ../../c-api/datetime.rst:144 |
| 170 | +#: ../../c-api/datetime.rst:146 |
171 | 171 | msgid ""
|
172 | 172 | "Return a :class:`datetime.timezone` object with a fixed offset represented "
|
173 | 173 | "by the *offset* argument and with tzname *name*."
|
174 | 174 | msgstr ""
|
175 | 175 |
|
176 |
| -#: ../../c-api/datetime.rst:150 |
| 176 | +#: ../../c-api/datetime.rst:152 |
177 | 177 | msgid ""
|
178 | 178 | "Macros to extract fields from date objects. The argument must be an "
|
179 | 179 | "instance of :c:data:`PyDateTime_Date`, including subclasses (such as :c:data:"
|
180 | 180 | "`PyDateTime_DateTime`). The argument must not be ``NULL``, and the type is "
|
181 | 181 | "not checked:"
|
182 | 182 | msgstr ""
|
183 | 183 |
|
184 |
| -#: ../../c-api/datetime.rst:157 |
| 184 | +#: ../../c-api/datetime.rst:159 |
185 | 185 | msgid "Return the year, as a positive int."
|
186 | 186 | msgstr "回傳年份,為正整數。"
|
187 | 187 |
|
188 |
| -#: ../../c-api/datetime.rst:162 |
| 188 | +#: ../../c-api/datetime.rst:164 |
189 | 189 | msgid "Return the month, as an int from 1 through 12."
|
190 | 190 | msgstr "回傳月份,為正整數,從 1 到 12。"
|
191 | 191 |
|
192 |
| -#: ../../c-api/datetime.rst:167 |
| 192 | +#: ../../c-api/datetime.rst:169 |
193 | 193 | msgid "Return the day, as an int from 1 through 31."
|
194 | 194 | msgstr "回傳日期,為正整數,從 1 到 31。"
|
195 | 195 |
|
196 |
| -#: ../../c-api/datetime.rst:170 |
| 196 | +#: ../../c-api/datetime.rst:172 |
197 | 197 | msgid ""
|
198 | 198 | "Macros to extract fields from datetime objects. The argument must be an "
|
199 | 199 | "instance of :c:data:`PyDateTime_DateTime`, including subclasses. The "
|
200 | 200 | "argument must not be ``NULL``, and the type is not checked:"
|
201 | 201 | msgstr ""
|
202 | 202 |
|
203 |
| -#: ../../c-api/datetime.rst:176 ../../c-api/datetime.rst:211 |
| 203 | +#: ../../c-api/datetime.rst:178 ../../c-api/datetime.rst:216 |
204 | 204 | msgid "Return the hour, as an int from 0 through 23."
|
205 | 205 | msgstr "回傳小時,為正整數,從 0 到 23。"
|
206 | 206 |
|
207 |
| -#: ../../c-api/datetime.rst:181 ../../c-api/datetime.rst:216 |
| 207 | +#: ../../c-api/datetime.rst:183 ../../c-api/datetime.rst:221 |
208 | 208 | msgid "Return the minute, as an int from 0 through 59."
|
209 | 209 | msgstr "回傳分鐘,為正整數,從 0 到 59。"
|
210 | 210 |
|
211 |
| -#: ../../c-api/datetime.rst:186 ../../c-api/datetime.rst:221 |
| 211 | +#: ../../c-api/datetime.rst:188 ../../c-api/datetime.rst:226 |
212 | 212 | msgid "Return the second, as an int from 0 through 59."
|
213 | 213 | msgstr "回傳秒,為正整數,從0 到59。"
|
214 | 214 |
|
215 |
| -#: ../../c-api/datetime.rst:191 ../../c-api/datetime.rst:226 |
| 215 | +#: ../../c-api/datetime.rst:193 ../../c-api/datetime.rst:231 |
216 | 216 | msgid "Return the microsecond, as an int from 0 through 999999."
|
217 | 217 | msgstr "回傳微秒,為正整數,從 0 到 999999。"
|
218 | 218 |
|
219 |
| -#: ../../c-api/datetime.rst:195 ../../c-api/datetime.rst:230 |
| 219 | +#: ../../c-api/datetime.rst:198 ../../c-api/datetime.rst:236 |
220 | 220 | #, fuzzy
|
221 | 221 | msgid "Return the fold, as an int from 0 through 1."
|
222 | 222 | msgstr "回傳日期,為正整數,從 1 到 31。"
|
223 | 223 |
|
224 |
| -#: ../../c-api/datetime.rst:201 ../../c-api/datetime.rst:236 |
| 224 | +#: ../../c-api/datetime.rst:205 ../../c-api/datetime.rst:243 |
225 | 225 | msgid "Return the tzinfo (which may be ``None``)."
|
226 | 226 | msgstr ""
|
227 | 227 |
|
228 |
| -#: ../../c-api/datetime.rst:205 |
| 228 | +#: ../../c-api/datetime.rst:210 |
229 | 229 | msgid ""
|
230 | 230 | "Macros to extract fields from time objects. The argument must be an "
|
231 | 231 | "instance of :c:data:`PyDateTime_Time`, including subclasses. The argument "
|
232 | 232 | "must not be ``NULL``, and the type is not checked:"
|
233 | 233 | msgstr ""
|
234 | 234 |
|
235 |
| -#: ../../c-api/datetime.rst:241 |
| 235 | +#: ../../c-api/datetime.rst:248 |
236 | 236 | msgid ""
|
237 | 237 | "Macros to extract fields from time delta objects. The argument must be an "
|
238 | 238 | "instance of :c:data:`PyDateTime_Delta`, including subclasses. The argument "
|
239 | 239 | "must not be ``NULL``, and the type is not checked:"
|
240 | 240 | msgstr ""
|
241 | 241 |
|
242 |
| -#: ../../c-api/datetime.rst:247 |
| 242 | +#: ../../c-api/datetime.rst:254 |
243 | 243 | msgid "Return the number of days, as an int from -999999999 to 999999999."
|
244 | 244 | msgstr ""
|
245 | 245 |
|
246 |
| -#: ../../c-api/datetime.rst:254 |
| 246 | +#: ../../c-api/datetime.rst:261 |
247 | 247 | msgid "Return the number of seconds, as an int from 0 through 86399."
|
248 | 248 | msgstr ""
|
249 | 249 |
|
250 |
| -#: ../../c-api/datetime.rst:261 |
| 250 | +#: ../../c-api/datetime.rst:268 |
251 | 251 | msgid "Return the number of microseconds, as an int from 0 through 999999."
|
252 | 252 | msgstr ""
|
253 | 253 |
|
254 |
| -#: ../../c-api/datetime.rst:266 |
| 254 | +#: ../../c-api/datetime.rst:273 |
255 | 255 | msgid "Macros for the convenience of modules implementing the DB API:"
|
256 | 256 | msgstr ""
|
257 | 257 |
|
258 |
| -#: ../../c-api/datetime.rst:270 |
| 258 | +#: ../../c-api/datetime.rst:277 |
259 | 259 | msgid ""
|
260 | 260 | "Create and return a new :class:`datetime.datetime` object given an argument "
|
261 | 261 | "tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp()`."
|
262 | 262 | msgstr ""
|
263 | 263 |
|
264 |
| -#: ../../c-api/datetime.rst:276 |
| 264 | +#: ../../c-api/datetime.rst:283 |
265 | 265 | msgid ""
|
266 | 266 | "Create and return a new :class:`datetime.date` object given an argument "
|
267 | 267 | "tuple suitable for passing to :meth:`datetime.date.fromtimestamp()`."
|
|
0 commit comments