Skip to content

Commit 5753b36

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 6ec0fba commit 5753b36

9 files changed

Lines changed: 138 additions & 28 deletions

File tree

c-api/long.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-07 15:19+0000\n"
14+
"POT-Creation-Date: 2026-06-27 15:10+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/"

c-api/type.po

Lines changed: 3 additions & 2 deletions
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-19 16:29+0000\n"
14+
"POT-Creation-Date: 2026-06-27 15:10+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/"
@@ -701,7 +701,8 @@ msgid ""
701701
msgstr ""
702702

703703
msgid ""
704-
"The base is not variable-sized (its :c:member:`~PyTypeObject.tp_itemsize`)."
704+
"The base is not variable-sized (its :c:member:`~PyTypeObject.tp_itemsize` is "
705+
"zero)."
705706
msgstr ""
706707

707708
msgid ""

deprecations/index.po

Lines changed: 7 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-25 16:18+0000\n"
14+
"POT-Creation-Date: 2026-06-27 15:10+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/"
@@ -788,6 +788,12 @@ msgid ""
788788
"`148100`.)"
789789
msgstr ""
790790

791+
msgid ""
792+
"Using ``'F'`` and ``'D'`` format type codes of the :mod:`struct` module now "
793+
"are :term:`soft deprecated` in favor of two-letter forms ``'Zf'`` and "
794+
"``'Zd'``. (Contributed by Sergey B Kirpichev in :gh:`121249`.)"
795+
msgstr ""
796+
791797
msgid "C API deprecations"
792798
msgstr ""
793799

library/collections.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-07 15:19+0000\n"
14+
"POT-Creation-Date: 2026-06-27 15:10+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

library/stdtypes.po

Lines changed: 7 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-09 16:27+0000\n"
15+
"POT-Creation-Date: 2026-06-27 15:10+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: python-doc bot, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -6166,6 +6166,12 @@ msgid ""
61666166
"signifying (respectively) the types of the frozendict's keys and values."
61676167
msgstr ""
61686168

6169+
msgid ""
6170+
"Similar to :meth:`dict.fromkeys`, but call again the type constructor with "
6171+
"an initialized :class:`frozendict` if the type is a :class:`frozendict` "
6172+
"subclass or if the constructor returned a :class:`frozendict`."
6173+
msgstr ""
6174+
61696175
msgid "Context Manager Types"
61706176
msgstr ""
61716177

library/struct.po

Lines changed: 14 additions & 17 deletions
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-23 16:23+0000\n"
14+
"POT-Creation-Date: 2026-06-27 15:10+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -436,7 +436,7 @@ msgstr "``d``"
436436
msgid ":c:expr:`double`"
437437
msgstr ""
438438

439-
msgid "``F``"
439+
msgid "``Zf``"
440440
msgstr ""
441441

442442
msgid ":c:expr:`float complex`"
@@ -448,7 +448,7 @@ msgstr ""
448448
msgid "\\(10)"
449449
msgstr ""
450450

451-
msgid "``D``"
451+
msgid "``Zd``"
452452
msgstr ""
453453

454454
msgid ":c:expr:`double complex`"
@@ -457,12 +457,6 @@ msgstr ""
457457
msgid "16"
458458
msgstr "16"
459459

460-
msgid "``Zf``"
461-
msgstr ""
462-
463-
msgid "``Zd``"
464-
msgstr ""
465-
466460
msgid "``s``"
467461
msgstr "``s``"
468462

@@ -499,7 +493,9 @@ msgstr ""
499493
msgid "Added support for the ``'F'`` and ``'D'`` formats."
500494
msgstr ""
501495

502-
msgid "Added support for the ``'Zf'`` and ``'Zd'`` formats."
496+
msgid ""
497+
"Added support for the ``'Zf'`` and ``'Zd'`` formats. ``'F'`` and ``'D'`` "
498+
"formats are :term:`soft deprecated`."
503499
msgstr ""
504500

505501
msgid ""
@@ -592,13 +588,14 @@ msgid ""
592588
msgstr ""
593589

