Skip to content

Commit cee45b7

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 753d609 commit cee45b7

File tree

15 files changed

+197
-48
lines changed

15 files changed

+197
-48
lines changed

c-api/call.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: 2026-01-07 14:19+0000\n"
15+
"POT-Creation-Date: 2026-01-15 14:20+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/"
@@ -428,6 +428,14 @@ msgid ""
428428
"calls the vectorcall function stored in *callable*."
429429
msgstr ""
430430

431+
msgid "as ``_PyObject_Vectorcall``"
432+
msgstr ""
433+
434+
msgid ""
435+
"Renamed to the current name, without the leading underscore. The old "
436+
"provisional name is :term:`soft deprecated`."
437+
msgstr ""
438+
431439
msgid ""
432440
"Call *callable* with positional arguments passed exactly as in the "
433441
"vectorcall_ protocol, but with keyword arguments passed as a dictionary "

c-api/code.po

Lines changed: 1 addition & 13 deletions
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: 2026-01-13 14:20+0000\n"
15+
"POT-Creation-Date: 2026-01-15 14:20+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/"
@@ -399,15 +399,3 @@ msgstr "objek kode"
399399

400400
msgid "PyCode_New (C function)"
401401
msgstr "PyCode_New (fungsi C)"
402-
403-
msgid "PyCode_NewWithPosOnlyArgs (C function)"
404-
msgstr "PyCode_NewWithPosOnlyArgs (fungsi C)"
405-
406-
msgid "_PyEval_RequestCodeExtraIndex (C function)"
407-
msgstr "_PyEval_RequestCodeExtraIndex (fungsi C)"
408-
409-
msgid "_PyCode_GetExtra (C function)"
410-
msgstr "_PyCode_GetExtra (fungsi C)"
411-
412-
msgid "_PyCode_SetExtra (C function)"
413-
msgstr "_PyCode_SetExtra (fungsi C)"

c-api/file.po

Lines changed: 21 additions & 1 deletion
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: 2026-01-13 14:20+0000\n"
14+
"POT-Creation-Date: 2026-01-15 14:20+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/"
@@ -145,6 +145,26 @@ msgid ""
145145
"failure; the appropriate exception will be set."
146146
msgstr ""
147147

148+
msgid "Deprecated API"
149+
msgstr ""
150+
151+
msgid ""
152+
"These are :term:`soft deprecated` APIs that were included in Python's C API "
153+
"by mistake. They are documented solely for completeness; use other "
154+
"``PyFile*`` APIs instead."
155+
msgstr ""
156+
157+
msgid ""
158+
"Use :c:func:`PyFile_FromFd` with defaults (``fd, NULL, \"w\", -1, NULL, "
159+
"NULL, NULL, 0``) instead."
160+
msgstr ""
161+
162+
msgid ""
163+
"Type of file-like objects used internally at Python startup when :py:mod:"
164+
"`io` is not yet available. Use Python :py:func:`open` or :c:func:"
165+
"`PyFile_FromFd` to create file objects instead."
166+
msgstr ""
167+
148168
msgid "object"
149169
msgstr "objek"
150170

c-api/gen.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-12-31 14:15+0000\n"
11+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"
@@ -89,3 +89,14 @@ msgid ""
8989
"Return true if *op* is an asynchronous generator object, false otherwise. "
9090
"This function always succeeds."
9191
msgstr ""
92+
93+
msgid "Deprecated API"
94+
msgstr ""
95+
96+
msgid ""
97+
"This is a :term:`soft deprecated` API that was included in Python's C API by "
98+
"mistake."
99+
msgstr ""
100+
101+
msgid "It is solely here for completeness; do not use this API."
102+
msgstr ""

c-api/intro.po

Lines changed: 38 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: 2026-01-03 14:14+0000\n"
15+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: python-doc bot, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -229,6 +229,16 @@ msgid ""
229229
"inlined."
230230
msgstr ""
231231

232+
msgid ""
233+
"Macro used to declare a symbol as local to the shared library (hidden). On "
234+
"supported platforms, it ensures the symbol is not exported."
235+
msgstr ""
236+
237+
msgid ""
238+
"On compatible versions of GCC/Clang, it expands to "
239+
"``__attribute__((visibility(\"hidden\")))``."
240+
msgstr ""
241+
232242
msgid "Return the maximum value between ``x`` and ``y``."
233243
msgstr ""
234244

@@ -379,6 +389,33 @@ msgstr ""
379389
msgid "sizeof(array) / sizeof((array)[0])"
380390
msgstr ""
381391

392+
msgid ""
393+
"Macro used to declare a symbol (function or data) as exported. On Windows, "
394+
"this expands to ``__declspec(dllexport)``. On compatible versions of GCC/"
395+
"Clang, it expands to ``__attribute__((visibility(\"default\")))``. This "
396+
"macro is for defining the C API itself; extension modules should not use it."
397+
msgstr ""
398+
399+
msgid ""
400+
"Macro used to declare a symbol as imported. On Windows, this expands to "
401+
"``__declspec(dllimport)``. This macro is for defining the C API itself; "
402+
"extension modules should not use it."
403+
msgstr ""
404+
405+
msgid ""
406+
"Macro used by CPython to declare a function as part of the C API. Its "
407+
"expansion depends on the platform and build configuration. This macro is "
408+
"intended for defining CPython's C API itself; extension modules should not "
409+
"use it for their own symbols."
410+
msgstr ""
411+
412+
msgid ""
413+
"Macro used by CPython to declare a public global variable as part of the C "
414+
"API. Its expansion depends on the platform and build configuration. This "
415+
"macro is intended for defining CPython's C API itself; extension modules "
416+
"should not use it for their own symbols."
417+
msgstr ""
418+
382419
msgid "Objects, Types and Reference Counts"
383420
msgstr "Objek, Tipe dan Jumlah Referensi"
384421

