3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
5
5
#
6
- #, fuzzy
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version : Python 3.6\n "
10
9
"Report-Msgid-Bugs-To : \n "
11
10
"POT-Creation-Date : 2019-03-26 14:46+0900\n "
12
11
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
14
- "Language-Team : LANGUAGE <LL@li.org> \n "
12
+ "Last-Translator : Dong-gweon Oh <flowdas@gmail.com >\n "
13
+ "Language-Team : Korean (https://python.flowdas.com) \n "
15
14
"MIME-Version : 1.0\n "
16
15
"Content-Type : text/plain; charset=utf-8\n "
17
16
"Content-Transfer-Encoding : 8bit\n "
18
17
"Generated-By : Babel 2.6.0\n "
19
18
20
19
#: ../Doc/library/compileall.rst:2
21
20
msgid ":mod:`compileall` --- Byte-compile Python libraries"
22
- msgstr ""
21
+ msgstr ":mod:`compileall` --- 파이썬 라이브러리 바이트 컴파일하기 "
23
22
24
23
#: ../Doc/library/compileall.rst:7
25
24
msgid "**Source code:** :source:`Lib/compileall.py`"
26
- msgstr ""
25
+ msgstr "**소스 코드:** :source:`Lib/compileall.py` "
27
26
28
27
#: ../Doc/library/compileall.rst:11
29
28
msgid ""
@@ -33,40 +32,49 @@ msgid ""
33
32
"library installation time, which makes them available for use even by "
34
33
"users who don't have write permission to the library directories."
35
34
msgstr ""
35
+ "이 모듈은 파이썬 라이브러리 설치를 지원하는 몇 가지 유틸리티 함수를 제공합니다. 이 함수는 디렉터리 트리에서 파이썬 소스 파일을 "
36
+ "컴파일합니다. 이 모듈을 사용하면 라이브러리 설치 시 캐시 된 바이트 코드 파일을 만들 수 있으므로, 라이브러리 디렉터리에 쓰기 "
37
+ "권한이 없는 사용자도 사용할 수 있도록 합니다."
36
38
37
39
#: ../Doc/library/compileall.rst:19
38
40
msgid "Command-line use"
39
- msgstr ""
41
+ msgstr "명령 줄 사용 "
40
42
41
43
#: ../Doc/library/compileall.rst:21
42
44
msgid ""
43
45
"This module can work as a script (using :program:`python -m compileall`) "
44
46
"to compile Python sources."
45
47
msgstr ""
48
+ "이 모듈은 파이썬 소스를 컴파일하는 스크립트로 작동할 수 있습니다 (:program:`python -m compileall`\\ 을 "
49
+ "사용합니다)."
46
50
47
51
#: ../Doc/library/compileall.rst:29
48
52
msgid ""
49
53
"Positional arguments are files to compile or directories that contain "
50
54
"source files, traversed recursively. If no argument is given, behave as "
51
55
"if the command line was ``-l <directories from sys.path>``."
52
56
msgstr ""
57
+ "위치 인자는 컴파일할 파일이나 소스 파일을 포함하는 디렉터리이며 재귀적으로 탐색 됩니다. 인자가 주어지지 않으면, 명령 줄이 "
58
+ "``-l <directories from sys.path>`` 인 것처럼 행동합니다."
53
59
54
60
#: ../Doc/library/compileall.rst:35
55
61
msgid ""
56
62
"Do not recurse into subdirectories, only compile source code files "
57
63
"directly contained in the named or implied directories."
58
- msgstr ""
64
+ msgstr "서브 디렉터리를 재귀적으로 탐색하지 않고, 이름이 지정되었거나 암시된 디렉터리에 직접 포함된 소스 코드 파일 만 컴파일합니다. "
59
65
60
66
#: ../Doc/library/compileall.rst:40
61
67
msgid "Force rebuild even if timestamps are up-to-date."
62
- msgstr ""
68
+ msgstr "타임스탬프가 최신일 때도 강제로 다시 빌드합니다. "
63
69
64
70
#: ../Doc/library/compileall.rst:44
65
71
msgid ""
66
72
"Do not print the list of files compiled. If passed once, error messages "
67
73
"will still be printed. If passed twice (``-qq``), all output is "
68
74
"suppressed."
69
75
msgstr ""
76
+ "컴파일된 파일 목록을 인쇄하지 않습니다. 한 번 전달하면, 에러 메시지는 여전히 인쇄됩니다. 두 번 전달하면 (``-qq``), "
77
+ "모든 출력이 억제됩니다."
70
78
71
79
#: ../Doc/library/compileall.rst:49
72
80
msgid ""
@@ -76,19 +84,25 @@ msgid ""
76
84
" cases where the source file does not exist at the time the byte-code "
77
85
"file is executed."
78
86
msgstr ""
87
+ "디렉터리가 컴파일되는 각 파일의 경로 앞에 추가됩니다. 이것은 컴파일 시간 트레이스백에 나타나며, 바이트 코드 파일에 컴파일되어 "
88
+ "들어가서, 바이트 코드 파일이 실행되는 시점에 소스 파일이 존재하지 않으면 트레이스백과 기타 메시지에 사용됩니다."
79
89
80
90
#: ../Doc/library/compileall.rst:57
81
91
msgid ""
82
92
"regex is used to search the full path to each file considered for "
83
93
"compilation, and if the regex produces a match, the file is skipped."
84
94
msgstr ""
95
+ "regex는 컴파일 대상으로 고려되는 각 파일의 전체 경로를 검색(search)하는 데 사용되며, 정규식이 일치를 생성하면 그 "
96
+ "파일을 건너뜁니다."
85
97
86
98
#: ../Doc/library/compileall.rst:62
87
99
msgid ""
88
100
"Read the file ``list`` and add each line that it contains to the list of "
89
101
"files and directories to compile. If ``list`` is ``-``, read lines from "
90
102
"``stdin``."
91
103
msgstr ""
104
+ "파일 ``list``\\ 를 읽고 포함된 각 줄을 컴파일할 파일과 디렉터리 목록에 추가합니다. ``list``\\ 가 "
105
+ "``-``\\ 이면, ``stdin``\\ 에서 줄을 읽습니다."
92
106
93
107
#: ../Doc/library/compileall.rst:68
94
108
msgid ""
@@ -97,6 +111,8 @@ msgid ""
97
111
"default is to write files to their :pep:`3147` locations and names, which"
98
112
" allows byte-code files from multiple versions of Python to coexist."
99
113
msgstr ""
114
+ "바이트 코드 파일을 레거시 위치 및 이름에 써서, 다른 버전의 파이썬이 만든 바이트 코드 파일을 덮어쓸 수 있습니다. 기본값은 여러"
115
+ " 버전의 파이썬의 바이트 코드 파일이 공존할 수 있는 :pep:`3147` 위치와 이름에 파일을 쓰는 것입니다."
100
116
101
117
#: ../Doc/library/compileall.rst:75
102
118
msgid ""
@@ -105,12 +121,17 @@ msgid ""
105
121
"compileall <directory> -r 0` is equivalent to :program:`python -m "
106
122
"compileall <directory> -l`."
107
123
msgstr ""
124
+ "서브 디렉터리의 최대 재귀 수준을 제어합니다. 이것이 주어지면, ``-l`` 옵션은 고려되지 않습니다. "
125
+ ":program:`python -m compileall <directory> -r 0`\\ 은 :program:`python -m "
126
+ "compileall <directory> -l`\\ 과 동등합니다."
108
127
109
128
#: ../Doc/library/compileall.rst:82
110
129
msgid ""
111
130
"Use *N* workers to compile the files within the given directory. If ``0``"
112
131
" is used, then the result of :func:`os.cpu_count()` will be used."
113
132
msgstr ""
133
+ "주어진 디렉터리 내의 파일을 컴파일하는 데 *N* 작업자를 사용합니다. ``0``\\ 이 사용되면, "
134
+ ":func:`os.cpu_count()`\\ 의 결과가 사용됩니다."
114
135
115
136
#: ../Doc/library/compileall.rst:88
116
137
msgid ""
@@ -125,45 +146,57 @@ msgid ""
125
146
"``checked-hash`` if the ``SOURCE_DATE_EPOCH`` environment variable is "
126
147
"set."
127
148
msgstr ""
149
+ "생성된 바이트 코드 파일이 실행 시간에 무효가 되는 방식을 제어합니다. ``timestamp`` 값은 소스 타임스탬프와 크기가 "
150
+ "포함된 ``.pyc`` 파일이 생성됨을 의미합니다. ``checked-hash``\\ 와 ``unchecked-hash`` 값은 해시"
151
+ " 기반 pyc를 생성합니다. 해시 기반 pyc는 타임스탬프 대신 소스 파일 내용의 해시를 포함합니다. 파이썬이 실행 시간에 바이트 "
152
+ "코드 캐시 파일의 유효성을 검사하는 방법에 대한 자세한 내용은 :ref:`pyc-invalidation`\\ 를 참조하십시오. "
153
+ "기본값은 :envvar:`SOURCE_DATE_EPOCH` 환경 변수가 설정되지 않으면 ``timestamp``\\ 이고, "
154
+ "``SOURCE_DATE_EPOCH`` 환경 변수가 설정되면 ``checked-hash``\\ 입니다."
128
155
129
156
#: ../Doc/library/compileall.rst:99
130
157
msgid "Added the ``-i``, ``-b`` and ``-h`` options."
131
- msgstr ""
158
+ msgstr "``-i``, ``-b`` 및 ``-h`` 옵션이 추가되었습니다. "
132
159
133
160
#: ../Doc/library/compileall.rst:102
134
161
msgid ""
135
162
"Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option was "
136
163
"changed to a multilevel value. ``-b`` will always produce a byte-code "
137
164
"file ending in ``.pyc``, never ``.pyo``."
138
165
msgstr ""
166
+ "``-j``, ``-r`` 및 ``-qq`` 옵션이 추가되었습니다. ``-q`` 옵션이 다중 수준 값으로 변경되었습니다. "
167
+ "``-b``\\ 는 항상 ``.pyc``\\ 로 끝나는 바이트 코드 파일을 생성하며, 결코 ``.pyo``\\ 를 생성하지 않습니다."
139
168
140
169
#: ../Doc/library/compileall.rst:107
141
170
msgid "Added the ``--invalidation-mode`` option."
142
- msgstr ""
171
+ msgstr "``--invalidation-mode`` 옵션이 추가되었습니다. "
143
172
144
173
#: ../Doc/library/compileall.rst:111
145
174
msgid ""
146
175
"There is no command-line option to control the optimization level used by"
147
176
" the :func:`compile` function, because the Python interpreter itself "
148
177
"already provides the option: :program:`python -O -m compileall`."
149
178
msgstr ""
179
+ ":func:`compile` 함수가 사용하는 최적화 수준을 제어하는 명령 줄 옵션은 없습니다. 파이썬 인터프리터 자신이 그 옵션을 "
180
+ "제공하고 있기 때문입니다: :program:`python -O -m compileall`."
150
181
151
182
#: ../Doc/library/compileall.rst:116
152
183
msgid "Public functions"
153
- msgstr ""
184
+ msgstr "공용 함수 "
154
185
155
186
#: ../Doc/library/compileall.rst:120
156
187
msgid ""
157
188
"Recursively descend the directory tree named by *dir*, compiling all "
158
189
":file:`.py` files along the way. Return a true value if all the files "
159
190
"compiled successfully, and a false value otherwise."
160
191
msgstr ""
192
+ "*dir*\\ 로 명명된 디렉터리 트리를 재귀적으로 탐색해 내려가면서, 발견되는 모든 :file:`.py` 파일을 컴파일합니다. 모든"
193
+ " 파일이 성공적으로 컴파일되면 참값을 반환하고, 그렇지 않으면 거짓값을 반환합니다."
161
194
162
195
#: ../Doc/library/compileall.rst:124
163
196
msgid ""
164
197
"The *maxlevels* parameter is used to limit the depth of the recursion; it"
165
198
" defaults to ``10``."
166
- msgstr ""
199
+ msgstr "*maxlevels* 매개 변수는 재귀의 깊이를 제한하는 데 사용됩니다; 기본값은 ``10`` \\ 입니다. "
167
200
168
201
#: ../Doc/library/compileall.rst:127
169
202
msgid ""
@@ -173,26 +206,32 @@ msgid ""
173
206
"messages in cases where the source file does not exist at the time the "
174
207
"byte-code file is executed."
175
208
msgstr ""
209
+ "*ddir*\\ 이 주어지면, 컴파일 시간 트레이스백에서 사용하기 위해 컴파일되는 각 파일의 경로 앞에 추가되며, 바이트 코드 파일에"
210
+ " 컴파일되어 들어가서, 바이트 코드 파일이 실행되는 시점에 소스 파일이 존재하지 않으면 트레이스백과 기타 메시지에 사용됩니다."
176
211
177
212
#: ../Doc/library/compileall.rst:133
178
213
msgid ""
179
214
"If *force* is true, modules are re-compiled even if the timestamps are up"
180
215
" to date."
181
- msgstr ""
216
+ msgstr "*force* \\ 가 참이면, 타임스탬프가 최신일 때도 모듈이 다시 컴파일됩니다. "
182
217
183
218
#: ../Doc/library/compileall.rst:136
184
219
msgid ""
185
220
"If *rx* is given, its search method is called on the complete path to "
186
221
"each file considered for compilation, and if it returns a true value, the"
187
222
" file is skipped."
188
223
msgstr ""
224
+ "*rx*\\ 가 주어지면, 컴파일 대상으로 고려되는 각 파일의 전체 경로로 그것의 search 메서드를 호출하고, 참값을 반환하면 그"
225
+ " 파일을 건너뜁니다."
189
226
190
227
#: ../Doc/library/compileall.rst:140 ../Doc/library/compileall.rst:197
191
228
msgid ""
192
229
"If *quiet* is ``False`` or ``0`` (the default), the filenames and other "
193
230
"information are printed to standard out. Set to ``1``, only errors are "
194
231
"printed. Set to ``2``, all output is suppressed."
195
232
msgstr ""
233
+ "*quiet*\\ 가 ``False``\\ 나 ``0``\\ (기본값)이면, 파일명과 기타 정보가 표준 출력에 인쇄됩니다. "
234
+ "``1``\\ 로 설정하면, 에러만 인쇄됩니다. ``2``\\ 로 설정하면, 모든 출력이 억제됩니다."
196
235
197
236
#: ../Doc/library/compileall.rst:144 ../Doc/library/compileall.rst:201
198
237
msgid ""
@@ -202,12 +241,15 @@ msgid ""
202
241
":pep:`3147` locations and names, which allows byte-code files from "
203
242
"multiple versions of Python to coexist."
204
243
msgstr ""
244
+ "*legacy*\\ 가 참이면, 바이트 코드 파일을 레거시 위치 및 이름에 써서, 다른 버전의 파이썬이 만든 바이트 코드 파일을 "
245
+ "덮어쓸 수 있습니다. 기본값은 여러 버전의 파이썬의 바이트 코드 파일이 공존할 수 있는 :pep:`3147` 위치와 이름에 파일을 "
246
+ "쓰는 것입니다."
205
247
206
248
#: ../Doc/library/compileall.rst:150 ../Doc/library/compileall.rst:207
207
249
msgid ""
208
250
"*optimize* specifies the optimization level for the compiler. It is "
209
251
"passed to the built-in :func:`compile` function."
210
- msgstr ""
252
+ msgstr "*optimize* \\ 는 컴파일러의 최적화 수준을 지정합니다. 내장 :func:`compile` 함수로 전달됩니다. "
211
253
212
254
#: ../Doc/library/compileall.rst:153
213
255
msgid ""
@@ -224,41 +266,43 @@ msgid ""
224
266
":class:`py_compile.PycInvalidationMode` enum and controls how the "
225
267
"generated pycs are invalidated at runtime."
226
268
msgstr ""
269
+ "*invalidation_mode*\\ 는 :class:`py_compile.PycInvalidationMode` 열거형의 멤버여야 "
270
+ "하며 실행 시간에 생성된 pyc가 무효가 되는 방식을 제어합니다."
227
271
228
272
#: ../Doc/library/compileall.rst:163 ../Doc/library/compileall.rst:236
229
273
msgid "Added the *legacy* and *optimize* parameter."
230
- msgstr ""
274
+ msgstr "*legacy* \\ 와 *optimize* 매개 변수가 추가되었습니다. "
231
275
232
276
#: ../Doc/library/compileall.rst:166
233
277
msgid "Added the *workers* parameter."
234
- msgstr ""
278
+ msgstr "*workers* 매개 변수가 추가되었습니다. "
235
279
236
280
#: ../Doc/library/compileall.rst:169 ../Doc/library/compileall.rst:216
237
281
#: ../Doc/library/compileall.rst:239
238
282
msgid "*quiet* parameter was changed to a multilevel value."
239
- msgstr ""
283
+ msgstr "*quiet* 매개 변수가 다중 수준 값으로 변경되었습니다. "
240
284
241
285
#: ../Doc/library/compileall.rst:172 ../Doc/library/compileall.rst:219
242
286
#: ../Doc/library/compileall.rst:242
243
287
msgid ""
244
288
"The *legacy* parameter only writes out ``.pyc`` files, not ``.pyo`` files"
245
289
" no matter what the value of *optimize* is."
246
- msgstr ""
290
+ msgstr "*legacy* 매개 변수는 *optimize* 값과 상관없이 ``.pyo`` 파일이 아니라 ``.pyc`` 파일 만 기록합니다. "
247
291
248
292
#: ../Doc/library/compileall.rst:176
249
293
msgid "Accepts a :term:`path-like object`."
250
- msgstr ""
294
+ msgstr ":term:`경로류 객체 <path-like object>` \\ 를 받아들입니다. "
251
295
252
296
#: ../Doc/library/compileall.rst:179 ../Doc/library/compileall.rst:223
253
297
#: ../Doc/library/compileall.rst:246
254
298
msgid "The *invalidation_mode* parameter was added."
255
- msgstr ""
299
+ msgstr "*invalidation_mode* 매개 변수가 추가되었습니다. "
256
300
257
301
#: ../Doc/library/compileall.rst:184
258
302
msgid ""
259
303
"Compile the file with path *fullname*. Return a true value if the file "
260
304
"compiled successfully, and a false value otherwise."
261
- msgstr ""
305
+ msgstr "경로 *fullname* \\ 의 파일을 컴파일합니다. 파일이 성공적으로 컴파일되면 참값을 반환하고, 그렇지 않으면 거짓값을 반환합니다. "
262
306
263
307
#: ../Doc/library/compileall.rst:187
264
308
msgid ""
@@ -268,20 +312,26 @@ msgid ""
268
312
"messages in cases where the source file does not exist at the time the "
269
313
"byte-code file is executed."
270
314
msgstr ""
315
+ "*ddir*\\ 이 주어지면, 컴파일 시간 트레이스백에서 사용하기 위해 컴파일되는 파일의 경로 앞에 추가되며, 바이트 코드 파일에 "
316
+ "컴파일되어 들어가서, 바이트 코드 파일이 실행되는 시점에 소스 파일이 존재하지 않으면 트레이스백과 기타 메시지에 사용됩니다."
271
317
272
318
#: ../Doc/library/compileall.rst:193
273
319
msgid ""
274
320
"If *rx* is given, its search method is passed the full path name to the "
275
321
"file being compiled, and if it returns a true value, the file is not "
276
322
"compiled and ``True`` is returned."
277
323
msgstr ""
324
+ "*rx*\\ 가 주어지면, 컴파일 중인 파일의 전체 경로가 그것의 search 메서드로 전달되고, 참값을 반환하면, 파일이 컴파일되지"
325
+ " 않고 ``True``\\ 가 반환됩니다."
278
326
279
327
#: ../Doc/library/compileall.rst:228
280
328
msgid ""
281
329
"Byte-compile all the :file:`.py` files found along ``sys.path``. Return a"
282
330
" true value if all the files compiled successfully, and a false value "
283
331
"otherwise."
284
332
msgstr ""
333
+ "``sys.path``\\ 에서 발견된 모든 :file:`.py` 파일을 바이트 컴파일합니다. 모든 파일이 성공적으로 컴파일되면 "
334
+ "참값을 반환하고, 그렇지 않으면 거짓값을 반환합니다."
285
335
286
336
#: ../Doc/library/compileall.rst:231
287
337
msgid ""
@@ -290,37 +340,23 @@ msgid ""
290
340
":func:`compile_dir` function. Note that unlike the other compile "
291
341
"functions, ``maxlevels`` defaults to ``0``."
292
342
msgstr ""
343
+ "*skip_curdir*\\ 가 참(기본값)이면, 현재 디렉터리가 검색에 포함되지 않습니다. 다른 모든 매개 변수는 "
344
+ ":func:`compile_dir` 함수에 전달됩니다. 다른 컴파일 함수와 달리, ``maxlevels``\\ 의 기본값은 "
345
+ "``0``\\ 임에 유의하십시오."
293
346
294
347
#: ../Doc/library/compileall.rst:249
295
348
msgid ""
296
349
"To force a recompile of all the :file:`.py` files in the :file:`Lib/` "
297
350
"subdirectory and all its subdirectories::"
298
351
msgstr ""
352
+ ":file:`Lib/` 서브 디렉터리와 그것의 모든 서브 디렉터리에 있는 모든 :file:`.py` 파일을 강제로 다시 컴파일하려면"
353
+ " 다음과 같이 합니다::"
299
354
300
355
#: ../Doc/library/compileall.rst:266
301
356
msgid "Module :mod:`py_compile`"
302
- msgstr ""
357
+ msgstr "모듈 :mod:`py_compile` "
303
358
304
359
#: ../Doc/library/compileall.rst:267
305
360
msgid "Byte-compile a single source file."
306
- msgstr ""
307
-
308
- #~ msgid ""
309
- #~ "Control how the generated pycs will "
310
- #~ "be invalidated at runtime. The default"
311
- #~ " setting, ``timestamp``, means that "
312
- #~ "``.pyc`` files with the source timestamp"
313
- #~ " and size embedded will be generated."
314
- #~ " The ``checked-hash`` and ``unchecked-"
315
- #~ "hash`` values cause hash-based pycs "
316
- #~ "to be generated. Hash-based pycs "
317
- #~ "embed a hash of the source file"
318
- #~ " contents rather than a timestamp. "
319
- #~ "See :ref:`pyc-invalidation` for more "
320
- #~ "information on how Python validates "
321
- #~ "bytecode cache files at runtime."
322
- #~ msgstr ""
323
-
324
- #~ msgid "Added the ``--invalidation-mode`` parameter."
325
- #~ msgstr ""
361
+ msgstr "단일 소스 파일을 바이트 컴파일합니다."
326
362
0 commit comments