@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/bz2.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!bz2` --- Support for :program:`bzip2` compression"
22
- msgstr ":mod:`bz2` --- :program:`bzip2` 압축 지원"
21
+ msgstr ":mod:`! bz2` --- :program:`bzip2` 압축 지원"
23
22
24
23
#: ../../library/bz2.rst:12
25
24
msgid "**Source code:** :source:`Lib/bz2.py`"
@@ -167,21 +166,19 @@ msgid ""
167
166
msgstr "*mode*\\ 가 ``'r'``\\ 이면, 입력 파일은 여러 개의 압축된 스트림을 이어 붙인 것일 수 있습니다."
168
167
169
168
#: ../../library/bz2.rst:89
170
- #, fuzzy
171
169
msgid ""
172
170
":class:`BZ2File` provides all of the members specified by the "
173
171
":class:`io.BufferedIOBase`, except for :meth:`~io.BufferedIOBase.detach` "
174
172
"and :meth:`~io.IOBase.truncate`. Iteration and the :keyword:`with` "
175
173
"statement are supported."
176
174
msgstr ""
177
- ":class:`BZ2File`\\ 은 :meth:`detach`\\ 와 :meth:`truncate` \\ 를 제외하고, "
178
- ":class:` io.BufferedIOBase `\\ 가 지정하는 모든 멤버를 제공합니다. 이터레이션과 :keyword:`with` "
179
- "문이 지원됩니다."
175
+ ":class:`BZ2File`\\ 은 :meth:`~io.BufferedIOBase. detach`\\ 와 "
176
+ ":meth:`~ io.IOBase.truncate `\\ 를 제외하고, :class:`io.BufferedIOBase` \\ 가 지정하는 "
177
+ "모든 멤버를 제공합니다. 이터레이션과 :keyword:`with` 문이 지원됩니다."
180
178
181
179
#: ../../library/bz2.rst:94
182
- #, fuzzy
183
180
msgid ":class:`BZ2File` also provides the following methods and attributes:"
184
- msgstr ":class:`BZ2File`\\ 는 다음 메서드도 제공합니다:"
181
+ msgstr ":class:`BZ2File`\\ 는 다음 메서드와 어트리뷰트도 제공합니다:"
185
182
186
183
#: ../../library/bz2.rst:98
187
184
msgid ""
@@ -386,14 +383,13 @@ msgstr ""
386
383
":attr:`~.needs_input` 어트리뷰트가 ``True``\\ 로 설정됩니다."
387
384
388
385
#: ../../library/bz2.rst:259
389
- #, fuzzy
390
386
msgid ""
391
387
"Attempting to decompress data after the end of stream is reached raises "
392
388
"an :exc:`EOFError`. Any data found after the end of the stream is "
393
389
"ignored and saved in the :attr:`~.unused_data` attribute."
394
390
msgstr ""
395
- "스트림의 끝에 도달한 이후에 데이터의 압축을 풀려고 하면, `EOFError`\\ 가 발생합니다. 스트림의 끝 이후에 발견된 모든 "
396
- "데이터는 무시되고, :attr:`~.unused_data` 어트리뷰트에 저장됩니다."
391
+ "스트림의 끝에 도달한 이후에 데이터의 압축을 풀려고 하면, :exc: `EOFError`\\ 가 발생합니다. 스트림의 끝 이후에 발견된"
392
+ " 모든 데이터는 무시되고, :attr:`~.unused_data` 어트리뷰트에 저장됩니다."
397
393
398
394
#: ../../library/bz2.rst:263
399
395
msgid "Added the *max_length* parameter."
@@ -470,13 +466,12 @@ msgid "Using :class:`BZ2Compressor` for incremental compression:"
470
466
msgstr "증분 압축을 위한 :class:`BZ2Compressor` 사용하기:"
471
467
472
468
#: ../../library/bz2.rst:356
473
- #, fuzzy
474
469
msgid ""
475
470
"The example above uses a very \" nonrandom\" stream of data (a stream of "
476
471
"``b\" z\" `` chunks). Random data tends to compress poorly, while ordered,"
477
472
" repetitive data usually yields a high compression ratio."
478
473
msgstr ""
479
- "위의 예제는 매우 \" 무작위적이지 않은\" 데이터 스트림(`b\" z\" ` 청크의 스트림)을 사용합니다. 무작위 데이터는 압축이 "
474
+ "위의 예제는 매우 \" 무작위적이지 않은\" 데이터 스트림(`` b\" z\" ` ` 청크의 스트림)을 사용합니다. 무작위 데이터는 압축이 "
480
475
"잘되지 않지만, 반복적인 데이터는 일반적으로 높은 압축률을 산출합니다."
481
476
482
477
#: ../../library/bz2.rst:360
0 commit comments