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.messagebox.rst:2
21
20
msgid ":mod:`tkinter.messagebox` --- Tkinter message prompts"
22
- msgstr ""
21
+ msgstr ":mod:`tkinter.messagebox` --- Tkinter 메시지 프롬프트 "
23
22
24
23
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:8
25
24
msgid "**Source code:** :source:`Lib/tkinter/messagebox.py`"
26
- msgstr ""
25
+ msgstr "**소스 코드:** :source:`Lib/tkinter/messagebox.py` "
27
26
28
27
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:12
29
28
msgid ""
@@ -33,20 +32,23 @@ msgid ""
33
32
"(True, False, OK, None, Yes, No) based on the user's selection. Common "
34
33
"message box styles and layouts include but are not limited to:"
35
34
msgstr ""
35
+ ":mod:`tkinter.messagebox` 모듈은 일반적으로 사용되는 구성을 위한 다양한 편의 메서드 뿐만 아니라 템플릿 베이스"
36
+ " 클래스를 제공합니다. 메시지 상자는 모달(modal)이며 사용자 선택에 따라 (True, False, OK, None, Yes, "
37
+ "No)의 부분 집합을 반환합니다. 일반적인 메시지 상자 스타일과 레이아웃에는 다음이 포함되지만 이에 국한되지는 않습니다:"
36
38
37
39
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:22
38
40
msgid "Create a default information message box."
39
- msgstr ""
41
+ msgstr "기본 정보 메시지 상자를 만듭니다. "
40
42
41
43
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:24
42
44
msgid "**Information message box**"
43
- msgstr ""
45
+ msgstr "**정보 메시지 상자** "
44
46
45
47
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:28
46
48
msgid "**Warning message boxes**"
47
- msgstr ""
49
+ msgstr "**경고 메시지 상자** "
48
50
49
51
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:33
50
52
msgid "**Question message boxes**"
51
- msgstr ""
53
+ msgstr "**질문 메시지 상자** "
52
54
0 commit comments