Skip to content

Commit c40a61c

Browse files
committed
Closes #158 - translate library/compileall.po
1 parent d04db6b commit c40a61c

File tree

1 file changed

+78
-42
lines changed

1 file changed

+78
-42
lines changed

library/compileall.po

Lines changed: 78 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,26 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2019-03-26 14:46+0900\n"
1211
"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"
1514
"MIME-Version: 1.0\n"
1615
"Content-Type: text/plain; charset=utf-8\n"
1716
"Content-Transfer-Encoding: 8bit\n"
1817
"Generated-By: Babel 2.6.0\n"
1918

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

2423
#: ../Doc/library/compileall.rst:7
2524
msgid "**Source code:** :source:`Lib/compileall.py`"
26-
msgstr ""
25+
msgstr "**소스 코드:** :source:`Lib/compileall.py`"
2726

2827
#: ../Doc/library/compileall.rst:11
2928
msgid ""
@@ -33,40 +32,49 @@ msgid ""
3332
"library installation time, which makes them available for use even by "
3433
"users who don't have write permission to the library directories."
3534
msgstr ""
35+
"이 모듈은 파이썬 라이브러리 설치를 지원하는 몇 가지 유틸리티 함수를 제공합니다. 이 함수는 디렉터리 트리에서 파이썬 소스 파일을 "
36+
"컴파일합니다. 이 모듈을 사용하면 라이브러리 설치 시 캐시 된 바이트 코드 파일을 만들 수 있으므로, 라이브러리 디렉터리에 쓰기 "
37+
"권한이 없는 사용자도 사용할 수 있도록 합니다."
3638

3739
#: ../Doc/library/compileall.rst:19
3840
msgid "Command-line use"
39-
msgstr ""
41+
msgstr "명령 줄 사용"
4042

4143
#: ../Doc/library/compileall.rst:21
4244
msgid ""
4345
"This module can work as a script (using :program:`python -m compileall`) "
4446
"to compile Python sources."
4547
msgstr ""
48+
"이 모듈은 파이썬 소스를 컴파일하는 스크립트로 작동할 수 있습니다 (:program:`python -m compileall`\\을 "
49+
"사용합니다)."
4650

4751
#: ../Doc/library/compileall.rst:29
4852
msgid ""
4953
"Positional arguments are files to compile or directories that contain "
5054
"source files, traversed recursively. If no argument is given, behave as "
5155
"if the command line was ``-l <directories from sys.path>``."
5256
msgstr ""
57+
"위치 인자는 컴파일할 파일이나 소스 파일을 포함하는 디렉터리이며 재귀적으로 탐색 됩니다. 인자가 주어지지 않으면, 명령 줄이 "
58+
"``-l <directories from sys.path>`` 인 것처럼 행동합니다."
5359

5460
#: ../Doc/library/compileall.rst:35
5561
msgid ""
5662
"Do not recurse into subdirectories, only compile source code files "
5763
"directly contained in the named or implied directories."
58-
msgstr ""
64+
msgstr "서브 디렉터리를 재귀적으로 탐색하지 않고, 이름이 지정되었거나 암시된 디렉터리에 직접 포함된 소스 코드 파일 만 컴파일합니다."
5965

6066
#: ../Doc/library/compileall.rst:40
6167
msgid "Force rebuild even if timestamps are up-to-date."
62-
msgstr ""
68+
msgstr "타임스탬프가 최신일 때도 강제로 다시 빌드합니다."
6369

6470
#: ../Doc/library/compileall.rst:44
6571
msgid ""
6672
"Do not print the list of files compiled. If passed once, error messages "
6773
"will still be printed. If passed twice (``-qq``), all output is "
6874
"suppressed."
6975
msgstr ""
76+
"컴파일된 파일 목록을 인쇄하지 않습니다. 한 번 전달하면, 에러 메시지는 여전히 인쇄됩니다. 두 번 전달하면 (``-qq``), "
77+
"모든 출력이 억제됩니다."
7078

