Skip to content

Commit 98acf95

Browse files
committed
Translate library/pdb.po
1 parent 9486a1f commit 98acf95

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

library/pdb.po

+9-5
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: Changhyun An <88soldieron@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/pdb.rst:4
2120
msgid ":mod:`pdb` --- The Python Debugger"
22-
msgstr ""
21+
msgstr ":mod:`pdb` --- 파이썬 디버거"
2322

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

2827
#: ../Doc/library/pdb.rst:15
2928
msgid ""
@@ -34,6 +33,11 @@ msgid ""
3433
"context of any stack frame. It also supports post-mortem debugging and "
3534
"can be called under program control."
3635
msgstr ""
36+
":mod:`pdb`\\모듈은 파이썬 프로그램을 위한 대화형 소스 코드 디버거를 정의합니다. "
37+
"소스 라인 단계의 중단점(breakpoint) 및 단계 실행(single stepping) 설정, "
38+
"스택 프레임 검사, 소스 코드 목록, 그리고 모든 스택 프레임의 컨텍스트에서 임의의 파이썬 코드 평가를 지원합니다. "
39+
"또한 포스트 모템(post-mortem) 디버깅을 지원하며, 프로그램 제어 하에서도 호출될 수 있습니다."
40+
""
3741

3842
#: ../Doc/library/pdb.rst:26
3943
msgid ""

0 commit comments

Comments
 (0)