@@ -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-03 14:58 -0300\n "
14
+ "PO-Revision-Date : 2020-06-08 11:10 -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 "
@@ -712,7 +712,7 @@ msgid ""
712
712
msgstr ""
713
713
"Gira la tortuga a la derecha tomando los *angle* como unidad de medida. (La "
714
714
"unidad de medida por defecto son los grado, pero se puede configurar a "
715
- "través de las funciones :func:`degrees` and :func:`radians`.) La orientación "
715
+ "través de las funciones :func:`degrees` y :func:`radians`.) La orientación "
716
716
"de los ángulos depende del modo en que está la tortuga, ver :func:`mode`."
717
717
718
718
#: ../Doc/library/turtle.rst:319
@@ -723,7 +723,7 @@ msgid ""
723
723
msgstr ""
724
724
"Gira la tortuga a la izquierda tomando los *ángulos* como unidad de medida. "
725
725
"(La unidad de medida por defecto son los grado, pero se puede configurar a "
726
- "través de las funciones :func:`degrees` and :func:`radians`.) La orientación "
726
+ "través de las funciones :func:`degrees` y :func:`radians`.) La orientación "
727
727
"de los ángulos depende del modo en que está la tortuga, ver :func:`mode`."
728
728
729
729
#: ../Doc/library/turtle.rst:343
@@ -1182,133 +1182,165 @@ msgid ""
1182
1182
"*b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where "
1183
1183
"colormode is either 1.0 or 255 (see :func:`colormode`)."
1184
1184
msgstr ""
1185
+ "Establece el color del lápiz representado como una tupla de *r*, *g*, y "
1186
+ "*b*. Cada valor *r*, *g*, y *b* debe ser un valor entero en el rango 0.."
1187
+ "colormode, donde colormode es 1.0 o 255 (ver :func:`colormode`)."
1185
1188
1186
1189
#: ../Doc/library/turtle.rst:917
1187
1190
msgid "``pencolor(r, g, b)``"
1188
- msgstr ""
1191
+ msgstr "``pencolor(r, g, b)`` "
1189
1192
1190
1193
#: ../Doc/library/turtle.rst:913
1191
1194
msgid ""
1192
1195
"Set pencolor to the RGB color represented by *r*, *g*, and *b*. Each of "
1193
1196
"*r*, *g*, and *b* must be in the range 0..colormode."
1194
1197
msgstr ""
1198
+ "Establece el color del lápiz al color RGB representado por *r*, *g*, y *b*. "
1199
+ "Cada valor *r*, *g*, y *b* debe estar en el rango 0..colormode."
1195
1200
1196
1201
#: ../Doc/library/turtle.rst:916
1197
1202
msgid ""
1198
1203
"If turtleshape is a polygon, the outline of that polygon is drawn with the "
1199
1204
"newly set pencolor."
1200
1205
msgstr ""
1206
+ "Si *turtleshape* es un polígono, la línea del polígono es dibujado con el "
1207
+ "muevo color de lápiz elegido."
1201
1208
1202
1209
#: ../Doc/library/turtle.rst:943
1203
1210
msgid "Return or set the fillcolor."
1204
- msgstr ""
1211
+ msgstr "Devuelve o establece *fillcolor* "
1205
1212
1206
1213
#: ../Doc/library/turtle.rst:950
1207
1214
msgid "``fillcolor()``"
1208
- msgstr ""
1215
+ msgstr "``fillcolor()`` "
1209
1216
1210
1217
#: ../Doc/library/turtle.rst:948
1211
1218
msgid ""
1212
1219
"Return the current fillcolor as color specification string, possibly in "
1213
1220
"tuple format (see example). May be used as input to another color/pencolor/"
1214
1221
"fillcolor call."
1215
1222
msgstr ""
1223
+ "Devuelve el valor actual de *fillcolor* como una palabra, posiblemente en "
1224
+ "formato de tupla (ver ejemplo). Puede ser usado como entrada de otra llamada "
1225
+ "*color/pencolor/fillcolor*."
1216
1226
1217
1227
#: ../Doc/library/turtle.rst:954
1218
1228
msgid "``fillcolor(colorstring)``"
1219
- msgstr ""
1229
+ msgstr "``fillcolor(colorstring)`` "
1220
1230
1221
1231
#: ../Doc/library/turtle.rst:953
1222
1232
msgid ""
1223
1233
"Set fillcolor to *colorstring*, which is a Tk color specification string, "
1224
1234
"such as ``\" red\" ``, ``\" yellow\" ``, or ``\" #33cc8c\" ``."
1225
1235
msgstr ""
1236
+ "Establece *fillcolor* a *colorstring*, que es un color TK especificado como "
1237
+ "una palabra (en inglés), tales como *\" red\" *, *\" yellow\" *, o `\" #33cc8c"
1238
+ "\" ``."
1226
1239
1227
1240
#: ../Doc/library/turtle.rst:959
1228
1241
msgid "``fillcolor((r, g, b))``"
1229
- msgstr ""
1242
+ msgstr "``fillcolor((r, g, b))`` "
1230
1243
1231
1244
#: ../Doc/library/turtle.rst:957
1232
1245
msgid ""
1233
1246
"Set fillcolor to the RGB color represented by the tuple of *r*, *g*, and "
1234
1247
"*b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where "
1235
1248
"colormode is either 1.0 or 255 (see :func:`colormode`)."
1236
1249
msgstr ""
1250
+ "Establece *fillcolor* al color RGB representado por la tupla *r*, *g*, y "
1251
+ "*b*. Cada uno de los valores *r*, *g*, y *b* debe estar en el rango 0.."
1252
+ "colormode, donde *colormode* es 1.0 o 255 (ver :func:`colormode`)."
1237
1253
1238
1254
#: ../Doc/library/turtle.rst:966
1239
1255
msgid "``fillcolor(r, g, b)``"
1240
- msgstr ""
1256
+ msgstr "``fillcolor(r, g, b)`` "
1241
1257
1242
1258
#: ../Doc/library/turtle.rst:962
1243
1259
msgid ""
1244
1260
"Set fillcolor to the RGB color represented by *r*, *g*, and *b*. Each of "
1245
1261
"*r*, *g*, and *b* must be in the range 0..colormode."
1246
1262
msgstr ""
1263
+ "Establece *fillcolor* al color RGB representado por *r*, *g*, y *b*. Cada "
1264
+ "uno de los valores *r*, *g* y *b* debe ser un valor en el rango 0..colormode."
1247
1265
1248
1266
#: ../Doc/library/turtle.rst:965
1249
1267
msgid ""
1250
1268
"If turtleshape is a polygon, the interior of that polygon is drawn with the "
1251
1269
"newly set fillcolor."
1252
1270
msgstr ""
1271
+ "Si *turtleshape* es un polígono, el interior de ese polígono es dibujado con "
1272
+ "el color establecido en *fillcolor*."
1253
1273
1254
1274
#: ../Doc/library/turtle.rst:986
1255
1275
msgid "Return or set pencolor and fillcolor."
1256
- msgstr ""
1276
+ msgstr "Devuelve o establece el color del lápiz y el color de relleno. "
1257
1277
1258
1278
#: ../Doc/library/turtle.rst:988
1259
1279
msgid ""
1260
1280
"Several input formats are allowed. They use 0 to 3 arguments as follows:"
1261
1281
msgstr ""
1282
+ "Se permiten varios formatos de entrada. Usan de 0 a 3 argumentos como se "
1283
+ "muestra a continuación:"
1262
1284
1263
1285
#: ../Doc/library/turtle.rst:994
1264
1286
msgid "``color()``"
1265
- msgstr ""
1287
+ msgstr "``color()`` "
1266
1288
1267
1289
#: ../Doc/library/turtle.rst:992
1268
1290
msgid ""
1269
1291
"Return the current pencolor and the current fillcolor as a pair of color "
1270
1292
"specification strings or tuples as returned by :func:`pencolor` and :func:"
1271
1293
"`fillcolor`."
1272
1294
msgstr ""
1295
+ "Devuelve el valor actual de *pencolor* y el valor actual de *fillcolor* como "
1296
+ "un par de colores especificados como palabras o tuplas, como devuelven las "
1297
+ "funciones :func:`pencolor` y :func:`fillcolor`."
1273
1298
1274
1299
#: ../Doc/library/turtle.rst:998
1275
1300
msgid "``color(colorstring)``, ``color((r,g,b))``, ``color(r,g,b)``"
1276
- msgstr ""
1301
+ msgstr "``color(colorstring)``, ``color((r,g,b))``, ``color(r,g,b)`` "
1277
1302
1278
1303
#: ../Doc/library/turtle.rst:997
1279
1304
msgid ""
1280
1305
"Inputs as in :func:`pencolor`, set both, fillcolor and pencolor, to the "
1281
1306
"given value."
1282
1307
msgstr ""
1308
+ "Entradas como en :func:`pencolor`, establece al valor dado tanto, "
1309
+ "*fillcolor* como *pencolor*."
1283
1310
1284
1311
#: ../Doc/library/turtle.rst:1005
1285
1312
msgid ""
1286
1313
"``color(colorstring1, colorstring2)``, ``color((r1,g1,b1), (r2,g2,b2))``"
1287
1314
msgstr ""
1315
+ "``color(colorstring1, colorstring2)``, ``color((r1,g1,b1), (r2,g2,b2))``"
1288
1316
1289
1317
#: ../Doc/library/turtle.rst:1001
1290
1318
msgid ""
1291
1319
"Equivalent to ``pencolor(colorstring1)`` and ``fillcolor(colorstring2)`` and "
1292
1320
"analogously if the other input format is used."
1293
1321
msgstr ""
1322
+ "Equivalente a ``pencolor(colorstring1)`` y ``fillcolor(colorstring2)`` y "
1323
+ "análogamente si se usa el otro formato de entrada."
1294
1324
1295
1325
#: ../Doc/library/turtle.rst:1004
1296
1326
msgid ""
1297
1327
"If turtleshape is a polygon, outline and interior of that polygon is drawn "
1298
1328
"with the newly set colors."
1299
1329
msgstr ""
1330
+ "Si *turtleshape* es un polígono, la línea y el interior de ese polígono e "
1331
+ "dibujado con los nuevos colores que se establecieron."
1300
1332
1301
1333
#: ../Doc/library/turtle.rst:1018
1302
1334
msgid "See also: Screen method :func:`colormode`."
1303
- msgstr ""
1335
+ msgstr "Ver también: Método *Screeen* :func:`colormode`. "
1304
1336
1305
1337
#: ../Doc/library/turtle.rst:1032
1306
1338
msgid "Return fillstate (``True`` if filling, ``False`` else)."
1307
- msgstr ""
1339
+ msgstr "Devuelve *fillstate* (``True`` si está lleno, sino``False``). "
1308
1340
1309
1341
#: ../Doc/library/turtle.rst:1047
1310
1342
msgid "To be called just before drawing a shape to be filled."
1311
- msgstr ""
1343
+ msgstr "Para ser llamada justo antes de dibujar una forma a rellenar. "
1312
1344
1313
1345
#: ../Doc/library/turtle.rst:1052
1314
1346
msgid "Fill the shape drawn after the last call to :func:`begin_fill`."
0 commit comments