@@ -17,9 +17,8 @@ msgstr ""
1717"Generated-By : Babel 2.17.0\n "
1818
1919#: ../../library/zlib.rst:2
20- #, fuzzy
2120msgid ":mod:`!zlib` --- Compression compatible with :program:`gzip`"
22- msgstr ":mod:`zlib` --- :program:`gzip` 과 호환되는 압축"
21+ msgstr ":mod:`! zlib` --- :program:`gzip` 과 호환되는 압축"
2322
2423#: ../../library/zlib.rst:10
2524msgid ""
@@ -79,10 +78,9 @@ msgstr ""
7978
8079#: ../../library/zlib.rst:44 ../../library/zlib.rst:136
8180msgid "The result is always unsigned."
82- msgstr ""
81+ msgstr "결과는 항상 부호 없는 값입니다. "
8382
8483#: ../../library/zlib.rst:49
85- #, fuzzy
8684msgid ""
8785"Compresses the bytes in *data*, returning a bytes object containing "
8886"compressed data. *level* is an integer from ``0`` to ``9`` or ``-1`` "
@@ -98,7 +96,7 @@ msgstr ""
9896"압축률이 가장 낮습니다, ``9``\\ (Z_BEST_COMPRESSION)는 가장 느리고 최대 압축을 생성합니다. "
9997"``0``\\ (Z_NO_COMPRESSION)은 압축하지 않습니다. 기본값은 "
10098"``-1``\\ (Z_DEFAULT_COMPRESSION)입니다. Z_DEFAULT_COMPRESSION은 속도와 압축률 사이의 기본"
101- " 절충(현재 수준 6과 동등합니다)을 나타냅니다. 에러가 발생하면 :exc:`error` 예외를 발생시킵니다. "
99+ " 절충(현재 수준 6과 동등합니다)을 나타냅니다."
102100
103101#: ../../library/zlib.rst:58
104102msgid ""
@@ -140,7 +138,7 @@ msgstr ""
140138
141139#: ../../library/zlib.rst:76
142140msgid "Raises the :exc:`error` exception if any error occurs."
143- msgstr ""
141+ msgstr "에러가 발생하면 :exc:`error` 예외를 발생시킵니다. "
144142
145143#: ../../library/zlib.rst:78
146144msgid "*level* can now be used as a keyword parameter."
@@ -181,14 +179,13 @@ msgid ""
181179msgstr "*method*\\ 는 압축 알고리즘입니다. 현재, 유일하게 지원되는 값은 :const:`DEFLATED`\\ 입니다."
182180
183181#: ../../library/zlib.rst:100
184- #, fuzzy
185182msgid ""
186183"The *wbits* parameter controls the size of the history buffer (or the "
187184"\" window size\" ), and what header and trailer format will be used. It has"
188185" the same meaning as `described for compress() <#compress-wbits>`__."
189186msgstr ""
190- "*wbits* 인자는 히스토리 버퍼의 크기(또는 \" 창 크기(window size)\" )와, 어떤 헤더와 트레일러 형식을 "
191- "기대하는지를 제어합니다. `decompress ()에서 설명된 것 <#decompress -wbits>`__\\ 과 같은 의미입니다."
187+ "*wbits* 매개 변수는 히스토리 버퍼의 크기(또는 \" 창 크기(window size)\" )와, 어떤 헤더와 트레일러 형식을 "
188+ "사용할지를 제어합니다. `compress ()에서 설명된 것 <#compress -wbits>`__\\ 과 같은 의미입니다."
192189
193190#: ../../library/zlib.rst:104
194191msgid ""
@@ -450,7 +447,6 @@ msgid ""
450447msgstr "압축된 데이터 스트림의 끝에 도달했는지를 나타내는 불리언."
451448
452449#: ../../library/zlib.rst:268
453- #, fuzzy
454450msgid ""
455451"This makes it possible to distinguish between a properly formed "
456452"compressed stream, and an incomplete or truncated one."
0 commit comments