- Notifications
You must be signed in to change notification settings - Fork396
Traduccion library/turtle.po#375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
9070a57
b031cef
12c71aa
956471d
ba2e423
ce894f2
068973c
9cd155f
df4333c
e87b227
0943db2
d2bdafb
50688ce
0523785
41f3009
003bf61
50328ad
7f0de06
17d1e50
29feb77
dd12b9b
36f6f48
8a1ea86
0048533
443f9ef
ec79d23
f1a9287
86ecf1c
ca627a1
93a3a2d
3d55f7e
c3ec80f
337e1ae
d410904
cc5f428
0ee1a1f
3901bf3
430346b
778cddf
01a5ec2
8094a57
bc2bbf3
091eb5f
078f808
828e395
39c5623
147d2d1
9f51693
68eb0f5
7f3df36
b37568a
e710063
d188dfd
96a5155
e510ffa
0a69af8
d7db38f
64b66e9
31a822d
db19751
5e16df3
ba594ba
40f0892
82ac573
d10036d
63a0961
a0152d7
9f5de8b
3ae40e1
f9212d1
34f7bc3
eb056ab
d4bb756
9ae1754
88381f7
8522f87
77401c4
09a7e21
7826e09
4d31694
561858e
fb7acac
bf235ef
7201b7e
e5d8580
5a36ced
6990864
9ef15cc
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
click | ||
mouse | ||
False | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. creo que ordenaste el There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Si, tengo problemas con el There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. yo personalmente lo que hago desde mi rama es un | ||
radianes | ||
stretchfactor | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,7 +11,7 @@ msgstr "" | ||
"Project-Id-Version: Python 3.8\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-05-05 12:54+0200\n" | ||
"PO-Revision-Date: 2020-06-26 09:53-0300\n" | ||
"Language-Team: python-doc-es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
@@ -1564,7 +1564,7 @@ msgid "" | ||
"angle between the orientation of the turtleshape and the heading of the " | ||
"turtle (its direction of movement)." | ||
msgstr "" | ||
"Establece o devuelve el ángulo de inclinación actual. Si se otorga un " | ||
"ángulo, rota la forma de la tortuga para apuntar en la dirección del ángulo " | ||
"especificado, independientemente de su actual ángulo de inclinación. No " | ||
"cambia el rumbo de la tortuga (dirección del movimiento). Si no se da el " | ||
@@ -1600,32 +1600,44 @@ msgid "" | ||
"Return the current shape polygon as tuple of coordinate pairs. This can be " | ||
"used to define a new shape or components of a compound shape." | ||
msgstr "" | ||
"Devuelve el polígono de la forma actual como tupla de pares de coordenadas. " | ||
"Esto puede ser usado para definir una nueva forma o componentes de una forma " | ||
"compuesta." | ||
#: ../Doc/library/turtle.rst:1366 ../Doc/library/turtle.rst:1388 | ||
#: ../Doc/library/turtle.rst:1413 ../Doc/library/turtle.rst:1811 | ||
msgid "" | ||
"a function with two arguments which will be called with the coordinates of " | ||
"the clicked point on the canvas" | ||
msgstr "" | ||
"una función con dos argumentos que se invocará con las coordenadas del punto " | ||
"en el que se hizo clic en el lienzo" | ||
#: ../Doc/library/turtle.rst:1368 ../Doc/library/turtle.rst:1390 | ||
#: ../Doc/library/turtle.rst:1415 ../Doc/library/turtle.rst:1813 | ||
msgid "number of the mouse-button, defaults to 1 (left mouse button)" | ||
msgstr "" | ||
"número del botón del mouse, el valor predeterminado es 1 (botón izquierdo " | ||
"del mouse)" | ||
#: ../Doc/library/turtle.rst:1369 ../Doc/library/turtle.rst:1391 | ||
#: ../Doc/library/turtle.rst:1416 ../Doc/library/turtle.rst:1814 | ||
msgid "" | ||
"``True`` or ``False`` -- if ``True``, a new binding will be added, otherwise " | ||
"it will replace a former binding" | ||
msgstr "" | ||
"``True`` o ``False`` -- si ``True``, se agrega un nuevo enlace, de lo " | ||
cacrespo marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"contrario reemplazará el enlace anterior" | ||
#: ../Doc/library/turtle.rst:1372 | ||
msgid "" | ||
"Bind *fun* to mouse-click events on this turtle. If *fun* is ``None``, " | ||
"existing bindings are removed. Example for the anonymous turtle, i.e. the " | ||
"procedural way:" | ||
msgstr "" | ||
"Enlaza *acciones divertidas* a los eventos de click en la tortuga. Si las " | ||
"*acciones* son ``None``, se remueven los enlaces existentes. Ejemplo pala la " | ||
"tortuga anónima, en la forma procedimental:" | ||
#: ../Doc/library/turtle.rst:1394 | ||
msgid "" | ||