Skip to content

Commit c3ec80f

Browse files
committed
colormode dict
1 parent 3d55f7e commit c3ec80f

File tree

2 files changed

+48
-15
lines changed

2 files changed

+48
-15
lines changed

dict

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,3 +562,4 @@ Screen
562562
and
563563
None
564564
call
565+
colormode

library/turtle.po

Lines changed: 47 additions & 15 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-03 14:58-0300\n"
14+
"PO-Revision-Date: 2020-06-08 11:10-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -712,7 +712,7 @@ msgid ""
712712
msgstr ""
713713
"Gira la tortuga a la derecha tomando los *angle* como unidad de medida. (La "
714714
"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 "
716716
"de los ángulos depende del modo en que está la tortuga, ver :func:`mode`."
717717

718718
#: ../Doc/library/turtle.rst:319
@@ -723,7 +723,7 @@ msgid ""
723723
msgstr ""
724724
"Gira la tortuga a la izquierda tomando los *ángulos* como unidad de medida. "
725725
"(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 "
727727
"de los ángulos depende del modo en que está la tortuga, ver :func:`mode`."
728728

729729
#: ../Doc/library/turtle.rst:343
@@ -1182,133 +1182,165 @@ msgid ""
11821182
"*b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where "
11831183
"colormode is either 1.0 or 255 (see :func:`colormode`)."
11841184
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`)."
11851188

11861189
#: ../Doc/library/turtle.rst:917
11871190
msgid "``pencolor(r, g, b)``"
1188-
msgstr ""
1191+
msgstr "``pencolor(r, g, b)``"
11891192

11901193
#: ../Doc/library/turtle.rst:913
11911194
msgid ""
11921195
"Set pencolor to the RGB color represented by *r*, *g*, and *b*. Each of "
11931196
"*r*, *g*, and *b* must be in the range 0..colormode."
11941197
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."
11951200

11961201
#: ../Doc/library/turtle.rst:916
11971202
msgid ""
11981203
"If turtleshape is a polygon, the outline of that polygon is drawn with the "
11991204
"newly set pencolor."
12001205
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."
12011208

12021209
#: ../Doc/library/turtle.rst:943
12031210
msgid "Return or set the fillcolor."
1204-
msgstr ""
1211+
msgstr "Devuelve o establece *fillcolor*"
12051212

12061213
#: ../Doc/library/turtle.rst:950
12071214
msgid "``fillcolor()``"
1208-
msgstr ""
1215+
msgstr "``fillcolor()``"
12091216

12101217
#: ../Doc/library/turtle.rst:948
12111218
msgid ""
12121219
"Return the current fillcolor as color specification string, possibly in "
12131220
"tuple format (see example). May be used as input to another color/pencolor/"
12141221
"fillcolor call."
12151222
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*."
12161226

12171227
#: ../Doc/library/turtle.rst:954
12181228
msgid "``fillcolor(colorstring)``"
1219-
msgstr ""
1229+
msgstr "``fillcolor(colorstring)``"
12201230

12211231
#: ../Doc/library/turtle.rst:953
12221232
msgid ""
12231233
"Set fillcolor to *colorstring*, which is a Tk color specification string, "
12241234
"such as ``\"red\"``, ``\"yellow\"``, or ``\"#33cc8c\"``."
12251235
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+
"\"``."
12261239

12271240
#: ../Doc/library/turtle.rst:959
12281241
msgid "``fillcolor((r, g, b))``"
1229-
msgstr ""
1242+
msgstr "``fillcolor((r, g, b))``"
12301243

12311244
#: ../Doc/library/turtle.rst:957
12321245
msgid ""
12331246
"Set fillcolor to the RGB color represented by the tuple of *r*, *g*, and "
12341247
"*b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where "
12351248
"colormode is either 1.0 or 255 (see :func:`colormode`)."
12361249
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`)."
12371253

12381254
#: ../Doc/library/turtle.rst:966
12391255
msgid "``fillcolor(r, g, b)``"
1240-
msgstr ""
1256+
msgstr "``fillcolor(r, g, b)``"
12411257

