Skip to content

Commit 091eb5f

Browse files
committed
update
1 parent bc2bbf3 commit 091eb5f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

dict

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
click
2+
mouse
13
False
24
radianes
35
stretchfactor

library/turtle.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-06-26 09:03-0300\n"
14+
"PO-Revision-Date: 2020-06-26 09:53-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1564,7 +1564,7 @@ msgid ""
15641564
"angle between the orientation of the turtleshape and the heading of the "
15651565
"turtle (its direction of movement)."
15661566
msgstr ""
1567-
" Establece o devuelve el ángulo de inclinación actual. Si se otorga un "
1567+
"Establece o devuelve el ángulo de inclinación actual. Si se otorga un "
15681568
"ángulo, rota la forma de la tortuga para apuntar en la dirección del ángulo "
15691569
"especificado, independientemente de su actual ángulo de inclinación. No "
15701570
"cambia el rumbo de la tortuga (dirección del movimiento). Si no se da el "
@@ -1600,32 +1600,44 @@ msgid ""
16001600
"Return the current shape polygon as tuple of coordinate pairs. This can be "
16011601
"used to define a new shape or components of a compound shape."
16021602
msgstr ""
1603+
"Devuelve el polígono de la forma actual como tupla de pares de coordenadas. "
1604+
"Esto puede ser usado para definir una nueva forma o componentes de una forma "
1605+
"compuesta."
16031606

16041607
#: ../Doc/library/turtle.rst:1366 ../Doc/library/turtle.rst:1388
16051608
#: ../Doc/library/turtle.rst:1413 ../Doc/library/turtle.rst:1811
16061609
msgid ""
16071610
"a function with two arguments which will be called with the coordinates of "
16081611
"the clicked point on the canvas"
16091612
msgstr ""
1613+
"una función con dos argumentos que se invocará con las coordenadas del punto "
1614+
"en el que se hizo clic en el lienzo"
16101615

16111616
#: ../Doc/library/turtle.rst:1368 ../Doc/library/turtle.rst:1390
16121617
#: ../Doc/library/turtle.rst:1415 ../Doc/library/turtle.rst:1813
16131618
msgid "number of the mouse-button, defaults to 1 (left mouse button)"
16141619
msgstr ""
1620+
"número del botón del mouse, el valor predeterminado es 1 (botón izquierdo "
1621+
"del mouse)"
16151622

16161623
#: ../Doc/library/turtle.rst:1369 ../Doc/library/turtle.rst:1391
16171624
#: ../Doc/library/turtle.rst:1416 ../Doc/library/turtle.rst:1814
16181625
msgid ""
16191626
"``True`` or ``False`` -- if ``True``, a new binding will be added, otherwise "
16201627
"it will replace a former binding"
16211628
msgstr ""
1629+
"``True`` o ``False`` -- si ``True``, se agrega un nuevo enlace, de lo "
1630+
"contrario reemplazará el enlace anterior"
16221631

16231632
#: ../Doc/library/turtle.rst:1372
16241633
msgid ""
16251634
"Bind *fun* to mouse-click events on this turtle. If *fun* is ``None``, "
16261635
"existing bindings are removed. Example for the anonymous turtle, i.e. the "
16271636
"procedural way:"
16281637
msgstr ""
1638+
"Enlaza *acciones divertidas* a los eventos de click en la tortuga. Si las "
1639+
"*acciones* son ``None``, se remueven los enlaces existentes. Ejemplo pala la "
1640+
"tortuga anónima, en la forma procedimental:"
16291641

16301642
#: ../Doc/library/turtle.rst:1394
16311643
msgid ""

0 commit comments

Comments
 (0)