-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathdevelopment.po
More file actions
48 lines (44 loc) · 2.18 KB
/
development.po
File metadata and controls
48 lines (44 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2017, Python Software Foundation
# 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: 2018-05-30 09:56+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh <flowdas@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.5.1\n"
#: ../Doc/library/development.rst:5
msgid "Development Tools"
msgstr "개발 도구"
#: ../Doc/library/development.rst:7
msgid ""
"The modules described in this chapter help you write software. For "
"example, the :mod:`pydoc` module takes a module and generates "
"documentation based on the module's contents. The :mod:`doctest` and "
":mod:`unittest` modules contains frameworks for writing unit tests that "
"automatically exercise code and verify that the expected output is "
"produced. :program:`2to3` can translate Python 2.x source code into "
"valid Python 3.x code."
msgstr ""
"이 장에서 설명하는 모듈은 소프트웨어를 작성하는 것을 돕습니다. 예를 들어, :mod:`pydoc` 모듈은 모듈을 가져와서 모듈의 내용을"
" 기반으로 설명서를 만듭니다. :mod:`doctest` 와 :mod:`unittest` 모듈에는 예상 출력이 만들어지는지 코드를 "
"자동으로 실행하고 확인하는 단위 테스트를 작성하기 위한 프레임워크가 포함되어 있습니다. :program:`2to3`\\는 파이썬 2.x "
"소스 코드를 유효한 파이썬 3.x 코드로 변환할 수 있습니다."
#: ../Doc/library/development.rst:14
msgid "The list of modules described in this chapter is:"
msgstr "이 장에서 설명하는 모듈 목록은 다음과 같습니다:"
#: ../Doc/library/development.rst:28
msgid ""
"See also the Python development mode: the :option:`-X` ``dev`` option and"
" :envvar:`PYTHONDEVMODE` environment variable."
msgstr ""
"파이썬 개발 모드도 보십시오: :option:`-X` ``dev`` 옵션과 :envvar:`PYTHONDEVMODE` 환경 변수."