Skip to content

Commit bdf594b

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent a380c40 commit bdf594b

5 files changed

Lines changed: 90 additions & 32 deletions

File tree

c-api/init_config.po

Lines changed: 1 addition & 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-17 16:52+0000\n"
15+
"POT-Creation-Date: 2026-07-07 16:22+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/"

library/glob.po

Lines changed: 10 additions & 15 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-07-07 16:22+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/"
@@ -42,10 +42,10 @@ msgid ""
4242
msgstr ""
4343

4444
msgid ""
45-
"Files beginning with a dot (``.``) can only be matched by patterns that also "
46-
"start with a dot, unlike :func:`fnmatch.fnmatch` or :func:`pathlib.Path."
47-
"glob`. For tilde and shell variable expansion, use :func:`os.path."
48-
"expanduser` and :func:`os.path.expandvars`."
45+
"By default, files beginning with a dot (``.``) can only be matched by "
46+
"patterns that also start with a dot, unlike :func:`fnmatch.fnmatch` or :func:"
47+
"`pathlib.Path.glob`. For tilde and shell variable expansion, use :func:`os."
48+
"path.expanduser` and :func:`os.path.expandvars`."
4949
msgstr ""
5050

5151
msgid ""
@@ -93,8 +93,8 @@ msgstr ""
9393
"cocok."
9494

9595
msgid ""
96-
"If *include_hidden* is true, \"``**``\" pattern will match hidden "
97-
"directories."
96+
"If *include_hidden* is true, wildcards can match path segments that begin "
97+
"with a dot (``.``)."
9898
msgstr ""
9999

100100
msgid ""
@@ -147,14 +147,9 @@ msgid ""
147147
"Escape all special characters (``'?'``, ``'*'`` and ``'['``). This is useful "
148148
"if you want to match an arbitrary literal string that may have special "
149149
"characters in it. Special characters in drive/UNC sharepoints are not "
150-
"escaped, e.g. on Windows ``escape('//?/c:/Quo vadis?.txt')`` returns ``'//?/"
151-
"c:/Quo vadis[?].txt'``."
152-
msgstr ""
153-
"Escape semua karakter khusus (``'?'``, ``'*'`` dan ``'['``). Ini berguna "
154-
"jika Anda ingin mencocokkan string literal arbitrer yang mungkin memiliki "
155-
"karakter khusus di dalamnya. Karakter khusus dalam drive/titik berbagi UNC "
156-
"tidak di-escape, mis. pada Windows ``escape('//?/c:/Quo vadis?.txt')`` "
157-
"mengembalikan ``'//?/c:/Quo vadis[?].txt'``."
150+
"escaped, for example on Windows ``escape('//?/c:/Quo vadis?.txt')`` returns "
151+
"``'//?/c:/Quo vadis[?].txt'``."
152+
msgstr ""
158153

159154
msgid ""
160155
"Convert the given path specification to a regular expression for use with :"

library/os.po

Lines changed: 17 additions & 7 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-07-07 16:22+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/"
@@ -1864,6 +1864,11 @@ msgid ""
18641864
"``path``."
18651865
msgstr ""
18661866

1867+
msgid ""
1868+
"The :func:`contextlib.chdir` context manager, which changes the current "
1869+
"working directory on entering and restores the previous one on exit."
1870+
msgstr ""
1871+
18671872
msgid ""
18681873
"Added support for specifying *path* as a file descriptor on some platforms."
18691874
msgstr ""
@@ -2663,12 +2668,17 @@ msgid ""
26632668
msgstr ""
26642669

26652670
msgid ""
2666-
"The entry's full path name: equivalent to ``os.path.join(scandir_path, entry."
2667-
"name)`` where *scandir_path* is the :func:`scandir` *path* argument. The "
2668-
"path is only absolute if the :func:`scandir` *path* argument was absolute. "
2669-
"If the :func:`scandir` *path* argument was a :ref:`file descriptor "
2670-
"<path_fd>`, the :attr:`path` attribute is the same as the :attr:`name` "
2671-
"attribute."
2671+
"The entry's path name: equivalent to ``os.path.join(scandir_path, entry."
2672+
"name)`` where *scandir_path* is the original :func:`scandir` *path* "
2673+
"argument. Apart from the filename, the path preserves the original :func:"
2674+
"`scandir` argument. If the :func:`scandir` *path* argument was relative, "
2675+
"the :attr:`path` attribute is also relative. Changing the current working "
2676+
"directory after creating the :func:`scandir` iterator may cause later uses "
2677+
"of :attr:`path` to resolve differently. On some platforms, the constructed "
2678+
"path may not be valid if the original :func:`scandir` argument was usable "
2679+
"for enumeration but not for joining with the entry name. If the :func:"
2680+
"`scandir` *path* argument was a :ref:`file descriptor <path_fd>`, the :attr:"
2681+
"`path` attribute is the same as the :attr:`name` attribute."
26722682
msgstr ""
26732683

26742684
msgid ""

