Skip to content

Commit b4aa450

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 9a21340 commit b4aa450

8 files changed

Lines changed: 54 additions & 35 deletions

File tree

library/curses.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-07-27 16:10+0000\n"
14+
"POT-Creation-Date: 2026-08-15 14:15+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/dataclasses.po

Lines changed: 19 additions & 12 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-08-15 14:15+0000\n"
14+
"POT-Creation-Date: 2026-08-17 14:20+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/"
@@ -346,9 +346,9 @@ msgid ""
346346
msgstr ""
347347

348348
msgid ""
349-
"As shown above, the :const:`MISSING` value is a sentinel object used to "
350-
"detect if some parameters are provided by the user. This sentinel is used "
351-
"because ``None`` is a valid value for some parameters with a distinct "
349+
"As shown above, the :const:`MISSING` value is a :class:`sentinel` object "
350+
"used to detect if some parameters are provided by the user. This sentinel is "
351+
"used because ``None`` is a valid value for some parameters with a distinct "
352352
"meaning. No code should directly use the :const:`MISSING` value."
353353
msgstr ""
354354

@@ -663,17 +663,21 @@ msgid ""
663663
" return is_dataclass(obj) and not isinstance(obj, type)"
664664
msgstr ""
665665

666-
msgid "A sentinel value signifying a missing default or default_factory."
666+
msgid ""
667+
"A :class:`sentinel` object signifying a missing default or *default_factory*."
668+
msgstr ""
669+
670+
msgid ":const:`!MISSING` is now a :class:`sentinel` object."
667671
msgstr ""
668672

669673
msgid ""
670-
"A sentinel value used as a type annotation. Any fields after a pseudo-field "
671-
"with the type of :const:`!KW_ONLY` are marked as keyword-only fields. Note "
672-
"that a pseudo-field of type :const:`!KW_ONLY` is otherwise completely "
673-
"ignored. This includes the name of such a field. By convention, a name of "
674-
"``_`` is used for a :const:`!KW_ONLY` field. Keyword-only fields signify :"
675-
"meth:`~object.__init__` parameters that must be specified as keywords when "
676-
"the class is instantiated."
674+
"A :class:`sentinel` object used as a type annotation. Any fields after a "
675+
"pseudo-field with the type of :const:`!KW_ONLY` are marked as keyword-only "
676+
"fields. Note that a pseudo-field of type :const:`!KW_ONLY` is otherwise "
677+
"completely ignored. This includes the name of such a field. By convention, "
678+
"a name of ``_`` is used for a :const:`!KW_ONLY` field. Keyword-only fields "
679+
"signify :meth:`~object.__init__` parameters that must be specified as "
680+
"keywords when the class is instantiated."
677681
msgstr ""
678682

679683
msgid ""
@@ -697,6 +701,9 @@ msgid ""
697701
"type is :const:`!KW_ONLY`."
698702
msgstr ""
699703

704+
msgid ":const:`!KW_ONLY` is now a :class:`sentinel` object."
705+
msgstr ""
706+
700707
msgid ""
701708
"Raised when an implicitly defined :meth:`~object.__setattr__` or :meth:"
702709
"`~object.__delattr__` is called on a dataclass which was defined with "

library/glob.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-07-27 16:10+0000\n"
14+
"POT-Creation-Date: 2026-08-17 14:20+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/http.server.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-07-25 14:57+0000\n"
14+
"POT-Creation-Date: 2026-08-15 14:15+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/imaplib.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-07-25 14:57+0000\n"
14+
"POT-Creation-Date: 2026-08-15 14:15+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: 17 additions & 17 deletions
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-08-05 15:56+0000\n"
15+
"POT-Creation-Date: 2026-08-17 14:20+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/"
@@ -883,7 +883,7 @@ msgid "[sign] ['0x'] integer ['.' fraction] ['p' exponent]"
883883
msgstr ""
884884

