Skip to content

Commit 7d81ae3

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent d38a77e commit 7d81ae3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+308
-93
lines changed

c-api/bytes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-17 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/codec.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-27 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-07 14:15+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -150,3 +150,11 @@ msgstr ""
150150

151151
msgid "Replace the unicode encode error with ``\\N{...}`` escapes."
152152
msgstr ""
153+
154+
msgid "Codec utility variables"
155+
msgstr ""
156+
157+
msgid ""
158+
"A string constant containing the lowercase hexadecimal digits: "
159+
"``\"0123456789abcdef\"``."
160+
msgstr ""

c-api/contextvars.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-17 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/dict.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-03 14:20+0000\n"
15+
"POT-Creation-Date: 2025-11-07 14:15+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -228,6 +228,9 @@ msgid ""
228228
"``len(p)`` on a dictionary."
229229
msgstr ""
230230

231+
msgid "Similar to :c:func:`PyDict_Size`, but without error checking."
232+
msgstr ""
233+
231234
msgid ""
232235
"Iterate over all key-value pairs in the dictionary *p*. The :c:type:"
233236
"`Py_ssize_t` referred to by *ppos* must be initialized to ``0`` prior to the "

c-api/exceptions.po

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-17 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-07 14:15+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -909,6 +909,26 @@ msgid ""
909909
"c:func:`Py_ReprEnter` that returns zero."
910910
msgstr ""
911911

912+
msgid ""
913+
"Get the recursion limit for the current interpreter. It can be set with :c:"
914+
"func:`Py_SetRecursionLimit`. The recursion limit prevents the Python "
915+
"interpreter stack from growing infinitely."
916+
msgstr ""
917+
918+
msgid ""
919+
"This function cannot fail, and the caller must hold an :term:`attached "
920+
"thread state`."
921+
msgstr ""
922+
923+
msgid ":py:func:`sys.getrecursionlimit`"
924+
msgstr ""
925+
926+
msgid "Set the recursion limit for the current interpreter."
927+
msgstr ""
928+
929+
msgid ":py:func:`sys.setrecursionlimit`"
930+
msgstr ""
931+
912932
msgid "Exception and warning types"
913933
msgstr ""
914934

c-api/float.po

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-27 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-07 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -85,6 +85,24 @@ msgid ""
8585
"Return the minimum normalized positive float *DBL_MIN* as C :c:expr:`double`."
8686
msgstr ""
8787

88+
msgid "Return :data:`math.nan` from a function."
89+
msgstr ""
90+
91+
msgid ""
92+
"On most platforms, this is equivalent to ``return PyFloat_FromDouble(NAN)``."
93+
msgstr ""
94+
95+
msgid ""
96+
"Return :data:`math.inf` or :data:`-math.inf <math.inf>` from a function, "
97+
"depending on the sign of *sign*."
98+
msgstr ""
99+
100+
msgid "On most platforms, this is equivalent to the following::"
101+
msgstr ""
102+
103+
msgid "return PyFloat_FromDouble(copysign(INFINITY, sign));"
104+
msgstr ""
105+
88106
msgid "Pack and Unpack functions"
89107
msgstr ""
90108

@@ -108,8 +126,8 @@ msgid ""
108126
msgstr ""
109127

110128
msgid ""
111-
"Note that NaNs type may not be preserved on IEEE platforms (silent NaN "
112-
"become quiet), for example on x86 systems in 32-bit mode."
129+
"Note that NaNs type may not be preserved on IEEE platforms (signaling NaN "
130+
"become quiet NaN), for example on x86 systems in 32-bit mode."
113131
msgstr ""
114132

115133
msgid ""

c-api/gcsupport.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-17 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/intro.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-17 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/iterator.po

Lines changed: 61 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# python-doc bot, 2025
87
# Hengky Kurniawan, 2025
8+
# python-doc bot, 2025
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"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"
1616
"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"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1919
"id/)\n"
2020
"MIME-Version: 1.0\n"
@@ -84,3 +84,61 @@ msgstr ""
8484
"pemanggilan harus mengembalikan butir (item) berikutnya pada iterator. "
8585
"Ketika *callable* mengembalikan nilai sama dengan *sentinel*, perulangan "
8686
"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 ""

c-api/list.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-17 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-05 14:15+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)