1
- # SOME DESCRIPTIVE TITLE.
2
1
# Copyright (C) 2001-2022, Python Software Foundation
3
2
# This file is distributed under the same license as the Python package.
4
3
#
5
4
# Translators:
5
+ # Liang-Bo Wang <[email protected] >, 2016
6
+ # Matt Wang <[email protected] >, 2022
6
7
msgid ""
7
8
msgstr ""
8
9
"Project-Id-Version : Python 3.10\n "
9
10
"Report-Msgid-Bugs-To : \n "
10
11
"POT-Creation-Date : 2020-06-20 18:08+0800\n "
11
- "PO-Revision-Date : 2016-11-19 00:29+0000 \n "
12
- "
Last-Translator :
Liang-Bo Wang <[email protected] >\n"
12
+ "PO-Revision-Date : 2022-02-15 20:58+0800 \n "
13
+ "
Last-Translator :
Matt Wang <[email protected] >\n"
13
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
15
"tw)\n "
15
16
"Language : zh_TW\n "
16
17
"MIME-Version : 1.0\n "
17
18
"Content-Type : text/plain; charset=UTF-8\n "
18
19
"Content-Transfer-Encoding : 8bit\n "
19
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
+ "X-Generator : Poedit 3.0.1\n "
20
22
21
23
#: ../../library/colorsys.rst:2
22
24
msgid ":mod:`colorsys` --- Conversions between color systems"
23
- msgstr ""
25
+ msgstr ":mod:`colorsys` --- 顏色系統間的轉換 "
24
26
25
27
#: ../../library/colorsys.rst:9
26
28
msgid "**Source code:** :source:`Lib/colorsys.py`"
@@ -36,13 +38,20 @@ msgid ""
36
38
"coordinate is between 0 and 1, but the I and Q coordinates can be positive "
37
39
"or negative. In all other spaces, the coordinates are all between 0 and 1."
38
40
msgstr ""
41
+ ":mod:`colorsys` 模組 (module) 定義了電腦顯示器所用的 RGB (紅綠藍)色彩空間與"
42
+ "三種其他色彩座標系統:YIQ、HLS (Hue Lightness Saturation) 和 HSV (Hue "
43
+ "Saturation Value) 所表示的顏色值之間的雙向轉換。所有這些色彩空間的座標都使用"
44
+ "浮點數值 (floating point) 來表示。在 YIQ 空間中,Y 座標值為 0 和 1 之間,而 "
45
+ "I 和 Q 座標均可以為正數或負數。在所有其他空間中,座標值均為 0 和 1 之間。"
39
46
40
47
#: ../../library/colorsys.rst:23
41
48
msgid ""
42
49
"More information about color spaces can be found at https://poynton.ca/"
43
50
"ColorFAQ.html and https://www.cambridgeincolour.com/tutorials/color-spaces."
44
51
"htm."
45
52
msgstr ""
53
+ "有關色彩空間的更多資訊請見 https://poynton.ca/ColorFAQ.html 和 https://www."
54
+ "cambridgeincolour.com/tutorials/color-spaces.htm。"
46
55
47
56
#: ../../library/colorsys.rst:27
48
57
msgid "The :mod:`colorsys` module defines the following functions:"
0 commit comments