@@ -17,9 +17,8 @@ msgstr ""
1717"Generated-By : Babel 2.17.0\n "
1818
1919#:  ../../library/compileall.rst:2 
20- #,  fuzzy 
2120msgid  ":mod:`!compileall` --- Byte-compile Python libraries" 
22- msgstr  ":mod:`compileall` --- 파이썬 라이브러리 바이트 컴파일하기" 
21+ msgstr  ":mod:`! compileall` --- 파이썬 라이브러리 바이트 컴파일하기" 
2322
2423#:  ../../library/compileall.rst:7 
2524msgid  "**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
6665msgid  "" 
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>}`." 
7069msgstr  "" 
7170"위치 인자는 컴파일할 파일이나 소스 파일을 포함하는 디렉터리이며 재귀적으로 탐색 됩니다. 인자가 주어지지 않으면, 명령 줄이 " 
72- "`` -l <directories from sys.path>` ` 인 것처럼 행동합니다." 
71+ ":samp:` -l { <directories from sys.path>} ` 인 것처럼 행동합니다." 
7372
7473#:  ../../library/compileall.rst:38 
7574msgid  "" 
@@ -148,13 +147,12 @@ msgstr ""
148147"compileall <directory> -l`\\ 과 동등합니다." 
149148
150149#:  ../../library/compileall.rst:92 
151- #,  fuzzy 
152150msgid  "" 
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." 
155153msgstr  "" 
156154"주어진 디렉터리 내의 파일을 컴파일하는 데 *N* 작업자를 사용합니다. ``0``\\ 이 사용되면, " 
157- ":func:`os.cpu_count() `\\ 의 결과가 사용됩니다." 
155+ ":func:`os.process_cpu_count `\\ 의 결과가 사용됩니다." 
158156
159157#:  ../../library/compileall.rst:98 
160158msgid  "" 
@@ -233,16 +231,15 @@ msgstr ""
233231"제공하고 있기 때문입니다: :program:`python -O -m compileall`." 
234232
235233#:  ../../library/compileall.rst:146 
236- #,  fuzzy 
237234msgid  "" 
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." 
242239msgstr  "" 
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 
248245msgid  "Public functions" 
@@ -283,15 +280,15 @@ msgid ""
283280msgstr  "*force*\\ 가 참이면, 타임스탬프가 최신일 때도 모듈이 다시 컴파일됩니다." 
284281
285282#:  ../../library/compileall.rst:172 
286- #,  fuzzy 
287283msgid  "" 
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." 
292288msgstr  "" 
293- "*rx*\\ 가 주어지면, 컴파일 대상으로 고려되는 각 파일의 전체 경로로 그것의 search 메서드를 호출하고, 참값을 반환하면 그" 
294- " 파일을 건너뜁니다." 
289+ "*rx*\\ 가 주어지면, 컴파일 대상으로 고려되는 각 파일의 전체 경로로 그것의 ``search`` 메서드를 호출하고, 참값을 " 
290+ "반환하면 그 파일을 건너뜁니다. 이는 :ref:`re.Pattern <re-objects>` 객체로 주어지는 정규식과 일치하는 " 
291+ "파일을 제외하는 데 사용할 수 있습니다." 
295292
296293#:  ../../library/compileall.rst:177  ../../library/compileall.rst:254 
297294msgid  "" 
@@ -348,15 +345,13 @@ msgstr ""
348345"하며 실행 시간에 생성된 pyc가 무효가 되는 방식을 제어합니다." 
349346
350347#:  ../../library/compileall.rst:202  ../../library/compileall.rst:272 
351- #,  fuzzy 
352348msgid  "" 
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`." 
356352msgstr  "" 
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 
362357msgid  "" 
@@ -398,9 +393,8 @@ msgstr "*invalidation_mode* 매개 변수가 추가되었습니다."
398393
399394#:  ../../library/compileall.rst:228  ../../library/compileall.rst:291 
400395#:  ../../library/compileall.rst:320 
401- #,  fuzzy 
402396msgid  "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 
406400msgid  "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 
437430msgid  "" 
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." 
443436msgstr  "" 
444- "*rx*\\ 가 주어지면, 컴파일 중인 파일의 전체 경로가 그것의 search 메서드로 전달되고, 참값을 반환하면, 파일이 컴파일되지" 
445- " 않고 ``True``\\ 가 반환됩니다." 
437+ "*rx*\\ 가 주어지면, 컴파일 중인 파일의 전체 경로가 그것의 ``search`` 메서드로 전달되고, 참값을 반환하면, 파일이 " 
438+ "컴파일되지 않고 ``True``\\ 가 반환됩니다. 이는 :ref:`re.Pattern <re-objects>` 객체로 주어지는 " 
439+ "정규식과 일치하는 파일을 제외하는 데 사용할 수 있습니다." 
446440
447441#:  ../../library/compileall.rst:294 
448442msgid  "" 
@@ -493,6 +487,18 @@ msgid ""
493487"import pathlib\n" 
494488"compileall.compile_dir(pathlib.Path('Lib/'), force=True)" 
495489msgstr  "" 
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 
498504msgid  "Module :mod:`py_compile`" 
0 commit comments