Skip to content

Commit 80238a4

Browse files
committed
#963 - remove fuzzy flags
1 parent 36d72b1 commit 80238a4

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

library/compileall.po

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

1919
#: ../../library/compileall.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!compileall` --- Byte-compile Python libraries"
22-
msgstr ":mod:`compileall` --- 파이썬 라이브러리 바이트 컴파일하기"
21+
msgstr ":mod:`!compileall` --- 파이썬 라이브러리 바이트 컴파일하기"
2322

2423
#: ../../library/compileall.rst:7
2524
msgid "**Source code:** :source:`Lib/compileall.py`"
@@ -62,14 +61,14 @@ msgstr ""
6261
"사용합니다)."
6362

6463
#: ../../library/compileall.rst:32
65-
#, fuzzy, python-brace-format
64+
#, python-brace-format
6665
msgid ""
6766
"Positional arguments are files to compile or directories that contain "
6867
"source files, traversed recursively. If no argument is given, behave as "
6968
"if the command line was :samp:`-l {<directories from sys.path>}`."
7069
msgstr ""
7170
"위치 인자는 컴파일할 파일이나 소스 파일을 포함하는 디렉터리이며 재귀적으로 탐색 됩니다. 인자가 주어지지 않으면, 명령 줄이 "
72-
"``-l <directories from sys.path>`` 인 것처럼 행동합니다."
71+
":samp:`-l {<directories from sys.path>}` 인 것처럼 행동합니다."
7372

7473
#: ../../library/compileall.rst:38
7574
msgid ""
@@ -148,13 +147,12 @@ msgstr ""
148147
"compileall <directory> -l`\\과 동등합니다."
149148

150149
#: ../../library/compileall.rst:92
151-
#, fuzzy
152150
msgid ""
153151
"Use *N* workers to compile the files within the given directory. If ``0``"
154152
" is used, then the result of :func:`os.process_cpu_count` will be used."
155153
msgstr ""
156154
"주어진 디렉터리 내의 파일을 컴파일하는 데 *N* 작업자를 사용합니다. ``0``\\이 사용되면, "
157-
":func:`os.cpu_count()`\\의 결과가 사용됩니다."
155+
":func:`os.process_cpu_count`\\의 결과가 사용됩니다."
158156

159157
#: ../../library/compileall.rst:98
160158
msgid ""
@@ -233,16 +231,15 @@ msgstr ""
233231
"제공하고 있기 때문입니다: :program:`python -O -m compileall`."
234232

235233
#: ../../library/compileall.rst:146
236-
#, fuzzy
237234
msgid ""
238235
"Similarly, the :func:`compile` function respects the "
239236
":data:`sys.pycache_prefix` setting. The generated bytecode cache will "
240237
"only be useful if :func:`compile` is run with the same "
241238
":data:`sys.pycache_prefix` (if any) that will be used at runtime."
242239
msgstr ""
243-
"마찬가지로, :func:`compile` 함수는 :attr:`sys.pycache_prefix` 설정을 따릅니다. 생성된 바이트 "
240+
"마찬가지로, :func:`compile` 함수는 :data:`sys.pycache_prefix` 설정을 따릅니다. 생성된 바이트 "
244241
"코드 캐시는 :func:`compile`\\이 실행 시간에 사용될 것과 같은 "
245-
":attr:`sys.pycache_prefix`\\(있다면)로 실행될 때만 유용합니다."
242+
":data:`sys.pycache_prefix`\\(있다면)로 실행될 때만 유용합니다."
246243

247244
#: ../../library/compileall.rst:152
248245
msgid "Public functions"
@@ -283,15 +280,15 @@ msgid ""
283280
msgstr "*force*\\가 참이면, 타임스탬프가 최신일 때도 모듈이 다시 컴파일됩니다."
284281

285282
#: ../../library/compileall.rst:172
286-
#, fuzzy
287283
msgid ""
288284
"If *rx* is given, its ``search`` method is called on the complete path to"
289285
" each file considered for compilation, and if it returns a true value, "
290286
"the file is skipped. This can be used to exclude files matching a regular"
291287
" expression, given as a :ref:`re.Pattern <re-objects>` object."
292288
msgstr ""
293-
"*rx*\\가 주어지면, 컴파일 대상으로 고려되는 각 파일의 전체 경로로 그것의 search 메서드를 호출하고, 참값을 반환하면 그"
294-
" 파일을 건너뜁니다."
289+
"*rx*\\가 주어지면, 컴파일 대상으로 고려되는 각 파일의 전체 경로로 그것의 ``search`` 메서드를 호출하고, 참값을 "
290+
"반환하면 그 파일을 건너뜁니다. 이는 :ref:`re.Pattern <re-objects>` 객체로 주어지는 정규식과 일치하는 "
291+
"파일을 제외하는 데 사용할 수 있습니다."
295292