594590
msgid ""
595-
"For the ``'F'`` and ``'D'`` format characters, the packed representation "
596-
"uses the IEEE 754 binary32 and binary64 format for components of the complex "
597-
"number, regardless of the floating-point format used by the platform. Note "
598-
"that complex types (``F``/``Zf`` and ``D``/``Zd``) are available "
599-
"unconditionally, despite complex types being an optional feature in C. As "
600-
"specified in the C11 standard, each complex type is represented by a two-"
601-
"element C array containing, respectively, the real and imaginary parts."
591+
"For the ``'Zf'`` and ``'Zd'`` type codes, the packed representation uses the "
592+
"IEEE 754 binary32 and binary64 format for components of the complex number, "
593+
"regardless of the floating-point format used by the platform. Note that "
594+
"complex types are available unconditionally, despite complex types being an "
595+
"optional feature in C. As specified in the C11 standard, each complex type "
596+
"is represented by a two-element C array containing, respectively, the real "
597+
"and imaginary parts. The ``'F'`` and ``'D'`` (for ``'Zf'`` and ``'Zd'``, "
598+
"respectively) format characters are supported for compatibility."
602599
msgstr ""
603600

604601
msgid ""

library/tkinter.messagebox.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-06-19 16:29+0000\n"
11+
"POT-Creation-Date: 2026-06-27 15:10+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"
@@ -158,7 +158,7 @@ msgstr ""
158158

159159
msgid ""
160160
"Ask if operation should be retried. Shows buttons :data:`RETRY` and :data:"
161-
"`CANCEL`. Return ``True`` if the answer is yes and ``False`` otherwise."
161+
"`CANCEL`. Return ``True`` if the answer is retry and ``False`` otherwise."
162162
msgstr ""
163163

164164
msgid ""

library/tkinter.po

Lines changed: 19 additions & 2 deletions
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-25 16:18+0000\n"
14+
"POT-Creation-Date: 2026-06-27 15:10+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -1098,7 +1098,9 @@ msgid ""
10981098
"The standard X cursor names from :file:`cursorfont.h` can be used, without "
10991099
"the ``XC_`` prefix. For example to get a hand cursor (``XC_hand2``), use "
11001100
"the string ``\"hand2\"``. You can also specify a bitmap and mask file of "
1101-
"your own. See page 179 of Ousterhout's book."
1101+
"your own. On Windows a cursor file (:file:`.cur` or :file:`.ani`) may be "
1102+
"used directly, giving its path preceded with an ``@``, as in ``\"@C:/cursors/"
1103+
"bart.ani\"``. See page 179 of Ousterhout's book."
11021104
msgstr ""
11031105

11041106
msgid "distance"
@@ -1356,6 +1358,21 @@ msgstr ""
13561358
msgid "delta"
13571359
msgstr ""
13581360

1361+
msgid ""
1362+
"The ``add`` parameter above only affects the bindings you make yourself. "
1363+
"Every widget also inherits *class bindings* that implement its standard "
1364+
"behavior -- for example a :class:`Text` widget binds :kbd:`Control-t` to "
1365+
"transpose two characters. These are described in the bindings section of the "
1366+
"widget's Tk man page (such as :manpage:`text(3tk)` or :manpage:`entry(3tk)`)."
1367+
msgstr ""
1368+
1369+
msgid ""
1370+
"Class bindings are processed separately from your own, so binding an event "
1371+
"yourself does not replace the default; both run. To suppress an unwanted "
1372+
"default binding, bind the event on the widget and return the string "
1373+
"``\"break\"`` from your callback."
1374+
msgstr ""
1375+
13591376
msgid "The index parameter"
13601377
msgstr ""
13611378

whatsnew/changelog.po

Lines changed: 84 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-25 16:18+0000\n"
15+
"POT-Creation-Date: 2026-06-27 15:10+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/"
@@ -60,6 +60,67 @@ msgid ""
6060
"exc:`MemoryError` happens. Patch by Amrutha Modela."
6161
msgstr ""
6262

