Skip to content

Translate library/pdb.po #599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Aug 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Translate library/pdb.po
  • Loading branch information
ach0o committed May 13, 2019
commit 98acf959c9ee80adfcea69388cba5ac2b672a5a5
14 changes: 9 additions & 5 deletions library/pdb.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,26 @@
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-26 14:46+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Last-Translator: Changhyun An <88soldieron@gmail.com>\n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.6.0\n"

#: ../Doc/library/pdb.rst:4
msgid ":mod:`pdb` --- The Python Debugger"
msgstr ""
msgstr ":mod:`pdb` --- 파이썬 디버거"

#: ../Doc/library/pdb.rst:9
msgid "**Source code:** :source:`Lib/pdb.py`"
msgstr ""
msgstr "**소스 코드:** :source:`Lib/pdb.py`"

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

#: ../Doc/library/pdb.rst:26
msgid ""
Expand Down