Skip to content

Commit 41ced7c

Browse files
sync with cpython 1cf0305b
1 parent c8081c6 commit 41ced7c

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

c-api/datetime.po

+22-22
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: 2022-07-14 00:17+0000\n"
12+
"POT-Creation-Date: 2022-07-15 00:18+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-"
@@ -161,107 +161,107 @@ msgid ""
161161
"for :class:`datetime.timedelta` objects."
162162
msgstr ""
163163

164-
#: ../../c-api/datetime.rst:137
164+
#: ../../c-api/datetime.rst:138
165165
msgid ""
166166
"Return a :class:`datetime.timezone` object with an unnamed fixed offset "
167167
"represented by the *offset* argument."
168168
msgstr ""
169169

170-
#: ../../c-api/datetime.rst:144
170+
#: ../../c-api/datetime.rst:146
171171
msgid ""
172172
"Return a :class:`datetime.timezone` object with a fixed offset represented "
173173
"by the *offset* argument and with tzname *name*."
174174
msgstr ""
175175

176-
#: ../../c-api/datetime.rst:150
176+
#: ../../c-api/datetime.rst:152
177177
msgid ""
178178
"Macros to extract fields from date objects. The argument must be an "
179179
"instance of :c:data:`PyDateTime_Date`, including subclasses (such as :c:data:"
180180
"`PyDateTime_DateTime`). The argument must not be ``NULL``, and the type is "
181181
"not checked:"
182182
msgstr ""
183183

184-
#: ../../c-api/datetime.rst:157
184+
#: ../../c-api/datetime.rst:159
185185
msgid "Return the year, as a positive int."
186186
msgstr "回傳年份,為正整數。"
187187

188-
#: ../../c-api/datetime.rst:162
188+
#: ../../c-api/datetime.rst:164
189189
msgid "Return the month, as an int from 1 through 12."
190190
msgstr "回傳月份,為正整數,從 1 到 12。"
191191

192-
#: ../../c-api/datetime.rst:167
192+
#: ../../c-api/datetime.rst:169
193193
msgid "Return the day, as an int from 1 through 31."
194194
msgstr "回傳日期,為正整數,從 1 到 31。"
195195

196-
#: ../../c-api/datetime.rst:170
196+
#: ../../c-api/datetime.rst:172
197197
msgid ""
198198
"Macros to extract fields from datetime objects. The argument must be an "
199199
"instance of :c:data:`PyDateTime_DateTime`, including subclasses. The "
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:211
203+
#: ../../c-api/datetime.rst:178 ../../c-api/datetime.rst:216
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:216
207+
#: ../../c-api/datetime.rst:183 ../../c-api/datetime.rst:221
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:221
211+
#: ../../c-api/datetime.rst:188 ../../c-api/datetime.rst:226
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:226
215+
#: ../../c-api/datetime.rst:193 ../../c-api/datetime.rst:231
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:230
219+
#: ../../c-api/datetime.rst:198 ../../c-api/datetime.rst:236
220220
#, fuzzy
221221
msgid "Return the fold, as an int from 0 through 1."
222222
msgstr "回傳日期,為正整數,從 1 到 31。"
223223

224-
#: ../../c-api/datetime.rst:201 ../../c-api/datetime.rst:236
224+
#: ../../c-api/datetime.rst:205 ../../c-api/datetime.rst:243
225225
msgid "Return the tzinfo (which may be ``None``)."
226226
msgstr ""
227227

228-
#: ../../c-api/datetime.rst:205
228+
#: ../../c-api/datetime.rst:210
229229
msgid ""
230230
"Macros to extract fields from time objects. The argument must be an "
231231
"instance of :c:data:`PyDateTime_Time`, including subclasses. The argument "
232232
"must not be ``NULL``, and the type is not checked:"
233233
msgstr ""
234234

235-
#: ../../c-api/datetime.rst:241
235+
#: ../../c-api/datetime.rst:248
236236
msgid ""
237237
"Macros to extract fields from time delta objects. The argument must be an "
238238
"instance of :c:data:`PyDateTime_Delta`, including subclasses. The argument "
239239
"must not be ``NULL``, and the type is not checked:"
240240
msgstr ""
241241

242-
#: ../../c-api/datetime.rst:247
242+
#: ../../c-api/datetime.rst:254
243243
msgid "Return the number of days, as an int from -999999999 to 999999999."
244244
msgstr ""
245245

246-
#: ../../c-api/datetime.rst:254
246+
#: ../../c-api/datetime.rst:261
247247
msgid "Return the number of seconds, as an int from 0 through 86399."
248248
msgstr ""
249249

250-
#: ../../c-api/datetime.rst:261
250+
#: ../../c-api/datetime.rst:268
251251
msgid "Return the number of microseconds, as an int from 0 through 999999."
252252
msgstr ""
253253

254-
#: ../../c-api/datetime.rst:266
254+
#: ../../c-api/datetime.rst:273
255255
msgid "Macros for the convenience of modules implementing the DB API:"
256256
msgstr ""
257257

258-
#: ../../c-api/datetime.rst:270
258+
#: ../../c-api/datetime.rst:277
259259
msgid ""
260260
"Create and return a new :class:`datetime.datetime` object given an argument "
261261
"tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp()`."
262262
msgstr ""
263263

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

library/sqlite3.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-07-08 03:52+0000\n"
10+
"POT-Creation-Date: 2022-07-15 00:18+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:10+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1232,7 +1232,7 @@ msgstr ""
12321232
#: ../../library/sqlite3.rst:1125
12331233
msgid ""
12341234
"Both: set *detect_types* to ``sqlite3.PARSE_DECLTYPES | sqlite3."
1235-
"PARSE_COLNAMES``. Colum names take precedence over declared types."
1235+
"PARSE_COLNAMES``. Column names take precedence over declared types."
12361236
msgstr ""
12371237

12381238
#: ../../library/sqlite3.rst:1129

0 commit comments

Comments
 (0)