Skip to content

Commit 450a6d2

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 026d30e commit 450a6d2

File tree

8 files changed

+101
-20
lines changed

8 files changed

+101
-20
lines changed

c-api/datetime.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-21 14:14+0000\n"
14+
"POT-Creation-Date: 2025-12-11 14:18+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/"

c-api/gen.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.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-11-21 14:14+0000\n"
11+
"POT-Creation-Date: 2025-12-11 14:18+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"

library/argparse.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-12-01 14:16+0000\n"
14+
"POT-Creation-Date: 2025-12-11 14:18+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/"
@@ -815,6 +815,12 @@ msgid ""
815815
"``FORCE_COLOR`` are set."
816816
msgstr ""
817817

818+
msgid ""
819+
"Error messages will include color codes when redirecting stderr to a file. "
820+
"To avoid this, set the |NO_COLOR|_ or :envvar:`PYTHON_COLORS` environment "
821+
"variable (for example, ``NO_COLOR=1 python script.py 2> errors.txt``)."
822+
msgstr ""
823+
818824
msgid "The add_argument() method"
819825
msgstr "Metode add_argument()"
820826

library/html.parser.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-21 14:14+0000\n"
14+
"POT-Creation-Date: 2025-12-11 14:18+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/"

library/socketserver.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-21 14:14+0000\n"
14+
"POT-Creation-Date: 2025-12-11 14:18+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/"

using/windows.po

Lines changed: 47 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-12-01 14:16+0000\n"
14+
"POT-Creation-Date: 2025-12-11 14:18+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/"
@@ -380,7 +380,11 @@ msgstr ""
380380
msgid ""
381381
"In addition to the above options, the ``--target`` option will extract the "
382382
"runtime to the specified directory instead of doing a normal install. This "
383-
"is useful for embedding runtimes into larger applications."
383+
"is useful for embedding runtimes into larger applications. Unlike a normal "
384+
"install, ``py`` will not be aware of the extracted runtime, and no Start "
385+
"menu or other shortcuts will be created. To launch the runtime, directly "
386+
"execute the main executable (typically ``python.exe``) in the target "
387+
"directory."
384388
msgstr ""
385389

386390
msgid "$> py install ... [-t=|--target=<PATH>] <TAG>"
@@ -481,10 +485,12 @@ msgstr ""
481485
msgid ""
482486
"A global configuration file may be configured by an administrator, and would "
483487
"be read first. The user configuration file is stored at :file:`%AppData%\\"
484-
"\\Python\\\\pymanager.json` (by default) and is read next, overwriting any "
485-
"settings from earlier files. An additional configuration file may be "
486-
"specified as the ``PYTHON_MANAGER_CONFIG`` environment variable or the ``--"
487-
"config`` command line option (but not both)."
488+
"\\Python\\\\pymanager.json` (note that this location is under ``Roaming``, "
489+
"not ``Local``) and is read next, overwriting any settings from earlier "
490+
"files. An additional configuration file may be specified as the "
491+
"``PYTHON_MANAGER_CONFIG`` environment variable or the ``--config`` command "
492+
"line option (but not both). These locations may be modified by "
493+
"administrative customization options listed later."
488494
msgstr ""
489495

490496
msgid ""
@@ -542,8 +548,8 @@ msgid "``PYTHON_MANAGER_AUTOMATIC_INSTALL``"
542548
msgstr ""
543549

544550
msgid ""
545-
"True to allow automatic installs when specifying a particular runtime to "
546-
"launch. By default, true."
551+
"True to allow automatic installs when using ``py exec`` to launch. Other "
552+
"commands will not automatically install. By default, true."
547553
msgstr ""
548554

549555
msgid "``include_unmanaged``"
@@ -1047,6 +1053,13 @@ msgstr ""
10471053
msgid "Check that the ``py`` and ``pymanager`` commands work."
10481054
msgstr ""
10491055

1056+
msgid ""
1057+
"Ensure your :envvar:`PATH` variable contains the entry for ``%UserProfile%"
1058+
"\\AppData\\Local\\Microsoft\\WindowsApps``. The operating system includes "
1059+
"this entry once by default, after other user paths. If removed, shortcuts "
1060+
"will not be found."
1061+
msgstr ""
1062+
10501063
msgid ""
10511064
"``py`` gives me a \"command not found\" error when I type it in my terminal."
10521065
msgstr ""
@@ -1093,7 +1106,7 @@ msgstr ""
10931106
msgid ""
10941107
"Prerelease and experimental installs that are not managed by the Python "
10951108
"install manager may be chosen ahead of stable releases. Configure your "
1096-
"default tag or uninstall the prerelease runtime and reinstall using ``py "
1109+
"default tag or uninstall the prerelease runtime and reinstall it using ``py "
10971110
"install``."
10981111
msgstr ""
10991112

