Skip to content

Commit 62a3034

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 229846e8
1 parent 01a8ec7 commit 62a3034

15 files changed

+1661
-1542
lines changed

c-api/codec.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-10-28 00:14+0000\n"
10+
"POT-Creation-Date: 2025-11-07 00:14+0000\n"
1111
"PO-Revision-Date: 2023-07-24 17:51+0000\n"
1212
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -201,3 +201,13 @@ msgstr "將 unicode 編碼錯誤替換為反斜線跳脫(``\\x``、``\\u`` 和
201201
#: ../../c-api/codec.rst:129
202202
msgid "Replace the unicode encode error with ``\\N{...}`` escapes."
203203
msgstr "將 unicode 編碼錯誤替換為 ``\\N{...}`` 跳脫。"
204+
205+
#: ../../c-api/codec.rst:135
206+
msgid "Codec utility variables"
207+
msgstr ""
208+
209+
#: ../../c-api/codec.rst:139
210+
msgid ""
211+
"A string constant containing the lowercase hexadecimal digits: "
212+
"``\"0123456789abcdef\"``."
213+
msgstr ""

c-api/exceptions.po

Lines changed: 215 additions & 186 deletions
Large diffs are not rendered by default.

c-api/iterator.po

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-11-06 00:14+0000\n"
10+
"POT-Creation-Date: 2025-11-07 00:14+0000\n"
1111
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
1212
"Last-Translator: Leon H.\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -79,20 +79,73 @@ msgstr ""
7979

8080
#: ../../c-api/iterator.rst:56
8181
#, fuzzy
82+
msgid "Range Objects"
83+
msgstr "疊代器(Iterator)物件"
84+
85+
#: ../../c-api/iterator.rst:60
86+
msgid "The type object for :class:`range` objects."
87+
msgstr ""
88+
89+
#: ../../c-api/iterator.rst:65
90+
msgid ""
91+
"Return true if the object *o* is an instance of a :class:`range` object. "
92+
"This function always succeeds."
93+
msgstr ""
94+
95+
#: ../../c-api/iterator.rst:70
96+
msgid "Builtin Iterator Types"
97+
msgstr ""
98+
99+
#: ../../c-api/iterator.rst:72
100+
msgid ""
101+
"These are built-in iteration types that are included in Python's C API, but "
102+
"provide no additional functions. They are here for completeness."
103+
msgstr ""
104+
105+
#: ../../c-api/iterator.rst:80
106+
msgid "C type"
107+
msgstr ""
108+
109+
#: ../../c-api/iterator.rst:81
110+
msgid "Python type"
111+
msgstr ""
112+
113+
#: ../../c-api/iterator.rst:83
114+
msgid ":py:class:`enumerate`"
115+
msgstr ""
116+
117+
#: ../../c-api/iterator.rst:85
118+
msgid ":py:class:`filter`"
119+
msgstr ""
120+
121+
#: ../../c-api/iterator.rst:87
122+
msgid ":py:class:`map`"
123+
msgstr ""
124+
125+
#: ../../c-api/iterator.rst:89
126+
msgid ":py:class:`reversed`"
127+
msgstr ""
128+
129+
#: ../../c-api/iterator.rst:91
130+
msgid ":py:class:`zip`"
131+
msgstr ""
132+
133+
#: ../../c-api/iterator.rst:95
134+
#, fuzzy
82135
msgid "Other Iterator Objects"
83136
msgstr "疊代器(Iterator)物件"
84137

85-
#: ../../c-api/iterator.rst:73
138+
#: ../../c-api/iterator.rst:112
86139
msgid "Type objects for iterators of various built-in objects."
87140
msgstr ""
88141

89-
#: ../../c-api/iterator.rst:75
142+
#: ../../c-api/iterator.rst:114
90143
msgid ""
91144
"Do not create instances of these directly; prefer calling :c:func:"
92145
"`PyObject_GetIter` instead."
93146
msgstr ""
94147

95-
#: ../../c-api/iterator.rst:78
148+
#: ../../c-api/iterator.rst:117
96149
msgid ""
97150
"Note that there is no guarantee that a given built-in type uses a given "
98151
"iterator type. For example, iterating over :class:`range` will use one of "

0 commit comments

Comments
 (0)