Skip to content

Commit dbe68d7

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

18 files changed

Lines changed: 201 additions & 59 deletions

howto/curses.po

Lines changed: 4 additions & 3 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-11 17:33+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+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/"
@@ -79,8 +79,9 @@ msgid ""
7979
msgstr ""
8080

8181
msgid ""
82-
"The Windows version of Python doesn't include the :mod:`curses` module. A "
83-
"ported version called :pypi:`UniCurses` is available."
82+
"The Windows version of Python doesn't include the :mod:`curses` module. The "
83+
"third-party :pypi:`windows-curses` package provides the same interface on "
84+
"Windows."
8485
msgstr ""
8586

8687
msgid "The Python curses module"

howto/mro.po

Lines changed: 2 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-23 16:23+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+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/"
@@ -31,7 +31,7 @@ msgid ""
3131
"in Python 2.3, but it is still used in later versions -- including Python 3."
3232
msgstr ""
3333

34-
msgid "By `Michele Simionato <https://www.phyast.pitt.edu/~micheles/>`__."
34+
msgid "By `Michele Simionato <https://github.com/micheles>`__."
3535
msgstr ""
3636

3737
msgid "Abstract"

library/bisect.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-09 16:27+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+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/"

library/collections.abc.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-09 16:27+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+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/curses.po

Lines changed: 7 additions & 3 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-29 16:50+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/"
@@ -966,7 +966,9 @@ msgstr ""
966966
msgid "Return a tuple ``(y, x)`` of coordinates of upper-left corner."
967967
msgstr ""
968968

969-
msgid "Return the given window's current background character/attribute pair."
969+
msgid ""
970+
"Return the given window's current background character/attribute pair. Its "
971+
"components can be extracted like those of :meth:`inch`."
970972
msgstr ""
971973

972974
msgid ""
@@ -1038,7 +1040,9 @@ msgstr ""
10381040

10391041
msgid ""
10401042
"Return the character at the given position in the window. The bottom 8 bits "
1041-
"are the character proper, and upper bits are the attributes."
1043+
"are the character proper and the upper bits are the attributes; extract them "
1044+
"with the :data:`A_CHARTEXT` and :data:`A_ATTRIBUTES` bit-masks, and the "
1045+
"color pair with :func:`pair_number`."
10421046
msgstr ""
10431047

10441048
msgid ""

library/hashlib.po

Lines changed: 12 additions & 6 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-29 16:50+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/"
@@ -63,12 +63,18 @@ msgstr ""
6363

6464
msgid ""
6565
"Constructors for hash algorithms that are always present in this module are :"
66-
"func:`sha1`, :func:`sha224`, :func:`sha256`, :func:`sha384`, :func:"
67-
"`sha512`, :func:`sha3_224`, :func:`sha3_256`, :func:`sha3_384`, :func:"
66+
"func:`md5`, :func:`sha1`, :func:`sha224`, :func:`sha256`, :func:`sha384`, :"
67+
"func:`sha512`, :func:`sha3_224`, :func:`sha3_256`, :func:`sha3_384`, :func:"
6868
"`sha3_512`, :func:`shake_128`, :func:`shake_256`, :func:`blake2b`, and :func:"
69-
"`blake2s`. :func:`md5` is normally available as well, though it may be "
70-
"missing or blocked if you are using a rare \"FIPS compliant\" build of "
71-
"Python. These correspond to :data:`algorithms_guaranteed`."
69+
"`blake2s`. These correspond to :data:`algorithms_guaranteed`."
70+
msgstr ""
71+
72+
msgid ""
73+
"Any of these may nonetheless be missing or blocked in unusual environments, "
74+
"such as a rare \"FIPS compliant\" build of Python or when OpenSSL's \"FIPS "
75+
"mode\" is configured to exclude some algorithms from its default provider. "
76+
"Calling the constructor of an algorithm that is unavailable raises :exc:"
77+
"`ValueError`."
7278
msgstr ""
7379

7480
msgid ""

library/http.client.po

Lines changed: 2 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-23 16:23+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+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/"
@@ -426,7 +426,7 @@ msgstr ""
426426
msgid ""
427427
"The maximum number of allowed response headers to help prevent denial-of-"
428428
"service attacks. By default, the maximum number of allowed headers is set to "
429-
"100."
429+
"100. The same limit applies to the trailer section of a chunked response."
430430
msgstr ""
431431

432432
msgid ""

library/importlib.resources.po

Lines changed: 1 addition & 1 deletion
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-07 15:19+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"

library/itertools.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.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-29 16:50+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/"
@@ -445,6 +445,12 @@ msgid ""
445445
" yield from iterable"
446446
msgstr ""
447447

448+
msgid ""
449+
"Note that :ref:`unpacking in comprehensions <unpacking-comprehensions>` "
450+
"provides similar functionality so that ``list(chain(p, q))`` could be "
451+
"written as ``[*s for s in (p, q)]``."
452+
msgstr ""
453+
448454
msgid ""
449455
"Alternate constructor for :func:`chain`. Gets chained inputs from a single "
450456
"iterable argument that is evaluated lazily. Roughly equivalent to::"
@@ -457,6 +463,12 @@ msgid ""
457463
" yield from iterable"
458464
msgstr ""
459465

466+
msgid ""
467+
"Note that :ref:`unpacking in comprehensions <unpacking-comprehensions>` "
468+
"provides similar functionality so that ``list(chain."
469+
"from_iterable(iterables))`` could be written as ``[*s for s in iterables]``."
470+
msgstr ""
471+
460472
msgid "Return *r* length subsequences of elements from the input *iterable*."
461473
msgstr ""
462474

library/numbers.po

Lines changed: 2 additions & 17 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-23 16:23+0000\n"
11+
"POT-Creation-Date: 2026-06-29 16:50+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"
@@ -105,22 +105,7 @@ msgstr ""
105105
msgid ""
106106
"Implementers should be careful to make equal numbers equal and hash them to "
107107
"the same values. This may be subtle if there are two different extensions of "
108-
"the real numbers. For example, :class:`fractions.Fraction` implements :func:"
109-
"`hash` as follows::"
110-
msgstr ""
111-
112-
msgid ""
113-
"def __hash__(self):\n"
114-
" if self.denominator == 1:\n"
115-
" # Get integers right.\n"
116-
" return hash(self.numerator)\n"
117-
" # Expensive check, but definitely correct.\n"
118-
" if self == float(self):\n"
119-
" return hash(float(self))\n"
120-
" else:\n"
121-
" # Use tuple's hash to avoid a high collision rate on\n"
122-
" # simple fractions.\n"
123-
" return hash((self.numerator, self.denominator))"
108+
"the real numbers. See also :ref:`numeric-hash`."
124109
msgstr ""
125110

126111
msgid "Adding More Numeric ABCs"

0 commit comments

Comments
 (0)