12421258
#: ../Doc/library/turtle.rst:962
12431259
msgid ""
12441260
"Set fillcolor to the RGB color represented by *r*, *g*, and *b*. Each of "
12451261
"*r*, *g*, and *b* must be in the range 0..colormode."
12461262
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."
12471265

12481266
#: ../Doc/library/turtle.rst:965
12491267
msgid ""
12501268
"If turtleshape is a polygon, the interior of that polygon is drawn with the "
12511269
"newly set fillcolor."
12521270
msgstr ""
1271+
"Si *turtleshape* es un polígono, el interior de ese polígono es dibujado con "
1272+
"el color establecido en *fillcolor*."
12531273

12541274
#: ../Doc/library/turtle.rst:986
12551275
msgid "Return or set pencolor and fillcolor."
1256-
msgstr ""
1276+
msgstr "Devuelve o establece el color del lápiz y el color de relleno."
12571277

12581278
#: ../Doc/library/turtle.rst:988
12591279
msgid ""
12601280
"Several input formats are allowed. They use 0 to 3 arguments as follows:"
12611281
msgstr ""
1282+
"Se permiten varios formatos de entrada. Usan de 0 a 3 argumentos como se "
1283+
"muestra a continuación:"
12621284

12631285
#: ../Doc/library/turtle.rst:994
12641286
msgid "``color()``"
1265-
msgstr ""
1287+
msgstr "``color()``"
12661288

12671289
#: ../Doc/library/turtle.rst:992
12681290
msgid ""
12691291
"Return the current pencolor and the current fillcolor as a pair of color "
12701292
"specification strings or tuples as returned by :func:`pencolor` and :func:"
12711293
"`fillcolor`."
12721294
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`."
12731298

12741299
#: ../Doc/library/turtle.rst:998
12751300
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)``"
12771302

12781303
#: ../Doc/library/turtle.rst:997
12791304
msgid ""
12801305
"Inputs as in :func:`pencolor`, set both, fillcolor and pencolor, to the "
12811306
"given value."
12821307
msgstr ""
1308+
"Entradas como en :func:`pencolor`, establece al valor dado tanto, "
1309+
"*fillcolor* como *pencolor*."
12831310

12841311
#: ../Doc/library/turtle.rst:1005
12851312
msgid ""
12861313
"``color(colorstring1, colorstring2)``, ``color((r1,g1,b1), (r2,g2,b2))``"
12871314
msgstr ""
1315+
"``color(colorstring1, colorstring2)``, ``color((r1,g1,b1), (r2,g2,b2))``"
12881316

12891317
#: ../Doc/library/turtle.rst:1001
12901318
msgid ""
12911319
"Equivalent to ``pencolor(colorstring1)`` and ``fillcolor(colorstring2)`` and "
12921320
"analogously if the other input format is used."
12931321
msgstr ""
1322+
"Equivalente a ``pencolor(colorstring1)`` y ``fillcolor(colorstring2)`` y "
1323+
"análogamente si se usa el otro formato de entrada."
12941324

12951325
#: ../Doc/library/turtle.rst:1004
12961326
msgid ""
12971327
"If turtleshape is a polygon, outline and interior of that polygon is drawn "
12981328
"with the newly set colors."
12991329
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."
13001332

13011333
#: ../Doc/library/turtle.rst:1018
13021334
msgid "See also: Screen method :func:`colormode`."
1303-
msgstr ""
1335+
msgstr "Ver también: Método *Screeen* :func:`colormode`."
13041336

13051337
#: ../Doc/library/turtle.rst:1032
13061338
msgid "Return fillstate (``True`` if filling, ``False`` else)."
1307-
msgstr ""
1339+
msgstr "Devuelve *fillstate* (``True`` si está lleno, sino``False``)."
13081340

13091341
#: ../Doc/library/turtle.rst:1047
13101342
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."
13121344

13131345
#: ../Doc/library/turtle.rst:1052
13141346
msgid "Fill the shape drawn after the last call to :func:`begin_fill`."

0 commit comments

Comments
 (0)