44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Freesand Leo <[email protected] >, 201887# nickle <[email protected] >, 20198+ # Freesand Leo <[email protected] >, 201999#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1616"PO-Revision-Date : 2017-02-16 23:03+0000\n "
17- "Last-Translator : nickle <2330458484@qq .com>, 2019\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
1818"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,7 +24,7 @@ msgstr ""
2424
2525#: ../../library/colorsys.rst:2
2626msgid ":mod:`colorsys` --- Conversions between color systems"
27- msgstr ":mod:`colorsys` --- 颜色系统间的对话 "
27+ msgstr ":mod:`colorsys` --- 颜色系统间的转换 "
2828
2929#: ../../library/colorsys.rst:9
3030msgid "**Source code:** :source:`Lib/colorsys.py`"
@@ -40,21 +40,27 @@ msgid ""
4040"coordinate is between 0 and 1, but the I and Q coordinates can be positive "
4141"or negative. In all other spaces, the coordinates are all between 0 and 1."
4242msgstr ""
43+ ":mod:`colorsys` 模块定义了计算机显示器所用的 RGB (Red Green Blue) 色彩空间与三种其他色彩坐标系统 YIQ, HLS"
44+ " (Hue Lightness Saturation) 和 HSV (Hue Saturation Value) 表示的颜色值之间的双向转换。 "
45+ "所有这些色彩空间的坐标都使用浮点数值来表示。 在 YIQ 空间中,Y 坐标取值为 0 和 1 之间,而 I 和 Q 坐标均可以为正数或负数。 "
46+ "在所有其他空间中,坐标取值均为 0 和 1 之间。"
4347
4448#: ../../library/colorsys.rst:23
4549msgid ""
4650"More information about color spaces can be found at "
4751"http://poynton.ca/ColorFAQ.html and "
4852"https://www.cambridgeincolour.com/tutorials/color-spaces.htm."
4953msgstr ""
54+ "有关色彩空间的更多信息可访问 http://poynton.ca/ColorFAQ.html 和 "
55+ "https://www.cambridgeincolour.com/tutorials/color-spaces.htm."
5056
5157#: ../../library/colorsys.rst:27
5258msgid "The :mod:`colorsys` module defines the following functions:"
5359msgstr ":mod:`colorsys` 模块定义了如下函数:"
5460
5561#: ../../library/colorsys.rst:32
5662msgid "Convert the color from RGB coordinates to YIQ coordinates."
57- msgstr "把颜色从RGB值转为YIQ值。<br> "
63+ msgstr "把颜色从RGB值转为YIQ值。"
5864
5965#: ../../library/colorsys.rst:37
6066msgid "Convert the color from YIQ coordinates to RGB coordinates."
0 commit comments