3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
- #, fuzzy
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version :Python 3.12\n "
10
9
"Report-Msgid-Bugs-To :\n "
11
10
"POT-Creation-Date :2021-09-13 00:11+0000\n "
12
- "PO-Revision-Date :YEAR-MO-DA HO:MI+ZONE \n "
13
- "Last-Translator :FULL NAME <EMAIL@ADDRESS >\n "
11
+ "PO-Revision-Date :2024-02-15 12:16+0800 \n "
12
+ "Last-Translator :Li-Hung Wang <therockleona@gmail.com >\n "
14
13
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
14
"tw)\n "
16
15
"Language :zh_TW\n "
17
16
"MIME-Version :1.0\n "
18
17
"Content-Type :text/plain; charset=UTF-8\n "
19
18
"Content-Transfer-Encoding :8bit\n "
19
+ "X-Generator :Poedit 3.4\n "
20
20
21
21
#: ../../library/tkinter.colorchooser.rst:2
22
22
msgid ":mod:`tkinter.colorchooser` --- Color choosing dialog"
23
- msgstr ""
23
+ msgstr ":mod:`tkinter.colorchooser` --- 顏色選擇對話框 "
24
24
25
25
#: ../../library/tkinter.colorchooser.rst:8
26
26
msgid "**Source code:** :source:`Lib/tkinter/colorchooser.py`"
@@ -33,18 +33,23 @@ msgid ""
33
33
"modal color choosing dialog window. The ``Chooser`` class inherits from the :"
34
34
"class:`~tkinter.commondialog.Dialog` class."
35
35
msgstr ""
36
+ ":mod:`tkinter.colorchooser` 模組提供類別 :class:`Chooser` 當作與原生顏色選擇器"
37
+ "對話框的介面。``Chooser`` 實作了一個顏色選擇的互動視窗。類別 ``Chooser`` 繼承"
38
+ "了類別 :class:`~tkinter.commondialog.Dialog`。"
36
39
37
40
#: ../../library/tkinter.colorchooser.rst:21
38
41
msgid ""
39
42
"Create a color choosing dialog. A call to this method will show the window, "
40
43
"wait for the user to make a selection, and return the selected color (or "
41
44
"``None``) to the caller."
42
45
msgstr ""
46
+ "建立一個顏色選擇對話框。一旦呼叫這個方法便會顯示視窗,等待使用者做出選擇後,"
47
+ "回傳選擇的顏色(或者是 ``None``)給呼叫者。"
43
48
44
49
#: ../../library/tkinter.colorchooser.rst:28
45
50
msgid "Module :mod:`tkinter.commondialog`"
46
51
msgstr ":mod:`tkinter.commondialog` 模組"
47
52
48
53
#: ../../library/tkinter.colorchooser.rst:29
49
54
msgid "Tkinter standard dialog module"
50
- msgstr ""
55
+ msgstr "Tkinter 標準對話框模組 "