@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-08-17 14:16 +0000\n "
14+ "POT-Creation-Date : 2025-08-23 14:15 +0000\n "
1515"PO-Revision-Date : 2025-08-02 17:35+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -51,9 +51,9 @@ msgid "Summary -- release highlights"
5151msgstr ""
5252
5353msgid ""
54- "Python 3.14 beta is the pre-release of the next version of the Python "
55- "programming language, with a mix of changes to the language, the "
56- "implementation and the standard library."
54+ "Python 3.14 will be the latest stable release of the Python programming "
55+ "language, with a mix of changes to the language, the implementation and the "
56+ "standard library."
5757msgstr ""
5858
5959msgid ""
@@ -790,8 +790,8 @@ msgid ""
790790msgstr ""
791791
792792msgid ""
793- "When unpacking assignment fails due to incorrect number of variables, the "
794- "error message prints the received number of values in more cases than "
793+ "When an unpacking assignment fails due to an incorrect number of variables, "
794+ "the error message prints the received number of values in more cases than "
795795"before. (Contributed by Tushar Sadhwani in :gh:`122239`.)"
796796msgstr ""
797797
@@ -937,7 +937,7 @@ msgstr ""
937937msgid ""
938938"Complete the :pep:`587` :ref:`PyConfig C API <pyconfig_api>` by adding :c:"
939939"func:`PyInitConfig_AddModule` which can be used to add a built-in extension "
940- "module; feature previously referred to as the “inittab”."
940+ "module; a feature previously referred to as the “inittab”."
941941msgstr ""
942942
943943msgid ""
@@ -1294,7 +1294,7 @@ msgid ""
12941294"The :class:`warnings.catch_warnings` context manager will now optionally use "
12951295"a context variable for warning filters. This is enabled by setting the :"
12961296"data:`~sys.flags.context_aware_warnings` flag, either with the ``-X`` "
1297- "command-line option or an environment variable. This gives predicable "
1297+ "command-line option or an environment variable. This gives predictable "
12981298"warnings control when using :class:`~warnings.catch_warnings` combined with "
12991299"multiple threads or asynchronous tasks. The flag defaults to true for the "
13001300"free-threaded build and false for the GIL-enabled build."
@@ -1429,9 +1429,9 @@ msgid ""
14291429msgstr ""
14301430
14311431msgid ""
1432- "``\\ B`` in :mod:`regular expression <re>` now matches empty input string. "
1433- "Now it is always the opposite of ``\\ b``. (Contributed by Serhiy Storchaka "
1434- "in :gh:`124130`.)"
1432+ "``\\ B`` in :mod:`regular expression <re>` now matches the empty input "
1433+ "string. Now it is always the opposite of ``\\ b``. (Contributed by Serhiy "
1434+ "Storchaka in :gh:`124130`.)"
14351435msgstr ""
14361436
14371437msgid ""
@@ -1512,7 +1512,7 @@ msgstr ""
15121512
15131513msgid ""
15141514"The compiler emits a :exc:`SyntaxWarning` when a :keyword:`return`, :keyword:"
1515- "`break` or :keyword:`continue` statements appears where it exits a :keyword:"
1515+ "`break` or :keyword:`continue` statement appears where it exits a :keyword:"
15161516"`finally` block. This change is specified in :pep:`765`."
15171517msgstr ""
15181518
@@ -1583,7 +1583,7 @@ msgstr ""
15831583
15841584msgid ""
15851585"Add new ``--feature-version``, ``--optimize``, ``--show-empty`` options to "
1586- "command-line interface. (Contributed by Semyon Moroz in :gh:`133367`.)"
1586+ "the command-line interface. (Contributed by Semyon Moroz in :gh:`133367`.)"
15871587msgstr ""
15881588
15891589msgid "asyncio"
@@ -2756,7 +2756,7 @@ msgid ""
27562756":meth:`~unittest.TestCase.assertStartsWith`, :meth:`~unittest.TestCase."
27572757"assertNotStartsWith`, :meth:`~unittest.TestCase.assertEndsWith` and :meth:"
27582758"`~unittest.TestCase.assertNotEndsWith` check whether the Unicode or byte "
2759- "string starts or ends with particular string(s) ."
2759+ "string starts or ends with particular strings ."
27602760msgstr ""
27612761
27622762msgid "(Contributed by Serhiy Storchaka in :gh:`71339`.)"
@@ -2854,7 +2854,7 @@ msgid ""
28542854"supported browsers on macOS."
28552855msgstr ""
28562856
2857- msgid "zipinfo "
2857+ msgid "zipfile "
28582858msgstr ""
28592859
28602860msgid ""
@@ -2865,7 +2865,7 @@ msgid ""
28652865msgstr ""
28662866
28672867msgid ""
2868- ":meth:`zipfile.ZipFile.writestr` now respect ``SOURCE_DATE_EPOCH`` that "
2868+ ":meth:`zipfile.ZipFile.writestr` now respects ``SOURCE_DATE_EPOCH`` that "
28692869"distributions can set centrally and have build tools consume this in order "
28702870"to produce reproducible output. (Contributed by Jiahao Li in :gh:`91279`.)"
28712871msgstr ""
@@ -3004,7 +3004,7 @@ msgstr "zlib"
30043004msgid ""
30053005"On Windows, `zlib-ng <https://github.com/zlib-ng/zlib-ng>`__ is now used as "
30063006"the implementation of the :mod:`zlib` module in the default binaries. There "
3007- "are no known incompatabilities between ``zlib-ng`` and the previously-used "
3007+ "are no known incompatibilities between ``zlib-ng`` and the previously-used "
30083008"``zlib`` implementation. This should result in better performance at all "
30093009"compression levels."
30103010msgstr ""
@@ -4085,7 +4085,7 @@ msgid ""
40854085msgstr ""
40864086
40874087msgid ""
4088- "The :func:`locale.nl_langinfo` function now sets temporarily the "
4088+ "The :func:`locale.nl_langinfo` function now temporarily sets the "
40894089"``LC_CTYPE`` locale in some cases. This temporary change affects other "
40904090"threads. (Contributed by Serhiy Storchaka in :gh:`69998`.)"
40914091msgstr ""
@@ -4386,7 +4386,7 @@ msgstr ""
43864386
43874387msgid ""
43884388"Add support for a new ``p`` format unit in :c:func:`Py_BuildValue` that "
4389- "allows to take a C integer and produce a Python :class:`bool` object. "
4389+ "allows taking a C integer and produces a Python :class:`bool` object. "
43904390"(Contributed by Pablo Galindo in :issue:`45325`.)"
43914391msgstr ""
43924392
0 commit comments