7179
#: ../Doc/library/compileall.rst:49
7280
msgid ""
@@ -76,19 +84,25 @@ msgid ""
7684
" cases where the source file does not exist at the time the byte-code "
7785
"file is executed."
7886
msgstr ""
87+
"디렉터리가 컴파일되는 각 파일의 경로 앞에 추가됩니다. 이것은 컴파일 시간 트레이스백에 나타나며, 바이트 코드 파일에 컴파일되어 "
88+
"들어가서, 바이트 코드 파일이 실행되는 시점에 소스 파일이 존재하지 않으면 트레이스백과 기타 메시지에 사용됩니다."
7989

8090
#: ../Doc/library/compileall.rst:57
8191
msgid ""
8292
"regex is used to search the full path to each file considered for "
8393
"compilation, and if the regex produces a match, the file is skipped."
8494
msgstr ""
95+
"regex는 컴파일 대상으로 고려되는 각 파일의 전체 경로를 검색(search)하는 데 사용되며, 정규식이 일치를 생성하면 그 "
96+
"파일을 건너뜁니다."
8597

8698
#: ../Doc/library/compileall.rst:62
8799
msgid ""
88100
"Read the file ``list`` and add each line that it contains to the list of "
89101
"files and directories to compile. If ``list`` is ``-``, read lines from "
90102
"``stdin``."
91103
msgstr ""
104+
"파일 ``list``\\를 읽고 포함된 각 줄을 컴파일할 파일과 디렉터리 목록에 추가합니다. ``list``\\가 "
105+
"``-``\\이면, ``stdin``\\에서 줄을 읽습니다."
92106

93107
#: ../Doc/library/compileall.rst:68
94108
msgid ""
@@ -97,6 +111,8 @@ msgid ""
97111
"default is to write files to their :pep:`3147` locations and names, which"
98112
" allows byte-code files from multiple versions of Python to coexist."
99113
msgstr ""
114+
"바이트 코드 파일을 레거시 위치 및 이름에 써서, 다른 버전의 파이썬이 만든 바이트 코드 파일을 덮어쓸 수 있습니다. 기본값은 여러"
115+
" 버전의 파이썬의 바이트 코드 파일이 공존할 수 있는 :pep:`3147` 위치와 이름에 파일을 쓰는 것입니다."
100116

101117
#: ../Doc/library/compileall.rst:75
102118
msgid ""
@@ -105,12 +121,17 @@ msgid ""
105121
"compileall <directory> -r 0` is equivalent to :program:`python -m "
106122
"compileall <directory> -l`."
107123
msgstr ""
124+
"서브 디렉터리의 최대 재귀 수준을 제어합니다. 이것이 주어지면, ``-l`` 옵션은 고려되지 않습니다. "
125+
":program:`python -m compileall <directory> -r 0`\\은 :program:`python -m "
126+
"compileall <directory> -l`\\과 동등합니다."
108127

109128
#: ../Doc/library/compileall.rst:82
110129
msgid ""
111130
"Use *N* workers to compile the files within the given directory. If ``0``"
112131
" is used, then the result of :func:`os.cpu_count()` will be used."
113132
msgstr ""
133+
"주어진 디렉터리 내의 파일을 컴파일하는 데 *N* 작업자를 사용합니다. ``0``\\이 사용되면, "
134+
":func:`os.cpu_count()`\\의 결과가 사용됩니다."
114135

115136
#: ../Doc/library/compileall.rst:88
116137
msgid ""
@@ -125,45 +146,57 @@ msgid ""
125146
"``checked-hash`` if the ``SOURCE_DATE_EPOCH`` environment variable is "
126147
"set."
127148
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``\\입니다."
128155

129156
#: ../Doc/library/compileall.rst:99
130157
msgid "Added the ``-i``, ``-b`` and ``-h`` options."
131-
msgstr ""
158+
msgstr "``-i``, ``-b`` 및 ``-h`` 옵션이 추가되었습니다."
132159

