@@ -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-27 14:18 +0000\n "
14
+ "POT-Creation-Date : 2025-09-05 14:17 +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/ "
@@ -508,9 +508,6 @@ msgstr "Deskripsi"
508
508
msgid "``default_tag``"
509
509
msgstr ""
510
510
511
- msgid "``PYTHON_MANAGER_DEFAULT``"
512
- msgstr ""
513
-
514
511
msgid ""
515
512
"The preferred default version to launch or install. By default, this is "
516
513
"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"
1063
1060
msgstr ""
1064
1061
1065
1062
msgid ""
1066
- "Check your `` PYTHON_MANAGER_DEFAULT` ` environment variable or "
1063
+ "Check your :envvar:` PYTHON_MANAGER_DEFAULT` environment variable or "
1067
1064
"``default_tag`` configuration. The ``py list`` command will show your "
1068
1065
"default based on these settings."
1069
1066
msgstr ""
@@ -2403,9 +2400,9 @@ msgid ""
2403
2400
"program, which performs a :envvar:`PATH` search. If an executable matching "
2404
2401
"the first argument after the ``env`` command cannot be found, but the "
2405
2402
"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`."
2409
2406
msgstr ""
2410
2407
2411
2408
msgid ""
@@ -2487,7 +2484,7 @@ msgstr ""
2487
2484
2488
2485
msgid ""
2489
2486
"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 "
2491
2488
"it is not set, the default is \" 3\" . The variable can specify any value that "
2492
2489
"may be passed on the command line, such as \" 3\" , \" 3.7\" , \" 3.7-32\" or "
2493
2490
"\" 3.7-64\" . (Note that the \" -64\" option is only available with the "
@@ -2583,19 +2580,20 @@ msgid "Diagnostics"
2583
2580
msgstr "Diagnostik"
2584
2581
2585
2582
msgid ""
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."
2592
2590
msgstr ""
2593
2591
2594
2592
msgid "Dry Run"
2595
2593
msgstr ""
2596
2594
2597
2595
msgid ""
2598
- "If an environment variable :envvar:`PYLAUNCHER_DRYRUN` is set (to any "
2596
+ "If an environment variable :envvar:`! PYLAUNCHER_DRYRUN` is set (to any "
2599
2597
"value), the launcher will output the command it would have run, but will not "
2600
2598
"actually launch Python. This may be useful for tools that want to use the "
2601
2599
"launcher to detect and then launch Python directly. Note that the command "
@@ -2607,18 +2605,18 @@ msgid "Install on demand"
2607
2605
msgstr ""
2608
2606
2609
2607
msgid ""
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."
2615
2613
msgstr ""
2616
2614
2617
2615
msgid ""
2618
- "An additional :envvar:`PYLAUNCHER_ALWAYS_INSTALL` variable causes the "
2616
+ "An additional :envvar:`! PYLAUNCHER_ALWAYS_INSTALL` variable causes the "
2619
2617
"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`)."
2622
2620
msgstr ""
2623
2621
2624
2622
msgid "Return codes"
0 commit comments