Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93d231d

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 67688609
1 parent 25a267f commit 93d231d

File tree

15 files changed

+770
-563
lines changed

15 files changed

+770
-563
lines changed

c-api/buffer.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-08-17 00:04+0000\n"
10+
"POT-Creation-Date: 2024-02-12 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:30+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -710,7 +710,8 @@ msgid "buffer object"
710710
msgstr "buffer object(緩衝物件)"
711711

712712
#: ../../c-api/buffer.rst:32
713-
msgid "PyBufferProcs"
713+
#, fuzzy
714+
msgid "PyBufferProcs (C type)"
714715
msgstr "PyBufferProcs"
715716

716717
#: ../../c-api/buffer.rst:294

c-api/code.po

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-02-10 00:03+0000\n"
10+
"POT-Creation-Date: 2024-02-12 00:03+0000\n"
1111
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
1212
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -334,21 +334,26 @@ msgid "code object"
334334
msgstr "code object(程式碼物件)"
335335

336336
#: ../../c-api/code.rst:52
337-
msgid "PyCode_New"
337+
#, fuzzy
338+
msgid "PyCode_New (C function)"
338339
msgstr "PyCode_New"
339340

340341
#: ../../c-api/code.rst:65
341-
msgid "PyCode_NewWithPosOnlyArgs"
342+
#, fuzzy
343+
msgid "PyCode_NewWithPosOnlyArgs (C function)"
342344
msgstr "PyCode_NewWithPosOnlyArgs"
343345

344346
#: ../../c-api/code.rst:224
345-
msgid "_PyEval_RequestCodeExtraIndex"
347+
#, fuzzy
348+
msgid "_PyEval_RequestCodeExtraIndex (C function)"
346349
msgstr "_PyEval_RequestCodeExtraIndex"
347350

348351
#: ../../c-api/code.rst:242
349-
msgid "_PyCode_GetExtra"
352+
#, fuzzy
353+
msgid "_PyCode_GetExtra (C function)"
350354
msgstr "_PyCode_GetExtra"
351355

352356
#: ../../c-api/code.rst:257
353-
msgid "_PyCode_SetExtra"
357+
#, fuzzy
358+
msgid "_PyCode_SetExtra (C function)"
354359
msgstr "_PyCode_SetExtra"

0 commit comments

Comments
 (0)