Skip to content

Commit 3a8657e

Browse files
committed
#975 - remove fuzzy flags
1 parent 1a9b891 commit 3a8657e

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

library/bz2.po

Lines changed: 8 additions & 13 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/bz2.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!bz2` --- Support for :program:`bzip2` compression"
22-
msgstr ":mod:`bz2` --- :program:`bzip2` 압축 지원"
21+
msgstr ":mod:`!bz2` --- :program:`bzip2` 압축 지원"
2322

2423
#: ../../library/bz2.rst:12
2524
msgid "**Source code:** :source:`Lib/bz2.py`"
@@ -167,21 +166,19 @@ msgid ""
167166
msgstr "*mode*\\가 ``'r'``\\이면, 입력 파일은 여러 개의 압축된 스트림을 이어 붙인 것일 수 있습니다."
168167

169168
#: ../../library/bz2.rst:89
170-
#, fuzzy
171169
msgid ""
172170
":class:`BZ2File` provides all of the members specified by the "
173171
":class:`io.BufferedIOBase`, except for :meth:`~io.BufferedIOBase.detach` "
174172
"and :meth:`~io.IOBase.truncate`. Iteration and the :keyword:`with` "
175173
"statement are supported."
176174
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` 문이 지원됩니다."
180178

181179
#: ../../library/bz2.rst:94
182-
#, fuzzy
183180
msgid ":class:`BZ2File` also provides the following methods and attributes:"
184-
msgstr ":class:`BZ2File`\\는 다음 메서드도 제공합니다:"
181+
msgstr ":class:`BZ2File`\\는 다음 메서드와 어트리뷰트도 제공합니다:"
185182

186183
#: ../../library/bz2.rst:98
187184
msgid ""
@@ -386,14 +383,13 @@ msgstr ""
386383
":attr:`~.needs_input` 어트리뷰트가 ``True``\\로 설정됩니다."
387384

388385
#: ../../library/bz2.rst:259
389-
#, fuzzy
390386
msgid ""
391387
"Attempting to decompress data after the end of stream is reached raises "
392388
"an :exc:`EOFError`. Any data found after the end of the stream is "
393389
"ignored and saved in the :attr:`~.unused_data` attribute."
394390
msgstr ""
395-
"스트림의 끝에 도달한 이후에 데이터의 압축을 풀려고 하면, `EOFError`\\가 발생합니다. 스트림의 끝 이후에 발견된 모든 "
396-
"데이터는 무시되고, :attr:`~.unused_data` 어트리뷰트에 저장됩니다."
391+
"스트림의 끝에 도달한 이후에 데이터의 압축을 풀려고 하면, :exc:`EOFError`\\가 발생합니다. 스트림의 끝 이후에 발견된"
392+
" 모든 데이터는 무시되고, :attr:`~.unused_data` 어트리뷰트에 저장됩니다."
397393

398394
#: ../../library/bz2.rst:263
399395
msgid "Added the *max_length* parameter."
@@ -470,13 +466,12 @@ msgid "Using :class:`BZ2Compressor` for incremental compression:"
470466
msgstr "증분 압축을 위한 :class:`BZ2Compressor` 사용하기:"
471467

472468
#: ../../library/bz2.rst:356
473-
#, fuzzy
474469
msgid ""
475470
"The example above uses a very \"nonrandom\" stream of data (a stream of "
476471
"``b\"z\"`` chunks). Random data tends to compress poorly, while ordered,"
477472
" repetitive data usually yields a high compression ratio."
478473
msgstr ""
479-
"위의 예제는 매우 \"무작위적이지 않은\" 데이터 스트림(`b\"z\"` 청크의 스트림)을 사용합니다. 무작위 데이터는 압축이 "
474+
"위의 예제는 매우 \"무작위적이지 않은\" 데이터 스트림(``b\"z\"`` 청크의 스트림)을 사용합니다. 무작위 데이터는 압축이 "
480475
"잘되지 않지만, 반복적인 데이터는 일반적으로 높은 압축률을 산출합니다."
481476

482477
#: ../../library/bz2.rst:360

0 commit comments

Comments
 (0)