Skip to content

Commit c8081c6

Browse files
sync with cpython 65dd6378
1 parent c25d8a9 commit c8081c6

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

c-api/datetime.po

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.10\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2021-10-26 16:47+0000\n"
12+
"POT-Creation-Date: 2022-07-14 00:17+0000\n"
1313
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
1414
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -200,63 +200,68 @@ msgid ""
200200
"argument must not be ``NULL``, and the type is not checked:"
201201
msgstr ""
202202

203-
#: ../../c-api/datetime.rst:176 ../../c-api/datetime.rst:205
203+
#: ../../c-api/datetime.rst:176 ../../c-api/datetime.rst:211
204204
msgid "Return the hour, as an int from 0 through 23."
205205
msgstr "回傳小時,為正整數,從 0 到 23。"
206206

207-
#: ../../c-api/datetime.rst:181 ../../c-api/datetime.rst:210
207+
#: ../../c-api/datetime.rst:181 ../../c-api/datetime.rst:216
208208
msgid "Return the minute, as an int from 0 through 59."
209209
msgstr "回傳分鐘,為正整數,從 0 到 59。"
210210

211-
#: ../../c-api/datetime.rst:186 ../../c-api/datetime.rst:215
211+
#: ../../c-api/datetime.rst:186 ../../c-api/datetime.rst:221
212212
msgid "Return the second, as an int from 0 through 59."
213213
msgstr "回傳秒,為正整數,從0 到59。"
214214

215-
#: ../../c-api/datetime.rst:191 ../../c-api/datetime.rst:220
215+
#: ../../c-api/datetime.rst:191 ../../c-api/datetime.rst:226
216216
msgid "Return the microsecond, as an int from 0 through 999999."
217217
msgstr "回傳微秒,為正整數,從 0 到 999999。"
218218

219-
#: ../../c-api/datetime.rst:195 ../../c-api/datetime.rst:224
219+
#: ../../c-api/datetime.rst:195 ../../c-api/datetime.rst:230
220+
#, fuzzy
221+
msgid "Return the fold, as an int from 0 through 1."
222+
msgstr "回傳日期,為正整數,從 1 到 31。"
223+
224+
#: ../../c-api/datetime.rst:201 ../../c-api/datetime.rst:236
220225
msgid "Return the tzinfo (which may be ``None``)."
221226
msgstr ""
222227

223-
#: ../../c-api/datetime.rst:199
228+
#: ../../c-api/datetime.rst:205
224229
msgid ""
225230
"Macros to extract fields from time objects. The argument must be an "
226231
"instance of :c:data:`PyDateTime_Time`, including subclasses. The argument "
227232
"must not be ``NULL``, and the type is not checked:"
228233
msgstr ""
229234

230-
#: ../../c-api/datetime.rst:229
235+
#: ../../c-api/datetime.rst:241
231236
msgid ""
232237
"Macros to extract fields from time delta objects. The argument must be an "
233238
"instance of :c:data:`PyDateTime_Delta`, including subclasses. The argument "
234239
"must not be ``NULL``, and the type is not checked:"
235240
msgstr ""
236241

237-
#: ../../c-api/datetime.rst:235
242+
#: ../../c-api/datetime.rst:247
238243
msgid "Return the number of days, as an int from -999999999 to 999999999."
239244
msgstr ""
240245

241-
#: ../../c-api/datetime.rst:242
246+
#: ../../c-api/datetime.rst:254
242247
msgid "Return the number of seconds, as an int from 0 through 86399."
243248
msgstr ""
244249

245-
#: ../../c-api/datetime.rst:249
250+
#: ../../c-api/datetime.rst:261
246251
msgid "Return the number of microseconds, as an int from 0 through 999999."
247252
msgstr ""
248253

249-
#: ../../c-api/datetime.rst:254
254+
#: ../../c-api/datetime.rst:266
250255
msgid "Macros for the convenience of modules implementing the DB API:"
251256
msgstr ""
252257

253-
#: ../../c-api/datetime.rst:258
258+
#: ../../c-api/datetime.rst:270
254259
msgid ""
255260
"Create and return a new :class:`datetime.datetime` object given an argument "
256261
"tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp()`."
257262
msgstr ""
258263

259-
#: ../../c-api/datetime.rst:264
264+
#: ../../c-api/datetime.rst:276
260265
msgid ""
261266
"Create and return a new :class:`datetime.date` object given an argument "
262267
"tuple suitable for passing to :meth:`datetime.date.fromtimestamp()`."

0 commit comments

Comments
 (0)