Skip to content

Commit f1a9287

Browse files
committed
pequeño avance
1 parent ec79d23 commit f1a9287

File tree

2 files changed

+31
-14
lines changed

2 files changed

+31
-14
lines changed

dict

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
stretchfactor
2+
outline
3+
tilt
4+
speed
5+
Solomon
6+
antihorario
17
pensize
28
stamp
39
id

library/turtle.po

Lines changed: 25 additions & 14 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-01 15:43-0300\n"
14+
"PO-Revision-Date: 2020-06-03 13:52-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -42,7 +42,7 @@ msgid ""
4242
msgstr ""
4343
"Gráficas Turtle es una forma muy habitual de introducción a la programación "
4444
"para niñas y niños. Era parte original del lenguaje de programación Logo, "
45-
"desarrollado por Wally Feurzeig, Seymour Papert y Cynthia Solomon in 1967."
45+
"desarrollado por Wally Feurzeig, Seymour Papert y Cynthia Solomon en 1967."
4646

4747
#: ../Doc/library/turtle.rst:26
4848
msgid ""
@@ -71,7 +71,7 @@ msgid ""
7171
"pictures can easily be drawn."
7272
msgstr ""
7373
"Al combinar estos comandos y otros similares, se pueden dibujar figuras "
74-
"intricadas y formas."
74+
"intrincadas y formas."
7575

7676
#: ../Doc/library/turtle.rst:44
7777
msgid ""
@@ -1097,27 +1097,27 @@ msgstr "\"fillcolor\": color-string or color-tuple"
10971097

10981098
#: ../Doc/library/turtle.rst:843
10991099
msgid "\"pensize\": positive number"
1100-
msgstr "\"pensize\": positive number"
1100+
msgstr "\"pensize\": número positivo"
11011101

11021102
#: ../Doc/library/turtle.rst:844
11031103
msgid "\"speed\": number in range 0..10"
1104-
msgstr "\"speed\": number in range 0..10"
1104+
msgstr "\"speed\": número en rango 0..10"
11051105

11061106
#: ../Doc/library/turtle.rst:845
11071107
msgid "\"resizemode\": \"auto\" or \"user\" or \"noresize\""
11081108
msgstr "\"resizemode\": \"auto\" or \"user\" or \"noresize\""
11091109

11101110
#: ../Doc/library/turtle.rst:846
11111111
msgid "\"stretchfactor\": (positive number, positive number)"
1112-
msgstr "\"stretchfactor\": (positive number, positive number)"
1112+
msgstr "\"stretchfactor\": (número positivo, número positivo)"
11131113

11141114
#: ../Doc/library/turtle.rst:847
11151115
msgid "\"outline\": positive number"
1116-
msgstr "\"outline\": positive number"
1116+
msgstr "\"outline\": número positivo"
11171117

11181118
#: ../Doc/library/turtle.rst:848
11191119
msgid "\"tilt\": number"
1120-
msgstr "\"tilt\": number"
1120+
msgstr "\"tilt\": número"
11211121

11221122
#: ../Doc/library/turtle.rst:850
11231123
msgid ""
@@ -1126,42 +1126,53 @@ msgid ""
11261126
"can be provided as keyword-arguments. This can be used to set several pen "
11271127
"attributes in one statement."
11281128
msgstr ""
1129+
"Este diccionario puede usarse como argumento de una llamada subsecuente a la "
1130+
"función :func:`pen` para restaurar el estado anterior del lápiz. Más aún, "
1131+
"uno o más de estos atributos pueden darse como argumentos claves. Esto "
1132+
"puede usarse para establecer diferentes atributos del lápiz en una sola "
1133+
"definición."
11291134

11301135
#: ../Doc/library/turtle.rst:876
11311136
msgid "Return ``True`` if pen is down, ``False`` if it's up."
1132-
msgstr ""
1137+
msgstr "Devuelve ``True``si el lápiz está abajo, si está arriba ``False``."
11331138

11341139
#: ../Doc/library/turtle.rst:894
11351140
msgid "Return or set the pencolor."
1136-
msgstr ""
1141+
msgstr "Devuelve o establece el color del lápiz."
11371142

11381143
#: ../Doc/library/turtle.rst:896 ../Doc/library/turtle.rst:945
11391144
msgid "Four input formats are allowed:"
1140-
msgstr ""
1145+
msgstr "Se permiten cuatro formatos de entrada:"
11411146

11421147
#: ../Doc/library/turtle.rst:901
11431148
msgid "``pencolor()``"
1144-
msgstr ""
1149+
msgstr "``pencolor()``"
11451150

11461151
#: ../Doc/library/turtle.rst:899
11471152
msgid ""
11481153
"Return the current pencolor as color specification string or as a tuple (see "
11491154
"example). May be used as input to another color/pencolor/fillcolor call."
11501155
msgstr ""
1156+
"Devuelve el color del lápiz actual como una palabra específica de algún "
1157+
"color o como una tupla (ver ejemplo). Puede ser usado como una entrada para "
1158+
"otra llamada de *color/pencolor/fillcolor*."
11511159

11521160
#: ../Doc/library/turtle.rst:905
11531161
msgid "``pencolor(colorstring)``"
1154-
msgstr ""
1162+
msgstr "``pencolor(colorstring)``"
11551163

11561164
#: ../Doc/library/turtle.rst:904
11571165
msgid ""
11581166
"Set pencolor to *colorstring*, which is a Tk color specification string, "
11591167
"such as ``\"red\"``, ``\"yellow\"``, or ``\"#33cc8c\"``."
11601168
msgstr ""
1169+
"Establece el color del lápiz a *colorstring*, que es una palabra que "
1170+
"especifica un color *Tk*, tales como ``\"red\"``, ``\"yellow\"``, o ``"
1171+
"\"#33cc8c\"``."
11611172

11621173
#: ../Doc/library/turtle.rst:910
11631174
msgid "``pencolor((r, g, b))``"
1164-
msgstr ""
1175+
msgstr "``pencolor((r, g, b))``"
11651176

11661177
#: ../Doc/library/turtle.rst:908
11671178
msgid ""

0 commit comments

Comments
 (0)