library/urllib.parse.po

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# python-doc bot, 2025
7+
# python-doc bot, 2026
88
#
99
#, fuzzy
1010
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-07-07 16:22+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
16+
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1818
"id/)\n"
1919
"MIME-Version: 1.0\n"
@@ -79,13 +79,23 @@ msgid ""
7979
"general structure of a URL: ``scheme://netloc/path?query#fragment``. Each "
8080
"tuple item is a string, possibly empty, or ``None`` if *missing_as_none* is "
8181
"true. Not defined component are represented an empty string (by default) or "
82-
"``None`` if *missing_as_none* is true. The components are not broken up into "
83-
"smaller parts (for example, the network location is a single string), and % "
84-
"escapes are not expanded. The delimiters as shown above are not part of the "
85-
"result, except for a leading slash in the *path* component, which is "
86-
"retained if present. For example:"
82+
"``None`` if *missing_as_none* is true. The delimiters as shown above are not "
83+
"part of the result, except for a leading slash in the *path* component, "
84+
"which is retained if present."
8785
msgstr ""
8886

87+
msgid ""
88+
"Additionally, the netloc property is broken down into these additional "
89+
"attributes added to the returned object: username, password, hostname, and "
90+
"port."
91+
msgstr ""
92+
93+
msgid "Percent-encoded sequences are not decoded."
94+
msgstr ""
95+
96+
msgid "For example:"
97+
msgstr "Sebagai contoh:"
98+
8999
msgid ""
90100
">>> from urllib.parse import urlsplit\n"
91101
">>> urlsplit(\"scheme://netloc/path?query#fragment\")\n"

whatsnew/changelog.po

Lines changed: 44 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-07-05 15:08+0000\n"
15+
"POT-Creation-Date: 2026-07-07 16:22+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/"
@@ -102,6 +102,27 @@ msgstr ""
102102
msgid "Library"
103103
msgstr "Pustaka"
104104

105+
msgid ":gh:`153210`: Fix crash on :mod:`array` import under a memory pressure."
106+
msgstr ""
107+
108+
msgid ""
109+
":gh:`153200`: Fix :func:`math.isqrt` returning an incorrect result for "
110+
"arguments not less than 2**64 that are instances of an :class:`int` subclass "
111+
"with an overridden comparison operator."
112+
msgstr ""
113+
114+
msgid ""
115+
":gh:`153068`: Fix :meth:`!cProfile.Profile.enable` to no longer overwrite "
116+
"errors from :mod:`sys.monitoring`."
117+
msgstr ""
118+
119+
msgid ""
120+
":gh:`143921`: Narrow the control character check in :mod:`imaplib` commands: "
121+
"only NUL, CR and LF are now rejected. Other control characters are valid in "
122+
"quoted strings and can occur in mailbox names returned by the server, so "
123+
"they are now accepted and sent quoted."
124+
msgstr ""
125+
105126
msgid ""
106127
":gh:`135661`: Fix :class:`html.parser.HTMLParser`: an abruptly closed empty "
107128
"comment (``<!-->`` or ``<!--->``) no longer extends up to a later ``-->`` in "
@@ -143,6 +164,11 @@ msgid ""
143164
"colored when it shouldn't"
144165
msgstr ""
145166

167+
msgid ""
168+
":gh:`152849`: Out-of-range float and integer timestamps now raise :exc:"
169+
"`OverflowError` with the same message. Patch by tonghuaroot."
170+
msgstr ""
171+
146172
msgid ""
147173
":gh:`152847`: Reject a POSIX TZ transition rule with non-digit characters in "
148174
"the day-of-year field in the pure-Python :mod:`zoneinfo` parser. Patch by "
@@ -439,6 +465,12 @@ msgid ""
439465
"``STRING`` format could leak internal names used by the annotation machinery."
440466
msgstr ""
441467

468+
msgid ""
469+
":gh:`140729`: Fix a pickling error in the ``cProfile`` module when profiling "
470+
"a script that uses :class:`multiprocessing.Process` with the ``spawn`` and "
471+
"``forkserver`` start methods."
472+
msgstr ""
473+
442474
msgid ""
443475
":gh:`115634`: Fix a deadlock in :class:`concurrent.futures."
444476
"ProcessPoolExecutor` when using ``max_tasks_per_child``, present since the "
@@ -452,6 +484,11 @@ msgid ""
452484
"``robots.txt`` file is unreachable due to server or network errors."
453485
msgstr ""
454486

487+
msgid ""
488+
":gh:`105708`: Accept an uppercase V prefix in IPvFuture addresses in :func:"
489+
"`urllib.parse.urlsplit`."
490+
msgstr ""
491+
455492
msgid "IDLE"
456493
msgstr "IDLE"
457494

@@ -518,6 +555,12 @@ msgstr ""
518555
msgid "Core and Builtins"
519556
msgstr "Inti dan Bawaan"
520557

558+
msgid ""
559+
":gh:`152682`: Fix NULL pointer dereference in :func:`compile` when a "
560+
"reserved name (e.g. ``__classdict__``) is used as a type parameter name and "
561+
"memory allocation fails while formatting the error message."
562+
msgstr ""
563+
521564
msgid ""
522565
":gh:`152635`: Fix a crash caused when running out of memory creating a :mod:"
523566
"`!_interpchannels` channel. Now a :exc:`MemoryError` is correctly raised."

0 commit comments

Comments
 (0)