@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.14\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2025-08-02 17:35+0000\n "
16
16
"Last-Translator : python-doc bot, 2025\n "
17
17
"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -51,9 +51,9 @@ msgid "Summary -- release highlights"
51
51
msgstr ""
52
52
53
53
msgid ""
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."
57
57
msgstr ""
58
58
59
59
msgid ""
@@ -790,8 +790,8 @@ msgid ""
790
790
msgstr ""
791
791
792
792
msgid ""
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 "
795
795
"before. (Contributed by Tushar Sadhwani in :gh:`122239`.)"
796
796
msgstr ""
797
797
@@ -937,7 +937,7 @@ msgstr ""
937
937
msgid ""
938
938
"Complete the :pep:`587` :ref:`PyConfig C API <pyconfig_api>` by adding :c:"
939
939
"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”."
941
941
msgstr ""
942
942
943
943
msgid ""
@@ -1294,7 +1294,7 @@ msgid ""
1294
1294
"The :class:`warnings.catch_warnings` context manager will now optionally use "
1295
1295
"a context variable for warning filters. This is enabled by setting the :"
1296
1296
"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 "
1298
1298
"warnings control when using :class:`~warnings.catch_warnings` combined with "
1299
1299
"multiple threads or asynchronous tasks. The flag defaults to true for the "
1300
1300
"free-threaded build and false for the GIL-enabled build."
@@ -1429,9 +1429,9 @@ msgid ""
1429
1429
msgstr ""
1430
1430
1431
1431
msgid ""
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`.)"
1435
1435
msgstr ""
1436
1436
1437
1437
msgid ""
@@ -1512,7 +1512,7 @@ msgstr ""
1512
1512
1513
1513
msgid ""
1514
1514
"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:"
1516
1516
"`finally` block. This change is specified in :pep:`765`."
1517
1517
msgstr ""
1518
1518
@@ -1583,7 +1583,7 @@ msgstr ""
1583
1583
1584
1584
msgid ""
1585
1585
"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`.)"
1587
1587
msgstr ""
1588
1588
1589
1589
msgid "asyncio"
@@ -2756,7 +2756,7 @@ msgid ""
2756
2756
":meth:`~unittest.TestCase.assertStartsWith`, :meth:`~unittest.TestCase."
2757
2757
"assertNotStartsWith`, :meth:`~unittest.TestCase.assertEndsWith` and :meth:"
2758
2758
"`~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 ."
2760
2760
msgstr ""
2761
2761
2762
2762
msgid "(Contributed by Serhiy Storchaka in :gh:`71339`.)"
@@ -2854,7 +2854,7 @@ msgid ""
2854
2854
"supported browsers on macOS."
2855
2855
msgstr ""
2856
2856
2857
- msgid "zipinfo "
2857
+ msgid "zipfile "
2858
2858
msgstr ""
2859
2859
2860
2860
msgid ""
@@ -2865,7 +2865,7 @@ msgid ""
2865
2865
msgstr ""
2866
2866
2867
2867
msgid ""
2868
- ":meth:`zipfile.ZipFile.writestr` now respect ``SOURCE_DATE_EPOCH`` that "
2868
+ ":meth:`zipfile.ZipFile.writestr` now respects ``SOURCE_DATE_EPOCH`` that "
2869
2869
"distributions can set centrally and have build tools consume this in order "
2870
2870
"to produce reproducible output. (Contributed by Jiahao Li in :gh:`91279`.)"
2871
2871
msgstr ""
@@ -3004,7 +3004,7 @@ msgstr "zlib"
3004
3004
msgid ""
3005
3005
"On Windows, `zlib-ng <https://github.com/zlib-ng/zlib-ng>`__ is now used as "
3006
3006
"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 "
3008
3008
"``zlib`` implementation. This should result in better performance at all "
3009
3009
"compression levels."
3010
3010
msgstr ""
@@ -4085,7 +4085,7 @@ msgid ""
4085
4085
msgstr ""
4086
4086
4087
4087
msgid ""
4088
- "The :func:`locale.nl_langinfo` function now sets temporarily the "
4088
+ "The :func:`locale.nl_langinfo` function now temporarily sets the "
4089
4089
"``LC_CTYPE`` locale in some cases. This temporary change affects other "
4090
4090
"threads. (Contributed by Serhiy Storchaka in :gh:`69998`.)"
4091
4091
msgstr ""
@@ -4386,7 +4386,7 @@ msgstr ""
4386
4386
4387
4387
msgid ""
4388
4388
"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. "
4390
4390
"(Contributed by Pablo Galindo in :issue:`45325`.)"
4391
4391
msgstr ""
4392
4392
0 commit comments