c-api/long.po

Lines changed: 29 additions & 2 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: 2026-01-07 14:19+0000\n"
14+
"POT-Creation-Date: 2026-01-15 14:20+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/"
@@ -386,7 +386,8 @@ msgstr ""
386386
msgid ""
387387
"Otherwise, returns the number of bytes required to store the value. If this "
388388
"is equal to or less than *n_bytes*, the entire value was copied. All "
389-
"*n_bytes* of the buffer are written: large buffers are padded with zeroes."
389+
"*n_bytes* of the buffer are written: remaining bytes filled by copies of the "
390+
"sign bit."
390391
msgstr ""
391392

392393
msgid ""
@@ -835,6 +836,32 @@ msgstr ""
835836
msgid "If *writer* is ``NULL``, no operation is performed."
836837
msgstr ""
837838

839+
msgid "Deprecated API"
840+
msgstr ""
841+
842+
msgid ""
843+
"These macros are :term:`soft deprecated`. They describe parameters of the "
844+
"internal representation of :c:type:`PyLongObject` instances."
845+
msgstr ""
846+
847+
msgid ""
848+
"Use :c:func:`PyLong_GetNativeLayout` instead, along with :c:func:"
849+
"`PyLong_Export` to read integer data or :c:type:`PyLongWriter` to write it. "
850+
"These currently use the same layout, but are designed to continue working "
851+
"correctly even if CPython's internal integer representation changes."
852+
msgstr ""
853+
854+
msgid ""
855+
"This is equivalent to :c:member:`~PyLongLayout.bits_per_digit` in the output "
856+
"of :c:func:`PyLong_GetNativeLayout`."
857+
msgstr ""
858+
859+
msgid "This is currently equivalent to :c:expr:`1 << PyLong_SHIFT`."
860+
msgstr ""
861+
862+
msgid "This is currently equivalent to :c:expr:`(1 << PyLong_SHIFT) - 1`"
863+
msgstr ""
864+
838865
msgid "object"
839866
msgstr "objek"
840867

c-api/set.po

Lines changed: 19 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-12-27 14:13+0000\n"
15+
"POT-Creation-Date: 2026-01-15 14:20+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/"
@@ -170,6 +170,24 @@ msgid ""
170170
"`set` or its subtype."
171171
msgstr ""
172172

173+
msgid "Deprecated API"
174+
msgstr ""
175+
176+
msgid ""
177+
"A :term:`soft deprecated` constant representing the size of an internal "
178+
"preallocated table inside :c:type:`PySetObject` instances."
179+
msgstr ""
180+
181+
msgid ""
182+
"This is documented solely for completeness, as there are no guarantees that "
183+
"a given version of CPython uses preallocated tables with a fixed size. In "
184+
"code that does not deal with unstable set internals, :c:macro:`!"
185+
"PySet_MINSIZE` can be replaced with a small constant like ``8``."
186+
msgstr ""
187+
188+
msgid "If looking for the size of a set, use :c:func:`PySet_Size` instead."
189+
msgstr ""
190+
173191
msgid "object"
174192
msgstr "objek"
175193

c-api/typeobj.po

Lines changed: 9 additions & 1 deletion
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-12-31 14:15+0000\n"
14+
"POT-Creation-Date: 2026-01-15 14:20+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/"
@@ -1862,6 +1862,14 @@ msgid ""
18621862
"This bit is inherited if :c:member:`~PyTypeObject.tp_call` is also inherited."
18631863
msgstr ""
18641864

1865+
msgid "as ``_Py_TPFLAGS_HAVE_VECTORCALL``"
1866+
msgstr ""
1867+
1868+
msgid ""
1869+
"Renamed to the current name, without the leading underscore. The old "
1870+
"provisional name is :term:`soft deprecated`."
1871+
msgstr ""
1872+
18651873
msgid ""
18661874
"This flag is now removed from a class when the class's :py:meth:`~object."
18671875
"__call__` method is reassigned."

c-api/unicode.po

Lines changed: 13 additions & 1 deletion
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: 2026-01-03 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-15 14:20+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/"
@@ -76,6 +76,18 @@ msgid ""
7676
"that deal with Unicode objects take and return :c:type:`PyObject` pointers."
7777
msgstr ""
7878

79+
msgid ""
80+
"The structure of a particular object can be determined using the following "
81+
"macros. The macros cannot fail; their behavior is undefined if their "
82+
"argument is not a Python Unicode object."
83+
msgstr ""
84+
85+
msgid "True if *o* uses the :c:struct:`PyCompactUnicodeObject` structure."
86+
msgstr ""
87+
88+
msgid "True if *o* uses the :c:struct:`PyASCIIObject` structure."
89+
msgstr ""
90+
7991
msgid ""
8092
"The following APIs are C macros and static inlined functions for fast checks "
8193
"and access to internal read-only data of Unicode objects:"

deprecations/pending-removal-in-3.13.po

Lines changed: 1 addition & 1 deletion
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-12-25 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-13 14:20+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/"

0 commit comments

Comments
 (0)