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