-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathindex.po
More file actions
79 lines (68 loc) · 3.24 KB
/
Copy pathindex.po
File metadata and controls
79 lines (68 loc) · 3.24 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# 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.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-15 07:19+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh <[email protected]>\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.7.0\n"
#: ../Doc/distutils/index.rst:5
msgid "Distributing Python Modules (Legacy version)"
msgstr "파이썬 모듈 배포 (레거시 버전)"
#: ../Doc/distutils/index.rst
msgid "Authors"
msgstr "저자"
#: ../Doc/distutils/index.rst:7
msgid "Greg Ward, Anthony Baxter"
msgstr "Greg Ward, Anthony Baxter"
#: ../Doc/distutils/index.rst
msgid "Email"
msgstr "전자 우편"
#: ../Doc/distutils/index.rst:8
msgid "[email protected]"
msgstr "[email protected]"
#: ../Doc/distutils/index.rst:12
msgid ":ref:`distributing-index`"
msgstr ":ref:`distributing-index`"
#: ../Doc/distutils/index.rst:13
msgid "The up to date module distribution documentations"
msgstr "최신 모듈 배포 설명서"
#: ../Doc/distutils/_setuptools_disclaimer.rst:3
msgid ""
"This document is being retained solely until the ``setuptools`` "
"documentation at "
"https://setuptools.readthedocs.io/en/latest/setuptools.html independently"
" covers all of the relevant information currently included here."
msgstr ""
"이 문서는 https://setuptools.readthedocs.io/en/latest/setuptools.html 의 "
"``setuptools`` 설명서가 현재 여기에 포함된 모든 관련 정보를 독립적으로 다루기 전까지만 보존됩니다."
#: ../Doc/distutils/index.rst:19
msgid ""
"This guide only covers the basic tools for building and distributing "
"extensions that are provided as part of this version of Python. Third "
"party tools offer easier to use and more secure alternatives. Refer to "
"the `quick recommendations section <https://packaging.python.org/guides"
"/tool-recommendations/>`__ in the Python Packaging User Guide for more "
"information."
msgstr ""
"이 지침서는 이 파이썬 버전 일부로 제공되는 확장을 빌드하고 배포하기 위한 기본 도구만을 다루고 있습니다. 제삼자 도구는 사용하기 "
"더 쉽고 더 안전한 대안을 제공합니다. 자세한 정보는 파이썬 패키징 사용자 지침서의 `빠른 추천 섹션 "
"<https://packaging.python.org/guides/tool-recommendations/>`__\\을 참조하십시오."
#: ../Doc/distutils/index.rst:25
msgid ""
"This document describes the Python Distribution Utilities (\"Distutils\")"
" from the module developer's point of view, describing the underlying "
"capabilities that ``setuptools`` builds on to allow Python developers to "
"make Python modules and extensions readily available to a wider audience."
msgstr ""
"이 문서는 모듈 개발자의 관점에서 파이썬 배포 유틸리티(\"Distutils\")를 설명합니다. 파이썬 개발자들이 파이썬 모듈과 "
"확장을 더 많은 사람이 쉽게 쓸 수 있도록 ``setuptools``\\가 구축한 하부 기능을 설명합니다."