33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
55#
6- #, fuzzy
76msgid ""
87msgstr ""
98"Project-Id-Version : Python 3.6\n "
109"Report-Msgid-Bugs-To : \n "
1110"POT-Creation-Date : 2017-11-26 18:49+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 "
18- "Generated-By : Babel 2.5.1 \n "
17+ "Generated-By : Babel 2.6.0 \n "
1918
2019#: ../Doc/library/tkinter.scrolledtext.rst:2
2120msgid ":mod:`tkinter.scrolledtext` --- Scrolled Text Widget"
22- msgstr ""
21+ msgstr ":mod:`tkinter.scrolledtext` --- 스크롤 되는 Text 위젯 "
2322
2423#: ../Doc/library/tkinter.scrolledtext.rst:10
2524msgid "**Source code:** :source:`Lib/tkinter/scrolledtext.py`"
26- msgstr ""
25+ msgstr "**소스 코드:** :source:`Lib/tkinter/scrolledtext.py` "
2726
2827#: ../Doc/library/tkinter.scrolledtext.rst:14
2928msgid ""
@@ -34,6 +33,9 @@ msgid ""
3433"directly. The constructor is the same as that of the "
3534":class:`tkinter.Text` class."
3635msgstr ""
36+ ":mod:`tkinter.scrolledtext` 모듈은 \" 올바로\" 동작하도록 구성된 수직 스크롤 막대가 있는 기본 텍스트 "
37+ "위젯을 구현하는 같은 이름의 클래스를 제공합니다. :class:`ScrolledText` 클래스를 사용하면 텍스트 위젯과 스크롤 "
38+ "막대를 직접 설정하기보다 훨씬 쉽습니다. 생성자는 :class:`tkinter.Text` 클래스의 생성자와 같습니다."
3739
3840#: ../Doc/library/tkinter.scrolledtext.rst:20
3941msgid ""
@@ -43,18 +45,21 @@ msgid ""
4345":class:`ScrolledText` widget to be used directly to achieve most normal "
4446"geometry management behavior."
4547msgstr ""
48+ "텍스트 위젯과 스크롤 막대는 :class:`Frame`\\ 에 함께 팩 되며, :class:`Grid`\\ 와 :class:`Pack`"
49+ " 지오메트리 관리자의 메서드를 :class:`Frame` 객체에서 얻습니다. 이렇게 함으로써, 가장 일반적인 지오메트리 관리 동작을"
50+ " 달성하는데 :class:`ScrolledText` 위젯을 직접 사용할 수 있습니다."
4651
4752#: ../Doc/library/tkinter.scrolledtext.rst:25
4853msgid ""
4954"Should more specific control be necessary, the following attributes are "
5055"available:"
51- msgstr ""
56+ msgstr "더욱 구체적인 제어가 필요하면, 다음 어트리뷰트를 사용할 수 있습니다: "
5257
5358#: ../Doc/library/tkinter.scrolledtext.rst:31
5459msgid "The frame which surrounds the text and scroll bar widgets."
55- msgstr ""
60+ msgstr "텍스트 및 스크롤 막대 위젯을 둘러싼 프레임. "
5661
5762#: ../Doc/library/tkinter.scrolledtext.rst:36
5863msgid "The scroll bar widget."
59- msgstr ""
64+ msgstr "스크롤 막대 위젯. "
6065
0 commit comments