@@ -38,7 +38,7 @@ You can contribute using:
3838
3939- Github
4040- `transifex <https://www.transifex.com/python-doc/public/ >`_
41- - Or just by opening `an issue on github <https://github.com/python /python-docs-itfr /issues >`_
41+ - Or just by opening `an issue on github <https://github.com/alessandrocucci /python-docs-it /issues >`_
4242
4343
4444Contributing using Github
@@ -56,22 +56,22 @@ Prerequisites:
5656Let's start:
5757
5858You'll need to fork the `python-docs-it
59- <https://github.com/python /python-docs-it> `_ clicking its ``Fork ``
59+ <https://github.com/alessandrocucci /python-docs-it> `_ clicking its ``Fork ``
6060button. This creates a copy of the whole project on your github
6161account: a place where you have the rights to do modifications.
6262
6363Step by step:
6464
6565.. code-block :: bash
6666
67- # Git clone your github fork using ssh (replace JulienPalard) :
68- git clone git@github.com:JulienPalard /python-docs-it.git
67+ # Git clone your github fork using ssh:
68+ git clone git@github.com:alessandrocucci /python-docs-it.git
6969
7070 # Go to the cloned directory:
7171 cd python-docs-it/
7272
7373 # Add the upstream (the public repository) using HTTPS (won't ask for password):
74- git remote add upstream https://github.com/python /python-docs-it.git
74+ git remote add upstream https://github.com/alessandrocucci /python-docs-it.git
7575
7676 All the translations must be made on the latest release.
7777We never translate on an oldest version, by example, the latest python release
@@ -106,7 +106,7 @@ Now you're ready to start a work session, each time you'll start a new task, sta
106106
107107 # The previous command will print you a link to open a PR on github.
108108 # If you missed it, just go to
109- # https://github.com/python /python-docs-it/ and a nice "Compare & pull request"
109+ # https://github.com/alessandrocucci /python-docs-it/ and a nice "Compare & pull request"
110110 # button should appear after a few seconds telling you can ask for a pull request.
111111
112112 # Now someone is reviewing your modifications, and you'll want to fix their
@@ -172,40 +172,40 @@ you may use
172172========================== ===========================================
173173Term Proposed Translation
174174========================== ===========================================
175- -like
176- abstract data type
177- argument
178- backslash
179- bound
180- bug
181- built-in
182- call stack
183- debugging
184- deep copy
185- double quote
186- e.g.
187- garbage collector
188- identifier
189- immutable
190- installer
191- interpreter
192- library
193- list comprehension
194- little-endian, big-endian
195- mutable
196- namespace
197- parameter
198- prompt
199- raise
200- regular expression
201- return
202- simple quote
203- socket
204- statement
205- subprocess
206- thread
207- underscore
208- expression
175+ -like similmente a
176+ abstract data type tipo dato astratto
177+ argument argomento
178+ backslash * backslash *
179+ bound legato a
180+ bug * bug *
181+ built-in integrato
182+ call stack pila
183+ debugging * debugging *
184+ deep copy copia profonda, copia ricorsiva
185+ double quote doppi apici
186+ e.g. per esempio
187+ garbage collector * garbage collector *
188+ identifier identificatore
189+ immutable immutabile
190+ installer * installer *
191+ interpreter interprete
192+ library libreria
193+ list comprehension * list comprehension *
194+ little-endian, big-endian formato * little-endian *, formato * big-endian *
195+ mutable mutevole
196+ namespace spazio dei nomi
197+ parameter parametro
198+ prompt * prompt *
199+ raise sollevare
200+ regular expression espressione regolare
201+ return ritorno
202+ simple quote singoli apici
203+ socket * socket *
204+ statement frase
205+ subprocess sotto-processo
206+ thread * thread *
207+ underscore * underscore *
208+ expression espressione
209209========================== ===========================================
210210
211211
0 commit comments