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.font.rst:2
2120msgid ":mod:`tkinter.font` --- Tkinter font wrapper"
22- msgstr ""
21+ msgstr ":mod:`tkinter.font` --- Tkinter 글꼴 래퍼 "
2322
2423#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:8
2524msgid "**Source code:** :source:`Lib/tkinter/font.py`"
26- msgstr ""
25+ msgstr "**소스 코드:** :source:`Lib/tkinter/font.py` "
2726
2827#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:12
2928msgid ""
3029"The :mod:`tkinter.font` module provides the :class:`Font` class for "
3130"creating and using named fonts."
32- msgstr ""
31+ msgstr ":mod:`tkinter.font` 모듈은 명명된 글꼴을 만들고 사용하기 위한 :class:`Font` 클래스를 제공합니다. "
3332
3433#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:15
3534msgid "The different font weights and slants are:"
36- msgstr ""
35+ msgstr "구별되는 글꼴 무게와 기울기는 다음과 같습니다: "
3736
3837#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:24
3938msgid ""
@@ -43,124 +42,129 @@ msgid ""
4342"fonts as a single object, rather than specifying a font by its attributes"
4443" with each occurrence."
4544msgstr ""
45+ ":class:`Font` 클래스는 명명된 글꼴을 나타냅니다. *Font* 인스턴스에는 고유한 이름이 지정되며 패밀리, 크기 및 "
46+ "스타일 구성으로 지정할 수 있습니다. 명명된 글꼴은 나타날 때마다 어트리뷰트로 글꼴을 지정하지 않고, 글꼴을 단일 객체로 만들고 "
47+ "식별하는 Tk의 방법입니다."
4648
4749#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:30
4850msgid "arguments:"
49- msgstr ""
51+ msgstr "인자: "
5052
5153#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
5254msgid "*font* - font specifier tuple (family, size, options)"
53- msgstr ""
55+ msgstr "*font* - 글꼴 지정자 튜플 (패밀리, 크기, 옵션) "
5456
5557#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
5658msgid "*name* - unique font name"
57- msgstr ""
59+ msgstr "*name* - 고유한 글꼴 이름 "
5860
5961#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
6062msgid "*exists* - self points to existing named font if true"
61- msgstr ""
63+ msgstr "*exists* - 참이면 self가 기존의 명명된 글꼴을 가리킵니다 "
6264
6365#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:36
6466msgid "additional keyword options (ignored if *font* is specified):"
65- msgstr ""
67+ msgstr "추가 키워드 옵션 (*font* \\ 가 지정되면 무시됩니다): "
6668
6769#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
6870msgid "*family* - font family i.e. Courier, Times"
69- msgstr ""
71+ msgstr "*family* - 글꼴 패밀리, 즉 Courier, Times "
7072
7173#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
7274msgid "*size* - font size"
73- msgstr ""
75+ msgstr "*size* - 글꼴 크기 "
7476
7577#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
7678msgid "If *size* is positive it is interpreted as size in points."
77- msgstr ""
79+ msgstr "*size* \\ 가 양수이면 포인트 단위의 크기로 해석됩니다. "
7880
7981#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
8082msgid "If *size* is a negative number its absolute value is treated"
81- msgstr ""
83+ msgstr "*size* \\ 가 음수이면 절댓값을 "
8284
8385#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
8486msgid "as size in pixels."
85- msgstr ""
87+ msgstr "픽셀 단위의 크기로 처리합니다. "
8688
8789#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
8890msgid "*weight* - font emphasis (NORMAL, BOLD)"
89- msgstr ""
91+ msgstr "*weight* - 글꼴 강조 (NORMAL, BOLD) "
9092
9193#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
9294msgid "*slant* - ROMAN, ITALIC"
93- msgstr ""
95+ msgstr "*slant* - ROMAN, ITALIC "
9496
9597#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
9698msgid "*underline* - font underlining (0 - none, 1 - underline)"
97- msgstr ""
99+ msgstr "*underline* - 글꼴 밑줄 (0 - 없음, 1 - 밑줄) "
98100
99101#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst
100102msgid "*overstrike* - font strikeout (0 - none, 1 - strikeout)"
101- msgstr ""
103+ msgstr "*overstrike* - 글꼴 취소선 (0 - 없음, 1 - 취소선) "
102104
103105#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:50
104106msgid "Return the attributes of the font."
105- msgstr ""
107+ msgstr "글꼴의 어트리뷰트를 반환합니다. "
106108
107109#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:54
108110msgid "Retrieve an attribute of the font."
109- msgstr ""
111+ msgstr "글꼴의 어트리뷰트를 가져옵니다. "
110112
111113#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:58
112114msgid "Modify attributes of the font."
113- msgstr ""
115+ msgstr "글꼴의 어트리뷰트를 수정합니다. "
114116
115117#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:62
116118msgid "Return new instance of the current font."
117- msgstr ""
119+ msgstr "현재 글꼴의 새 인스턴스를 반환합니다. "
118120
119121#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:66
120122msgid ""
121123"Return amount of space the text would occupy on the specified display "
122124"when formatted in the current font. If no display is specified then the "
123125"main application window is assumed."
124126msgstr ""
127+ "현재 글꼴로 포맷할 때 지정된 디스플레이에서 텍스트가 차지할 공간의 크기를 반환합니다. 디스플레이가 지정되지 않으면 메인 응용 "
128+ "프로그램 창을 가정합니다."
125129
126130#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:72
127131msgid "Return font-specific data. Options include:"
128- msgstr ""
132+ msgstr "글꼴별 데이터를 반환합니다. 옵션은 다음과 같습니다: "
129133
130134#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:76
131135msgid "*ascent* - distance between baseline and highest point that a"
132- msgstr ""
136+ msgstr "*ascent* - 기준선(baseline)과 글꼴의 문자가 차지할 수 있는 가장 높은 점 사이의 거리 "
133137
134138#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:76
135139#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:79
136140msgid "character of the font can occupy"
137- msgstr ""
141+ msgstr ". "
138142
139143#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:79
140144msgid "*descent* - distance between baseline and lowest point that a"
141- msgstr ""
145+ msgstr "*descent* - 기준선과 글꼴의 문자가 차지할 수 있는 가장 낮은 점 사이의 거리 "
142146
143147#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:82
144148msgid "*linespace* - minimum vertical separation necessary between any two"
145- msgstr ""
149+ msgstr "*linespace* - 줄 사이에 수직 겹침이 없음을 보장하는, 글꼴의 임의의 두 문자 간에 필요한 최소 수직 분리 "
146150
147151#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:82
148152msgid "characters of the font that ensures no vertical overlap between lines."
149- msgstr ""
153+ msgstr ". "
150154
151155#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:84
152156msgid "*fixed* - 1 if font is fixed-width else 0"
153- msgstr ""
157+ msgstr "*fixed* - 글꼴이 고정 너비이면 1, 그렇지 않으면 0 "
154158
155159#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:88
156160msgid "Return the different font families."
157- msgstr ""
161+ msgstr "구별되는 글꼴 패밀리를 반환합니다. "
158162
159163#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:92
160164msgid "Return the names of defined fonts."
161- msgstr ""
165+ msgstr "정의된 글꼴의 이름을 반환합니다. "
162166
163167#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/library/tkinter.font.rst:96
164168msgid "Return a :class:`Font` representation of a tk named font."
165- msgstr ""
169+ msgstr "tk 명명된 글꼴의 :class:`Font` 표현을 반환합니다. "
166170
0 commit comments