Skip to content

Commit f587bc0

Browse files
committed
#762 - remove fuzzy flags
1 parent f48670f commit f587bc0

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

library/urllib.error.po

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/urllib.error.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!urllib.error` --- Exception classes raised by urllib.request"
22-
msgstr ":mod:`urllib.error` --- urllib.request에 의해 발생하는 예외 클래스"
21+
msgstr ":mod:`!urllib.error` --- urllib.request에 의해 발생하는 예외 클래스"
2322

2423
#: ../../library/urllib.error.rst:10
2524
msgid "**Source code:** :source:`Lib/urllib/error.py`"
@@ -57,6 +56,8 @@ msgid ""
5756
":exc:`URLError` used to be a subtype of :exc:`IOError`, which is now an "
5857
"alias of :exc:`OSError`."
5958
msgstr ""
59+
"이전에는 :exc:`URLError`\\가 :exc:`IOError`\\의 하위 형이었으나, 이제는 :exc:`OSError`\\의"
60+
" 별칭이 되었습니다."
6061

6162
#: ../../library/urllib.error.rst:36
6263
msgid ""
@@ -85,43 +86,31 @@ msgstr ""
8586
"딕셔너리에 있는 값에 해당합니다."
8687

8788
#: ../../library/urllib.error.rst:55
88-
#, fuzzy
8989
msgid ""
9090
"This is usually a string explaining the reason for this error. An alias "
9191
"for *msg* attribute."
92-
msgstr "일반적으로 이 에러의 원인을 설명하는 문자열입니다."
92+
msgstr "일반적으로 이 에러의 원인을 설명하는 문자열입니다. *msg* 어트리뷰트의 별칭."
9393

9494
#: ../../library/urllib.error.rst:60
95-
#, fuzzy
9695
msgid ""
9796
"The HTTP response headers for the HTTP request that caused the "
9897
":exc:`HTTPError`. An alias for *hdrs* attribute."
99-
msgstr ":exc:`HTTPError`\\를 발생시킨 HTTP 요청의 응답 헤더입니다."
98+
msgstr ":exc:`HTTPError`\\를 발생시킨 HTTP 요청의 응답 헤더입니다. *hdrs* 어트리뷰트의 별칭."
10099

101100
#: ../../library/urllib.error.rst:68
102101
msgid "A file-like object where the HTTP error body can be read from."
103102
msgstr ""
104103

105104
#: ../../library/urllib.error.rst:72
106-
#, fuzzy
107105
msgid ""
108106
"This exception is raised when the :func:`~urllib.request.urlretrieve` "
109107
"function detects that the amount of the downloaded data is less than the "
110108
"expected amount (given by the *Content-Length* header)."
111109
msgstr ""
112110
"이 예외는 다운로드받은 데이터양이 *Content-Length* 헤더 값을 통해 예상한 양보다 적은 것을 "
113-
":func:`~urllib.request.urlretrieve`\\함수가 감지했을 때 발생합니다. "
114-
":attr:`content`\\어트리뷰트는 다운로드받은 (그리고 아마도 잘린) 데이터를 저장합니다."
111+
":func:`~urllib.request.urlretrieve`\\함수가 감지했을 때 발생합니다."
115112

116113
#: ../../library/urllib.error.rst:79
117114
msgid "The downloaded (and supposedly truncated) data."
118-
msgstr ""
119-
120-
#~ msgid ""
121-
#~ ":exc:`URLError` has been made a subclass"
122-
#~ " of :exc:`OSError` instead of "
123-
#~ ":exc:`IOError`."
124-
#~ msgstr ""
125-
#~ ":exc:`URLError`\\는 :exc:`IOError`\\가 아닌, "
126-
#~ ":exc:`OSError`\\의 서브 클래스가 되었습니다."
115+
msgstr "다운로드받은 (그리고 아마도 잘린) 데이터."
127116

0 commit comments

Comments
 (0)