296293
#: ../../library/compileall.rst:177 ../../library/compileall.rst:254
297294
msgid ""
@@ -348,15 +345,13 @@ msgstr ""
348345
"하며 실행 시간에 생성된 pyc가 무효가 되는 방식을 제어합니다."
349346

350347
#: ../../library/compileall.rst:202 ../../library/compileall.rst:272
351-
#, fuzzy
352348
msgid ""
353349
"The *stripdir*, *prependdir* and *limit_sl_dest* arguments correspond to "
354350
"the ``-s``, ``-p`` and ``-e`` options described above. They may be "
355351
"specified as ``str`` or :py:class:`os.PathLike`."
356352
msgstr ""
357353
"*stripdir*, *prependdir* 및 *limit_sl_dest* 인자는 위에서 설명한 ``-s``, ``-p`` 및 "
358-
"``-e`` 옵션에 해당합니다. ``str``, ``bytes`` 또는 :py:class:`os.PathLike`\\으로 지정할 수"
359-
" 있습니다."
354+
"``-e`` 옵션에 해당합니다. ``str`` 이나 :py:class:`os.PathLike`\\으로 지정할 수 있습니다."
360355

361356
#: ../../library/compileall.rst:206 ../../library/compileall.rst:276
362357
msgid ""
@@ -398,9 +393,8 @@ msgstr "*invalidation_mode* 매개 변수가 추가되었습니다."
398393

399394
#: ../../library/compileall.rst:228 ../../library/compileall.rst:291
400395
#: ../../library/compileall.rst:320
401-
#, fuzzy
402396
msgid "The *invalidation_mode* parameter's default value is updated to ``None``."
403-
msgstr "*invalidation_mode* 매개 변수의 기본값이 None으로 변경되었습니다."
397+
msgstr "*invalidation_mode* 매개 변수의 기본값이 ``None``\\으로 변경되었습니다."
404398

405399
#: ../../library/compileall.rst:231
406400
msgid "Setting *workers* to 0 now chooses the optimal number of cores."
@@ -433,16 +427,16 @@ msgstr ""
433427
"컴파일되어 들어가서, 바이트 코드 파일이 실행되는 시점에 소스 파일이 존재하지 않으면 트레이스백과 기타 메시지에 사용됩니다."
434428

435429
#: ../../library/compileall.rst:249
436-
#, fuzzy
437430
msgid ""
438431
"If *rx* is given, its ``search`` method is passed the full path name to "
439432
"the file being compiled, and if it returns a true value, the file is not "
440433
"compiled and ``True`` is returned. This can be used to exclude files "
441434
"matching a regular expression, given as a :ref:`re.Pattern <re-objects>` "
442435
"object."
443436
msgstr ""
444-
"*rx*\\가 주어지면, 컴파일 중인 파일의 전체 경로가 그것의 search 메서드로 전달되고, 참값을 반환하면, 파일이 컴파일되지"
445-
" 않고 ``True``\\가 반환됩니다."
437+
"*rx*\\가 주어지면, 컴파일 중인 파일의 전체 경로가 그것의 ``search`` 메서드로 전달되고, 참값을 반환하면, 파일이 "
438+
"컴파일되지 않고 ``True``\\가 반환됩니다. 이는 :ref:`re.Pattern <re-objects>` 객체로 주어지는 "
439+
"정규식과 일치하는 파일을 제외하는 데 사용할 수 있습니다."
446440

447441
#: ../../library/compileall.rst:294
448442
msgid ""
@@ -493,6 +487,18 @@ msgid ""
493487
"import pathlib\n"
494488
"compileall.compile_dir(pathlib.Path('Lib/'), force=True)"
495489
msgstr ""
490+
"import compileall\n"
491+
"\n"
492+
"compileall.compile_dir('Lib/', force=True)\n"
493+
"\n"
494+
"# .svn 디렉터리의 파일을 제외하고, 같은 컴파일을 수행합니다.\n"
495+
"import re\n"
496+
"compileall.compile_dir('Lib/', rx=re.compile(r'[/\\\\][.]svn'), "
497+
"force=True)\n"
498+
"\n"
499+
"# pathlib.Path 객체도 사용할 수 있습니다.\n"
500+
"import pathlib\n"
501+
"compileall.compile_dir(pathlib.Path('Lib/'), force=True)"
496502

497503
#: ../../library/compileall.rst:340
498504
msgid "Module :mod:`py_compile`"

0 commit comments

Comments
 (0)