Skip to content

Commit 2d0afd6

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 6db57e1 commit 2d0afd6

8 files changed

Lines changed: 72 additions & 22 deletions

File tree

library/asyncio-eventloop.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.14\n"
12+
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-29 15:53+0000\n"
14+
"POT-Creation-Date: 2026-05-19 16:47+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/os.po

Lines changed: 15 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-05-08 18:34+0000\n"
14+
"POT-Creation-Date: 2026-05-19 16:47+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/"
@@ -2263,6 +2263,14 @@ msgid ""
22632263
"if the target directory already exists."
22642264
msgstr ""
22652265

2266+
msgid ""
2267+
"If *parent_mode* is not ``None``, it is used as the mode for any newly-"
2268+
"created, intermediate-level directories. Like *mode*, it is combined with "
2269+
"the process's umask value; see :ref:`the mkdir() description "
2270+
"<mkdir_modebits>`. Otherwise, intermediate directories are created with the "
2271+
"default mode, which is also subject to the umask."
2272+
msgstr ""
2273+
22662274
msgid ""
22672275
":func:`makedirs` will become confused if the path elements to create "
22682276
"include :data:`pardir` (eg. \"..\" on UNIX systems)."
@@ -2286,6 +2294,12 @@ msgid ""
22862294
"created intermediate-level directories."
22872295
msgstr ""
22882296

2297+
msgid ""
2298+
"The *parent_mode* parameter. To match the behavior from Python 3.6 and "
2299+
"earlier (where *mode* was applied to all created directories), pass "
2300+
"``parent_mode=mode``."
2301+
msgstr ""
2302+
22892303
msgid ""
22902304
"Create a FIFO (a named pipe) named *path* with numeric mode *mode*. The "
22912305
"current umask value is first masked out from the mode."

library/pathlib.po

Lines changed: 12 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-05-08 18:34+0000\n"
14+
"POT-Creation-Date: 2026-05-19 16:47+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/"
@@ -1637,6 +1637,14 @@ msgid ""
16371637
"into account (mimicking the POSIX ``mkdir -p`` command)."
16381638
msgstr ""
16391639

1640+
msgid ""
1641+
"If *parent_mode* is not ``None``, it is used as the mode for any newly-"
1642+
"created, intermediate-level directories when *parents* is true. Like *mode*, "
1643+
"it is combined with the process's ``umask`` value. Otherwise, intermediate "
1644+
"directories are created with the default permissions (also subject to the "
1645+
"umask)."
1646+
msgstr ""
1647+
16401648
msgid ""
16411649
"If *parents* is false (the default), a missing parent raises :exc:"
16421650
"`FileNotFoundError`."
@@ -1656,6 +1664,9 @@ msgstr ""
16561664
msgid "The *exist_ok* parameter was added."
16571665
msgstr ""
16581666

1667+
msgid "The *parent_mode* parameter."
1668+
msgstr ""
1669+
16591670
msgid "Make this path a symbolic link pointing to *target*."
16601671
msgstr ""
16611672

library/shutil.po

Lines changed: 3 additions & 3 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-05-08 18:34+0000\n"
11+
"POT-Creation-Date: 2026-05-19 16:47+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"
@@ -857,8 +857,8 @@ msgstr ""
857857
msgid ""
858858
"Never extract archives from untrusted sources without prior inspection. It "
859859
"is possible that files are created outside of the path specified in the "
860-
"*extract_dir* argument, e.g. members that have absolute filenames starting "
861-
"with \"/\" or filenames with two dots \"..\"."
860+
"*extract_dir* argument, for example, members that have absolute filenames or "
861+
"filenames with \"..\" components."
862862
msgstr ""
863863

864864
msgid ""

library/ssl.po

Lines changed: 4 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-05-08 18:34+0000\n"
14+
"POT-Creation-Date: 2026-05-19 16:47+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/"
@@ -2090,7 +2090,7 @@ msgid ""
20902090
"The attributes :attr:`~SSLContext.maximum_version`, :attr:`~SSLContext."
20912091
"minimum_version` and :attr:`SSLContext.options` all affect the supported SSL "
20922092
"and TLS versions of the context. The implementation does not prevent invalid "
2093-
"combination. For example a context with :attr:`OP_NO_TLSv1_2` in :attr:"
2093+
"combinations. For example a context with :attr:`OP_NO_TLSv1_2` in :attr:"
20942094
"`~SSLContext.options` and :attr:`~SSLContext.maximum_version` set to :attr:"
20952095
"`TLSVersion.TLSv1_2` will not be able to establish a TLS 1.2 connection."
20962096
msgstr ""
@@ -3035,12 +3035,12 @@ msgstr ""
30353035

30363036
msgid ""
30373037
">>> client_context = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)\n"
3038-
">>> client_context.minimum_version = ssl.TLSVersion.TLSv1_3\n"
3038+
">>> client_context.minimum_version = ssl.TLSVersion.TLSv1_2\n"
30393039
">>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3"
30403040
msgstr ""
30413041

