Skip to content

Commit fd73a0e

Browse files
committed
Translate library/pdb.po
- completed 70 percent
1 parent cbce03f commit fd73a0e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

library/pdb.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,19 +436,22 @@ msgid ""
436436
"If a second argument is present, it is an expression which must evaluate "
437437
"to true before the breakpoint is honored."
438438
msgstr ""
439+
"두번째 인자가 있는 경우, 중단점을 적용하기 전에 표현식이 반드시 참이어야 합니다."
439440

440441
#: ../Doc/library/pdb.rst:288
441442
msgid ""
442443
"Without argument, list all breaks, including for each breakpoint, the "
443444
"number of times that breakpoint has been hit, the current ignore count, "
444445
"and the associated condition if any."
445446
msgstr ""
447+
"인자가 없다면, 각 중단점, 중단점에 도달한 횟수, 현재까지 무시 횟수, 그리고 관련 조건(있는 경우)을 포함한 모든 중단지점을 나열합니다."
446448

447449
#: ../Doc/library/pdb.rst:294
448450
msgid ""
449451
"Temporary breakpoint, which is removed automatically when it is first "
450452
"hit. The arguments are the same as for :pdbcmd:`break`."
451453
msgstr ""
454+
"한번 도달하면 제거되는 임시중단점입니다. 인자는 :pdbcmd:`break`\\와 동일합니다."
452455

453456
#: ../Doc/library/pdb.rst:299
454457
msgid ""
@@ -457,6 +460,9 @@ msgid ""
457460
"breakpoints. Without argument, clear all breaks (but first ask "
458461
"confirmation)."
459462
msgstr ""
463+
"*filename:lineno*\\인자가 주어진 경우, 해당 줄에 있는 모든 중단점을 제거합니다. "
464+
"공백으로 구분된 중단점 번호 배열이 주어진 경우, 해당 중단점을 제거합니다. "
465+
"인자가 없는 경우, 모든 중단지점을 (재차 확인 후) 제거합니다."
460466

461467
#: ../Doc/library/pdb.rst:305
462468
msgid ""
@@ -465,10 +471,14 @@ msgid ""
465471
"stop execution, but unlike clearing a breakpoint, it remains in the list "
466472
"of breakpoints and can be (re-)enabled."
467473
msgstr ""
474+
"공백으로 구분된 중단점 번호로 해당 중단점을 비활성화합니다. "
475+
"중단점을 비활성화하는 것은 프로그램이 실행을 중단할 수 없다는 것입니다. 하지만 중단점을 제거하는 것과는 달리 "
476+
"중단점 목록에 남아있으며 다시 활성화 시킬 수 있습니다."
468477

469478
#: ../Doc/library/pdb.rst:312
470479
msgid "Enable the breakpoints specified."
471480
msgstr ""
481+
"지정된 중단점을 활성화합니다."
472482

473483
#: ../Doc/library/pdb.rst:316
474484
msgid ""
@@ -478,6 +488,8 @@ msgid ""
478488
"time the breakpoint is reached and the breakpoint is not disabled and any"
479489
" associated condition evaluates to true."
480490
msgstr ""
491+
"해당 중단점 번호를 무시할 횟수를 설정합니다. 만약 횟수가 생략된 경우, 무시 횟수는 0으로 설정됩니다. "
492+
"0이 아닌 경우, 중단점에 도달할때마다 횟수가 차감되고 비활성화되지 않으며 어떠한 관련 조건도 참이 됩니다."
481493

482494
#: ../Doc/library/pdb.rst:324
483495
msgid ""

0 commit comments

Comments
 (0)