Skip to content

Commit 87c6413

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 3781a21 commit 87c6413

14 files changed

Lines changed: 139 additions & 94 deletions

File tree

c-api/import.po

Lines changed: 1 addition & 6 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-06-02 00:16+0000\n"
15+
"POT-Creation-Date: 2026-06-09 16:27+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/"
@@ -381,11 +381,6 @@ msgstr ""
381381
msgid "Make all imports lazy by default."
382382
msgstr ""
383383

384-
msgid ""
385-
"Disable lazy imports entirely. Even explicit ``lazy`` statements become "
386-
"eager imports."
387-
msgstr ""
388-
389384
msgid ""
390385
"This function is a building block that enables embedders to implement the :"
391386
"py:meth:`~importlib.abc.Loader.create_module` step of custom static "

c-api/typeobj.po

Lines changed: 8 additions & 9 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-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-09 16:27+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/"
@@ -3305,8 +3305,8 @@ msgid ""
33053305
msgstr ""
33063306

33073307
msgid ""
3308-
"Check if the request can be met. If not, raise :exc:`BufferError`, set :c:"
3309-
"expr:`view->obj` to ``NULL`` and return ``-1``."
3308+
"Check if the request can be met. If not, raise :exc:`BufferError`, set "
3309+
"``view->obj`` to ``NULL`` and return ``-1``."
33103310
msgstr ""
33113311

33123312
msgid "Fill in the requested fields."
@@ -3315,8 +3315,7 @@ msgstr ""
33153315
msgid "Increment an internal counter for the number of exports."
33163316
msgstr ""
33173317

3318-
msgid ""
3319-
"Set :c:expr:`view->obj` to *exporter* and increment :c:expr:`view->obj`."
3318+
msgid "Set ``view->obj`` to *exporter* and increment ``view->obj``."
33203319
msgstr ""
33213320

33223321
msgid "Return ``0``."
@@ -3356,13 +3355,13 @@ msgid ""
33563355
msgstr ""
33573356

33583357
msgid ""
3359-
"Re-export: Each member of the tree acts as the exporting object and sets :c:"
3360-
"expr:`view->obj` to a new reference to itself."
3358+
"Re-export: Each member of the tree acts as the exporting object and sets "
3359+
"``view->obj`` to a new reference to itself."
33613360
msgstr ""
33623361

33633362
msgid ""
33643363
"Redirect: The buffer request is redirected to the root object of the tree. "
3365-
"Here, :c:expr:`view->obj` will be a new reference to the root object."
3364+
"Here, ``view->obj`` will be a new reference to the root object."
33663365
msgstr ""
33673366

33683367
msgid ""
@@ -3426,7 +3425,7 @@ msgid ""
34263425
msgstr ""
34273426

34283427
msgid ""
3429-
"This function MUST NOT decrement :c:expr:`view->obj`, since that is done "
3428+
"This function MUST NOT decrement ``view->obj``, since that is done "
34303429
"automatically in :c:func:`PyBuffer_Release` (this scheme is useful for "
34313430
"breaking reference cycles)."
34323431
msgstr ""

howto/functional.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-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-09 16:27+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/"
@@ -1281,7 +1281,7 @@ msgid ""
12811281
">>> functools.reduce(operator.concat, [])\n"
12821282
"Traceback (most recent call last):\n"
12831283
" ...\n"
1284-
"TypeError: reduce() of empty sequence with no initial value\n"
1284+
"TypeError: reduce() of empty iterable with no initial value\n"
12851285
">>> functools.reduce(operator.mul, [1, 2, 3], 1)\n"
12861286
"6\n"
12871287
">>> functools.reduce(operator.mul, [], 1)\n"

library/argparse.po

Lines changed: 14 additions & 4 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-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-09 16:27+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/"
@@ -567,9 +567,8 @@ msgid ""
567567
msgstr ""
568568

569569
msgid ""
570-
"Empty lines are treated as empty strings (``''``), which are allowed as "
571-
"values but not as arguments. Empty lines that are read as arguments will "
572-
"result in an \"unrecognized arguments\" error."
570+
"Each line is treated as a single argument, so an empty line is read as an "
571+
"empty string (``''``)."
573572
msgstr ""
574573

575574
msgid ""
@@ -1328,6 +1327,12 @@ msgid ""
13281327
"Namespace(foo=42)"
13291328
msgstr ""
13301329

1330+
msgid ""
1331+
"Because ``nargs='*'`` gathers any supplied values into a list, an absent "
1332+
"positional argument yields an empty list (``[]``). Only a non-``None`` "
1333+
"*default* overrides this (so ``default=None`` still gives ``[]``)."
1334+
msgstr ""
1335+
13311336
msgid ""
13321337
"For required_ arguments, the ``default`` value is ignored. For example, this "
13331338
"applies to positional arguments with nargs_ values other than ``?`` or "
@@ -2720,6 +2725,11 @@ msgid ""
27202725
" return arg_line.split()"
27212726
msgstr ""
27222727

