You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/turtle.po
+31-5Lines changed: 31 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version: Python 3.8\n"
12
12
"Report-Msgid-Bugs-To: \n"
13
13
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14
-
"PO-Revision-Date: 2020-06-20 10:49-0300\n"
14
+
"PO-Revision-Date: 2020-06-26 09:03-0300\n"
15
15
"Language-Team: python-doc-es\n"
16
16
"MIME-Version: 1.0\n"
17
17
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1515,35 +1515,45 @@ msgstr ""
1515
1515
msgid"number (optional)"
1516
1516
msgstr"número (opcional)"
1517
1517
1518
-
# shearfacto se refiere a una inclinación y estiramiento, gira y estira la figura por un factor. No se si hay alguna palabra mejor que inclinar y estirar.
1518
+
# shearfacto se refiere a una inclinación y estiramiento, gira y estira la figura por un factor. No se si hay alguna palabra mejor que inclinar o estirar.
1519
1519
#:../Doc/library/turtle.rst:1237
1520
-
#,fuzzy
1521
1520
msgid""
1522
1521
"Set or return the current shearfactor. Shear the turtleshape according to "
1523
1522
"the given shearfactor shear, which is the tangent of the shear angle. Do "
1524
1523
"*not* change the turtle's heading (direction of movement). If shear is not "
1525
1524
"given: return the current shearfactor, i. e. the tangent of the shear angle, "
1526
1525
"by which lines parallel to the heading of the turtle are sheared."
1527
-
msgstr"Establece o devuelve el valor actual del estiramiento e inclinación. "
1526
+
msgstr""
1527
+
"Establece o devuelve el valor actual del estiramiento. Estira la forma de la "
1528
+
"tortuga de acuerdo a la inclinación del factor de corte, que es la tangente "
1529
+
"del ángulo de corte. No cambia el rumbo de la tortuga (dirección del "
1530
+
"movimiento). Si no de da un valor de inclinación: devuelve el factor actual, "
1531
+
"por ejemplo la tangente del ángulo de inclinación, por el cual se cortan la "
1532
+
"líneas paralelas al rumbo de la tortuga."
1528
1533
1529
1534
#:../Doc/library/turtle.rst:1258
1530
1535
msgid""
1531
1536
"Rotate the turtleshape by *angle* from its current tilt-angle, but do *not* "
1532
1537
"change the turtle's heading (direction of movement)."
1533
1538
msgstr""
1539
+
"Rota la forma de la tortuga en *ángulo* desde su ángulo de inclinación "
1540
+
"actual, pero no cambia el rumbo de la tortuga (dirección del movimiento)."
1534
1541
1535
1542
#:../Doc/library/turtle.rst:1277
1536
1543
msgid""
1537
1544
"Rotate the turtleshape to point in the direction specified by *angle*, "
1538
1545
"regardless of its current tilt-angle. *Do not* change the turtle's heading "
1539
1546
"(direction of movement)."
1540
1547
msgstr""
1548
+
"Rota la forma de la tortuga apuntando en la dirección especificada por el "
1549
+
"*ángulo*, independientemente de su ángulo de dirección actual. No cambia el "
0 commit comments