|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# python-doc bot, 2025 |
8 | 7 | # Hengky Kurniawan, 2025 |
| 8 | +# python-doc bot, 2025 |
9 | 9 | # |
10 | 10 | #, fuzzy |
11 | 11 | msgid "" |
12 | 12 | msgstr "" |
13 | 13 | "Project-Id-Version: Python 3.14\n" |
14 | 14 | "Report-Msgid-Bugs-To: \n" |
15 | | -"POT-Creation-Date: 2025-10-21 14:16+0000\n" |
| 15 | +"POT-Creation-Date: 2025-11-07 14:15+0000\n" |
16 | 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" |
17 | | -"Last-Translator: Hengky Kurniawan, 2025\n" |
| 17 | +"Last-Translator: python-doc bot, 2025\n" |
18 | 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" |
19 | 19 | "id/)\n" |
20 | 20 | "MIME-Version: 1.0\n" |
@@ -84,3 +84,61 @@ msgstr "" |
84 | 84 | "pemanggilan harus mengembalikan butir (item) berikutnya pada iterator. " |
85 | 85 | "Ketika *callable* mengembalikan nilai sama dengan *sentinel*, perulangan " |
86 | 86 | "akan dihentikan." |
| 87 | + |
| 88 | +msgid "Range Objects" |
| 89 | +msgstr "" |
| 90 | + |
| 91 | +msgid "The type object for :class:`range` objects." |
| 92 | +msgstr "" |
| 93 | + |
| 94 | +msgid "" |
| 95 | +"Return true if the object *o* is an instance of a :class:`range` object. " |
| 96 | +"This function always succeeds." |
| 97 | +msgstr "" |
| 98 | + |
| 99 | +msgid "Builtin Iterator Types" |
| 100 | +msgstr "" |
| 101 | + |
| 102 | +msgid "" |
| 103 | +"These are built-in iteration types that are included in Python's C API, but " |
| 104 | +"provide no additional functions. They are here for completeness." |
| 105 | +msgstr "" |
| 106 | + |
| 107 | +msgid "C type" |
| 108 | +msgstr "tipe C" |
| 109 | + |
| 110 | +msgid "Python type" |
| 111 | +msgstr "tipe Python" |
| 112 | + |
| 113 | +msgid ":py:class:`enumerate`" |
| 114 | +msgstr "" |
| 115 | + |
| 116 | +msgid ":py:class:`filter`" |
| 117 | +msgstr "" |
| 118 | + |
| 119 | +msgid ":py:class:`map`" |
| 120 | +msgstr "" |
| 121 | + |
| 122 | +msgid ":py:class:`reversed`" |
| 123 | +msgstr "" |
| 124 | + |
| 125 | +msgid ":py:class:`zip`" |
| 126 | +msgstr "" |
| 127 | + |
| 128 | +msgid "Other Iterator Objects" |
| 129 | +msgstr "" |
| 130 | + |
| 131 | +msgid "Type objects for iterators of various built-in objects." |
| 132 | +msgstr "" |
| 133 | + |
| 134 | +msgid "" |
| 135 | +"Do not create instances of these directly; prefer calling :c:func:" |
| 136 | +"`PyObject_GetIter` instead." |
| 137 | +msgstr "" |
| 138 | + |
| 139 | +msgid "" |
| 140 | +"Note that there is no guarantee that a given built-in type uses a given " |
| 141 | +"iterator type. For example, iterating over :class:`range` will use one of " |
| 142 | +"two iterator types depending on the size of the range. Other types may start " |
| 143 | +"using a similar scheme in the future, without warning." |
| 144 | +msgstr "" |
0 commit comments