885885
msgid ""
886-
"where the optional ``sign`` may by either ``+`` or ``-``, ``integer`` and "
886+
"where the optional ``sign`` may be either ``+`` or ``-``, ``integer`` and "
887887
"``fraction`` are strings of hexadecimal digits, and ``exponent`` is a "
888888
"decimal integer with an optional leading sign. Case is not significant, and "
889889
"there must be at least one hexadecimal digit in either the integer or the "
@@ -1566,8 +1566,8 @@ msgid ""
15661566
msgstr ""
15671567

15681568
msgid ""
1569-
"Retrieve the item at *index* and also removes it from *sequence*. By "
1570-
"default, the last item in *sequence* is removed and returned."
1569+
"Retrieve the item at *index* and also remove it from *sequence*. By default, "
1570+
"the last item in *sequence* is removed and returned."
15711571
msgstr ""
15721572

15731573
msgid "Remove the first item from *sequence* where ``sequence[i] == value``."
@@ -2576,8 +2576,8 @@ msgid ""
25762576
"those characters defined in the Unicode character database as \"Letter\", i."
25772577
"e., those with general category property being one of \"Lm\", \"Lt\", "
25782578
"\"Lu\", \"Ll\", or \"Lo\". Note that this is different from the `Alphabetic "
2579-
"property defined in the section 4.10 'Letters, Alphabetic, and Ideographic' "
2580-
"of the Unicode Standard <https://www.unicode.org/versions/Unicode17.0.0/core-"
2579+
"property defined in section 4.10 'Letters, Alphabetic, and Ideographic' of "
2580+
"the Unicode Standard <https://www.unicode.org/versions/Unicode17.0.0/core-"
25812581
"spec/chapter-4/#G91002>`__. For example:"
25822582
msgstr ""
25832583

@@ -3559,7 +3559,7 @@ msgid ""
35593559
"'0.333333'\n"
35603560
">>> f'{one_third:_^+10}'\n"
35613561
"'___+1/3___'\n"
3562-
">>> >>> f'{one_third!r:_^20}'\n"
3562+
">>> f'{one_third!r:_^20}'\n"
35633563
"'___Fraction(1, 3)___'\n"
35643564
">>> f'{one_third = :~>10}~'\n"
35653565
"'one_third = ~~~~~~~1/3~'"
@@ -3569,13 +3569,13 @@ msgid "Template String Literals (t-strings)"
35693569
msgstr ""
35703570

35713571
msgid ""
3572-
"An :dfn:`t-string` (formally a :dfn:`template string literal`) is a string "
3572+
"A :dfn:`t-string` (formally a :dfn:`template string literal`) is a string "
35733573
"literal that is prefixed with ``t`` or ``T``."
35743574
msgstr ""
35753575

35763576
msgid ""
35773577
"These strings follow the same syntax and evaluation rules as :ref:`formatted "
3578-
"string literals <stdtypes-fstrings>`, with for the following differences:"
3578+
"string literals <stdtypes-fstrings>`, with the following differences:"
35793579
msgstr ""
35803580

35813581
msgid ""
@@ -3607,7 +3607,7 @@ msgid ""
36073607
"whitespace. The :class:`!Interpolation` instance for the expression will be "
36083608
"created as normal, except that :attr:`~string.templatelib.Interpolation."
36093609
"conversion` will be set to '``r``' (:func:`repr`) by default. If an explicit "
3610-
"conversion or format specifier are provided, this will override the default "
3610+
"conversion or format specifier is provided, this will override the default "
36113611
"behaviour."
36123612
msgstr ""
36133613

@@ -4089,8 +4089,8 @@ msgid ""
40894089
msgstr ""
40904090

40914091
msgid ""
4092-
"This :class:`bytearray` class method returns bytearray object, decoding the "
4093-
"given string object. The string must contain two hexadecimal digits per "
4092+
"This :class:`bytearray` class method returns a bytearray object, decoding "
4093+
"the given string object. The string must contain two hexadecimal digits per "
40944094
"byte, with ASCII whitespace being ignored."
40954095
msgstr ""
40964096

