@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/compileall.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!compileall` --- Byte-compile Python libraries"
22
- msgstr ":mod:`compileall` --- 파이썬 라이브러리 바이트 컴파일하기"
21
+ msgstr ":mod:`! compileall` --- 파이썬 라이브러리 바이트 컴파일하기"
23
22
24
23
#: ../../library/compileall.rst:7
25
24
msgid "**Source code:** :source:`Lib/compileall.py`"
@@ -62,14 +61,14 @@ msgstr ""
62
61
"사용합니다)."
63
62
64
63
#: ../../library/compileall.rst:32
65
- #, fuzzy , python-brace-format
64
+ #, python-brace-format
66
65
msgid ""
67
66
"Positional arguments are files to compile or directories that contain "
68
67
"source files, traversed recursively. If no argument is given, behave as "
69
68
"if the command line was :samp:`-l {<directories from sys.path>}`."
70
69
msgstr ""
71
70
"위치 인자는 컴파일할 파일이나 소스 파일을 포함하는 디렉터리이며 재귀적으로 탐색 됩니다. 인자가 주어지지 않으면, 명령 줄이 "
72
- "`` -l <directories from sys.path>` ` 인 것처럼 행동합니다."
71
+ ":samp:` -l { <directories from sys.path>} ` 인 것처럼 행동합니다."
73
72
74
73
#: ../../library/compileall.rst:38
75
74
msgid ""
@@ -148,13 +147,12 @@ msgstr ""
148
147
"compileall <directory> -l`\\ 과 동등합니다."
149
148
150
149
#: ../../library/compileall.rst:92
151
- #, fuzzy
152
150
msgid ""
153
151
"Use *N* workers to compile the files within the given directory. If ``0``"
154
152
" is used, then the result of :func:`os.process_cpu_count` will be used."
155
153
msgstr ""
156
154
"주어진 디렉터리 내의 파일을 컴파일하는 데 *N* 작업자를 사용합니다. ``0``\\ 이 사용되면, "
157
- ":func:`os.cpu_count() `\\ 의 결과가 사용됩니다."
155
+ ":func:`os.process_cpu_count `\\ 의 결과가 사용됩니다."
158
156
159
157
#: ../../library/compileall.rst:98
160
158
msgid ""
@@ -233,16 +231,15 @@ msgstr ""
233
231
"제공하고 있기 때문입니다: :program:`python -O -m compileall`."
234
232
235
233
#: ../../library/compileall.rst:146
236
- #, fuzzy
237
234
msgid ""
238
235
"Similarly, the :func:`compile` function respects the "
239
236
":data:`sys.pycache_prefix` setting. The generated bytecode cache will "
240
237
"only be useful if :func:`compile` is run with the same "
241
238
":data:`sys.pycache_prefix` (if any) that will be used at runtime."
242
239
msgstr ""
243
- "마찬가지로, :func:`compile` 함수는 :attr :`sys.pycache_prefix` 설정을 따릅니다. 생성된 바이트 "
240
+ "마찬가지로, :func:`compile` 함수는 :data :`sys.pycache_prefix` 설정을 따릅니다. 생성된 바이트 "
244
241
"코드 캐시는 :func:`compile`\\ 이 실행 시간에 사용될 것과 같은 "
245
- ":attr :`sys.pycache_prefix`\\ (있다면)로 실행될 때만 유용합니다."
242
+ ":data :`sys.pycache_prefix`\\ (있다면)로 실행될 때만 유용합니다."
246
243
247
244
#: ../../library/compileall.rst:152
248
245
msgid "Public functions"
@@ -283,15 +280,15 @@ msgid ""
283
280
msgstr "*force*\\ 가 참이면, 타임스탬프가 최신일 때도 모듈이 다시 컴파일됩니다."
284
281
285
282
#: ../../library/compileall.rst:172
286
- #, fuzzy
287
283
msgid ""
288
284
"If *rx* is given, its ``search`` method is called on the complete path to"
289
285
" each file considered for compilation, and if it returns a true value, "
290
286
"the file is skipped. This can be used to exclude files matching a regular"
291
287
" expression, given as a :ref:`re.Pattern <re-objects>` object."
292
288
msgstr ""
293
- "*rx*\\ 가 주어지면, 컴파일 대상으로 고려되는 각 파일의 전체 경로로 그것의 search 메서드를 호출하고, 참값을 반환하면 그"
294
- " 파일을 건너뜁니다."
289
+ "*rx*\\ 가 주어지면, 컴파일 대상으로 고려되는 각 파일의 전체 경로로 그것의 ``search`` 메서드를 호출하고, 참값을 "
290
+ "반환하면 그 파일을 건너뜁니다. 이는 :ref:`re.Pattern <re-objects>` 객체로 주어지는 정규식과 일치하는 "
291
+ "파일을 제외하는 데 사용할 수 있습니다."
295
292
296
293
#: ../../library/compileall.rst:177 ../../library/compileall.rst:254
297
294
msgid ""
@@ -348,15 +345,13 @@ msgstr ""
348
345
"하며 실행 시간에 생성된 pyc가 무효가 되는 방식을 제어합니다."
349
346
350
347
#: ../../library/compileall.rst:202 ../../library/compileall.rst:272
351
- #, fuzzy
352
348
msgid ""
353
349
"The *stripdir*, *prependdir* and *limit_sl_dest* arguments correspond to "
354
350
"the ``-s``, ``-p`` and ``-e`` options described above. They may be "
355
351
"specified as ``str`` or :py:class:`os.PathLike`."
356
352
msgstr ""
357
353
"*stripdir*, *prependdir* 및 *limit_sl_dest* 인자는 위에서 설명한 ``-s``, ``-p`` 및 "
358
- "``-e`` 옵션에 해당합니다. ``str``, ``bytes`` 또는 :py:class:`os.PathLike`\\ 으로 지정할 수"
359
- " 있습니다."
354
+ "``-e`` 옵션에 해당합니다. ``str`` 이나 :py:class:`os.PathLike`\\ 으로 지정할 수 있습니다."
360
355
361
356
#: ../../library/compileall.rst:206 ../../library/compileall.rst:276
362
357
msgid ""
@@ -398,9 +393,8 @@ msgstr "*invalidation_mode* 매개 변수가 추가되었습니다."
398
393
399
394
#: ../../library/compileall.rst:228 ../../library/compileall.rst:291
400
395
#: ../../library/compileall.rst:320
401
- #, fuzzy
402
396
msgid "The *invalidation_mode* parameter's default value is updated to ``None``."
403
- msgstr "*invalidation_mode* 매개 변수의 기본값이 None으로 변경되었습니다."
397
+ msgstr "*invalidation_mode* 매개 변수의 기본값이 ``None`` \\ 으로 변경되었습니다."
404
398
405
399
#: ../../library/compileall.rst:231
406
400
msgid "Setting *workers* to 0 now chooses the optimal number of cores."
@@ -433,16 +427,16 @@ msgstr ""
433
427
"컴파일되어 들어가서, 바이트 코드 파일이 실행되는 시점에 소스 파일이 존재하지 않으면 트레이스백과 기타 메시지에 사용됩니다."
434
428
435
429
#: ../../library/compileall.rst:249
436
- #, fuzzy
437
430
msgid ""
438
431
"If *rx* is given, its ``search`` method is passed the full path name to "
439
432
"the file being compiled, and if it returns a true value, the file is not "
440
433
"compiled and ``True`` is returned. This can be used to exclude files "
441
434
"matching a regular expression, given as a :ref:`re.Pattern <re-objects>` "
442
435
"object."
443
436
msgstr ""
444
- "*rx*\\ 가 주어지면, 컴파일 중인 파일의 전체 경로가 그것의 search 메서드로 전달되고, 참값을 반환하면, 파일이 컴파일되지"
445
- " 않고 ``True``\\ 가 반환됩니다."
437
+ "*rx*\\ 가 주어지면, 컴파일 중인 파일의 전체 경로가 그것의 ``search`` 메서드로 전달되고, 참값을 반환하면, 파일이 "
438
+ "컴파일되지 않고 ``True``\\ 가 반환됩니다. 이는 :ref:`re.Pattern <re-objects>` 객체로 주어지는 "
439
+ "정규식과 일치하는 파일을 제외하는 데 사용할 수 있습니다."
446
440
447
441
#: ../../library/compileall.rst:294
448
442
msgid ""
@@ -493,6 +487,18 @@ msgid ""
493
487
"import pathlib\n"
494
488
"compileall.compile_dir(pathlib.Path('Lib/'), force=True)"
495
489
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)"
496
502
497
503
#: ../../library/compileall.rst:340
498
504
msgid "Module :mod:`py_compile`"
0 commit comments