2728+
msgid ""
2729+
"Note that with this override an argument can no longer contain spaces, since "
2730+
"each space-separated word becomes a separate argument."
2731+
msgstr ""
2732+
27232733
msgid "Exiting methods"
27242734
msgstr ""
27252735

library/bisect.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-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-09 16:27+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/"
@@ -230,7 +230,7 @@ msgid ""
230230
msgstr ""
231231

232232
msgid ""
233-
">>> def grade(score)\n"
233+
">>> def grade(score):\n"
234234
"... i = bisect([60, 70, 80, 90], score)\n"
235235
"... return \"FDCBA\"[i]\n"
236236
"...\n"

library/collections.abc.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-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-09 16:27+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/"
@@ -652,7 +652,7 @@ msgid ""
652652
"The :class:`Set` mixin provides a :meth:`!_hash` method to compute a hash "
653653
"value for the set; however, :meth:`~object.__hash__` is not defined because "
654654
"not all sets are :term:`hashable` or immutable. To add set hashability "
655-
"using mixins, inherit from both :meth:`Set` and :meth:`Hashable`, then "
655+
"using mixins, inherit from both :class:`Set` and :class:`Hashable`, then "
656656
"define ``__hash__ = Set._hash``."
657657
msgstr ""
658658

library/operator.po

Lines changed: 14 additions & 16 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-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-09 16:27+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/"
@@ -96,7 +96,7 @@ msgstr ""
9696
msgid "Return ``a + b``, for *a* and *b* numbers."
9797
msgstr ""
9898

99-
msgid "Return the bitwise and of *a* and *b*."
99+
msgid "Return ``a & b``."
100100
msgstr ""
101101

102102
msgid "Return ``a // b``."
@@ -110,18 +110,16 @@ msgid ""
110110
"have been an instance of a subclass of ``int``."
111111
msgstr ""
112112

113-
msgid ""
114-
"Return the bitwise inverse of the number *obj*. This is equivalent to "
115-
"``~obj``."
113+
msgid "Return ``~obj``."
116114
msgstr ""
117115

118-
msgid "Return *a* shifted left by *b*."
116+
msgid "Return ``a << b``."
119117
msgstr ""
120118

121119
msgid "Return ``a % b``."
122120
msgstr ""
123121

124-
msgid "Return ``a * b``, for *a* and *b* numbers."
122+
msgid "Return ``a * b``."
125123
msgstr ""
126124

127125
msgid "Return ``a @ b``."
@@ -130,16 +128,16 @@ msgstr ""
130128
msgid "Return *obj* negated (``-obj``)."
131129
msgstr ""
132130

133-
msgid "Return the bitwise or of *a* and *b*."
131+
msgid "Return ``a | b``."
134132
msgstr ""
135133

136-
msgid "Return *obj* positive (``+obj``)."
134+
msgid "Return ``+obj``."
137135
msgstr ""
138136

139-
msgid "Return ``a ** b``, for *a* and *b* numbers."
137+
msgid "Return ``a ** b``."
140138
msgstr ""
141139

142-
msgid "Return *a* shifted right by *b*."
140+
msgid "Return ``a >> b``."
143141
msgstr ""
144142

145143
msgid "Return ``a - b``."
@@ -150,7 +148,7 @@ msgid ""
150148
"\"true\" division."
151149
msgstr ""
152150

153-
msgid "Return the bitwise exclusive or of *a* and *b*."
151+
msgid "Return ``a ^ b``."
154152
msgstr ""
155153

156154
msgid ""
@@ -357,7 +355,7 @@ msgstr "``a // b``"
357355
msgid "``floordiv(a, b)``"
358356
msgstr "``floordiv(a, b)``"
359357

360-
msgid "Bitwise And"
358+
msgid "Bitwise And, or Intersection"
361359
msgstr ""
362360

363361
msgid "``a & b``"
@@ -366,7 +364,7 @@ msgstr "``a & b``"
366364
msgid "``and_(a, b)``"
367365
msgstr "``and_(a, b)``"
368366

369-
msgid "Bitwise Exclusive Or"
367+
msgid "Bitwise Exclusive Or, or Symmetric Difference"
370368
msgstr ""
371369

372370
msgid "``a ^ b``"
@@ -375,7 +373,7 @@ msgstr "``a ^ b``"
375373
msgid "``xor(a, b)``"
376374
msgstr "``xor(a, b)``"
377375

378-
msgid "Bitwise Inversion"
376+
msgid "Bitwise Inversion, or Complement"
379377
msgstr ""
380378

