6
6
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
7
7
# get the list of volunteers
8
8
#
9
- #, fuzzy
10
9
msgid ""
11
10
msgstr ""
12
11
"Project-Id-Version : Python 3.8\n "
13
12
"Report-Msgid-Bugs-To : \n "
14
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
15
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
16
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
+ "PO-Revision-Date : 2020-11-21 17:08-0500\n "
17
15
"Language-Team : python-doc-es\n "
18
16
"MIME-Version : 1.0\n "
19
- "Content-Type : text/plain; charset=utf -8\n "
17
+ "Content-Type : text/plain; charset=UTF -8\n "
20
18
"Content-Transfer-Encoding : 8bit\n "
21
19
"Generated-By : Babel 2.8.0\n "
20
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
+ "Last-Translator : \n "
22
+ "Language : es\n "
23
+ "X-Generator : Poedit 2.4.1\n "
22
24
23
25
#: ../Doc/distutils/index.rst:5
24
26
msgid "Distributing Python Modules (Legacy version)"
25
- msgstr ""
27
+ msgstr "Distribución de módulos de Python (versión heredada) "
26
28
27
29
#: ../Doc/distutils/index.rst
28
30
msgid "Authors"
29
- msgstr ""
31
+ msgstr "Autores "
30
32
31
33
#: ../Doc/distutils/index.rst:7
32
34
msgid "Greg Ward, Anthony Baxter"
33
- msgstr ""
35
+ msgstr "Greg Ward, Anthony Baxter "
34
36
35
37
#: ../Doc/distutils/index.rst
36
38
msgid "Email"
37
- msgstr ""
39
+ msgstr "Email "
38
40
39
41
#: ../Doc/distutils/index.rst:8
40
42
msgid "distutils-sig@python.org"
41
- msgstr ""
43
+ msgstr "distutils-sig@python.org "
42
44
43
45
#: ../Doc/distutils/index.rst:12
44
46
msgid ":ref:`distributing-index`"
45
- msgstr ""
47
+ msgstr ":ref:`distributing-index` "
46
48
47
49
#: ../Doc/distutils/index.rst:13
48
50
msgid "The up to date module distribution documentations"
49
- msgstr ""
51
+ msgstr "La documentación de distribución de módulos actualizada "
50
52
51
53
#: ../Doc/distutils/_setuptools_disclaimer.rst:3
52
54
msgid ""
53
55
"This document is being retained solely until the ``setuptools`` "
54
56
"documentation at https://setuptools.readthedocs.io/en/latest/setuptools.html "
55
57
"independently covers all of the relevant information currently included here."
56
58
msgstr ""
59
+ "Este documento se conserva únicamente hasta que la documentación de "
60
+ "``setuptools`` en https://setuptools.readthedocs.io/en/latest/setuptools."
61
+ "html cubra de forma independiente toda la información relevante que se "
62
+ "incluye actualmente aquí."
57
63
58
64
#: ../Doc/distutils/index.rst:19
59
65
msgid ""
@@ -63,6 +69,12 @@ msgid ""
63
69
"recommendations section <https://packaging.python.org/guides/tool-"
64
70
"recommendations/>`__ in the Python Packaging User Guide for more information."
65
71
msgstr ""
72
+ "Esta guía solo cubre las herramientas básicas para compilar y distribuir "
73
+ "extensiones que se proporcionan como parte de esta versión de Python. Las "
74
+ "herramientas de terceros ofrecen alternativas más seguras y más fáciles de "
75
+ "usar. Consulte la `sección de recomendaciones rápidas <https://packaging."
76
+ "python.org/guides/tool-recommendations/>`__ en la Guía del usuario de Python "
77
+ "Packaging para obtener más información."
66
78
67
79
#: ../Doc/distutils/index.rst:25
68
80
msgid ""
@@ -71,3 +83,8 @@ msgid ""
71
83
"capabilities that ``setuptools`` builds on to allow Python developers to "
72
84
"make Python modules and extensions readily available to a wider audience."
73
85
msgstr ""
86
+ "Este documento describe las utilidades de distribución de Python (\" Distutils"
87
+ "\" ) desde el punto de vista del desarrollador del módulo, describiendo las "
88
+ "capacidades subyacentes sobre las que se basan las ``setuptools`` para "
89
+ "permitir que los desarrolladores de Python hagan que los módulos y "
90
+ "extensiones de Python estén disponibles para una audiencia más amplia."
0 commit comments