@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/py_compile.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!py_compile` --- Compile Python source files"
22
- msgstr ":mod:`py_compile` --- 파이썬 소스 파일 컴파일"
21
+ msgstr ":mod:`! py_compile` --- 파이썬 소스 파일 컴파일"
23
22
24
23
#: ../../library/py_compile.rst:10
25
24
msgid "**Source code:** :source:`Lib/py_compile.py`"
@@ -51,7 +50,6 @@ msgid ""
51
50
msgstr "파일을 컴파일하는 도중 에러가 일어날 때 발생하는 예외."
52
51
53
52
#: ../../library/py_compile.rst:32
54
- #, fuzzy
55
53
msgid ""
56
54
"Compile a source file to byte-code and write out the byte-code cache "
57
55
"file. The source code is loaded from the file named *file*. The byte-"
@@ -70,10 +68,11 @@ msgstr ""
70
68
"로드됩니다. 바이트 코드는 *cfile*\\ 에 기록되며, 기본값은 ``.pyc``\\ 로 끝나는 "
71
69
":pep:`3147`/:pep:`488` 경로입니다. 예를 들어, *file*\\ 이 ``/foo/bar/baz.py``\\ 이면 "
72
70
"*cfile*\\ 은 파이썬 3.2의 경우 ``/foo/bar/__pycache__/baz.cpython-32.pyc``\\ 로 기본 "
73
- "설정됩니다. *dfile*\\ 이 지정되면, *file* 대신 에러 메시지에서 소스 파일 이름으로 사용됩니다. *doraise*\\ 가"
74
- " 참이면, *file*\\ 을 컴파일하는 동안 에러를 만나면 :exc:`PyCompileError`\\ 가 발생합니다. "
75
- "*doraise*\\ 가 거짓(기본값)이면, ``sys.stderr``\\ 에 에러 문자열이 기록되지만, 예외는 발생하지 않습니다. 이"
76
- " 함수는 바이트 컴파일된 파일의 경로, 즉 사용된 *cfile* 값을 반환합니다."
71
+ "설정됩니다. *dfile*\\ 이 지정되면, 예외 트레이스백에 표시하기 위해 소스 줄을 얻은 소스 파일 이름으로 *file* 대신 "
72
+ "사용됩니다. *doraise*\\ 가 참이면, *file*\\ 을 컴파일하는 동안 에러를 만나면 "
73
+ ":exc:`PyCompileError`\\ 가 발생합니다. *doraise*\\ 가 거짓(기본값)이면, ``sys.stderr``\\ 에"
74
+ " 에러 문자열이 기록되지만, 예외는 발생하지 않습니다. 이 함수는 바이트 컴파일된 파일의 경로, 즉 사용된 *cfile* 값을 "
75
+ "반환합니다."
77
76
78
77
#: ../../library/py_compile.rst:46
79
78
msgid ""
@@ -174,7 +173,6 @@ msgid "The *quiet* parameter was added."
174
173
msgstr "*quiet* 매개 변수가 추가되었습니다."
175
174
176
175
#: ../../library/py_compile.rst:99
177
- #, fuzzy
178
176
msgid ""
179
177
"An enumeration of possible methods the interpreter can use to determine "
180
178
"whether a bytecode file is up to date with a source file. The ``.pyc`` "
@@ -223,10 +221,9 @@ msgstr "이 옵션은 ``.pycs``\\가 빌드 시스템처럼 파이썬 외부 시
223
221
224
222
#: ../../library/py_compile.rst:131
225
223
msgid "Command-Line Interface"
226
- msgstr ""
224
+ msgstr "명령줄 인터페이스 "
227
225
228
226
#: ../../library/py_compile.rst:133
229
- #, fuzzy
230
227
msgid ""
231
228
"This module can be invoked as a script to compile several source files. "
232
229
"The files named in *filenames* are compiled and the resulting bytecode is"
@@ -235,30 +232,27 @@ msgid ""
235
232
"explicitly. The exit status is nonzero if one of the files could not be "
236
233
"compiled."
237
234
msgstr ""
238
- "여러 소스 파일을 컴파일합니다. *args*\\ (또는 *args*\\ 가 ``None``\\ 이면 명령 줄)로 이름 붙여진 파일이 "
239
- "컴파일되고 결과 바이트 코드가 일반적인 방식으로 캐시 됩니다. 이 함수는 소스 파일을 찾기 위해 디렉터리 구조를 검색하지 않습니다;"
240
- " 명시적으로 이름이 지정된 파일 만 컴파일합니다. ``'-'``\\ 가 args의 유일한 매개 변수면, 파일 목록을 표준 입력에서 "
241
- "가져옵니다."
235
+ "이 모듈은 스크립트로 호출하여 여러 소스 파일을 컴파일할 수 있습니다. *filenames*\\ 로 이름이 지정된 파일이 컴파일되고 "
236
+ "결과 바이트 코드가 일반적인 방식으로 캐시 됩니다. 이 프로그램은 소스 파일을 찾기 위해 디렉터리 구조를 검색하지 않습니다; "
237
+ "명시적으로 이름이 지정된 파일 만 컴파일합니다. 컴파일할 수 없는 파일이 있으면 종료 상태가 0이 아닙니다."
242
238
243
239
#: ../../library/py_compile.rst:145
244
240
msgid ""
245
241
"Positional arguments are files to compile. If ``-`` is the only "
246
242
"parameter, the list of files is taken from standard input."
247
- msgstr ""
243
+ msgstr "위치 인자는 컴파일할 파일입니다. ``-`` \\ 가 유일한 매개 변수면, 파일 목록을 표준 입력에서 가져옵니다. "
248
244
249
245
#: ../../library/py_compile.rst:150
250
246
msgid "Suppress errors output."
251
- msgstr ""
247
+ msgstr "에러 출력을 억제합니다. "
252
248
253
249
#: ../../library/py_compile.rst:152
254
- #, fuzzy
255
250
msgid "Added support for ``-``."
256
- msgstr "``'-' ``\\ 에 대한 지원이 추가되었습니다."
251
+ msgstr "``- ``\\ 에 대한 지원이 추가되었습니다."
257
252
258
253
#: ../../library/py_compile.rst:155
259
- #, fuzzy
260
254
msgid "Added support for :option:`-q`."
261
- msgstr "``'-'` `\\ 에 대한 지원이 추가되었습니다."
255
+ msgstr ":option:`-q `\\ 에 대한 지원이 추가되었습니다."
262
256
263
257
#: ../../library/py_compile.rst:161
264
258
msgid "Module :mod:`compileall`"
@@ -270,11 +264,11 @@ msgstr "디렉터리 트리에 있는 모든 파이썬 소스 파일을 컴파
270
264
271
265
#: ../../library/py_compile.rst:12
272
266
msgid "file"
273
- msgstr ""
267
+ msgstr "파일 "
274
268
275
269
#: ../../library/py_compile.rst:12
276
270
msgid "byte-code"
277
- msgstr ""
271
+ msgstr "바이트 코드 "
278
272
279
273
#~ msgid ""
280
274
#~ "When this module is run as a "
0 commit comments