|
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2017. |
5 | 5 | # |
6 | | -#, fuzzy |
7 | 6 | msgid "" |
8 | 7 | msgstr "" |
9 | 8 | "Project-Id-Version: Python 3.6\n" |
10 | 9 | "Report-Msgid-Bugs-To: \n" |
11 | 10 | "POT-Creation-Date: 2019-07-15 15:23+0900\n" |
12 | 11 | "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: Dong-gweon Oh <flowdas@gmail.com>\n" |
| 13 | +"Language-Team: Korean (https://python.flowdas.com)\n" |
15 | 14 | "MIME-Version: 1.0\n" |
16 | 15 | "Content-Type: text/plain; charset=utf-8\n" |
17 | 16 | "Content-Transfer-Encoding: 8bit\n" |
18 | 17 | "Generated-By: Babel 2.7.0\n" |
19 | 18 |
|
20 | 19 | #: ../Doc/distutils/packageindex.rst:7 |
21 | 20 | msgid "The Python Package Index (PyPI)" |
22 | | -msgstr "" |
| 21 | +msgstr "파이썬 패키지 색인 (PyPI)" |
23 | 22 |
|
24 | 23 | #: ../Doc/distutils/packageindex.rst:9 |
25 | 24 | msgid "" |
26 | 25 | "The `Python Package Index (PyPI)`_ stores metadata describing " |
27 | 26 | "distributions packaged with distutils and other publishing tools, as well" |
28 | 27 | " the distribution archives themselves." |
29 | 28 | msgstr "" |
| 29 | +"`파이썬 패키지 색인 <Python Package Index (PyPI)_>`_\\은 distutils와 기타 게시 도구로 패키징된" |
| 30 | +" 배포를 설명하는 메타 데이터와 배포 아카이브 자체를 저장합니다." |
30 | 31 |
|
31 | 32 | #: ../Doc/distutils/packageindex.rst:13 |
32 | 33 | msgid "" |
33 | 34 | "References to up to date PyPI documentation can be found at :ref" |
34 | 35 | ":`publishing-python-packages`." |
35 | | -msgstr "" |
36 | | - |
37 | | -#~ msgid "" |
38 | | -#~ "The :command:`register` and :command:`upload` " |
39 | | -#~ "commands both check for the existence" |
40 | | -#~ " of a :file:`.pypirc` file at the " |
41 | | -#~ "location :file:`$HOME/.pypirc`. If this file" |
42 | | -#~ " exists, the command uses the " |
43 | | -#~ "username, password, and repository URL " |
44 | | -#~ "configured in the file. The format " |
45 | | -#~ "of a :file:`.pypirc` file is as " |
46 | | -#~ "follows::" |
47 | | -#~ msgstr "" |
48 | | - |
49 | | -#~ msgid "" |
50 | | -#~ "If you want to define another " |
51 | | -#~ "server a new section can be " |
52 | | -#~ "created and listed in the *index-" |
53 | | -#~ "servers* variable::" |
54 | | -#~ msgstr "" |
55 | | - |
56 | | -#~ msgid "" |
57 | | -#~ "The `Python Package Index (PyPI)`_ " |
58 | | -#~ "stores :ref:`meta-data <meta-data>` " |
59 | | -#~ "describing distributions packaged with " |
60 | | -#~ "distutils, as well as package data " |
61 | | -#~ "like distribution files if a package " |
62 | | -#~ "author wishes." |
63 | | -#~ msgstr "" |
64 | | - |
65 | | -#~ msgid "" |
66 | | -#~ "Distutils provides the :command:`register` and" |
67 | | -#~ " :command:`upload` commands for pushing " |
68 | | -#~ "meta-data and distribution files to " |
69 | | -#~ "PyPI, respectively. See :ref:`package-" |
70 | | -#~ "commands` for information on these " |
71 | | -#~ "commands." |
72 | | -#~ msgstr "" |
73 | | - |
74 | | -#~ msgid "PyPI overview" |
75 | | -#~ msgstr "" |
76 | | - |
77 | | -#~ msgid "" |
78 | | -#~ "PyPI lets you submit any number of" |
79 | | -#~ " versions of your distribution to the" |
80 | | -#~ " index. If you alter the meta-" |
81 | | -#~ "data for a particular version, you " |
82 | | -#~ "can submit it again and the index" |
83 | | -#~ " will be updated." |
84 | | -#~ msgstr "" |
85 | | - |
86 | | -#~ msgid "" |
87 | | -#~ "PyPI holds a record for each " |
88 | | -#~ "(name, version) combination submitted. The" |
89 | | -#~ " first user to submit information for" |
90 | | -#~ " a given name is designated the " |
91 | | -#~ "Owner of that name. Changes can " |
92 | | -#~ "be submitted through the :command:`register`" |
93 | | -#~ " command or through the web " |
94 | | -#~ "interface. Owners can designate other " |
95 | | -#~ "users as Owners or Maintainers. " |
96 | | -#~ "Maintainers can edit the package " |
97 | | -#~ "information, but not designate new " |
98 | | -#~ "Owners or Maintainers." |
99 | | -#~ msgstr "" |
100 | | - |
101 | | -#~ msgid "" |
102 | | -#~ "By default PyPI displays only the " |
103 | | -#~ "newest version of a given package. " |
104 | | -#~ "The web interface lets one change " |
105 | | -#~ "this default behavior and manually " |
106 | | -#~ "select which versions to display and " |
107 | | -#~ "hide." |
108 | | -#~ msgstr "" |
109 | | - |
110 | | -#~ msgid "" |
111 | | -#~ "For each version, PyPI displays a " |
112 | | -#~ "home page. The home page is " |
113 | | -#~ "created from the ``long_description`` which" |
114 | | -#~ " can be submitted via the " |
115 | | -#~ ":command:`register` command. See :ref:`package-" |
116 | | -#~ "display` for more information." |
117 | | -#~ msgstr "" |
118 | | - |
119 | | -#~ msgid "Distutils commands" |
120 | | -#~ msgstr "" |
121 | | - |
122 | | -#~ msgid "" |
123 | | -#~ "Distutils exposes two commands for " |
124 | | -#~ "submitting package data to PyPI: the " |
125 | | -#~ ":ref:`register <package-register>` command for" |
126 | | -#~ " submitting meta-data to PyPI and " |
127 | | -#~ "the :ref:`upload <package-upload>` command " |
128 | | -#~ "for submitting distribution files. Both " |
129 | | -#~ "commands read configuration data from a" |
130 | | -#~ " special file called a :ref:`.pypirc " |
131 | | -#~ "file <pypirc>`." |
132 | | -#~ msgstr "" |
133 | | - |
134 | | -#~ msgid "The ``register`` command" |
135 | | -#~ msgstr "" |
136 | | - |
137 | | -#~ msgid "" |
138 | | -#~ "The distutils command :command:`register` is" |
139 | | -#~ " used to submit your distribution's " |
140 | | -#~ "meta-data to an index server. It " |
141 | | -#~ "is invoked as follows::" |
142 | | -#~ msgstr "" |
143 | | - |
144 | | -#~ msgid "Distutils will respond with the following prompt::" |
145 | | -#~ msgstr "" |
146 | | - |
147 | | -#~ msgid "" |
148 | | -#~ "Note: if your username and password " |
149 | | -#~ "are saved locally, you will not " |
150 | | -#~ "see this menu. Also, refer to " |
151 | | -#~ ":ref:`pypirc` for how to store your " |
152 | | -#~ "credentials in a :file:`.pypirc` file." |
153 | | -#~ msgstr "" |
154 | | - |
155 | | -#~ msgid "" |
156 | | -#~ "If you have not registered with " |
157 | | -#~ "PyPI, then you will need to do " |
158 | | -#~ "so now. You should choose option " |
159 | | -#~ "2, and enter your details as " |
160 | | -#~ "required. Soon after submitting your " |
161 | | -#~ "details, you will receive an email " |
162 | | -#~ "which will be used to confirm your" |
163 | | -#~ " registration." |
164 | | -#~ msgstr "" |
165 | | - |
166 | | -#~ msgid "" |
167 | | -#~ "Once you are registered, you may " |
168 | | -#~ "choose option 1 from the menu. You" |
169 | | -#~ " will be prompted for your PyPI " |
170 | | -#~ "username and password, and :command:`register`" |
171 | | -#~ " will then submit your meta-data " |
172 | | -#~ "to the index." |
173 | | -#~ msgstr "" |
174 | | - |
175 | | -#~ msgid "" |
176 | | -#~ "See :ref:`package-cmdoptions` for options " |
177 | | -#~ "to the :command:`register` command." |
178 | | -#~ msgstr "" |
179 | | - |
180 | | -#~ msgid "The ``upload`` command" |
181 | | -#~ msgstr "" |
182 | | - |
183 | | -#~ msgid "" |
184 | | -#~ "The distutils command :command:`upload` pushes" |
185 | | -#~ " the distribution files to PyPI." |
186 | | -#~ msgstr "" |
187 | | - |
188 | | -#~ msgid "" |
189 | | -#~ "The command is invoked immediately after" |
190 | | -#~ " building one or more distribution " |
191 | | -#~ "files. For example, the command ::" |
192 | | -#~ msgstr "" |
193 | | - |
194 | | -#~ msgid "" |
195 | | -#~ "will cause the source distribution and" |
196 | | -#~ " the Windows installer to be uploaded" |
197 | | -#~ " to PyPI. Note that these will " |
198 | | -#~ "be uploaded even if they are built" |
199 | | -#~ " using an earlier invocation of " |
200 | | -#~ ":file:`setup.py`, but that only distributions" |
201 | | -#~ " named on the command line for " |
202 | | -#~ "the invocation including the :command:`upload`" |
203 | | -#~ " command are uploaded." |
204 | | -#~ msgstr "" |
205 | | - |
206 | | -#~ msgid "" |
207 | | -#~ "If a :command:`register` command was " |
208 | | -#~ "previously called in the same command," |
209 | | -#~ " and if the password was entered " |
210 | | -#~ "in the prompt, :command:`upload` will " |
211 | | -#~ "reuse the entered password. This is " |
212 | | -#~ "useful if you do not want to " |
213 | | -#~ "store a password in clear text in" |
214 | | -#~ " a :file:`.pypirc` file." |
215 | | -#~ msgstr "" |
216 | | - |
217 | | -#~ msgid "" |
218 | | -#~ "You can use the ``--sign`` option " |
219 | | -#~ "to tell :command:`upload` to sign each" |
220 | | -#~ " uploaded file using GPG (GNU Privacy" |
221 | | -#~ " Guard). The :program:`gpg` program must" |
222 | | -#~ " be available for execution on the" |
223 | | -#~ " system :envvar:`PATH`. You can also " |
224 | | -#~ "specify which key to use for " |
225 | | -#~ "signing using the ``--identity=name`` option." |
226 | | -#~ msgstr "" |
227 | | - |
228 | | -#~ msgid "" |
229 | | -#~ "See :ref:`package-cmdoptions` for additional" |
230 | | -#~ " options to the :command:`upload` command." |
231 | | -#~ msgstr "" |
232 | | - |
233 | | -#~ msgid "Additional command options" |
234 | | -#~ msgstr "" |
235 | | - |
236 | | -#~ msgid "" |
237 | | -#~ "This section describes options common to" |
238 | | -#~ " both the :command:`register` and " |
239 | | -#~ ":command:`upload` commands." |
240 | | -#~ msgstr "" |
241 | | - |
242 | | -#~ msgid "" |
243 | | -#~ "The ``--repository`` or ``-r`` option " |
244 | | -#~ "lets you specify a PyPI server " |
245 | | -#~ "different from the default. For " |
246 | | -#~ "example::" |
247 | | -#~ msgstr "" |
248 | | - |
249 | | -#~ msgid "" |
250 | | -#~ "For convenience, a name can be " |
251 | | -#~ "used in place of the URL when " |
252 | | -#~ "the :file:`.pypirc` file is configured " |
253 | | -#~ "to do so. For example::" |
254 | | -#~ msgstr "" |
255 | | - |
256 | | -#~ msgid "See :ref:`pypirc` for more information on defining alternate servers." |
257 | | -#~ msgstr "" |
258 | | - |
259 | | -#~ msgid "" |
260 | | -#~ "The ``--show-response`` option displays " |
261 | | -#~ "the full response text from the " |
262 | | -#~ "PyPI server, which is useful when " |
263 | | -#~ "debugging problems with registering and " |
264 | | -#~ "uploading." |
265 | | -#~ msgstr "" |
266 | | - |
267 | | -#~ msgid "The ``.pypirc`` file" |
268 | | -#~ msgstr "" |
269 | | - |
270 | | -#~ msgid "" |
271 | | -#~ "The :command:`register` and :command:`upload` " |
272 | | -#~ "commands both check for the existence" |
273 | | -#~ " of a :file:`.pypirc` file at the " |
274 | | -#~ "location :file:`$HOME/.pypirc`. If this file" |
275 | | -#~ " exists, the command uses the " |
276 | | -#~ "username, password, and repository URL " |
277 | | -#~ "configured in the file. The format " |
278 | | -#~ "of a :file:`.pypirc` file is as " |
279 | | -#~ "follows:" |
280 | | -#~ msgstr "" |
281 | | - |
282 | | -#~ msgid "" |
283 | | -#~ "The *distutils* section defines an " |
284 | | -#~ "*index-servers* variable that lists the " |
285 | | -#~ "name of all sections describing a " |
286 | | -#~ "repository." |
287 | | -#~ msgstr "" |
288 | | - |
289 | | -#~ msgid "Each section describing a repository defines three variables:" |
290 | | -#~ msgstr "" |
291 | | - |
292 | | -#~ msgid "*repository*, that defines the url of the PyPI server. Defaults to" |
293 | | -#~ msgstr "" |
294 | | - |
295 | | -#~ msgid "``https://upload.pypi.org/legacy/``." |
296 | | -#~ msgstr "" |
297 | | - |
298 | | -#~ msgid "*username*, which is the registered username on the PyPI server." |
299 | | -#~ msgstr "" |
300 | | - |
301 | | -#~ msgid "*password*, that will be used to authenticate. If omitted the user" |
302 | | -#~ msgstr "" |
303 | | - |
304 | | -#~ msgid "will be prompt to type it when needed." |
305 | | -#~ msgstr "" |
306 | | - |
307 | | -#~ msgid "" |
308 | | -#~ "If you want to define another " |
309 | | -#~ "server a new section can be " |
310 | | -#~ "created and listed in the *index-" |
311 | | -#~ "servers* variable:" |
312 | | -#~ msgstr "" |
313 | | - |
314 | | -#~ msgid "" |
315 | | -#~ "This allows the :command:`register` and " |
316 | | -#~ ":command:`upload` commands to be called " |
317 | | -#~ "with the ``--repository`` option as " |
318 | | -#~ "described in :ref:`package-cmdoptions`." |
319 | | -#~ msgstr "" |
320 | | - |
321 | | -#~ msgid "" |
322 | | -#~ "Specifically, you might want to add " |
323 | | -#~ "the `PyPI Test Repository " |
324 | | -#~ "<https://wiki.python.org/moin/TestPyPI>`_ to your " |
325 | | -#~ "``.pypirc`` to facilitate testing before " |
326 | | -#~ "doing your first upload to ``PyPI`` " |
327 | | -#~ "itself." |
328 | | -#~ msgstr "" |
329 | | - |
330 | | -#~ msgid "PyPI package display" |
331 | | -#~ msgstr "" |
332 | | - |
333 | | -#~ msgid "" |
334 | | -#~ "The ``long_description`` field plays a " |
335 | | -#~ "special role at PyPI. It is used" |
336 | | -#~ " by the server to display a " |
337 | | -#~ "home page for the registered package." |
338 | | -#~ msgstr "" |
339 | | - |
340 | | -#~ msgid "" |
341 | | -#~ "If you use the `reStructuredText " |
342 | | -#~ "<http://docutils.sourceforge.net/rst.html>`_ syntax for" |
343 | | -#~ " this field, PyPI will parse it " |
344 | | -#~ "and display an HTML output for the" |
345 | | -#~ " package home page." |
346 | | -#~ msgstr "" |
347 | | - |
348 | | -#~ msgid "" |
349 | | -#~ "The ``long_description`` field can be " |
350 | | -#~ "attached to a text file located in" |
351 | | -#~ " the package::" |
352 | | -#~ msgstr "" |
353 | | - |
354 | | -#~ msgid "" |
355 | | -#~ "In that case, :file:`README.txt` is a" |
356 | | -#~ " regular reStructuredText text file located" |
357 | | -#~ " in the root of the package " |
358 | | -#~ "besides :file:`setup.py`." |
359 | | -#~ msgstr "" |
360 | | - |
361 | | -#~ msgid "" |
362 | | -#~ "To prevent registering broken reStructuredText" |
363 | | -#~ " content, you can use the " |
364 | | -#~ ":program:`rst2html` program that is provided" |
365 | | -#~ " by the :mod:`docutils` package and " |
366 | | -#~ "check the ``long_description`` from the " |
367 | | -#~ "command line:" |
368 | | -#~ msgstr "" |
369 | | - |
370 | | -#~ msgid "" |
371 | | -#~ ":mod:`docutils` will display a warning " |
372 | | -#~ "if there's something wrong with your " |
373 | | -#~ "syntax. Because PyPI applies additional " |
374 | | -#~ "checks (e.g. by passing ``--no-raw`` " |
375 | | -#~ "to ``rst2html.py`` in the command " |
376 | | -#~ "above), being able to run the " |
377 | | -#~ "command above without warnings does not" |
378 | | -#~ " guarantee that PyPI will convert the" |
379 | | -#~ " content successfully." |
380 | | -#~ msgstr "" |
| 36 | +msgstr "최신 PyPI 설명서에 대한 참조는 :ref:`publishing-python-packages`\\에서 찾을 수 있습니다." |
381 | 37 |
|
0 commit comments