133160
#: ../Doc/library/compileall.rst:102
134161
msgid ""
135162
"Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option was "
136163
"changed to a multilevel value. ``-b`` will always produce a byte-code "
137164
"file ending in ``.pyc``, never ``.pyo``."
138165
msgstr ""
166+
"``-j``, ``-r`` 및 ``-qq`` 옵션이 추가되었습니다. ``-q`` 옵션이 다중 수준 값으로 변경되었습니다. "
167+
"``-b``\\는 항상 ``.pyc``\\로 끝나는 바이트 코드 파일을 생성하며, 결코 ``.pyo``\\를 생성하지 않습니다."
139168

140169
#: ../Doc/library/compileall.rst:107
141170
msgid "Added the ``--invalidation-mode`` option."
142-
msgstr ""
171+
msgstr "``--invalidation-mode`` 옵션이 추가되었습니다."
143172

144173
#: ../Doc/library/compileall.rst:111
145174
msgid ""
146175
"There is no command-line option to control the optimization level used by"
147176
" the :func:`compile` function, because the Python interpreter itself "
148177
"already provides the option: :program:`python -O -m compileall`."
149178
msgstr ""
179+
":func:`compile` 함수가 사용하는 최적화 수준을 제어하는 명령 줄 옵션은 없습니다. 파이썬 인터프리터 자신이 그 옵션을 "
180+
"제공하고 있기 때문입니다: :program:`python -O -m compileall`."
150181

151182
#: ../Doc/library/compileall.rst:116
152183
msgid "Public functions"
153-
msgstr ""
184+
msgstr "공용 함수"
154185

155186
#: ../Doc/library/compileall.rst:120
156187
msgid ""
157188
"Recursively descend the directory tree named by *dir*, compiling all "
158189
":file:`.py` files along the way. Return a true value if all the files "
159190
"compiled successfully, and a false value otherwise."
160191
msgstr ""
192+
"*dir*\\로 명명된 디렉터리 트리를 재귀적으로 탐색해 내려가면서, 발견되는 모든 :file:`.py` 파일을 컴파일합니다. 모든"
193+
" 파일이 성공적으로 컴파일되면 참값을 반환하고, 그렇지 않으면 거짓값을 반환합니다."
161194

162195
#: ../Doc/library/compileall.rst:124
163196
msgid ""
164197
"The *maxlevels* parameter is used to limit the depth of the recursion; it"
165198
" defaults to ``10``."
166-
msgstr ""
199+
msgstr "*maxlevels* 매개 변수는 재귀의 깊이를 제한하는 데 사용됩니다; 기본값은 ``10``\\입니다."
167200

168201
#: ../Doc/library/compileall.rst:127
169202
msgid ""
@@ -173,26 +206,32 @@ msgid ""
173206
"messages in cases where the source file does not exist at the time the "
174207
"byte-code file is executed."
175208
msgstr ""
209+
"*ddir*\\이 주어지면, 컴파일 시간 트레이스백에서 사용하기 위해 컴파일되는 각 파일의 경로 앞에 추가되며, 바이트 코드 파일에"
210+
" 컴파일되어 들어가서, 바이트 코드 파일이 실행되는 시점에 소스 파일이 존재하지 않으면 트레이스백과 기타 메시지에 사용됩니다."
176211

177212
#: ../Doc/library/compileall.rst:133
178213
msgid ""
179214
"If *force* is true, modules are re-compiled even if the timestamps are up"
180215
" to date."
181-
msgstr ""
216+
msgstr "*force*\\가 참이면, 타임스탬프가 최신일 때도 모듈이 다시 컴파일됩니다."
182217

183218
#: ../Doc/library/compileall.rst:136
184219
msgid ""
185220
"If *rx* is given, its search method is called on the complete path to "
186221
"each file considered for compilation, and if it returns a true value, the"
187222
" file is skipped."
188223
msgstr ""
224+
"*rx*\\가 주어지면, 컴파일 대상으로 고려되는 각 파일의 전체 경로로 그것의 search 메서드를 호출하고, 참값을 반환하면 그"
225+
" 파일을 건너뜁니다."
189226

