-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathappetite.po
More file actions
225 lines (208 loc) · 11.1 KB
/
Copy pathappetite.po
File metadata and controls
225 lines (208 loc) · 11.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2019, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-01 22:23+0200\n"
"PO-Revision-Date: 2019-04-22 00:36+0200\n"
"Last-Translator: Alessandro Cucci <alessandro.cucci@gmail.com>\n"
"Language-Team: \n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.2.1\n"
#: tutorial/appetite.rst:5
msgid "Whetting Your Appetite"
msgstr "Stuzzichiamo il tuo appetito"
#: tutorial/appetite.rst:7
msgid ""
"If you do much work on computers, eventually you find that there's some task "
"you'd like to automate. For example, you may wish to perform a search-and-"
"replace over a large number of text files, or rename and rearrange a bunch "
"of photo files in a complicated way. Perhaps you'd like to write a small "
"custom database, or a specialized GUI application, or a simple game."
msgstr ""
"Se si fa molto lavoro sui computer, alla fine si scopre che c'è qualche "
"compito che si desidera automatizzare. Ad esempio, è possibile eseguire un "
"“ricerca e sostituisci” su un gran numero di file di testo, oppure "
"rinominare e riorganizzare un gruppo di file di foto in modo complesso. "
"Magari vi piacerebbe scrivere un piccolo database personalizzato, o "
"un'applicazione GUI specializzata, o un semplice gioco."
#: tutorial/appetite.rst:13
msgid ""
"If you're a professional software developer, you may have to work with "
"several C/C++/Java libraries but find the usual write/compile/test/re-"
"compile cycle is too slow. Perhaps you're writing a test suite for such a "
"library and find writing the testing code a tedious task. Or maybe you've "
"written a program that could use an extension language, and you don't want "
"to design and implement a whole new language for your application."
msgstr ""
"Se sei uno sviluppatore di software professionista, potresti dover lavorare "
"con diverse librerie C/C+++/Java, ma il solito ciclo di scrittura/"
"compilazione/test/ricompilazione è troppo lento. Forse stai scrivendo una "
"suite di test per una libreria di questo tipo e credi che la scrittura del "
"codice di test sia un compito noioso. O forse avete scritto un programma "
"che potrebbe utilizzare una libreria che usa un proprio linguaggio di "
"programmazione, e non volete progettare e implementare un linguaggio "
"completamente nuovo per la vostra applicazione."
#: tutorial/appetite.rst:20
msgid "Python is just the language for you."
msgstr "Python è il linguaggio che fa per te."
#: tutorial/appetite.rst:22
msgid ""
"You could write a Unix shell script or Windows batch files for some of these "
"tasks, but shell scripts are best at moving around files and changing text "
"data, not well-suited for GUI applications or games. You could write a C/C++/"
"Java program, but it can take a lot of development time to get even a first-"
"draft program. Python is simpler to use, available on Windows, macOS, and "
"Unix operating systems, and will help you get the job done more quickly."
msgstr ""
"Si potrebbe scrivere uno script di shell Unix o file batch di Windows per "
"alcune di queste attività, tuttavia se è vero che gli script di shell sono i "
"migliori per spostarsi tra i file o modificare i file di testo, non sono "
"adatti per applicazioni GUI o giochi. Si potrebbe scrivere un programma C/C++"
"+/Java, ma può essere necessario molto tempo di sviluppo per ottenere anche "
"solo una prima bozza di programma. Python è più semplice da usare, "
"disponibile su Windows, Mac OS X e Unix, e vi aiuterà a svolgere il lavoro "
"più rapidamente."
#: tutorial/appetite.rst:29
msgid ""
"Python is simple to use, but it is a real programming language, offering "
"much more structure and support for large programs than shell scripts or "
"batch files can offer. On the other hand, Python also offers much more "
"error checking than C, and, being a *very-high-level language*, it has high-"
"level data types built in, such as flexible arrays and dictionaries. "
"Because of its more general data types Python is applicable to a much larger "
"problem domain than Awk or even Perl, yet many things are at least as easy "
"in Python as in those languages."
msgstr ""
"Python è semplice da usare, ma è un vero e proprio linguaggio di "
"programmazione, che offre una struttura e un supporto per programmi di "
"grandi dimensioni molto più di quanto possano offrire script di shell o file "
"batch. D'altra parte, Python offre anche molto più controllo degli errori "
"di C e, essendo un linguaggio *di altissimo livello*, ha tipi di dati di "
"alto livello integrati, come array flessibili e dizionari. A causa dei suoi "
"tipi di dati più generali, Python è applicabile ad un dominio molto più "
"grande di Awk o anche di Perl, ma molte cose sono almeno altrettanto facili "
"in Python come in quei linguaggi."
#: tutorial/appetite.rst:37
msgid ""
"Python allows you to split your program into modules that can be reused in "
"other Python programs. It comes with a large collection of standard modules "
"that you can use as the basis of your programs --- or as examples to start "
"learning to program in Python. Some of these modules provide things like "
"file I/O, system calls, sockets, and even interfaces to graphical user "
"interface toolkits like Tk."
msgstr ""
"Python permette di suddividere il programma in moduli che possono essere "
"riutilizzati in altri programmi Python. Viene fornito con una vasta "
"collezione di moduli standard che potete usare come base dei vostri "
"programmi --- o come esempi per iniziare ad imparare a programmare in "
"Python. Alcuni di questi moduli forniscono cose come I/O di file, chiamate "
"di sistema, socket e persino strumenti per lo sviluppo di interfacce "
"grafiche utente come Tk."
#: tutorial/appetite.rst:44
msgid ""
"Python is an interpreted language, which can save you considerable time "
"during program development because no compilation and linking is necessary. "
"The interpreter can be used interactively, which makes it easy to experiment "
"with features of the language, to write throw-away programs, or to test "
"functions during bottom-up program development. It is also a handy desk "
"calculator."
msgstr ""
"Python è un linguaggio interpretato, che può farvi risparmiare molto tempo "
"durante lo sviluppo del programma perché non è necessaria alcuna "
"compilazione e *linking*. L'interprete può essere usato in modo "
"interattivo, il che rende facile sperimentare con le caratteristiche del "
"linguaggio, scrivere programmi usa e getta o testare le funzioni durante lo "
"sviluppo del programma dal basso verso l'alto. È anche una pratica "
"calcolatrice da tavolo."
#: tutorial/appetite.rst:50
msgid ""
"Python enables programs to be written compactly and readably. Programs "
"written in Python are typically much shorter than equivalent C, C++, or "
"Java programs, for several reasons:"
msgstr ""
"Python consente di scrivere programmi in modo compatto e leggibile. I "
"programmi scritti in Python sono in genere molto più brevi dei programmi "
"equivalenti in C, C+++ o Java, per diversi motivi:"
#: tutorial/appetite.rst:54
msgid ""
"the high-level data types allow you to express complex operations in a "
"single statement;"
msgstr ""
"i tipi di dati di alto livello consentono di esprimere operazioni complesse "
"in un'unica dichiarazione;"
#: tutorial/appetite.rst:57
msgid ""
"statement grouping is done by indentation instead of beginning and ending "
"brackets;"
msgstr ""
"il raggruppamento delle istruzioni è fatto usando l’indentazione invece che "
"per parentesi iniziali e finali;"
#: tutorial/appetite.rst:60
msgid "no variable or argument declarations are necessary."
msgstr "non sono necessarie dichiarazioni di variabili o argomenti."
#: tutorial/appetite.rst:62
msgid ""
"Python is *extensible*: if you know how to program in C it is easy to add a "
"new built-in function or module to the interpreter, either to perform "
"critical operations at maximum speed, or to link Python programs to "
"libraries that may only be available in binary form (such as a vendor-"
"specific graphics library). Once you are really hooked, you can link the "
"Python interpreter into an application written in C and use it as an "
"extension or command language for that application."
msgstr ""
"Python è *estensibile*: se si conosce la programmazione in C è facile "
"aggiungere una nuova funzione o un modulo all'interprete, sia per eseguire "
"operazioni critiche alla massima velocità, sia per collegare programmi "
"Python a librerie che possono essere disponibili solo in forma di eseguibili "
"binari (come una libreria grafica fornita da un fornitore). Una volta che ci "
"si è fatto il callo, è possibile anche collegare l'interprete Python ad "
"un'applicazione scritta in C e usarlo come un’estensione o come linguaggio "
"per impartire comandi a quell'applicazione."
#: tutorial/appetite.rst:70
msgid ""
"By the way, the language is named after the BBC show \"Monty Python's Flying "
"Circus\" and has nothing to do with reptiles. Making references to Monty "
"Python skits in documentation is not only allowed, it is encouraged!"
msgstr ""
"A proposito, la lingua prende il nome dallo show della BBC \"Monty Python's "
"Flying Circus\" e non ha nulla a che fare con i rettili. Fare riferimento "
"agli schetch Monty Python nella documentazione non solo è permesso, ma è "
"incoraggiato!"
#: tutorial/appetite.rst:74
msgid ""
"Now that you are all excited about Python, you'll want to examine it in some "
"more detail. Since the best way to learn a language is to use it, the "
"tutorial invites you to play with the Python interpreter as you read."
msgstr ""
"Ora che siete tutti entusiasti di Python, vorrete esaminarlo più in "
"dettaglio. Poiché il modo migliore per imparare un linguaggio è usarlo, il "
"tutorial vi invita a giocare con l'interprete Python mentre lo leggete."
#: tutorial/appetite.rst:78
msgid ""
"In the next chapter, the mechanics of using the interpreter are explained. "
"This is rather mundane information, but essential for trying out the "
"examples shown later."
msgstr ""
"Nel capitolo successivo vengono spiegate le modalità di utilizzo "
"dell'interprete. Si tratta di informazioni piuttosto banali, ma essenziali "
"per provare gli esempi mostrati in seguito."
#: tutorial/appetite.rst:82
msgid ""
"The rest of the tutorial introduces various features of the Python language "
"and system through examples, beginning with simple expressions, statements "
"and data types, through functions and modules, and finally touching upon "
"advanced concepts like exceptions and user-defined classes."
msgstr ""
"Il resto del tutorial introduce varie caratteristiche del linguaggio e del "
"sistema Python attraverso esempi, iniziando con semplici espressioni, "
"comandi e tipi di dati, attraverso funzioni e moduli, e infine toccando "
"concetti avanzati come eccezioni e classi definite dall'utente."