55#
66# Translators:
77# python-doc bot, 2025
8+ # Hengky Kurniawan, 2025
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.14\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-08-27 14:18+0000\n "
15+ "POT-Creation-Date : 2025-09-03 14:18+0000\n "
1516"PO-Revision-Date : 2025-08-02 17:33+0000\n "
16- "Last-Translator : python-doc bot , 2025\n "
17+ "Last-Translator : Hengky Kurniawan , 2025\n "
1718"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
1819"id/)\n "
1920"MIME-Version : 1.0\n "
@@ -23,7 +24,7 @@ msgstr ""
2324"Plural-Forms : nplurals=1; plural=0;\n "
2425
2526msgid "Iterator Objects"
26- msgstr "Objek Iterator "
27+ msgstr "Objek Iterator"
2728
2829msgid ""
2930"Python provides two general-purpose iterator objects. The first, a sequence "
@@ -46,8 +47,8 @@ msgid ""
4647"Return true if the type of *op* is :c:data:`PySeqIter_Type`. This function "
4748"always succeeds."
4849msgstr ""
49- "Повертає true, якщо *op* має тип :c:data:`PySeqIter_Type`. Ця функція завжди "
50- "успішна ."
50+ "Mengembalikan nilai true jika tipe *op* adalah :c:data:`PySeqIter_Type`. "
51+ "Fungsi ini selalu berhasil ."
5152
5253msgid ""
5354"Return an iterator that works with a general sequence object, *seq*. The "
@@ -63,14 +64,14 @@ msgid ""
6364"the two-argument form of the :func:`iter` built-in function."
6465msgstr ""
6566"Tipe objek untuk objek iterator yang dikembalikan oleh :c:func:"
66- "`PyCallIter_New` dan bentuk dua argumen dari fungsi bawaan :func:`iter` ."
67+ "`PyCallIter_New` dan bentuk dua argumen dari fungsi bawaan :func:`iter`."
6768
6869msgid ""
6970"Return true if the type of *op* is :c:data:`PyCallIter_Type`. This function "
7071"always succeeds."
7172msgstr ""
72- "Повертає true, якщо тип *op* :c:data:`PyCallIter_Type`. Ця функція завжди "
73- "успішна ."
73+ "Mengembalikan nilai true jika tipe *op* adalah :c:data:`PyCallIter_Type`. "
74+ "Fungsi ini selalu berhasil ."
7475
7576msgid ""
7677"Return a new iterator. The first parameter, *callable*, can be any Python "
0 commit comments