@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/netrc.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!netrc` --- netrc file processing"
22
- msgstr ":mod:`netrc` --- netrc 파일 처리"
21
+ msgstr ":mod:`! netrc` --- netrc 파일 처리"
23
22
24
23
#: ../../library/netrc.rst:10
25
24
msgid "**Source code:** :source:`Lib/netrc.py`"
@@ -81,27 +80,25 @@ msgid ""
81
80
msgstr ""
82
81
83
82
#: ../../library/netrc.rst:51
84
- #, fuzzy
85
83
msgid ""
86
84
"Exception raised by the :class:`~netrc.netrc` class when syntactical "
87
85
"errors are encountered in source text. Instances of this exception "
88
86
"provide three interesting attributes:"
89
87
msgstr ""
90
88
"소스 텍스트에 문법적인 에러가 있을 때 :class:`~netrc.netrc` 클래스에서 발생하는 예외. 이 예외 인스턴스는 세 "
91
- "가지 흥미로운 어트리뷰트를 제공합니다. :attr:`msg`\\ 는 에러의 텍스트 설명이고, :attr:`filename`\\ 은 소스"
92
- " 파일의 이름이며, :attr:`lineno`\\ 는 에러가 발견된 줄 번호입니다."
89
+ "가지 흥미로운 어트리뷰트를 제공합니다."
93
90
94
91
#: ../../library/netrc.rst:57
95
92
msgid "Textual explanation of the error."
96
- msgstr ""
93
+ msgstr "에러의 텍스트 설명. "
97
94
98
95
#: ../../library/netrc.rst:61
99
96
msgid "The name of the source file."
100
- msgstr ""
97
+ msgstr "소스 파일의 이름. "
101
98
102
99
#: ../../library/netrc.rst:65
103
100
msgid "The line number on which the error was found."
104
- msgstr ""
101
+ msgstr "에러가 발견된 줄 번호. "
105
102
106
103
#: ../../library/netrc.rst:71
107
104
msgid "netrc Objects"
@@ -145,21 +142,3 @@ msgstr ""
145
142
msgid "Dictionary mapping macro names to string lists."
146
143
msgstr "매크로 이름을 문자열 리스트에 매핑하는 딕셔너리."
147
144
148
- #~ msgid ""
149
- #~ "Passwords are limited to a subset "
150
- #~ "of the ASCII character set. All "
151
- #~ "ASCII punctuation is allowed in "
152
- #~ "passwords, however, note that whitespace "
153
- #~ "and non-printable characters are not "
154
- #~ "allowed in passwords. This is a "
155
- #~ "limitation of the way the .netrc "
156
- #~ "file is parsed and may be removed"
157
- #~ " in the future."
158
- #~ msgstr ""
159
- #~ "암호는 ASCII 문자 집합의 부분집합으로 제한됩니다. 모든"
160
- #~ " ASCII 구두점을 암호에 사용할 수 있지만, 공백과"
161
- #~ " 인쇄 할 수 없는 문자는 암호에 사용할 수"
162
- #~ " 없습니다. 이것은 .netrc 파일이 구문 분석되는 "
163
- #~ "방식으로 인한 제한 사항이며 향후 제거될 수 "
164
- #~ "있습니다."
165
-
0 commit comments