190227
#: ../Doc/library/compileall.rst:140 ../Doc/library/compileall.rst:197
191228
msgid ""
192229
"If *quiet* is ``False`` or ``0`` (the default), the filenames and other "
193230
"information are printed to standard out. Set to ``1``, only errors are "
194231
"printed. Set to ``2``, all output is suppressed."
195232
msgstr ""
233+
"*quiet*\\가 ``False``\\나 ``0``\\(기본값)이면, 파일명과 기타 정보가 표준 출력에 인쇄됩니다. "
234+
"``1``\\로 설정하면, 에러만 인쇄됩니다. ``2``\\로 설정하면, 모든 출력이 억제됩니다."
196235

197236
#: ../Doc/library/compileall.rst:144 ../Doc/library/compileall.rst:201
198237
msgid ""
@@ -202,12 +241,15 @@ msgid ""
202241
":pep:`3147` locations and names, which allows byte-code files from "
203242
"multiple versions of Python to coexist."
204243
msgstr ""
244+
"*legacy*\\가 참이면, 바이트 코드 파일을 레거시 위치 및 이름에 써서, 다른 버전의 파이썬이 만든 바이트 코드 파일을 "
245+
"덮어쓸 수 있습니다. 기본값은 여러 버전의 파이썬의 바이트 코드 파일이 공존할 수 있는 :pep:`3147` 위치와 이름에 파일을 "
246+
"쓰는 것입니다."
205247

206248
#: ../Doc/library/compileall.rst:150 ../Doc/library/compileall.rst:207
207249
msgid ""
208250
"*optimize* specifies the optimization level for the compiler. It is "
209251
"passed to the built-in :func:`compile` function."
210-
msgstr ""
252+
msgstr "*optimize*\\는 컴파일러의 최적화 수준을 지정합니다. 내장 :func:`compile` 함수로 전달됩니다."
211253

212254
#: ../Doc/library/compileall.rst:153
213255
msgid ""
@@ -224,41 +266,43 @@ msgid ""
224266
":class:`py_compile.PycInvalidationMode` enum and controls how the "
225267
"generated pycs are invalidated at runtime."
226268
msgstr ""
269+
"*invalidation_mode*\\는 :class:`py_compile.PycInvalidationMode` 열거형의 멤버여야 "
270+
"하며 실행 시간에 생성된 pyc가 무효가 되는 방식을 제어합니다."
227271

228272
#: ../Doc/library/compileall.rst:163 ../Doc/library/compileall.rst:236
229273
msgid "Added the *legacy* and *optimize* parameter."
230-
msgstr ""
274+
msgstr "*legacy*\\와 *optimize* 매개 변수가 추가되었습니다."
231275

232276
#: ../Doc/library/compileall.rst:166
233277
msgid "Added the *workers* parameter."
234-
msgstr ""
278+
msgstr "*workers* 매개 변수가 추가되었습니다."
235279

236280
#: ../Doc/library/compileall.rst:169 ../Doc/library/compileall.rst:216
237281
#: ../Doc/library/compileall.rst:239
238282
msgid "*quiet* parameter was changed to a multilevel value."
239-
msgstr ""
283+
msgstr "*quiet* 매개 변수가 다중 수준 값으로 변경되었습니다."
240284

241285
#: ../Doc/library/compileall.rst:172 ../Doc/library/compileall.rst:219
242286
#: ../Doc/library/compileall.rst:242
243287
msgid ""
244288
"The *legacy* parameter only writes out ``.pyc`` files, not ``.pyo`` files"
245289
" no matter what the value of *optimize* is."
246-
msgstr ""
290+
msgstr "*legacy* 매개 변수는 *optimize* 값과 상관없이 ``.pyo`` 파일이 아니라 ``.pyc`` 파일 만 기록합니다."
247291

248292
#: ../Doc/library/compileall.rst:176
249293
msgid "Accepts a :term:`path-like object`."
250-
msgstr ""
294+
msgstr ":term:`경로류 객체 <path-like object>`\\를 받아들입니다."
251295

