Skip to content

Commit 1d4cd14

Browse files
committed
#857 - remove fuzzy flags
1 parent c060243 commit 1d4cd14

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

library/netrc.po

+5-26
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/netrc.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!netrc` --- netrc file processing"
22-
msgstr ":mod:`netrc` --- netrc 파일 처리"
21+
msgstr ":mod:`!netrc` --- netrc 파일 처리"
2322

2423
#: ../../library/netrc.rst:10
2524
msgid "**Source code:** :source:`Lib/netrc.py`"
@@ -81,27 +80,25 @@ msgid ""
8180
msgstr ""
8281

8382
#: ../../library/netrc.rst:51
84-
#, fuzzy
8583
msgid ""
8684
"Exception raised by the :class:`~netrc.netrc` class when syntactical "
8785
"errors are encountered in source text. Instances of this exception "
8886
"provide three interesting attributes:"
8987
msgstr ""
9088
"소스 텍스트에 문법적인 에러가 있을 때 :class:`~netrc.netrc` 클래스에서 발생하는 예외. 이 예외 인스턴스는 세 "
91-
"가지 흥미로운 어트리뷰트를 제공합니다. :attr:`msg`\\는 에러의 텍스트 설명이고, :attr:`filename`\\은 소스"
92-
" 파일의 이름이며, :attr:`lineno`\\는 에러가 발견된 줄 번호입니다."
89+
"가지 흥미로운 어트리뷰트를 제공합니다."
9390

9491
#: ../../library/netrc.rst:57
9592
msgid "Textual explanation of the error."
96-
msgstr ""
93+
msgstr "에러의 텍스트 설명."
9794

9895
#: ../../library/netrc.rst:61
9996
msgid "The name of the source file."
100-
msgstr ""
97+
msgstr "소스 파일의 이름."
10198

10299
#: ../../library/netrc.rst:65
103100
msgid "The line number on which the error was found."
104-
msgstr ""
101+
msgstr "에러가 발견된 줄 번호."
105102

106103
#: ../../library/netrc.rst:71
107104
msgid "netrc Objects"
@@ -145,21 +142,3 @@ msgstr ""
145142
msgid "Dictionary mapping macro names to string lists."
146143
msgstr "매크로 이름을 문자열 리스트에 매핑하는 딕셔너리."
147144

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

Comments
 (0)