33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
55#
6- #, fuzzy
76msgid ""
87msgstr ""
98"Project-Id-Version : Python 3.9\n "
109"Report-Msgid-Bugs-To : \n "
1110"POT-Creation-Date : 2020-10-08 03:37+0900\n "
1211"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 "
1514"MIME-Version : 1.0\n "
1615"Content-Type : text/plain; charset=utf-8\n "
1716"Content-Transfer-Encoding : 8bit\n "
1817"Generated-By : Babel 2.7.0\n "
1918
2019#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:2
2120msgid ":mod:`tkinter.messagebox` --- Tkinter message prompts"
22- msgstr ""
21+ msgstr ":mod:`tkinter.messagebox` --- Tkinter 메시지 프롬프트 "
2322
2423#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:8
2524msgid "**Source code:** :source:`Lib/tkinter/messagebox.py`"
26- msgstr ""
25+ msgstr "**소스 코드:** :source:`Lib/tkinter/messagebox.py` "
2726
2827#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:12
2928msgid ""
@@ -33,20 +32,23 @@ msgid ""
3332"(True, False, OK, None, Yes, No) based on the user's selection. Common "
3433"message box styles and layouts include but are not limited to:"
3534msgstr ""
35+ ":mod:`tkinter.messagebox` 모듈은 일반적으로 사용되는 구성을 위한 다양한 편의 메서드 뿐만 아니라 템플릿 베이스"
36+ " 클래스를 제공합니다. 메시지 상자는 모달(modal)이며 사용자 선택에 따라 (True, False, OK, None, Yes, "
37+ "No)의 부분 집합을 반환합니다. 일반적인 메시지 상자 스타일과 레이아웃에는 다음이 포함되지만 이에 국한되지는 않습니다:"
3638
3739#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:22
3840msgid "Create a default information message box."
39- msgstr ""
41+ msgstr "기본 정보 메시지 상자를 만듭니다. "
4042
4143#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:24
4244msgid "**Information message box**"
43- msgstr ""
45+ msgstr "**정보 메시지 상자** "
4446
4547#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:28
4648msgid "**Warning message boxes**"
47- msgstr ""
49+ msgstr "**경고 메시지 상자** "
4850
4951#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.messagebox.rst:33
5052msgid "**Question message boxes**"
51- msgstr ""
53+ msgstr "**질문 메시지 상자** "
5254
0 commit comments