Skip to content

Commit c176b33

Browse files
committed
Closes #177 - translate library/debug.po
1 parent 0232e39 commit c176b33

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

library/debug.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
1212
"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"
13+
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n"
14+
"Language-Team: Korean (https://python.flowdas.com)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 2.5.1\n"
1919

2020
#: ../Doc/library/debug.rst:3
2121
msgid "Debugging and Profiling"
22-
msgstr ""
22+
msgstr "디버깅과 프로파일링"
2323

2424
#: ../Doc/library/debug.rst:5
2525
msgid ""
@@ -28,4 +28,5 @@ msgid ""
2828
"and the profilers run code and give you a detailed breakdown of execution"
2929
" times, allowing you to identify bottlenecks in your programs."
3030
msgstr ""
31-
31+
"이 라이브러리들은 파이썬 개발을 돕습니다: 디버거를 사용하면 코드를 단계별로 실행하고, 스택 프레임을 분석하고, 중단 점을 설정할 수 "
32+
"있으며, 프로파일러는 코드를 실행하고, 프로그램의 병목 지점을 식별할 수 있도록 실행 시간을 자세하게 분석합니다."

0 commit comments

Comments
 (0)