252296
#: ../Doc/library/compileall.rst:179 ../Doc/library/compileall.rst:223
253297
#: ../Doc/library/compileall.rst:246
254298
msgid "The *invalidation_mode* parameter was added."
255-
msgstr ""
299+
msgstr "*invalidation_mode* 매개 변수가 추가되었습니다."
256300

257301
#: ../Doc/library/compileall.rst:184
258302
msgid ""
259303
"Compile the file with path *fullname*. Return a true value if the file "
260304
"compiled successfully, and a false value otherwise."
261-
msgstr ""
305+
msgstr "경로 *fullname*\\의 파일을 컴파일합니다. 파일이 성공적으로 컴파일되면 참값을 반환하고, 그렇지 않으면 거짓값을 반환합니다."
262306

263307
#: ../Doc/library/compileall.rst:187
264308
msgid ""
@@ -268,20 +312,26 @@ msgid ""
268312
"messages in cases where the source file does not exist at the time the "
269313
"byte-code file is executed."
270314
msgstr ""
315+
"*ddir*\\이 주어지면, 컴파일 시간 트레이스백에서 사용하기 위해 컴파일되는 파일의 경로 앞에 추가되며, 바이트 코드 파일에 "
316+
"컴파일되어 들어가서, 바이트 코드 파일이 실행되는 시점에 소스 파일이 존재하지 않으면 트레이스백과 기타 메시지에 사용됩니다."
271317

272318
#: ../Doc/library/compileall.rst:193
273319
msgid ""
274320
"If *rx* is given, its search method is passed the full path name to the "
275321
"file being compiled, and if it returns a true value, the file is not "
276322
"compiled and ``True`` is returned."
277323
msgstr ""
324+
"*rx*\\가 주어지면, 컴파일 중인 파일의 전체 경로가 그것의 search 메서드로 전달되고, 참값을 반환하면, 파일이 컴파일되지"
325+
" 않고 ``True``\\가 반환됩니다."
278326

279327
#: ../Doc/library/compileall.rst:228
280328
msgid ""
281329
"Byte-compile all the :file:`.py` files found along ``sys.path``. Return a"
282330
" true value if all the files compiled successfully, and a false value "
283331
"otherwise."
284332
msgstr ""
333+
"``sys.path``\\에서 발견된 모든 :file:`.py` 파일을 바이트 컴파일합니다. 모든 파일이 성공적으로 컴파일되면 "
334+
"참값을 반환하고, 그렇지 않으면 거짓값을 반환합니다."
285335

286336
#: ../Doc/library/compileall.rst:231
287337
msgid ""
@@ -290,37 +340,23 @@ msgid ""
290340
":func:`compile_dir` function. Note that unlike the other compile "
291341
"functions, ``maxlevels`` defaults to ``0``."
292342
msgstr ""
343+
"*skip_curdir*\\가 참(기본값)이면, 현재 디렉터리가 검색에 포함되지 않습니다. 다른 모든 매개 변수는 "
344+
":func:`compile_dir` 함수에 전달됩니다. 다른 컴파일 함수와 달리, ``maxlevels``\\의 기본값은 "
345+
"``0``\\임에 유의하십시오."
293346

294347
#: ../Doc/library/compileall.rst:249
295348
msgid ""
296349
"To force a recompile of all the :file:`.py` files in the :file:`Lib/` "
297350
"subdirectory and all its subdirectories::"
298351
msgstr ""
352+
":file:`Lib/` 서브 디렉터리와 그것의 모든 서브 디렉터리에 있는 모든 :file:`.py` 파일을 강제로 다시 컴파일하려면"
353+
" 다음과 같이 합니다::"
299354

300355
#: ../Doc/library/compileall.rst:266
301356
msgid "Module :mod:`py_compile`"
302-
msgstr ""
357+
msgstr "모듈 :mod:`py_compile`"
303358

304359
#: ../Doc/library/compileall.rst:267
305360
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 "단일 소스 파일을 바이트 컴파일합니다."
326362

0 commit comments

Comments
 (0)