@@ -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-27  14:18 +0000\n "
14+ "POT-Creation-Date : 2025-09-05  14:17 +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/ "
@@ -508,9 +508,6 @@ msgstr "Deskripsi"
508508msgid  "``default_tag``" 
509509msgstr  "" 
510510
511- msgid  "``PYTHON_MANAGER_DEFAULT``" 
512- msgstr  "" 
513- 
514511msgid  "" 
515512"The preferred default version to launch or install. By default, this is " 
516513"interpreted as the most recent non-prerelease version from the CPython team." 
@@ -1063,7 +1060,7 @@ msgid "``python`` and ``py`` don't launch the runtime I expect"
10631060msgstr  "" 
10641061
10651062msgid  "" 
1066- "Check your `` PYTHON_MANAGER_DEFAULT` ` environment variable or " 
1063+ "Check your :envvar:` PYTHON_MANAGER_DEFAULT` environment variable or " 
10671064"``default_tag`` configuration. The ``py list`` command will show your " 
10681065"default based on these settings." 
10691066msgstr  "" 
@@ -2403,9 +2400,9 @@ msgid ""
24032400"program, which performs a :envvar:`PATH` search. If an executable matching " 
24042401"the first argument after the ``env`` command cannot be found, but the " 
24052402"argument starts with ``python``, it will be handled as described for the " 
2406- "other virtual commands. The environment variable :envvar:" 
2407- "` PYLAUNCHER_NO_SEARCH_PATH` may be set (to any value) to skip this search " 
2408- "of : envvar:`PATH`." 
2403+ "other virtual commands. The environment variable :envvar:`! " 
2404+ "PYLAUNCHER_NO_SEARCH_PATH` may be set (to any value) to skip this search of : " 
2405+ "envvar:`PATH`." 
24092406msgstr  "" 
24102407
24112408msgid  "" 
@@ -2487,7 +2484,7 @@ msgstr ""
24872484
24882485msgid  "" 
24892486"If no version qualifiers are found in a command, the environment variable :" 
2490- "envvar:`PY_PYTHON` can be set to specify the default version qualifier. If " 
2487+ "envvar:`! PY_PYTHON` can be set to specify the default version qualifier. If " 
24912488"it is not set, the default is \" 3\" . The variable can specify any value that " 
24922489"may be passed on the command line, such as \" 3\" , \" 3.7\" , \" 3.7-32\"  or " 
24932490"\" 3.7-64\" . (Note that the \" -64\"  option is only available with the " 
@@ -2583,19 +2580,20 @@ msgid "Diagnostics"
25832580msgstr  "Diagnostik" 
25842581
25852582msgid  "" 
2586- "If an environment variable :envvar:`PYLAUNCHER_DEBUG` is set (to any value), " 
2587- "the launcher will print diagnostic information to stderr (i.e. to the " 
2588- "console). While this information manages to be simultaneously verbose *and* " 
2589- "terse, it should allow you to see what versions of Python were located, why " 
2590- "a particular version was chosen and the exact command-line used to execute " 
2591- "the target Python. It is primarily intended for testing and debugging." 
2583+ "If an environment variable :envvar:`!PYLAUNCHER_DEBUG` is set (to any " 
2584+ "value), the launcher will print diagnostic information to stderr (i.e. to " 
2585+ "the console). While this information manages to be simultaneously verbose " 
2586+ "*and* terse, it should allow you to see what versions of Python were " 
2587+ "located, why a particular version was chosen and the exact command-line used " 
2588+ "to execute the target Python. It is primarily intended for testing and " 
2589+ "debugging." 
25922590msgstr  "" 
25932591
25942592msgid  "Dry Run" 
25952593msgstr  "" 
25962594
25972595msgid  "" 
2598- "If an environment variable :envvar:`PYLAUNCHER_DRYRUN` is set (to any " 
2596+ "If an environment variable :envvar:`! PYLAUNCHER_DRYRUN` is set (to any " 
25992597"value), the launcher will output the command it would have run, but will not " 
26002598"actually launch Python. This may be useful for tools that want to use the " 
26012599"launcher to detect and then launch Python directly. Note that the command " 
@@ -2607,18 +2605,18 @@ msgid "Install on demand"
26072605msgstr  "" 
26082606
26092607msgid  "" 
2610- "If an environment variable :envvar:`PYLAUNCHER_ALLOW_INSTALL` is set (to any  " 
2611- "value), and the requested Python version is not installed but is available  " 
2612- "on the Microsoft Store, the launcher will attempt to install it. This may  " 
2613- "require user interaction to complete, and you may need to run the command  " 
2614- "again." 
2608+ "If an environment variable :envvar:`! PYLAUNCHER_ALLOW_INSTALL` is set (to " 
2609+ "any  value), and the requested Python version is not installed but is " 
2610+ "available  on the Microsoft Store, the launcher will attempt to install it. " 
2611+ "This may  require user interaction to complete, and you may need to run the " 
2612+ "command  again." 
26152613msgstr  "" 
26162614
26172615msgid  "" 
2618- "An additional :envvar:`PYLAUNCHER_ALWAYS_INSTALL` variable causes the " 
2616+ "An additional :envvar:`! PYLAUNCHER_ALWAYS_INSTALL` variable causes the " 
26192617"launcher to always try to install Python, even if it is detected. This is " 
2620- "mainly intended for testing (and should be used with :envvar:" 
2621- "` PYLAUNCHER_DRYRUN`)." 
2618+ "mainly intended for testing (and should be used with :envvar:`! " 
2619+ "PYLAUNCHER_DRYRUN`)." 
26222620msgstr  "" 
26232621
26242622msgid  "Return codes" 
0 commit comments