@@ -4861,7 +4861,7 @@ msgid ""
48614861
"*interpolation* operator. Given ``format % values`` (where *format* is a "
48624862
"bytes object), ``%`` conversion specifications in *format* are replaced with "
48634863
"zero or more elements of *values*. The effect is similar to using the :c:"
4864-
"func:`sprintf` in the C language."
4864+
"func:`sprintf` function in the C language."
48654865
msgstr ""
48664866

48674867
msgid ""
@@ -4948,7 +4948,7 @@ msgstr ""
49484948

49494949
msgid ""
49504950
"``len(view)`` is equal to the length of :meth:`~memoryview.tolist`, which is "
4951-
"the nested list representation of the view. If ``view.ndim = 1``, this is "
4951+
"the nested list representation of the view. If ``view.ndim == 1``, this is "
49524952
"equal to the number of elements in the view."
49534953
msgstr ""
49544954

@@ -5056,7 +5056,7 @@ msgid ""
50565056
"Sequence`"
50575057
msgstr ""
50585058

5059-
msgid "memoryviews can now be indexed with tuple of integers."
5059+
msgid "memoryviews can now be indexed with a tuple of integers."
50605060
msgstr ""
50615061

50625062
msgid "memoryview is now a :term:`generic type`."
@@ -6735,7 +6735,7 @@ msgid ""
67356735
msgstr ""
67366736

67376737
msgid ""
6738-
"The ``|`` operand cannot be used at runtime to define unions where one or "
6738+
"The ``|`` operator cannot be used at runtime to define unions where one or "
67396739
"more members is a forward reference. For example, ``int | \"Foo\"``, where "
67406740
"``\"Foo\"`` is a reference to a class not yet defined, will fail at runtime. "
67416741
"For unions which include forward references, present the whole expression as "
@@ -6913,7 +6913,7 @@ msgstr "Metode-Metode"
69136913
msgid ""
69146914
"Methods are functions that are called using the attribute notation. There "
69156915
"are two flavors: :ref:`built-in methods <builtin-methods>` (such as :meth:"
6916-
"`~list.append` on lists) and :ref:`class instance method <instance-"
6916+
"`~list.append` on lists) and :ref:`class instance methods <instance-"
69176917
"methods>`. Built-in methods are described with the types that support them."
69186918
msgstr ""
69196919

library/warnings.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-07-25 14:57+0000\n"
14+
"POT-Creation-Date: 2026-08-15 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

whatsnew/changelog.po

Lines changed: 13 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-08-15 14:15+0000\n"
15+
"POT-Creation-Date: 2026-08-17 14:20+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/"
@@ -88,6 +88,11 @@ msgid ""
8888
"filtering a thread updates frame widths and totals."
8989
msgstr ""
9090

91+
msgid ""
92+
":gh:`153158`: Remove the erroneous *width* argument of :meth:`!calendar."
93+
"HTMLCalendar.formatmonthpage`, which could drop the year from the heading."
94+
msgstr ""
95+
9196
msgid ""
9297
":gh:`113329`: Fix :exc:`OSError` being raised when trying to run doctests on "
9398
"a class objects in the REPL. Patch by Sten Wessel."
@@ -101,6 +106,13 @@ msgid ""
101106
"a ``__typing_subst__`` hook after the alias parameters have been cached."
102107
msgstr ""
103108

109+
msgid ""
110+
":gh:`155515`: Track the internal HAMT iterators, which back iteration over "
111+
"a :class:`contextvars.Context`, with the garbage collector. A reference "
112+
"cycle running through such an iterator was never collected, leaking the "
113+
"whole context it iterated over."
114+
msgstr ""
115+
104116
msgid "Python 3.15.0 release candidate 1"
105117
msgstr ""
106118

0 commit comments

Comments
 (0)