Skip to content

Commit 2a29a55

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 8b14236 commit 2a29a55

11 files changed

Lines changed: 150 additions & 35 deletions

File tree

c-api/type.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-07-17 15:08+0000\n"
14+
"POT-Creation-Date: 2026-07-21 15:29+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/"
@@ -766,7 +766,7 @@ msgid "Previously, :c:macro:`!Py_tp_base` required a single type, not a tuple."
766766
msgstr ""
767767

768768
msgid ""
769-
"When not targetting older Python versions, pefer :c:macro:`!Py_tp_bases`."
769+
"When not targeting older Python versions, prefer :c:macro:`!Py_tp_bases`."
770770
msgstr ""
771771

772772
msgid ""

c-api/typeobj.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-07-07 16:22+0000\n"
14+
"POT-Creation-Date: 2026-07-21 15:29+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/"
@@ -3414,7 +3414,7 @@ msgstr ""
34143414
msgid ""
34153415
"Resource cleanup when the counter reaches zero must be done atomically, as "
34163416
"the final release may race with concurrent releases from other threads and "
3417-
"dellocation must only happen once."
3417+
"deallocation must only happen once."
34183418
msgstr ""
34193419

34203420
msgid ""

faq/design.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-01 16:21+0000\n"
14+
"POT-Creation-Date: 2026-07-21 15:29+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/"

faq/general.po

Lines changed: 6 additions & 11 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-07-13 16:24+0000\n"
15+
"POT-Creation-Date: 2026-07-21 15:29+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/"
@@ -287,17 +287,12 @@ msgid ""
287287
msgstr ""
288288

289289
msgid ""
290-
"You may also find version numbers with a \"+\" suffix, e.g. \"2.2+\". These "
291-
"are unreleased versions, built directly from the CPython development "
292-
"repository. In practice, after a final minor release is made, the version "
293-
"is incremented to the next minor version, which becomes the \"a0\" version, "
294-
"e.g. \"2.4a0\"."
290+
"You may also find version numbers with a \"+dev\" suffix, such as "
291+
"\"3.15.0b3+dev\". These are unreleased versions, built directly from the "
292+
"CPython development repository. After the first beta release is made, the "
293+
"version is incremented to the next feature version, which becomes the \"a0\" "
294+
"version, such as \"3.16.0a0\"."
295295
msgstr ""
296-
"Anda juga dapat menemukan nomor versi dengan akhiran \"+\", mis. \"2.2+\". "
297-
"Ini adalah versi yang belum dirilis, dibangun langsung dari repositori "
298-
"pengembangan CPython. Dalam praktiknya, setelah rilis minor final dibuat, "
299-
"versi tersebut bertambah menjadi versi minor berikutnya, yang menjadi versi "
300-
"\"a0\", mis. \"2.4a0\"."
301296

302297
msgid ""
303298
"See the `Developer's Guide <https://devguide.python.org/developer-workflow/"

library/ast.po

Lines changed: 2 additions & 2 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-07-13 16:24+0000\n"
11+
"POT-Creation-Date: 2026-07-21 15:29+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"
@@ -1533,7 +1533,7 @@ msgstr ""
15331533
msgid ""
15341534
"``try`` blocks which are followed by ``except*`` clauses. The attributes are "
15351535
"the same as for :class:`Try` but the :class:`ExceptHandler` nodes in "
1536-
"``handlers`` are interpreted as ``except*`` blocks rather then ``except``."
1536+
"``handlers`` are interpreted as ``except*`` blocks rather than ``except``."
15371537
msgstr ""
15381538

15391539
msgid ""

library/compression.zstd.po

Lines changed: 3 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-07-13 16:24+0000\n"
14+
"POT-Creation-Date: 2026-07-21 15:29+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/"
@@ -584,7 +584,7 @@ msgid ""
584584
msgstr ""
585585

586586
msgid ""
587-
"Parameters are optional; any omitted parameter will have it's value selected "
587+
"Parameters are optional; any omitted parameter will have its value selected "
588588
"automatically."
589589
msgstr ""
590590

