3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
5
5
#
6
- #, fuzzy
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version :Python 3.9\n "
10
9
"Report-Msgid-Bugs-To :\n "
11
10
"POT-Creation-Date :2020-10-08 03:37+0900\n "
12
11
"PO-Revision-Date :YEAR-MO-DA HO:MI+ZONE\n "
13
- "Last-Translator :FULL NAME <EMAIL@ADDRESS >\n "
14
- "Language-Team :LANGUAGE <LL@li.org> \n "
12
+ "Last-Translator :Dong-gweon Oh <flowdas@gmail.com >\n "
13
+ "Language-Team :Korean (https://python.flowdas.com) \n "
15
14
"MIME-Version :1.0\n "
16
15
"Content-Type :text/plain; charset=utf-8\n "
17
16
"Content-Transfer-Encoding :8bit\n "
18
17
"Generated-By :Babel 2.7.0\n "
19
18
20
19
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.colorchooser.rst:2
21
20
msgid ":mod:`tkinter.colorchooser` --- Color choosing dialog"
22
- msgstr ""
21
+ msgstr ":mod:`tkinter.colorchooser` --- 색상 선택 대화 상자 "
23
22
24
23
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.colorchooser.rst:8
25
24
msgid "**Source code:** :source:`Lib/tkinter/colorchooser.py`"
26
- msgstr ""
25
+ msgstr "**소스 코드:** :source:`Lib/tkinter/colorchooser.py` "
27
26
28
27
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.colorchooser.rst:12
29
28
msgid ""
@@ -32,19 +31,24 @@ msgid ""
32
31
"implements a modal color choosing dialog window. The ``Chooser`` class "
33
32
"inherits from the :class:`~tkinter.commondialog.Dialog` class."
34
33
msgstr ""
34
+ ":mod:`tkinter.colorchooser` 모듈은 네이티브 색상 선택기 대화 상자의 인터페이스로 "
35
+ ":class:`Chooser` 클래스를 제공합니다. ``Chooser``\\ 는 모달(modal) 색상 선택 대화 상자 창을 "
36
+ "구현합니다. ``Chooser`` 클래스는 :class:`~tkinter.commondialog.Dialog` 클래스를 상속합니다."
35
37
36
38
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.colorchooser.rst:21
37
39
msgid ""
38
40
"Create a color choosing dialog. A call to this method will show the "
39
41
"window, wait for the user to make a selection, and return the selected "
40
42
"color (or ``None``) to the caller."
41
43
msgstr ""
44
+ "색상 선택 대화 상자를 만듭니다. 이 메서드를 호출하면 창이 표시되고, 사용자가 선택하기를 기다렸다가, 선택한 색상(또는 "
45
+ "``None``)을 호출자에게 반환합니다."
42
46
43
47
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.colorchooser.rst:28
44
48
msgid "Module :mod:`tkinter.commondialog`"
45
- msgstr ""
49
+ msgstr "모듈 :mod:`tkinter.commondialog` "
46
50
47
51
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.colorchooser.rst:29
48
52
msgid "Tkinter standard dialog module"
49
- msgstr ""
53
+ msgstr "Tkinter 표준 대화 상자 모듈 "
50
54