Skip to content

Commit 0c69777

Browse files
committed
Translate pdb.po
- translate first ten percent
1 parent bf80ef1 commit 0c69777

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

library/pdb.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,33 @@ msgid ""
4646
"reading the source. The extension interface uses the modules :mod:`bdb` "
4747
"and :mod:`cmd`."
4848
msgstr ""
49+
"이 디버거는 확장이 가능합니다. 디버거는 실제로 :class:`Pdb`\\로 정의됩니다. "
50+
"현재 문서화되어 있진 않지만 소스를 읽어보시면 쉽게 이해하실 수 있습니다. "
51+
"확장 인터페이스는 :mod:`bdb`\\와 :mod:`cmd`\\모듈을 활용합니다."
4952

5053
#: ../Doc/library/pdb.rst:30
5154
msgid ""
5255
"The debugger's prompt is ``(Pdb)``. Typical usage to run a program under "
5356
"control of the debugger is::"
5457
msgstr ""
58+
"디버거 프롬프트는 ``(Pdb)``\\입니다. "
59+
"디버거 제어하에 프로그램을 실행하는 일반적인 사용법은 다음과 같습니다::"
5560

5661
#: ../Doc/library/pdb.rst:44
5762
msgid ""
5863
"Tab-completion via the :mod:`readline` module is available for commands "
5964
"and command arguments, e.g. the current global and local names are "
6065
"offered as arguments of the ``p`` command."
6166
msgstr ""
67+
":mod:`readline`\\모듈을 통한 탭 완성은 명령과 명령 인자에 사용할 수 있습니다. "
68+
"예를 들면, 현재 전역 및 지역 이름들은 ``p``\\명령의 인자로 제공됩니다."
6269

6370
#: ../Doc/library/pdb.rst:49
6471
msgid ""
6572
":file:`pdb.py` can also be invoked as a script to debug other scripts. "
6673
"For example::"
6774
msgstr ""
75+
":file:`pdb.py`\\는 다른 스크립트를 디버그하기 위한 스크립트로 호출될 수 있습니다. 예를 들면::"
6876

6977
#: ../Doc/library/pdb.rst:54
7078
msgid ""

0 commit comments

Comments
 (0)