@@ -832,7 +832,7 @@ msgstr ""
832832
msgid ""
833833
"An :class:`~enum.IntEnum` containing the advanced decompression parameter "
834834
"keys that can be used when decompressing data. Parameters are optional; any "
835-
"omitted parameter will have it's value selected automatically."
835+
"omitted parameter will have its value selected automatically."
836836
msgstr ""
837837

838838
msgid "Example setting the :attr:`~.window_log_max` to the maximum size::"

library/secrets.po

Lines changed: 4 additions & 4 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-07-13 16:24+0000\n"
11+
"POT-Creation-Date: 2026-07-21 15:29+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"
@@ -145,9 +145,9 @@ msgstr ""
145145
msgid ""
146146
"Return ``True`` if strings or :term:`bytes-like objects <bytes-like object>` "
147147
"*a* and *b* are equal, otherwise ``False``, using a \"constant-time "
148-
"compare\" to reduce the risk of `timing attacks <https://codahale.com/a-"
149-
"lesson-in-timing-attacks/>`_. See :func:`hmac.compare_digest` for additional "
150-
"details."
148+
"compare\" to reduce the risk of `timing attacks <https://web.archive.org/"
149+
"web/20250815071532/https://codahale.com/a-lesson-in-timing-attacks/>`__. "
150+
"See :func:`hmac.compare_digest` for additional details."
151151
msgstr ""
152152

153153
msgid "Recipes and best practices"

library/shutil.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-29 16:50+0000\n"
11+
"POT-Creation-Date: 2026-07-21 15:29+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/sys.po

Lines changed: 11 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-07-19 14:48+0000\n"
14+
"POT-Creation-Date: 2026-07-21 15:29+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/"
@@ -2285,7 +2285,7 @@ msgid ""
22852285
msgstr ""
22862286

22872287
msgid ""
2288-
"The encoding and error handling are is initialized from :c:member:`PyConfig."
2288+
"The encoding and error handling are initialized from :c:member:`PyConfig."
22892289
"stdio_encoding` and :c:member:`PyConfig.stdio_errors`."
22902290
msgstr ""
22912291

@@ -2404,10 +2404,17 @@ msgstr ""
24042404
msgid "The name of the lock implementation:"
24052405
msgstr ""
24062406

2407-
msgid "``\"semaphore\"``: a lock uses a semaphore"
2407+
msgid "``\"semaphore\"``: a lock uses a semaphore (Python 3.14 and older)"
24082408
msgstr ""
24092409

2410-
msgid "``\"mutex+cond\"``: a lock uses a mutex and a condition variable"
2410+
msgid ""
2411+
"``\"mutex+cond\"``: a lock uses a mutex and a condition variable (Python "
2412+
"3.14 and older)"
2413+
msgstr ""
2414+
2415+
msgid ""
2416+
"``\"pymutex\"``: a lock uses the :c:type:`PyMutex` implementation (Python "
2417+
"3.15 and newer)"
24112418
msgstr ""
24122419

24132420
msgid "``None`` if this information is unknown"

whatsnew/3.14.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-07-15 15:21+0000\n"
14+
"POT-Creation-Date: 2026-07-21 15:29+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/"
@@ -5292,6 +5292,17 @@ msgid ""
52925292
"threads. (Contributed by Serhiy Storchaka in :gh:`69998`.)"
52935293
msgstr ""
52945294

5295+
msgid ""
5296+
":func:`pickle.dump` and :func:`pickle.dumps` now raise :exc:`~pickle."
5297+
"PicklingError` for some failures that previously raised :exc:"
5298+
"`AttributeError`, :exc:`ImportError`, :exc:`ValueError`, :exc:"
5299+
"`UnicodeEncodeError` or :exc:`!PicklingError`, depending on the "
5300+
"implementation (for example, pickling a local object, or an object whose "
5301+
"module cannot be imported). The original exception is chained to the :exc:`!"
5302+
"PicklingError`. Code that caught these exceptions should also catch :exc:`!"
5303+
"PicklingError`. (Contributed by Serhiy Storchaka in :gh:`122311`.)"
5304+
msgstr ""
5305+
52955306
msgid ""
52965307
":class:`types.UnionType` is now an alias for :class:`typing.Union`, causing "
52975308
"changes in some behaviors. See :ref:`above <whatsnew314-typing-union>` for "

0 commit comments

Comments
 (0)