Skip to content

Commit 6b85a03

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent bead8a1 commit 6b85a03

3 files changed

Lines changed: 65 additions & 3 deletions

File tree

c-api/init_config.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
15+
"POT-Creation-Date: 2026-06-17 16:52+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: python-doc bot, 2026\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -793,6 +793,11 @@ msgid ""
793793
"arguments ``name``, ``value``."
794794
msgstr ""
795795

796+
msgid ""
797+
"The function now replaces :data:`sys.flags` (create a new object), instead "
798+
"of modifying :data:`sys.flags` in-place."
799+
msgstr ""
800+
796801
msgid "PyConfig C API"
797802
msgstr ""
798803

c-api/module.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-17 16:52+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/"
@@ -245,6 +245,17 @@ msgid ""
245245
"defaults to ``Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED``."
246246
msgstr ""
247247

248+
msgid ""
249+
"For historical reasons, the values are declared as pointers (``void *``). "
250+
"When using :c:type:`PySlot` arrays, use :c:macro:`PySlot_DATA` for :c:macro:"
251+
"`!Py_mod_multiple_interpreters`:"
252+
msgstr ""
253+
254+
msgid ""
255+
"PySlot_DATA(Py_mod_multiple_interpreters,\n"
256+
" Py_MOD_PER_INTERPRETER_GIL_SUPPORTED)"
257+
msgstr ""
258+
248259
msgid ""
249260
"The module depends on the presence of the global interpreter lock (GIL), and "
250261
"may access global state without synchronization."
@@ -265,6 +276,15 @@ msgid ""
265276
"``Py_MOD_GIL_USED``."
266277
msgstr ""
267278

279+
msgid ""
280+
"For historical reasons, the values are declared as pointers (``void *``). "
281+
"When using :c:type:`PySlot` arrays, use :c:macro:`PySlot_DATA` for :c:macro:"
282+
"`!Py_mod_gil`:"
283+
msgstr ""
284+
285+
msgid "PySlot_DATA(Py_mod_gil, Py_MOD_GIL_NOT_USED)"
286+
msgstr ""
287+
268288
msgid "Creation and initialization slots"
269289
msgstr ""
270290

whatsnew/changelog.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.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-06-15 18:22+0000\n"
15+
"POT-Creation-Date: 2026-06-17 16:52+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717
"Last-Translator: python-doc bot, 2026\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -53,6 +53,11 @@ msgstr "Pengujian"
5353
msgid ":gh:`151130`: Add more tests for ``PyWeakref_*`` C API."
5454
msgstr ""
5555

56+
msgid ""
57+
":gh:`150966`: Avoid prematurely terminating failing live sampling profiler "
58+
"test targets, which made stderr assertions flaky on ASAN buildbots."
59+
msgstr ""
60+
5661
msgid ""
5762
":gh:`148853`: Fix tests failing on FreeBSD in test.support's "
5863
"in_systemd_nspawn_sync_suppressed() due to unreadable /run directory."
@@ -61,6 +66,13 @@ msgstr ""
6166
msgid "Security"
6267
msgstr "Keamanan"
6368

69+
msgid ""
70+
":gh:`151544`: :file:`Modules/Setup.local` is no longer used as a landmark to "
71+
"discover whether Python is running in a source tree, as it could potentially "
72+
"affect actual installs. The :file:`pybuilddir.txt` file is now the sole "
73+
"indicator of running in a source tree."
74+
msgstr ""
75+
6476
msgid ":gh:`151159`: Update macOS installer to use OpenSSL 3.5.7."
6577
msgstr ""
6678

@@ -131,6 +143,13 @@ msgid ""
131143
"``VIRTUAL_ENV_DISABLE_PROMPT``."
132144
msgstr ""
133145

146+
msgid ""
147+
":gh:`150771`: Fix :mod:`email` messages created with ``shift_jis`` or ``euc-"
148+
"jp`` charsets. ``set_content()`` now stores the payload using the output "
149+
"charset (``iso-2022-jp``) so printing the message no longer raises :exc:"
150+
"`UnicodeEncodeError`."
151+
msgstr ""
152+
134153
msgid ""
135154
":gh:`151039`: Fix a crash when static :mod:`datetime` types outlive the "
136155
"``_datetime`` module."
@@ -206,6 +225,12 @@ msgid ""
206225
"concurrently mutated."
207226
msgstr ""
208227

228+
msgid ""
229+
":gh:`120665`: Fixed an issue where ``unittest`` loaders would load and "
230+
"instantiate :class:`unittest.TestCase`-derived subclasses that are also "
231+
"abstract base classes, which can't be instantiated."
232+
msgstr ""
233+
209234
msgid ""
210235
":gh:`91099`: :meth:`imaplib.IMAP4.login` now raises exceptions with :class:"
211236
"`str` instead of :class:`bytes`. Patch by Florian Best."
@@ -244,12 +269,24 @@ msgstr ""
244269
msgid "Core and Builtins"
245270
msgstr "Inti dan Bawaan"
246271

272+
msgid ""
273+
":gh:`151546`: Fix the stack limit check if Python is linked to musl (ex: "
274+
"Alpine Linux). Use the stack size set by the linker to compute the stack "
275+
"limits. Patch by Victor Stinner."
276+
msgstr ""
277+
247278
msgid ""
248279
":gh:`151461`: Fix direct execution of files with invalid source encodings to "
249280
"report the underlying codec lookup or decoding error instead of the generic "
250281
"``SyntaxError: encoding problem`` message. Patch by Bartosz Sławecki."
251282
msgstr ""
252283

284+
msgid ""
285+
":gh:`151218`: :c:func:`PyConfig_Set` and :func:`sys.set_int_max_str_digits` "
286+
"now replace :data:`sys.flags` (create a new object), instead of modifying :"
287+
"data:`sys.flags` in-place. Patch by Victor Stinner."
288+
msgstr ""
289+
253290
msgid ""
254291
":gh:`151297`: Fix an invalid pointer dereference that could occur when "
255292
"calling :c:func:`PyObject_Realloc` with a NULL pointer in :term:`free-"

0 commit comments

Comments
 (0)