Skip to content

Commit 86fe5ec

Browse files
authored
Traduccion distutils/index (#1149)
1 parent 62a3b4e commit 86fe5ec

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

distutils/index.po

+28-11
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,60 @@
66
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
9-
#, fuzzy
109
msgid ""
1110
msgstr ""
1211
"Project-Id-Version: Python 3.8\n"
1312
"Report-Msgid-Bugs-To: \n"
1413
"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"
1715
"Language-Team: python-doc-es\n"
1816
"MIME-Version: 1.0\n"
19-
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
2018
"Content-Transfer-Encoding: 8bit\n"
2119
"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"
2224

2325
#: ../Doc/distutils/index.rst:5
2426
msgid "Distributing Python Modules (Legacy version)"
25-
msgstr ""
27+
msgstr "Distribución de módulos de Python (versión heredada)"
2628

2729
#: ../Doc/distutils/index.rst
2830
msgid "Authors"
29-
msgstr ""
31+
msgstr "Autores"
3032

3133
#: ../Doc/distutils/index.rst:7
3234
msgid "Greg Ward, Anthony Baxter"
33-
msgstr ""
35+
msgstr "Greg Ward, Anthony Baxter"
3436

3537
#: ../Doc/distutils/index.rst
3638
msgid "Email"
37-
msgstr ""
39+
msgstr "Email"
3840

3941
#: ../Doc/distutils/index.rst:8
4042
msgid "distutils-sig@python.org"
41-
msgstr ""
43+
msgstr "distutils-sig@python.org"
4244

4345
#: ../Doc/distutils/index.rst:12
4446
msgid ":ref:`distributing-index`"
45-
msgstr ""
47+
msgstr ":ref:`distributing-index`"
4648

4749
#: ../Doc/distutils/index.rst:13
4850
msgid "The up to date module distribution documentations"
49-
msgstr ""
51+
msgstr "La documentación de distribución de módulos actualizada"
5052

5153
#: ../Doc/distutils/_setuptools_disclaimer.rst:3
5254
msgid ""
5355
"This document is being retained solely until the ``setuptools`` "
5456
"documentation at https://setuptools.readthedocs.io/en/latest/setuptools.html "
5557
"independently covers all of the relevant information currently included here."
5658
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í."
5763

5864
#: ../Doc/distutils/index.rst:19
5965
msgid ""
@@ -63,6 +69,12 @@ msgid ""
6369
"recommendations section <https://packaging.python.org/guides/tool-"
6470
"recommendations/>`__ in the Python Packaging User Guide for more information."
6571
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."
6678

6779
#: ../Doc/distutils/index.rst:25
6880
msgid ""
@@ -71,3 +83,8 @@ msgid ""
7183
"capabilities that ``setuptools`` builds on to allow Python developers to "
7284
"make Python modules and extensions readily available to a wider audience."
7385
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

Comments
 (0)