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 : Changhyun An <88soldieron@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/pdb.rst:4
21
20
msgid ":mod:`pdb` --- The Python Debugger"
22
- msgstr ""
21
+ msgstr ":mod:`pdb` --- 파이썬 디버거 "
23
22
24
23
#: ../Doc/library/pdb.rst:9
25
24
msgid "**Source code:** :source:`Lib/pdb.py`"
26
- msgstr ""
25
+ msgstr "**소스 코드:** :source:`Lib/pdb.py` "
27
26
28
27
#: ../Doc/library/pdb.rst:15
29
28
msgid ""
@@ -34,6 +33,11 @@ msgid ""
34
33
"context of any stack frame. It also supports post-mortem debugging and "
35
34
"can be called under program control."
36
35
msgstr ""
36
+ ":mod:`pdb`\\ 모듈은 파이썬 프로그램을 위한 대화형 소스 코드 디버거를 정의합니다. "
37
+ "소스 라인 단계의 중단점(breakpoint) 및 단계 실행(single stepping) 설정, "
38
+ "스택 프레임 검사, 소스 코드 목록, 그리고 모든 스택 프레임의 컨텍스트에서 임의의 파이썬 코드 평가를 지원합니다. "
39
+ "또한 포스트 모템(post-mortem) 디버깅을 지원하며, 프로그램 제어 하에서도 호출될 수 있습니다."
40
+ ""
37
41
38
42
#: ../Doc/library/pdb.rst:26
39
43
msgid ""
0 commit comments