@@ -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-01 15:43 -0300\n "
14
+ "PO-Revision-Date : 2020-06-03 13:52 -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 "
@@ -42,7 +42,7 @@ msgid ""
42
42
msgstr ""
43
43
"Gráficas Turtle es una forma muy habitual de introducción a la programación "
44
44
"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."
46
46
47
47
#: ../Doc/library/turtle.rst:26
48
48
msgid ""
@@ -71,7 +71,7 @@ msgid ""
71
71
"pictures can easily be drawn."
72
72
msgstr ""
73
73
"Al combinar estos comandos y otros similares, se pueden dibujar figuras "
74
- "intricadas y formas."
74
+ "intrincadas y formas."
75
75
76
76
#: ../Doc/library/turtle.rst:44
77
77
msgid ""
@@ -1097,27 +1097,27 @@ msgstr "\"fillcolor\": color-string or color-tuple"
1097
1097
1098
1098
#: ../Doc/library/turtle.rst:843
1099
1099
msgid "\" pensize\" : positive number"
1100
- msgstr "\" pensize\" : positive number "
1100
+ msgstr "\" pensize\" : número positivo "
1101
1101
1102
1102
#: ../Doc/library/turtle.rst:844
1103
1103
msgid "\" speed\" : number in range 0..10"
1104
- msgstr "\" speed\" : number in range 0..10"
1104
+ msgstr "\" speed\" : número en rango 0..10"
1105
1105
1106
1106
#: ../Doc/library/turtle.rst:845
1107
1107
msgid "\" resizemode\" : \" auto\" or \" user\" or \" noresize\" "
1108
1108
msgstr "\" resizemode\" : \" auto\" or \" user\" or \" noresize\" "
1109
1109
1110
1110
#: ../Doc/library/turtle.rst:846
1111
1111
msgid "\" stretchfactor\" : (positive number, positive number)"
1112
- msgstr "\" stretchfactor\" : (positive number, positive number )"
1112
+ msgstr "\" stretchfactor\" : (número positivo, número positivo )"
1113
1113
1114
1114
#: ../Doc/library/turtle.rst:847
1115
1115
msgid "\" outline\" : positive number"
1116
- msgstr "\" outline\" : positive number "
1116
+ msgstr "\" outline\" : número positivo "
1117
1117
1118
1118
#: ../Doc/library/turtle.rst:848
1119
1119
msgid "\" tilt\" : number"
1120
- msgstr "\" tilt\" : number "
1120
+ msgstr "\" tilt\" : número "
1121
1121
1122
1122
#: ../Doc/library/turtle.rst:850
1123
1123
msgid ""
@@ -1126,42 +1126,53 @@ msgid ""
1126
1126
"can be provided as keyword-arguments. This can be used to set several pen "
1127
1127
"attributes in one statement."
1128
1128
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."
1129
1134
1130
1135
#: ../Doc/library/turtle.rst:876
1131
1136
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``. "
1133
1138
1134
1139
#: ../Doc/library/turtle.rst:894
1135
1140
msgid "Return or set the pencolor."
1136
- msgstr ""
1141
+ msgstr "Devuelve o establece el color del lápiz. "
1137
1142
1138
1143
#: ../Doc/library/turtle.rst:896 ../Doc/library/turtle.rst:945
1139
1144
msgid "Four input formats are allowed:"
1140
- msgstr ""
1145
+ msgstr "Se permiten cuatro formatos de entrada: "
1141
1146
1142
1147
#: ../Doc/library/turtle.rst:901
1143
1148
msgid "``pencolor()``"
1144
- msgstr ""
1149
+ msgstr "``pencolor()`` "
1145
1150
1146
1151
#: ../Doc/library/turtle.rst:899
1147
1152
msgid ""
1148
1153
"Return the current pencolor as color specification string or as a tuple (see "
1149
1154
"example). May be used as input to another color/pencolor/fillcolor call."
1150
1155
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*."
1151
1159
1152
1160
#: ../Doc/library/turtle.rst:905
1153
1161
msgid "``pencolor(colorstring)``"
1154
- msgstr ""
1162
+ msgstr "``pencolor(colorstring)`` "
1155
1163
1156
1164
#: ../Doc/library/turtle.rst:904
1157
1165
msgid ""
1158
1166
"Set pencolor to *colorstring*, which is a Tk color specification string, "
1159
1167
"such as ``\" red\" ``, ``\" yellow\" ``, or ``\" #33cc8c\" ``."
1160
1168
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\" ``."
1161
1172
1162
1173
#: ../Doc/library/turtle.rst:910
1163
1174
msgid "``pencolor((r, g, b))``"
1164
- msgstr ""
1175
+ msgstr "``pencolor((r, g, b))`` "
1165
1176
1166
1177
#: ../Doc/library/turtle.rst:908
1167
1178
msgid ""
0 commit comments