Skip to content

Commit e2646e4

Browse files
susannamauflpmlwasser
authored
[ITA] A few more CONTRIBUTING.po lines translated (#735)
Co-authored-by: Felipe Moreno <flpm@users.noreply.github.com> Co-authored-by: Leah Wasser <leah@pyopensci.org>
1 parent 56d4023 commit e2646e4

1 file changed

Lines changed: 64 additions & 29 deletions

File tree

locales/it/LC_MESSAGES/CONTRIBUTING.po

Lines changed: 64 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -51,48 +51,56 @@ msgid ""
5151
"request](https://github.com/pyOpenSci/python-package-guide/pulls) to "
5252
"modify the text directly. Or, if you are less comfortable with pull "
5353
"requests, feel free to open an issue."
54-
msgstr ""
54+
msgstr "Se trovi un typo, sentiti libero di [inviare una pull "
55+
"request](https://github.com/pyOpenSci/python-package-guide/pulls) per "
56+
"modificare direttamente il testo. In alternativa, se non ti senti pronto per "
57+
"una pull request, puoi aprire un issue."
5558

5659
#: ../../CONTRIBUTING.md:14
5760
msgid ""
5861
"If you are interested in helping translate the guide into other "
5962
"languages, take a look at the [translation guide](./TRANSLATING.md)."
60-
msgstr ""
63+
msgstr "Se sei interessato a contribuire alla traduzione della guida "
64+
"in altre lingue, dai un'occhiata alla nostra [guida alla traduzione](./TRANSLATING.md)."
6165

6266
#: ../../CONTRIBUTING.md:15
6367
msgid ""
6468
"If you want to see a larger change to the content of the guide book, "
6569
"please submit an issue first!"
66-
msgstr ""
70+
msgstr "Se vuoi proporre un cambiamento più grande al contenuto della guida, "
71+
"per favore, prima apri un issue!"
6772

6873
#: ../../CONTRIBUTING.md:17
6974
msgid ""
7075
"If you are unsure about how to contribute or are not familiar with git "
7176
"and github, this guide will help you through the process."
72-
msgstr ""
77+
msgstr "Se non sei sicuro di come puoi contribuire oppure non hai familiarità "
78+
"con git e github, questa guida ti aiuterà nel processo."
7379

7480
#: ../../CONTRIBUTING.md:19
7581
msgid "How the Python Packaging Guide is structured"
76-
msgstr ""
82+
msgstr "Come è strutturata la Python Guide"
7783

7884
#: ../../CONTRIBUTING.md:21
7985
msgid ""
8086
"The Python Packaging Guide is written in myST (a variant of MarkDown and "
8187
"rST) and we use **Sphinx**, a documentation engine built in `Python` to "
8288
"build the HTML version you see online."
83-
msgstr ""
89+
msgstr "La Python Packaging Guide è scritta in myST (una variante di MarkDown"
90+
"e rST) ed utilizza **Sphinx**, un generatore di documentazione scritto in Python, "
91+
"per costruire la versione HTML che vedi online."
8492

8593
#: ../../CONTRIBUTING.md:23
8694
msgid "We use a tool called Nox to manage the process of building the guide."
87-
msgstr ""
95+
msgstr "Usiamo uno strumento chiamato Nox per gestire il processo di costruzione della guida."
8896

8997
#: ../../CONTRIBUTING.md:25
9098
msgid "Two approaches to contributing"
91-
msgstr ""
99+
msgstr "I due metodi per contribuire"
92100

93101
#: ../../CONTRIBUTING.md:27
94102
msgid "You can contribute to the guide using two approaches."
95-
msgstr ""
103+
msgstr "Puoi contribuire alla guida utilizzando due metodi."
96104

97105
#: ../../CONTRIBUTING.md:29
98106
msgid ""
@@ -101,7 +109,11 @@ msgid ""
101109
"guide locally to verify your contribution did not introduce any bugs "
102110
"before submitting a pull request. It is the recommended approach for "
103111
"larger contribution, like writing a whole new section."
104-
msgstr ""
112+
msgstr "Il primo metodo consiste nell'usare una copia locale della guida nel tuo computer. "
113+
"Questa opzione richiede un setup leggermente più complesso, ma ti permette di costruire "
114+
"la guida localmente per verificare che il tuo contributo non abbia introdotto alcun bug "
115+
"prima di inviare una pull request. Questo è l'approccio consigliato "
116+
"per contributi consistenti, come ad esempio la scrittura di un'intera nuova sezione."
105117

106118
#: ../../CONTRIBUTING.md:31
107119
msgid ""
@@ -112,40 +124,52 @@ msgid ""
112124
" in case of issue. It is the best way to make small contribution, like "
113125
"fixing typos, or if this is your first contribution to open source and "
114126
"the first approach feels too intimidating."
115-
msgstr ""
127+
msgstr "Il secondo metodo consiste nel fare le tue modifiche direttamente "
128+
"dal sito di GitHub. Questa opzione non richiede alcun setup sul tuo computer. "
129+
"In questo caso, quando invii una PR (continuous integration) le tue "
130+
"modifiche saranno testate o verificate e ci vorrà più tempo perché tu "
131+
"riceva un feedback in caso di problemi. Questo è il modo migliore per "
132+
"dare piccoi contributi, come ad esempio correggere dei typo, oppure se "
133+
"è la prima volta che contribuisci all'open source e il primo metodo ti intimorisce."
116134

117135
#: ../../CONTRIBUTING.md:33
118136
msgid "Forking the repository"
119-
msgstr ""
137+
msgstr "Forkare la repository"
120138

121139
#: ../../CONTRIBUTING.md:35
122140
msgid ""
123141
"Independently of the approach you choose, the first step is to fork the "
124142
"Python Packaging Guide repository into your personal GitHub space. You "
125143
"can do this by clicking the \"Fork\" button in the top right corner of "
126144
"the repository page."
127-
msgstr ""
145+
msgstr "Indipendentemente dall'approccio che hai scelto, il primo step è "
146+
"forkare la repository della Python Packaging Guide nel tuo spazio GitHub personale. "
147+
"Per farlo, devi cliccare sul tasto \"Fork\" nell'angolo in alto a destra della pagina "
148+
"della repository."
128149

129150
#: ../../CONTRIBUTING.md:38
130151
msgid ""
131152
"[Learn more: Fork and Clone GitHub "
132153
"Repos](https://datascienceskills.org/lessons/git-github/git-intro/3-fork-"
133154
"clone/) is a good resource to learn more about forking."
134-
msgstr ""
155+
msgstr "[Learn more: Fork and Clone GitHub "
156+
"Repos](https://datascienceskills.org/lessons/git-github/git-intro/3-fork-"
157+
"clone/) è una buona risorsa per saperne di più riguardo il forking."
135158

136159
#: ../../CONTRIBUTING.md:40
137160
msgid "To fork a repo,"
138-
msgstr ""
161+
msgstr "Per forkare una repo,"
139162

140163
#: ../../CONTRIBUTING.md:42
141164
msgid "Make sure you are logged into GitHub."
142-
msgstr ""
165+
msgstr "Assicurati di essere loggato in GitHub."
143166

144167
#: ../../CONTRIBUTING.md:44
145168
msgid ""
146169
"Go to the repo you would like to fork, in this case the [Python Packaging"
147170
" Guide](https://github.com/pyopensci/python-package-guide) repo."
148-
msgstr ""
171+
msgstr "Vai alla pagina della repository che vuoi forkare, in questo caso "
172+
"[Python Packaging Guide](https://github.com/pyopensci/python-package-guide)."
149173

150174
#: ../../CONTRIBUTING.md:46
151175
msgid ""
@@ -155,62 +179,73 @@ msgid ""
155179
"fork'. This will create a copy of the repo at "
156180
"`https://github.com/<username>/python-package-guide`, where `<username>` "
157181
"is your GitHub username."
158-
msgstr ""
182+
msgstr "Nell'angolo in alto a destra della pagina c'è il tasto 'Fork'. "
183+
"Cliccalo. Sarai indirizzato ad una nuova pagina dove dovrai cliccare "
184+
"'Create a new fork'. Questo creerà una copia della repository al link "
185+
"`https://github.com/<username>/python-package-guide`, dove `<username>` "
186+
"è il tuo username GitHub."
159187

160188
#: ../../CONTRIBUTING.md:51
161189
msgid "Contributing via the GitHub website"
162-
msgstr ""
190+
msgstr "Contribuire tramite il sito web di GitHub"
163191

164192
#: ../../CONTRIBUTING.md:53
165193
msgid "How to edit a MarkDown file"
166-
msgstr ""
194+
msgstr "Come editare un file MarkDown"
167195

168196
#: ../../CONTRIBUTING.md:55
169197
msgid ""
170198
"The Python Packaging Guide is written in myST, a variant of MarkDown. You"
171199
" can edit the files directly in the GitHub website. To do so, navigate to"
172200
" the file you want to edit and click the pencil icon in the top right "
173201
"corner of the file."
174-
msgstr ""
202+
msgstr "La Python Packaging Guide è scritta in myST, una variante di MarkDown. "
203+
"Puoi editare il file direttamente dal sito web di GutHub. Per farlo, naviga "
204+
"fino al file che vuoi editare e clicca l'icona della matita nell'angolo in "
205+
"alto a destra del file. "
175206

176207
#: ../../CONTRIBUTING.md:58
177208
msgid "Edit button in GitHub"
178-
msgstr ""
209+
msgstr "Bottone 'Edit' in GitHub"
179210

180211
#: ../../CONTRIBUTING.md:64
181212
msgid ""
182213
"An image showing how to edit a file in GitHub. The pencil icon is "
183214
"highlighted with a red rectangle."
184-
msgstr ""
215+
msgstr "L'immagine mostra come editare un file in GitHub. L'icona della matita "
216+
"è evidenziata dal rettangolo rosso."
185217

186218
#: ../../CONTRIBUTING.md:66
187219
msgid "Edit file in GitHub"
188-
msgstr ""
220+
msgstr "Editare un file in GitHub"
189221

190222
#: ../../CONTRIBUTING.md:72
191223
msgid ""
192224
"An image showing when a file is being edited in GitHub. The file content "
193225
"is displayed in a text editor."
194-
msgstr ""
226+
msgstr "L'immagine mostra un file in corso di modifica su GitHub. Il contenuto "
227+
"del file è mostrato in un editor di testo."
195228

196229
#: ../../CONTRIBUTING.md:75
197230
msgid "To preview your changes, click the \"Preview changes\" tab."
198-
msgstr ""
231+
msgstr "Per visualizzare la preview delle tue modifiche, clicca sul tab \"Preview changes\"."
199232

200233
#: ../../CONTRIBUTING.md:77
201234
msgid "Preview changes in GitHub"
202-
msgstr ""
235+
msgstr "Visualizzare la preview delle modifiche in GitHub"
203236

204237
#: ../../CONTRIBUTING.md:83
205238
msgid ""
206239
"An image showing how to preview changes in GitHub. The file content is "
207240
"displayed in a text editor. The preview changes tab is highlighted with a"
208241
" red rectangle."
209-
msgstr ""
242+
msgstr "L'immagine mostra come visualizzare in preview le modifiche effettuate su GitHub. "
243+
"Il contenuto del file è mostrato in un editor di testo. Il tab di preview è evidenziato dal "
244+
"rettangolo rosso."
210245

211246
#: ../../CONTRIBUTING.md:86
212247
msgid "How to commit your changes"
213-
msgstr ""
248+
msgstr "Come committare le tue modifiche"
214249

215250
#: ../../CONTRIBUTING.md:88
216251
msgid ""

0 commit comments

Comments
 (0)