@@ -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-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 ""
380380msgid ""
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."
384388msgstr ""
385389
386390msgid "$> py install ... [-t=|--target=<PATH>] <TAG>"
@@ -481,10 +485,12 @@ msgstr ""
481485msgid ""
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."
488494msgstr ""
489495
490496msgid ""
@@ -542,8 +548,8 @@ msgid "``PYTHON_MANAGER_AUTOMATIC_INSTALL``"
542548msgstr ""
543549
544550msgid ""
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."
547553msgstr ""
548554
549555msgid "``include_unmanaged``"
@@ -1047,6 +1053,13 @@ msgstr ""
10471053msgid "Check that the ``py`` and ``pymanager`` commands work."
10481054msgstr ""
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+
10501063msgid ""
10511064"``py`` gives me a \" command not found\" error when I type it in my terminal."
10521065msgstr ""
@@ -1093,7 +1106,7 @@ msgstr ""
10931106msgid ""
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``."
10981111msgstr ""
10991112
@@ -1142,6 +1155,30 @@ msgid ""
11421155"the MSI."
11431156msgstr ""
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+
11451182msgid "The embeddable package"
11461183msgstr ""
11471184
@@ -1156,7 +1193,7 @@ msgid ""
11561193"the ``--target`` option:"
11571194msgstr ""
11581195
1159- msgid "$> py install 3.14-embed --target=runtime "
1196+ msgid "$> py install 3.14-embed --target=<directory> "
11601197msgstr ""
11611198
11621199msgid ""
0 commit comments