63+
msgid ""
64+
":gh:`71880`: :class:`curses.textpad.Textbox` now lets the lower-right cell "
65+
"of the window be edited. Writing it with :meth:`~curses.window.addch` would "
66+
"move the cursor past the end of the window, raising an error and scrolling a "
67+
"scrollable window, so it is now written with :meth:`~curses.window.insch`, "
68+
"which keeps the cursor in place."
69+
msgstr ""
70+
71+
msgid ""
72+
":gh:`88758`: :meth:`!tkinter.Misc.focus_get`, :meth:`!focus_displayof`, :"
73+
"meth:`!focus_lastfor` and :meth:`!winfo_containing` now return ``None`` "
74+
"instead of raising :exc:`KeyError` when the widget was not created by :mod:"
75+
"`tkinter` (for example a torn-off menu)."
76+
msgstr ""
77+
78+
msgid ""
79+
":gh:`38464`: :meth:`!tkinter.Misc.nametowidget` now resolves the auto-"
80+
"generated names of cloned menus (a menu used as a menubar or a cascade) back "
81+
"to the original widget."
82+
msgstr ""
83+
84+
msgid ""
85+
":gh:`80937`: Fix a memory leak in :mod:`tkinter` when a Tcl command created "
86+
"with ``createcommand`` was not explicitly removed before the interpreter was "
87+
"deleted. The command no longer keeps the interpreter alive through a "
88+
"reference cycle."
89+
msgstr ""
90+
91+
msgid ""
92+
":gh:`152246`: Fix the pure-Python :mod:`zoneinfo` parser accepting an "
93+
"invalid POSIX TZ transition rule with a non-period separator. Patch by "
94+
"tonghuaroot."
95+
msgstr ""
96+
97+
msgid ""
98+
":gh:`139816`: Fix a hang in :mod:`tkinter` on interactive Python built "
99+
"without :mod:`readline`. An exception raised in a callback no longer causes "
100+
"the event loop to stop and wait for the user to press Enter; pending "
101+
"callbacks now keep running until input is actually available on stdin."
102+
msgstr ""
103+
104+
msgid ""
105+
":gh:`139145`: Fix a busy loop in :mod:`tkinter` on interactive Python. When "
106+
"a Tcl command running its own event loop (such as ``vwait`` or :meth:`!"
107+
"wait_variable`) was active and input arrived on stdin, the event loop kept "
108+
"spinning at 100% CPU. The stdin file handler is now removed as soon as input "
109+
"is available. Based on a patch by Michiel de Hoon."
110+
msgstr ""
111+
112+
msgid ""
113+
":gh:`152212`: Fix the pure-Python :mod:`zoneinfo` parser accepting a POSIX "
114+
"TZ string with a ``std`` abbreviation but no offset. This is invalid per "
115+
"POSIX and now raises :exc:`ValueError`, matching the C accelerator. Patch by "
116+
"tonghuaroot."
117+
msgstr ""
118+
119+
msgid ""
120+
":gh:`152156`: Fix a possible crash in :func:`concurrent.interpreters.create` "
121+
"under limited memory conditions."
122+
msgstr ""
123+
63124
msgid ""
64125
":gh:`151763`: Fix crash in :func:`!_interpqueues.create` whe :exc:"
65126
"`MemoryError` happens on queue creation."
@@ -76,6 +137,11 @@ msgid ""
76137
"second part is zero, matching the pure-Python implementation."
77138
msgstr ""
78139

140+
msgid ""
141+
":gh:`152052`: The :mod:`json` C accelerator now correctly reports an "
142+
"unterminated string for a ``\\uXXXX`` escape at the end of the input."
143+
msgstr ""
144+
79145
msgid ""
80146
":gh:`152060`: Fix :meth:`datetime.datetime.fromisoformat` raising :exc:"
81147
"`AssertionError` instead of :exc:`ValueError` for some malformed strings in "
@@ -125,6 +191,23 @@ msgstr ""
125191
msgid "Core and Builtins"
126192
msgstr "Inti dan Bawaan"
127193

194+
msgid ""
195+
":gh:`152235`: Defer GC tracking of :meth:`set.intersection`, :meth:`set."
196+
"difference`, :meth:`set.symmetric_difference`, :meth:`set.union` and ``set."
197+
"__sub__``. Patch by Donghee Na."
198+
msgstr ""
199+
200+
msgid ""
201+
":gh:`152235`: Defer GC tracking of a :class:`set` or :class:`frozenset` to "
202+
"the end of its construction from iterable. Patch by Donghee Na."
203+
msgstr ""
204+
205+
msgid ""
206+
":gh:`151722`: :meth:`!frozendict.fromkeys` now only tracks the :class:"
207+
"`frozendict` in the garbage collector once the dictionary is fully "
208+
"initialized. Patch by Donghee Na and Victor Stinner."
209+
msgstr ""
210+
128211
msgid ""
129212
":gh:`151763`: Fixes possible crash on :class:`types.CodeType` deallocation."
130213
msgstr ""

0 commit comments

Comments
 (0)