5
5
#
6
6
# Translators:
7
7
# python-doc bot, 2025
8
+ # Hengky Kurniawan, 2025
8
9
#
9
10
#, fuzzy
10
11
msgid ""
11
12
msgstr ""
12
13
"Project-Id-Version : Python 3.14\n "
13
14
"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 "
15
16
"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 "
17
18
"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
18
19
"id/)\n "
19
20
"MIME-Version : 1.0\n "
@@ -23,7 +24,7 @@ msgstr ""
23
24
"Plural-Forms : nplurals=1; plural=0;\n "
24
25
25
26
msgid "Iterator Objects"
26
- msgstr "Objek Iterator "
27
+ msgstr "Objek Iterator"
27
28
28
29
msgid ""
29
30
"Python provides two general-purpose iterator objects. The first, a sequence "
@@ -46,8 +47,8 @@ msgid ""
46
47
"Return true if the type of *op* is :c:data:`PySeqIter_Type`. This function "
47
48
"always succeeds."
48
49
msgstr ""
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 ."
51
52
52
53
msgid ""
53
54
"Return an iterator that works with a general sequence object, *seq*. The "
@@ -63,14 +64,14 @@ msgid ""
63
64
"the two-argument form of the :func:`iter` built-in function."
64
65
msgstr ""
65
66
"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`."
67
68
68
69
msgid ""
69
70
"Return true if the type of *op* is :c:data:`PyCallIter_Type`. This function "
70
71
"always succeeds."
71
72
msgstr ""
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 ."
74
75
75
76
msgid ""
76
77
"Return a new iterator. The first parameter, *callable*, can be any Python "
0 commit comments