Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
238f006
sync with cpython f283ac45
github-actions[bot] Apr 20, 2026
4eb5e3a
sync with cpython c235654c
github-actions[bot] Apr 21, 2026
5e2fc4a
sync with cpython 5b334241
github-actions[bot] Apr 23, 2026
a06fd46
sync with cpython 26c6e3d7
github-actions[bot] Apr 24, 2026
ddc0ebf
sync with cpython 89f44ac4
github-actions[bot] Apr 25, 2026
27f6d1f
Translate fuzzy entries from upstream sync (#1227)
mattwang44 Apr 26, 2026
86b60ac
sync with cpython 9a7e205e
github-actions[bot] Apr 27, 2026
bad053a
sync with cpython 22d53a91
github-actions[bot] Apr 28, 2026
fdc4d1f
sync with cpython c181c5fa
github-actions[bot] Apr 29, 2026
820cd86
sync with cpython 79f39c93
github-actions[bot] May 1, 2026
bb8106e
sync with cpython 312a596b
github-actions[bot] May 2, 2026
fc33fc0
sync with cpython c55cce2e
github-actions[bot] May 4, 2026
6030889
sync with cpython a458589a
github-actions[bot] May 5, 2026
469abdd
sync with cpython 92d323aa
github-actions[bot] May 9, 2026
bc5c128
sync with cpython 0cc71cd8
github-actions[bot] May 10, 2026
4c4560a
sync with cpython 0aeb0409
github-actions[bot] May 12, 2026
41c31e1
sync with cpython d6b6fd70
github-actions[bot] May 13, 2026
837e30b
sync with cpython 20175bbe
github-actions[bot] May 14, 2026
83a3581
sync with cpython 9ad8a1b9
github-actions[bot] May 16, 2026
6421337
Translate fuzzy entries from upstream sync (#1228)
mattwang44 May 18, 2026
f2ff508
Apply suggestions from code review
mattwang44 May 18, 2026
48dedcd
Update library/base64.po
mattwang44 May 18, 2026
f24fdf9
sync with cpython 1cc98b70
github-actions[bot] May 19, 2026
db5bd17
sync with cpython 2744371e
github-actions[bot] May 20, 2026
8922f89
sync with cpython 25092e82
github-actions[bot] May 21, 2026
990abd2
sync with cpython 2dd91d2b
github-actions[bot] May 23, 2026
78bb8db
sync with cpython 86ffaf12
github-actions[bot] May 24, 2026
700c253
sync with cpython 09ff114e
github-actions[bot] May 26, 2026
51cf05f
sync with cpython d4e6dee0
github-actions[bot] May 29, 2026
f83b51d
sync with cpython d8ff23b7
github-actions[bot] May 30, 2026
3759e43
sync with cpython 088c8ea1
github-actions[bot] May 31, 2026
f8e1000
sync with cpython 5986718a
github-actions[bot] Jun 1, 2026
e2da650
sync with cpython 13bb7f7c
github-actions[bot] Jun 2, 2026
af04ef3
sync with cpython 7756f598
github-actions[bot] Jun 3, 2026
53b36fe
sync with cpython 045bc6bc
github-actions[bot] Jun 4, 2026
0d534b3
sync with cpython a82a4d45
github-actions[bot] Jun 5, 2026
6d5f436
sync with cpython 7e48fc17
github-actions[bot] Jun 5, 2026
4f53638
sync with cpython 5b299bb8
github-actions[bot] Jun 6, 2026
9045978
Translate fuzzy entries from upstream sync (#1230)
mattwang44 Jun 6, 2026
91654c9
Fix inconsistent term references in translations
mattwang44 Jun 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions c-api/allocation.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-09 17:02+0000\n"
"POT-Creation-Date: 2026-04-23 00:30+0000\n"
"PO-Revision-Date: 2022-10-16 15:35+0800\n"
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand All @@ -22,7 +22,7 @@ msgstr ""
"X-Generator: Poedit 3.1.1\n"

#: ../../c-api/allocation.rst:6
msgid "Allocating Objects on the Heap"
msgid "Allocating objects on the heap"
msgstr "在 heap 上分配物件"

#: ../../c-api/allocation.rst:17
Expand Down Expand Up @@ -132,8 +132,8 @@ msgid "PyObject *foo = PyObject_CallNoArgs((PyObject *)&PyFoo_Type);"
msgstr "PyObject *foo = PyObject_CallNoArgs((PyObject *)&PyFoo_Type);"

#: ../../c-api/allocation.rst:87 ../../c-api/allocation.rst:137
#: ../../c-api/allocation.rst:182 ../../c-api/allocation.rst:184
#: ../../c-api/allocation.rst:186
#: ../../c-api/allocation.rst:184 ../../c-api/allocation.rst:186
#: ../../c-api/allocation.rst:188
msgid ":c:func:`PyObject_Free`"
msgstr ":c:func:`PyObject_Free`"

Expand Down Expand Up @@ -214,43 +214,43 @@ msgid "To allocate and create extension modules."
msgstr "分配記憶體和建立擴充模組。"

#: ../../c-api/allocation.rst:157
msgid "Deprecated aliases"
msgstr "被棄用的別名"
msgid "Soft-deprecated aliases"
msgstr "軟性棄用的別名"

#: ../../c-api/allocation.rst:159
#: ../../c-api/allocation.rst:161
msgid ""
"These are :term:`soft deprecated` aliases to existing functions and macros. "
"They exist solely for backwards compatibility."
"These are aliases to existing functions and macros. They exist solely for "
"backwards compatibility."
msgstr ""

#: ../../c-api/allocation.rst:167
msgid "Deprecated alias"
msgstr "已棄用的別名"
#: ../../c-api/allocation.rst:169
msgid "Soft-deprecated alias"
msgstr "軟性棄用的別名"

#: ../../c-api/allocation.rst:168
#: ../../c-api/allocation.rst:170
msgid "Function"
msgstr "函式"

#: ../../c-api/allocation.rst:170
#: ../../c-api/allocation.rst:172
msgid ":c:macro:`PyObject_New`"
msgstr ":c:macro:`PyObject_New`"

#: ../../c-api/allocation.rst:172
#: ../../c-api/allocation.rst:174
msgid ":c:macro:`PyObject_NewVar`"
msgstr ":c:macro:`PyObject_NewVar`"

#: ../../c-api/allocation.rst:174
#: ../../c-api/allocation.rst:176
msgid ":c:func:`PyObject_Init`"
msgstr ":c:func:`PyObject_Init`"

#: ../../c-api/allocation.rst:176
#: ../../c-api/allocation.rst:178
msgid ":c:func:`PyObject_InitVar`"
msgstr ":c:func:`PyObject_InitVar`"

#: ../../c-api/allocation.rst:178
#: ../../c-api/allocation.rst:180
msgid ":c:func:`PyObject_Malloc`"
msgstr ":c:func:`PyObject_Malloc`"

#: ../../c-api/allocation.rst:180
#: ../../c-api/allocation.rst:182
msgid ":c:func:`PyObject_Realloc`"
msgstr ":c:func:`PyObject_Realloc`"
13 changes: 9 additions & 4 deletions c-api/dict.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-12 00:25+0000\n"
"POT-Creation-Date: 2026-05-09 00:33+0000\n"
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -149,9 +149,10 @@ msgstr ""
msgid "If the key is missing, set *\\*result* to ``NULL`` and return ``0``."
msgstr "如果鍵不存在,將 *\\*result* 設為 ``NULL`` 並回傳 ``0``。"

#: ../../c-api/dict.rst:136 ../../c-api/dict.rst:272
msgid "On error, raise an exception and return ``-1``."
msgstr "錯誤發生時,引發一個例外並回傳 ``-1``。"
#: ../../c-api/dict.rst:136
msgid ""
"On error, raise an exception, set *\\*result* to ``NULL`` and return ``-1``."
msgstr "錯誤發生時,引發一個例外,將 *\\*result* 設為 ``NULL`` 並回傳 ``-1``。"

#: ../../c-api/dict.rst:145
msgid "See also the :c:func:`PyObject_GetItem` function."
Expand Down Expand Up @@ -276,6 +277,10 @@ msgid ""
"``NULL``, and return ``0``."
msgstr ""

#: ../../c-api/dict.rst:272
msgid "On error, raise an exception and return ``-1``."
msgstr "錯誤發生時,引發一個例外並回傳 ``-1``。"

#: ../../c-api/dict.rst:274
msgid ""
"Similar to :meth:`dict.pop`, but without the default value and not raising :"
Expand Down
4 changes: 2 additions & 2 deletions c-api/exceptions.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-02-22 00:18+0000\n"
"POT-Creation-Date: 2026-06-03 00:49+0000\n"
"PO-Revision-Date: 2018-05-23 14:05+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -434,7 +434,7 @@ msgstr ""

#: ../../c-api/exceptions.rst:415
msgid ""
"Function similar to :c:func:`PyErr_WarnEx`, but use :c:func:"
"Function similar to :c:func:`PyErr_WarnEx`, but uses :c:func:"
"`PyUnicode_FromFormat` to format the warning message. *format* is an ASCII-"
"encoded string."
msgstr ""
Expand Down
23 changes: 11 additions & 12 deletions c-api/file.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-03-23 00:22+0000\n"
"POT-Creation-Date: 2026-04-23 00:30+0000\n"
"PO-Revision-Date: 2023-04-24 20:38+0800\n"
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand All @@ -22,7 +22,7 @@ msgstr ""
"X-Generator: Poedit 3.2.2\n"

#: ../../c-api/file.rst:6
msgid "File Objects"
msgid "File objects"
msgstr "檔案物件 (File Objects)"

#: ../../c-api/file.rst:10
Expand Down Expand Up @@ -219,27 +219,26 @@ msgstr ""
"的例外狀況。"

#: ../../c-api/file.rst:140
msgid "Deprecated API"
msgstr "已棄用的 API"
msgid "Soft-deprecated API"
msgstr "軟性棄用的 API"

#: ../../c-api/file.rst:143
#: ../../c-api/file.rst:144
msgid ""
"These are :term:`soft deprecated` APIs that were included in Python's C API "
"by mistake. They are documented solely for completeness; use other "
"``PyFile*`` APIs instead."
"These are APIs that were included in Python's C API by mistake. They are "
"documented solely for completeness; use other ``PyFile*`` APIs instead."
msgstr ""
"這些是被錯誤地包含在 Python C API 中的\\ :term:`軟性棄用 <soft deprecated>` "
"API。它們僅為了完整性而記錄於文件中;請改用其他 ``PyFile*`` API。"
"這些是被錯誤地包含在 Python C API 中的 API。它們僅為了完整性而記錄於文件中;"
"請改用其他 ``PyFile*`` API。"

#: ../../c-api/file.rst:149
#: ../../c-api/file.rst:150
msgid ""
"Use :c:func:`PyFile_FromFd` with defaults (``fd, NULL, \"w\", -1, NULL, "
"NULL, NULL, 0``) instead."
msgstr ""
"請改用帶有預設值 (``fd, NULL, \"w\", -1, NULL, NULL, NULL, 0``) 的 :c:func:"
"`PyFile_FromFd`。"

#: ../../c-api/file.rst:153
#: ../../c-api/file.rst:154
msgid ""
"Type of file-like objects used internally at Python startup when :py:mod:"
"`io` is not yet available. Use Python :py:func:`open` or :c:func:"
Expand Down
39 changes: 17 additions & 22 deletions c-api/frame.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-02-28 00:16+0000\n"
"POT-Creation-Date: 2026-04-23 00:30+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand All @@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"

#: ../../c-api/frame.rst:4
msgid "Frame Objects"
msgid "Frame objects"
msgstr "Frame 物件"

#: ../../c-api/frame.rst:8
Expand Down Expand Up @@ -173,7 +173,7 @@ msgid "Return the line number that *frame* is currently executing."
msgstr ""

#: ../../c-api/frame.rst:151
msgid "Frame Locals Proxies"
msgid "Frame locals proxies"
msgstr ""

#: ../../c-api/frame.rst:155
Expand All @@ -198,7 +198,7 @@ msgid "Return non-zero if *obj* is a frame :func:`locals` proxy."
msgstr ""

#: ../../c-api/frame.rst:173
msgid "Legacy Local Variable APIs"
msgid "Legacy local variable APIs"
msgstr ""

#: ../../c-api/frame.rst:175
Expand All @@ -207,12 +207,7 @@ msgid ""
"They exist solely for backwards compatibility."
msgstr ""

#: ../../c-api/frame.rst:181 ../../c-api/frame.rst:195
#: ../../c-api/frame.rst:208
msgid "This function is :term:`soft deprecated` and does nothing."
msgstr ""

#: ../../c-api/frame.rst:183
#: ../../c-api/frame.rst:181
msgid ""
"Prior to Python 3.13, this function would copy the :attr:`~frame.f_locals` "
"attribute of *f* to the internal \"fast\" array of local variables, allowing "
Expand All @@ -221,51 +216,51 @@ msgid ""
"dictionary."
msgstr ""

#: ../../c-api/frame.rst:189 ../../c-api/frame.rst:202
#: ../../c-api/frame.rst:214
#: ../../c-api/frame.rst:187 ../../c-api/frame.rst:198
#: ../../c-api/frame.rst:208
msgid "This function now does nothing."
msgstr ""

#: ../../c-api/frame.rst:197
#: ../../c-api/frame.rst:193
msgid ""
"Prior to Python 3.13, this function would copy the internal \"fast\" array "
"of local variables (which is used by the interpreter) to the :attr:`~frame."
"f_locals` attribute of *f*, allowing changes in local variables to be "
"visible to frame objects."
msgstr ""

#: ../../c-api/frame.rst:210
#: ../../c-api/frame.rst:204
msgid ""
"Prior to Python 3.13, this function was similar to :c:func:"
"`PyFrame_FastToLocals`, but would return ``0`` on success, and ``-1`` with "
"an exception set on failure."
msgstr ""

#: ../../c-api/frame.rst:219
#: ../../c-api/frame.rst:213
msgid ":pep:`667`"
msgstr ":pep:`667`"

#: ../../c-api/frame.rst:223
msgid "Internal Frames"
#: ../../c-api/frame.rst:217
msgid "Internal frames"
msgstr ""

#: ../../c-api/frame.rst:225
#: ../../c-api/frame.rst:219
msgid "Unless using :pep:`523`, you will not need this."
msgstr ""

#: ../../c-api/frame.rst:229
#: ../../c-api/frame.rst:223
msgid "The interpreter's internal frame representation."
msgstr ""

#: ../../c-api/frame.rst:235
#: ../../c-api/frame.rst:229
msgid "Return a :term:`strong reference` to the code object for the frame."
msgstr ""

#: ../../c-api/frame.rst:242
#: ../../c-api/frame.rst:236
msgid "Return the byte offset into the last executed instruction."
msgstr ""

#: ../../c-api/frame.rst:249
#: ../../c-api/frame.rst:243
msgid ""
"Return the currently executing line number, or -1 if there is no line number."
msgstr ""
Loading
Loading