381379
msgid "``~ a``"
@@ -384,7 +382,7 @@ msgstr "``~ a``"
384382
msgid "``invert(a)``"
385383
msgstr "``invert(a)``"
386384

387-
msgid "Bitwise Or"
385+
msgid "Bitwise Or, or Union"
388386
msgstr ""
389387

390388
msgid "``a | b``"

library/shutil.po

Lines changed: 12 additions & 5 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-04 00:33+0000\n"
11+
"POT-Creation-Date: 2026-06-09 16:27+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"
@@ -425,10 +425,17 @@ msgid ""
425425
msgstr ""
426426

427427
msgid ""
428-
"If the destination is on the current filesystem, then :func:`os.rename` is "
429-
"used. Otherwise, *src* is copied to the destination using *copy_function* "
430-
"and then removed. In case of symlinks, a new symlink pointing to the target "
431-
"of *src* will be created as the destination and *src* will be removed."
428+
":func:`os.rename` is preferably used internally when *src* and the "
429+
"destination are on the same filesystem. In case :func:`os.rename` fails due "
430+
"to :exc:`OSError` (e.g. the user has write permission to the destination "
431+
"file but not to its parent directory), this method falls back to using "
432+
"*copy_function*, in which case *src* is copied to the destination using "
433+
"*copy_function* and then removed."
434+
msgstr ""
435+
436+
msgid ""
437+
"In case of symlinks, a new symlink pointing to the target of *src* will be "
438+
"created in or as the destination, and *src* will be removed."
432439
msgstr ""
433440

434441
msgid ""

library/stdtypes.po

Lines changed: 22 additions & 9 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-06-05 16:27+0000\n"
15+
"POT-Creation-Date: 2026-06-09 16:27+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/"
@@ -2617,10 +2617,28 @@ msgid ""
26172617
"least one character, ``False`` otherwise. Digits include decimal characters "
26182618
"and digits that need special handling, such as the compatibility superscript "
26192619
"digits. This covers digits which cannot be used to form numbers in base 10, "
2620-
"like the Kharosthi numbers. Formally, a digit is a character that has the "
2620+
"like the `Kharosthi numbers <https://en.wikipedia.org/wiki/"
2621+
"Kharosthi#Numerals>`__. Formally, a digit is a character that has the "
26212622
"property value Numeric_Type=Digit or Numeric_Type=Decimal."
26222623
msgstr ""
26232624

2625+
msgid "For example:"
2626+
msgstr "Sebagai contoh:"
2627+
2628+
msgid ""
2629+
">>> '0123456789'.isdigit()\n"
2630+
"True\n"
2631+
">>> '٠١٢٣٤٥٦٧٨٩'.isdigit() # Arabic-Indic digits zero to nine\n"
2632+
"True\n"
2633+
">>> '⅕'.isdigit() # Vulgar fraction one fifth\n"
2634+
"False\n"
2635+
">>> '²'.isdecimal(), '²'.isdigit(), '²'.isnumeric()\n"
2636+
"(False, True, True)"
2637+
msgstr ""
2638+
2639+
msgid "See also :meth:`isdecimal` and :meth:`isnumeric`."
2640+
msgstr ""
2641+
26242642
msgid ""
26252643
"Return ``True`` if the string is a valid identifier according to the "
26262644
"language definition, section :ref:`identifiers`."
@@ -2660,17 +2678,15 @@ msgstr ""
26602678
msgid ""
26612679
">>> '0123456789'.isnumeric()\n"
26622680
"True\n"
2663-
">>> '٠١٢٣٤٥٦٧٨٩'.isnumeric() # Arabic-indic digit zero to nine\n"
2681+
">>> '٠١٢٣٤٥٦٧٨٩'.isnumeric() # Arabic-Indic digits zero to nine\n"
26642682
"True\n"
26652683
">>> '⅕'.isnumeric() # Vulgar fraction one fifth\n"
26662684
"True\n"
26672685
">>> '²'.isdecimal(), '²'.isdigit(), '²'.isnumeric()\n"
26682686
"(False, True, True)"
26692687
msgstr ""
26702688

2671-
msgid ""
2672-
"See also :meth:`isdecimal` and :meth:`isdigit`. Numeric characters are a "
2673-
"superset of decimal numbers."
2689+
msgid "See also :meth:`isdecimal` and :meth:`isdigit`."
26742690
msgstr ""
26752691

26762692
msgid ""
@@ -2693,9 +2709,6 @@ msgid ""
26932709
"C), except the ASCII space."
26942710
msgstr ""
26952711

2696-
msgid "For example:"
2697-
msgstr "Sebagai contoh:"
2698-
26992712
msgid ""
27002713
">>> ''.isprintable(), ' '.isprintable()\n"
27012714
"(True, True)\n"

0 commit comments

Comments
 (0)