11# Copyright (C) 2001-2020, Python Software Foundation
22# This file is distributed under the same license as the Python package.
3- # Maintained by the python-doc-es workteam.
3+ # Maintained by the python-doc-es workteam.
44# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66#
7- #, fuzzy
87msgid ""
98msgstr ""
109"Project-Id-Version : Python 3.8\n "
1110"Report-Msgid-Bugs-To : \n "
1211"POT-Creation-Date : 2019-05-06 11:59-0400\n "
13- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
12+ "PO-Revision-Date : 2020-10-05 15:02+0200\n "
1513"Language-Team : python-doc-es\n "
1614"MIME-Version : 1.0\n "
1715"Content-Type : text/plain; charset=UTF-8\n "
1816"Content-Transfer-Encoding : 8bit\n "
17+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
18+ "Last-Translator : \n "
19+ "Language : es_ES\n "
20+ "X-Generator : Poedit 2.4.1\n "
1921
2022#: ../Doc/library/colorsys.rst:2
2123msgid ":mod:`colorsys` --- Conversions between color systems"
22- msgstr ""
24+ msgstr ":mod:`colorsys` --- Conversiones entre sistemas de color "
2325
2426#: ../Doc/library/colorsys.rst:9
2527msgid "**Source code:** :source:`Lib/colorsys.py`"
26- msgstr ""
28+ msgstr "**Código fuente:** :source:`Lib/colorsys.py` "
2729
2830#: ../Doc/library/colorsys.rst:13
2931msgid ""
@@ -35,42 +37,55 @@ msgid ""
3537"coordinate is between 0 and 1, but the I and Q coordinates can be positive "
3638"or negative. In all other spaces, the coordinates are all between 0 and 1."
3739msgstr ""
40+ "El módulo :mod:`colorsys` define conversiones bidireccionales de valores de "
41+ "color entre colores expresados en el espacio de color RGB (sigla en inglés "
42+ "de *Red Green Blue*, en español Rojo Verde Azul) utilizado en monitores de "
43+ "ordenador y otros tres sistemas de coordenadas: YIQ, HLS (sigla en inglés de "
44+ "*Hue Lightness Saturation*, en español Matiz Luminosidad Saturación) y HSV "
45+ "(sigla en inglés de *Hue Saturation Value*, en español Matiz Saturación "
46+ "Valor). Las coordenadas en todos estos espacios de color son números de "
47+ "punto flotante. En el espacio YIQ, la coordenada Y está entre 0 y 1, pero "
48+ "las coordenadas I y Q pueden ser positivas o negativas. En todos los demás "
49+ "espacios, las coordenadas están todas entre 0 y 1."
3850
3951#: ../Doc/library/colorsys.rst:23
4052msgid ""
4153"More information about color spaces can be found at http://poynton.ca/"
4254"ColorFAQ.html and https://www.cambridgeincolour.com/tutorials/color-spaces."
4355"htm."
4456msgstr ""
57+ "Puede encontrar más información sobre los espacios de color en http://"
58+ "poynton.ca/ColorFAQ.html y https://www.cambridgeincolour.com/tutorials/color-"
59+ "spaces.htm."
4560
4661#: ../Doc/library/colorsys.rst:27
4762msgid "The :mod:`colorsys` module defines the following functions:"
48- msgstr ""
63+ msgstr "El módulo :mod:`colorsys` define las siguientes funciones: "
4964
5065#: ../Doc/library/colorsys.rst:32
5166msgid "Convert the color from RGB coordinates to YIQ coordinates."
52- msgstr ""
67+ msgstr "Convierte el color de las coordenadas RGB en coordenadas YIQ. "
5368
5469#: ../Doc/library/colorsys.rst:37
5570msgid "Convert the color from YIQ coordinates to RGB coordinates."
56- msgstr ""
71+ msgstr "Convierte el color de las coordenadas YIQ en coordenadas RGB. "
5772
5873#: ../Doc/library/colorsys.rst:42
5974msgid "Convert the color from RGB coordinates to HLS coordinates."
60- msgstr ""
75+ msgstr "Convierte el color de las coordenadas RGB en coordenadas HLS. "
6176
6277#: ../Doc/library/colorsys.rst:47
6378msgid "Convert the color from HLS coordinates to RGB coordinates."
64- msgstr ""
79+ msgstr "Convierte el color de las coordenadas HLS en coordenadas RGB. "
6580
6681#: ../Doc/library/colorsys.rst:52
6782msgid "Convert the color from RGB coordinates to HSV coordinates."
68- msgstr ""
83+ msgstr "Convierte el color de las coordenadas RGB en coordenadas HSV. "
6984
7085#: ../Doc/library/colorsys.rst:57
7186msgid "Convert the color from HSV coordinates to RGB coordinates."
72- msgstr ""
87+ msgstr "Convierte el color de las coordenadas HSV en coordenadas RGB. "
7388
7489#: ../Doc/library/colorsys.rst:59
7590msgid "Example::"
76- msgstr ""
91+ msgstr "Ejemplo:: "
0 commit comments