@@ -38,7 +38,7 @@ You can contribute using:
38
38
39
39
- Github
40
40
- `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 >`_
42
42
43
43
44
44
Contributing using Github
@@ -56,22 +56,22 @@ Prerequisites:
56
56
Let's start:
57
57
58
58
You'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 ``
60
60
button. This creates a copy of the whole project on your github
61
61
account: a place where you have the rights to do modifications.
62
62
63
63
Step by step:
64
64
65
65
.. code-block :: bash
66
66
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
69
69
70
70
# Go to the cloned directory:
71
71
cd python-docs-it/
72
72
73
73
# 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
75
75
76
76
All the translations must be made on the latest release.
77
77
We 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
106
106
107
107
# The previous command will print you a link to open a PR on github.
108
108
# 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"
110
110
# button should appear after a few seconds telling you can ask for a pull request.
111
111
112
112
# Now someone is reviewing your modifications, and you'll want to fix their
@@ -172,40 +172,40 @@ you may use
172
172
========================== ===========================================
173
173
Term Proposed Translation
174
174
========================== ===========================================
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
209
209
========================== ===========================================
210
210
211
211
0 commit comments