30423042
msgid ""
3043-
"The SSL context created above will only allow TLSv1.3 and later (if "
3043+
"The SSL client context created above will only allow TLSv1.2 and TLSv1.3 (if "
30443044
"supported by your system) connections to a server. :const:"
30453045
"`PROTOCOL_TLS_CLIENT` implies certificate validation and hostname checks by "
30463046
"default. You have to load certificates into the context."

library/threadsafety.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.14\n"
9+
"Project-Id-Version: Python 3.15\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-04-29 15:53+0000\n"
11+
"POT-Creation-Date: 2026-05-19 16:47+0000\n"
1212
"PO-Revision-Date: 2026-02-27 14:38+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"

library/zipfile.po

Lines changed: 8 additions & 8 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-05-08 18:34+0000\n"
14+
"POT-Creation-Date: 2026-05-19 16:47+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/"
@@ -431,9 +431,9 @@ msgstr ""
431431

432432
msgid ""
433433
"Never extract archives from untrusted sources without prior inspection. It "
434-
"is possible that files are created outside of *path*, e.g. members that have "
435-
"absolute filenames starting with ``\"/\"`` or filenames with two dots ``\".."
436-
"\"``. This module attempts to prevent that. See :meth:`extract` note."
434+
"is possible that files are created outside of *path*, for example, members "
435+
"that have absolute filenames or filenames with \"..\" components. This "
436+
"module attempts to prevent that. See :meth:`extract` note."
437437
msgstr ""
438438

439439
msgid ""
@@ -603,10 +603,10 @@ msgid ""
603603
"The :class:`Path` class does not sanitize filenames within the ZIP archive. "
604604
"Unlike the :meth:`ZipFile.extract` and :meth:`ZipFile.extractall` methods, "
605605
"it is the caller's responsibility to validate or sanitize filenames to "
606-
"prevent path traversal vulnerabilities (e.g., filenames containing \"..\" or "
607-
"absolute paths). When handling untrusted archives, consider resolving "
608-
"filenames using :func:`os.path.abspath` and checking against the target "
609-
"directory with :func:`os.path.commonpath`."
606+
"prevent path traversal vulnerabilities (for example, absolute paths or paths "
607+
"with \"..\" components). When handling untrusted archives, consider "
608+
"resolving filenames using :func:`os.path.abspath` and checking against the "
609+
"target directory with :func:`os.path.commonpath`."
610610
msgstr ""
611611

612612
msgid ""

whatsnew/changelog.po

Lines changed: 26 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-05-17 14:51+0000\n"
15+
"POT-Creation-Date: 2026-05-19 16:47+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/"
@@ -94,6 +94,11 @@ msgstr ""
9494
msgid "Library"
9595
msgstr "Pustaka"
9696

97+
msgid ""
98+
":gh:`146452`: Fix race condition when pickling dictionaries in free threaded "
99+
"builds. Also reduce critical section cover."
100+
msgstr ""
101+
97102
msgid ""
98103
":gh:`149921`: Fix reference leaks in error paths of the :mod:`!"
99104
"_interpchannels` and :mod:`!_interpqueues` extension modules."
@@ -104,6 +109,11 @@ msgid ""
104109
"`help`."
105110
msgstr ""
106111

112+
msgid ""
113+
":gh:`149816`: Fix a race condition in ``_random.Random.__init__`` method in "
114+
"free-threading mode."
115+
msgstr ""
116+
107117
msgid ""
108118
":gh:`149801`: Add IANA registered names and aliases with leading zeros "
109119
"before number (like IBM00858, CP00858, IBM01140, CP01140) for corresponding "
@@ -158,6 +168,13 @@ msgid ""
158168
"buffer_size>`."
159169
msgstr ""
160170

171+
msgid ""
172+
":gh:`86533`: The :func:`os.makedirs` function and :meth:`pathlib.Path.mkdir` "
173+
"method now have a *parent_mode* parameter to specify the mode for "
174+
"intermediate directories when creating parent directories. This allows one "
175+
"to match the behavior from Python 3.6 and earlier for :func:`os.makedirs`."
176+
msgstr ""
177+
161178
msgid ""
162179
":gh:`128110`: Fix bug in the parsing of :mod:`email` address headers that "
163180
"could result in extraneous spaces in the decoded text when using a modern "
@@ -174,6 +191,14 @@ msgstr ""
174191
msgid "Core and Builtins"
175192
msgstr "Inti dan Bawaan"
176193

194+
msgid ""
195+
":gh:`148587`: ``sys.lazy_modules`` is now a set instead of a dict as "
196+
"initially spelled out in PEP 810."
197+
msgstr ""
198+
199+
msgid ":gh:`149590`: Fix crash when faulthandler is imported more than once."
200+
msgstr ""
201+
177202
msgid ""
178203
":gh:`149816`: Fix a race condition in ``_PyBytes_FromList`` in free-"
179204
"threading mode."

0 commit comments

Comments
 (0)