|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: Python 3.14\n" |
9 | 9 | "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" |
11 | 11 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" |
12 | 12 | "Last-Translator: Leon H.\n" |
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -79,20 +79,73 @@ msgstr "" |
79 | 79 |
|
80 | 80 | #: ../../c-api/iterator.rst:56 |
81 | 81 | #, 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 |
82 | 135 | msgid "Other Iterator Objects" |
83 | 136 | msgstr "疊代器(Iterator)物件" |
84 | 137 |
|
85 | | -#: ../../c-api/iterator.rst:73 |
| 138 | +#: ../../c-api/iterator.rst:112 |
86 | 139 | msgid "Type objects for iterators of various built-in objects." |
87 | 140 | msgstr "" |
88 | 141 |
|
89 | | -#: ../../c-api/iterator.rst:75 |
| 142 | +#: ../../c-api/iterator.rst:114 |
90 | 143 | msgid "" |
91 | 144 | "Do not create instances of these directly; prefer calling :c:func:" |
92 | 145 | "`PyObject_GetIter` instead." |
93 | 146 | msgstr "" |
94 | 147 |
|
95 | | -#: ../../c-api/iterator.rst:78 |
| 148 | +#: ../../c-api/iterator.rst:117 |
96 | 149 | msgid "" |
97 | 150 | "Note that there is no guarantee that a given built-in type uses a given " |
98 | 151 | "iterator type. For example, iterating over :class:`range` will use one of " |
|
0 commit comments