7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.7\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2024-06-01 22:23 +0200\n "
10
+ "POT-Creation-Date : 2024-06-01 22:39 +0200\n "
11
11
"PO-Revision-Date : 2019-04-22 10:36+0200\n "
12
12
"Last-Translator : Alessandro Cucci <alessandro.cucci@gmail.com>\n "
13
13
"Language-Team : \n "
@@ -27,17 +27,16 @@ msgid "Invoking the Interpreter"
27
27
msgstr "Invocazione dell'interprete"
28
28
29
29
#: tutorial/interpreter.rst:13
30
- #, fuzzy
31
30
msgid ""
32
31
"The Python interpreter is usually installed as :file:`/usr/local/bin/"
33
32
"python3.12` on those machines where it is available; putting :file:`/usr/"
34
33
"local/bin` in your Unix shell's search path makes it possible to start it by "
35
34
"typing the command:"
36
35
msgstr ""
37
- "L'interprete Python è solitamente installato come | "
38
- "usr_local_bin_python_x_dot_y_literal| su quelle macchine dove è disponibile; "
39
- "aggiungere :file:`/usr/ local/bin` al path di ricerca della vostra shell Unix "
40
- "rende possibile avviarlo digitando il comando:"
36
+ "L'interprete Python è solitamente installato come :file:`/usr/local/bin/ "
37
+ "python3.12` su quelle macchine dove è disponibile; mettendo :file:`/usr/ "
38
+ "local/bin` nel percorso di ricerca della shell Unix è possibile avviarlo "
39
+ "digitando il comando:"
41
40
42
41
#: tutorial/interpreter.rst:21
43
42
msgid ""
@@ -53,19 +52,18 @@ msgstr ""
53
52
"popolare.)"
54
53
55
54
#: tutorial/interpreter.rst:26
56
- #, fuzzy
57
55
msgid ""
58
56
"On Windows machines where you have installed Python from the :ref:`Microsoft "
59
57
"Store <windows-store>`, the :file:`python3.12` command will be available. If "
60
58
"you have the :ref:`py.exe launcher <launcher>` installed, you can use the :"
61
59
"file:`py` command. See :ref:`setting-envvars` for other ways to launch "
62
60
"Python."
63
61
msgstr ""
64
- "Sulle macchine Windows dove hai installato Python dallo :ref:`Microsoft "
65
- "Store <windows-store>`, il comando |python_x_dot_y_literal| sarà "
66
- "disponibile. Se hai installato il :ref:`py.exe launcher <launcher>`, puoi "
67
- "utilizzare il comando :file:`py`. Consulta :ref:`setting-envvars` per altri "
68
- "modi di avviare Python."
62
+ "Sulle macchine Windows dove Python è stato installato dal :ref:`Microsoft "
63
+ "Store <windows-store>`, sarà disponibile il comando :file:`python3.12`. Se "
64
+ "hai installato il :ref:`py.exe launcher <launcher>`, puoi utilizzare il "
65
+ "comando :file:`py`. Vedi :ref:`setting-envvars` per altri modi di avviare "
66
+ "Python."
69
67
70
68
#: tutorial/interpreter.rst:31
71
69
msgid ""
0 commit comments