@@ -1142,6 +1155,30 @@ msgid ""
11421155
"the MSI."
11431156
msgstr ""
11441157

1158+
msgid "I have installed the Python install manager multiple times."
1159+
msgstr ""
1160+
1161+
msgid ""
1162+
"It is possible to install from the Store or WinGet, from the MSIX on the "
1163+
"Python website, and from the MSI, all at once. They are all compatible and "
1164+
"will share configuration and runtimes."
1165+
msgstr ""
1166+
1167+
msgid ""
1168+
"See the earlier :ref:`pymanager-advancedinstall` section for ways to "
1169+
"uninstall the install manager other than the typical Installed Apps (Add and "
1170+
"Remove Programs) settings page."
1171+
msgstr ""
1172+
1173+
msgid "My old ``py.ini`` settings no longer work."
1174+
msgstr ""
1175+
1176+
msgid ""
1177+
"The new Python install manager no longer supports this configuration file or "
1178+
"its settings, and so it will be ignored. See :ref:`pymanager-config` for "
1179+
"information about configuration settings."
1180+
msgstr ""
1181+
11451182
msgid "The embeddable package"
11461183
msgstr ""
11471184

@@ -1156,7 +1193,7 @@ msgid ""
11561193
"the ``--target`` option:"
11571194
msgstr ""
11581195

1159-
msgid "$> py install 3.14-embed --target=runtime"
1196+
msgid "$> py install 3.14-embed --target=<directory>"
11601197
msgstr ""
11611198

11621199
msgid ""

whatsnew/3.13.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-19 19:26+0000\n"
14+
"POT-Creation-Date: 2025-12-09 14:17+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/"

whatsnew/changelog.po

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-12-09 14:17+0000\n"
14+
"POT-Creation-Date: 2025-12-11 14:18+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/"
@@ -34,6 +34,16 @@ msgstr "*Tanggal rilis: XXXX-XX-XX*"
3434
msgid "Library"
3535
msgstr "Pustaka"
3636

37+
msgid ""
38+
":gh:`142556`: Fix crash when a task gets re-registered during finalization "
39+
"in :mod:`asyncio`. Patch by Kumar Aditya."
40+
msgstr ""
41+
42+
msgid ""
43+
":gh:`112527`: The help text for required options in :mod:`argparse` no "
44+
"longer extended with \" (default: None)\"."
45+
msgstr ""
46+
3747
msgid ""
3848
":gh:`142346`: Fix usage formatting for mutually exclusive groups in :mod:"
3949
"`argparse` when they are preceded by positional arguments or followed or "
@@ -67,9 +77,20 @@ msgid ""
6777
"exactly max_line_length was followed by an unfoldable token."
6878
msgstr ""
6979

80+
msgid ""
81+
":gh:`105836`: Fix :meth:`asyncio.run_coroutine_threadsafe` leaving "
82+
"underlying cancelled asyncio task running."
83+
msgstr ""
84+
7085
msgid "Core and Builtins"
7186
msgstr "Inti dan Bawaan"
7287

88+
msgid ""
89+
":gh:`142402`: Fix reference counting when adjacent literal parts are merged "
90+
"while constructing :class:`string.templatelib.Template`, preventing the "
91+
"displaced string object from leaking."
92+
msgstr ""
93+
7394
msgid ""
7495
":gh:`133932`: Fix crash in the free threading build when clearing frames "
7596
"that hold tagged integers."
@@ -84,6 +105,26 @@ msgid ""
84105
"garbage buffer under race condition."
85106
msgstr ""
86107

108+
msgid ""
109+
":gh:`137007`: Fix a bug during JIT compilation failure which caused garbage "
110+
"collection debug assertions to fail."
111+
msgstr ""
112+
113+
msgid "Build"
114+
msgstr "Pembangunan"
115+
116+
msgid ""
117+
":gh:`142454`: When calculating the digest of the JIT stencils input, sort "
118+
"the hashed files by filenames before adding their content to the hasher. "
119+
"This ensures deterministic hash input and hence deterministic hash, "
120+
"independent on filesystem order."
121+
msgstr ""
122+
123+
msgid ""
124+
":gh:`138061`: Ensure reproducible builds by making JIT stencil header "
125+
"generation deterministic."
126+
msgstr ""
127+
87128
msgid "Python 3.14.2 final"
88129
msgstr ""
89130

@@ -1261,9 +1302,6 @@ msgid ""
12611302
"state. Patch by Victor Stinner."
12621303
msgstr ""
12631304

1264-
msgid "Build"
1265-
msgstr "Pembangunan"
1266-
12671305
msgid ""
12681306
":gh:`141808`: Do not generate the jit stencils twice in case of PGO builds "
12691307
"on Windows."

0 commit comments

Comments
 (0)