Skip to content

Commit d2151f2

Browse files
committed
Translate library/pdb.po
- completed 40 percent
1 parent 0da39ff commit d2151f2

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

library/pdb.po

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,23 +222,30 @@ msgid ""
222222
"name. If you want to access further features, you have to do this "
223223
"yourself:"
224224
msgstr ""
225+
"``run*``\\함수와 :func:`set_trace`\\는 :class:`Pdb`\\클래스를 인스턴스화하고 "
226+
"같은 이름의 메소드를 호출하는 별칭(alias)입니다."
227+
"더 많은 기능에 액세스하려면, 아래를 참고하여 직접 하셔야 합니다."
225228

226229
#: ../Doc/library/pdb.rst:163
227230
msgid ":class:`Pdb` is the debugger class."
228-
msgstr ""
231+
msgstr ":class:`Pdb`\\는 디버거 클래스입니다."
229232

230233
#: ../Doc/library/pdb.rst:165
231234
msgid ""
232235
"The *completekey*, *stdin* and *stdout* arguments are passed to the "
233236
"underlying :class:`cmd.Cmd` class; see the description there."
234237
msgstr ""
238+
"*completekey*, *stdin* 그리고 *stdout*\\인자는 내부 :class:`cmd.Cmd`\\클래스로 전달됩니다. "
239+
"자세한 설명은 해당 클래스에서 확인할 수 있습니다."
235240

236241
#: ../Doc/library/pdb.rst:168
237242
msgid ""
238243
"The *skip* argument, if given, must be an iterable of glob-style module "
239244
"name patterns. The debugger will not step into frames that originate in "
240245
"a module that matches one of these patterns. [1]_"
241246
msgstr ""
247+
"*skip*\\인자가 주어진다면, 반드시 글로브 스타일(glob-style) 모듈 이름 패턴의 이터러블(iterable)이어야 합니다. "
248+
"디버거는 이 패턴 중 하나와 일치하는 모듈에서 시작되는 프레임 단계로 들어가지 않습니다."
242249

243250
#: ../Doc/library/pdb.rst:172
244251
msgid ""
@@ -248,38 +255,45 @@ msgid ""
248255
" pressing :kbd:`Ctrl-C`. If you want Pdb not to touch the SIGINT "
249256
"handler, set *nosigint* to true."
250257
msgstr ""
258+
"기본적으로 Pdb는 사용자가 ``continue``\\명령을 내릴때, SIGINT 신호(사용자가 콘솔에서 "
259+
":kbd:`Ctrl-C`\\를 누를때 전송되는 신호)에 대한 핸들러를 설정합니다. "
260+
"사용자는 :kbd:`Ctrl-C`\\를 눌러서 디버거를 벗어날 수 있습니다. "
261+
"만약 Pdb가 SIGINT 핸들러를 건드리지 않길 원한다면, *nosigint*\\설정을 true로 변경하면 됩니다."
251262

252263
#: ../Doc/library/pdb.rst:177
253264
msgid ""
254265
"The *readrc* argument defaults to true and controls whether Pdb will load"
255266
" .pdbrc files from the filesystem."
256267
msgstr ""
268+
"*readrc*\\인자는 기본적으로 true이고, Pdb가 파일 시스템으로부터 .pdbrc를 불러올지 여부를 제어합니다."
257269

258270
#: ../Doc/library/pdb.rst:180
259271
msgid "Example call to enable tracing with *skip*::"
260272
msgstr ""
273+
"*skip*\\으로 추적하기 위한 호출 예시::"
261274

262275
#: ../Doc/library/pdb.rst:184
263276
msgid "The *skip* argument."
264-
msgstr ""
277+
msgstr "*skip*\\인자."
265278

266279
#: ../Doc/library/pdb.rst:187
267280
msgid ""
268281
"The *nosigint* argument. Previously, a SIGINT handler was never set by "
269282
"Pdb."
270283
msgstr ""
284+
"*nosigint*\\인자. 이전에는 Pdb가 SIGINT 핸들러를 설정하지 않았습니다."
271285

272286
#: ../Doc/library/pdb.rst:191
273287
msgid "The *readrc* argument."
274-
msgstr ""
288+
msgstr "*readrc*\\인자."
275289

276290
#: ../Doc/library/pdb.rst:199
277291
msgid "See the documentation for the functions explained above."
278-
msgstr ""
292+
msgstr "위에 설명된 함수에 대한 설명서를 참조하시면 됩니다."
279293

280294
#: ../Doc/library/pdb.rst:205
281295
msgid "Debugger Commands"
282-
msgstr ""
296+
msgstr "디버거 명령들"
283297

284298
#: ../Doc/library/pdb.rst:207
285299
msgid ""

0 commit comments

Comments
 (0)