From 2dd0491da076bd312f0960406f0db45fd69c95d1 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Sun, 16 Aug 2020 20:09:13 -0300 Subject: [PATCH 01/12] Traduccion distributing/index.po --- TRANSLATORS | 1 + distributing/index.po | 131 ++++++++++++++++++++++++++++++++++++------ 2 files changed, 113 insertions(+), 19 deletions(-) diff --git a/TRANSLATORS b/TRANSLATORS index 36fce019c7..4e0babbc45 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -34,6 +34,7 @@ Claudia Millán Nebot (@clacri @cheshireminima) Carlos Joel Delgado Pizarro (@c0x6a) María José Molina Contreras (@mjmolina) Marco Moresi (@mrcmoresi) +Federico Jurío (@FedericoJurio) Marco Richetta (@marcorichetta) Adolfo Hristo David Roque Gámez (@hristoroque) Elisabeth Ortega (@draentropia) diff --git a/distributing/index.po b/distributing/index.po index 91b945bee2..c3d5f2c94c 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -6,31 +6,33 @@ # Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to # get the list of volunteers # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-05-05 12:54+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"Last-Translator: Federico Jurío \n" +"PO-Revision-Date: 2020-08-16 19:43-0300\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" +"X-Generator: Poedit 2.4.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" #: ../Doc/distributing/index.rst:5 msgid "Distributing Python Modules" -msgstr "" +msgstr "Distribución de módulos Python" #: ../Doc/distributing/index.rst msgid "Email" -msgstr "" +msgstr "Email" #: ../Doc/distributing/index.rst:7 msgid "distutils-sig@python.org" -msgstr "" +msgstr "distutils-sig@python.org" #: ../Doc/distributing/index.rst:10 msgid "" @@ -38,6 +40,10 @@ msgid "" "supporting community of contributors and users that also make their software " "available for other Python developers to use under open source license terms." msgstr "" +"Como un proyecto de desarrollo de código abierto popular, Python tiene una " +"comunidad activa de colaboradores y usuarios que también hacen que su " +"software esté disponible para que otros desarrolladores de Python los usen " +"bajo términos de licencia de código abierto." #: ../Doc/distributing/index.rst:14 msgid "" @@ -46,6 +52,10 @@ msgid "" "rare!) problems, as well as potentially contributing their own solutions to " "the common pool." msgstr "" +"Esto permite a los usuarios de Python compartir y colaborar eficazmente, " +"beneficiándose de las soluciones que otros ya han creado a problemas comunes " +"(¡y a veces incluso raros!), así como potencialmente contribuyendo con sus " +"propias soluciones al grupo común." #: ../Doc/distributing/index.rst:19 msgid "" @@ -53,6 +63,9 @@ msgid "" "installing other Python projects, refer to the :ref:`installation guide " "`." msgstr "" +"Esta guía cubre la parte de distribución del proceso. Para obtener una guía " +"para instalar otros proyectos de Python, consulte :ref:`installation guide " +"`." #: ../Doc/distributing/index.rst:25 msgid "" @@ -61,16 +74,24 @@ msgid "" "source software. Please take such policies into account when making use of " "the distribution and installation tools provided with Python." msgstr "" +"Para usuarios corporativos y otros usuarios institucionales, tenga en cuenta " +"que muchas organizaciones tienen sus propias políticas en torno al uso y la " +"contribución al software de código abierto. Por favor tenga en cuenta estas " +"políticas al hacer uso de las herramientas de distribución e instalación " +"proporcionadas con Python." #: ../Doc/distributing/index.rst:32 msgid "Key terms" -msgstr "" +msgstr "Términos clave" #: ../Doc/distributing/index.rst:34 msgid "" "the `Python Packaging Index `__ is a public repository of " "open source licensed packages made available for use by other Python users" msgstr "" +"el 'Python Packaging Index '__ es un repositorio público " +"de paquetes con licencia de código abierto puestos a disposición para su uso " +"por otros usuarios de Python" #: ../Doc/distributing/index.rst:37 msgid "" @@ -81,6 +102,13 @@ msgid "" "issue trackers on both `GitHub `__ and `Bitbucket " "`__." msgstr "" +"la 'Python Packaging Authority '__ es el grupo de " +"desarrolladores y autores de documentación responsables del mantenimiento y " +"la evolución de las herramientas de empaquetado estándar y los metadatos " +"asociados y los estándares de formato de archivo. Ellos mantienen una " +"variedad de herramientas, documentación y rastreadores de problemas tanto en " +"'GitHub '__ como 'Bitbucket '__." #: ../Doc/distributing/index.rst:44 msgid "" @@ -91,6 +119,13 @@ msgid "" "standard library, but its name lives on in other ways (such as the name of " "the mailing list used to coordinate Python packaging standards development)." msgstr "" +":mod:`distutils` es el sistema de distribución y compilación original que se " +"agregó por primera vez a la biblioteca estándar de Python en 1998. Si bien " +"el uso directo de :mod:`distutils` se está eliminando, aún es la base para " +"la infraestructura de empaquetado y distribución actual, y no solo sigue " +"siendo parte de la biblioteca estándar, sino que su nombre vive de otras " +"formas (como el nombre de la lista de correo utilizada para coordinar el " +"desarrollo de estándares de empaquetado de Python)." #: ../Doc/distributing/index.rst:51 msgid "" @@ -101,6 +136,13 @@ msgid "" "`distutils` that offers consistent support for more recent packaging " "standards across a wide range of Python versions." msgstr "" +"`setuptools`_ es un reemplazo (en gran parte) directo de :mod:`distutils` " +"publicado por primera vez en 2004. Su adición más notable sobre las " +"herramientas sin modificar :mod:`distutils` fue la capacidad de declarar " +"dependencias en otros paquetes. Actualmente se recomienda como una " +"alternativa actualizada con más regularidad a :mod:`distutils` que ofrece " +"soporte consistente para estándares de empaquetado más recientes en una " +"amplia gama de versiones de Python." #: ../Doc/distributing/index.rst:57 msgid "" @@ -110,10 +152,16 @@ msgid "" "in :pep:`427`) that allows Python libraries, even those including binary " "extensions, to be installed on a system without needing to be built locally." msgstr "" +"`wheel`_ (en este contexto) es un proyecto que agrega el comando " +"``bdist_wheel`` a :mod:`distutils`/`setuptools`_. Esto produce un formato de " +"empaquetado binario multiplataforma (llamado \"wheels\" o \"wheel files\" y " +"definido en :pep:`427`) que permite que las bibliotecas de Python, incluso " +"aquellas que incluyen extensiones binarias, se instalen en un sistema sin " +"necesidad de ser compiladas en la zona." #: ../Doc/distributing/index.rst:68 msgid "Open source licensing and collaboration" -msgstr "" +msgstr "Licencias de código abierto y colaboración" #: ../Doc/distributing/index.rst:70 msgid "" @@ -121,6 +169,9 @@ msgid "" "This means that other developers require explicit permission to copy, use, " "modify and redistribute the software." msgstr "" +"En la mayor parte del mundo, el software está automáticamente protegido por " +"derechos de autor. Esto significa que otros desarrolladores requieren " +"permiso explícito para copiar, usar, modificar y redistribuir el software." #: ../Doc/distributing/index.rst:74 msgid "" @@ -130,6 +181,13 @@ msgid "" "This leaves many developers free to spend more time focusing on the problems " "that are relatively unique to their specific situation." msgstr "" +"La concesión de licencias de código abierto es una forma de otorgar " +"explícitamente dicho permiso de una manera relativamente consistente, lo que " +"permite a los desarrolladores compartir y colaborar de manera eficiente al " +"hacer que las soluciones comunes a varios problemas estén disponibles de " +"forma gratuita. Esto deja a muchos desarrolladores libres para dedicar más " +"tiempo a concentrarse en los problemas que son relativamente únicos para su " +"situación específica." #: ../Doc/distributing/index.rst:80 msgid "" @@ -137,6 +195,9 @@ msgid "" "reasonably straightforward for developers to make their own contributions " "back to that common pool of software if they choose to do so." msgstr "" +"Las herramientas de distribución proporcionadas con Python están diseñadas " +"para que sea razonablemente sencillo para los desarrolladores hacer sus " +"propias contribuciones a ese grupo común de software si así lo desean." #: ../Doc/distributing/index.rst:84 msgid "" @@ -144,10 +205,13 @@ msgid "" "an organisation, regardless of whether that software is published as open " "source software or not." msgstr "" +"Las mismas herramientas de distribución también se pueden utilizar para " +"distribuir software dentro de una organización, independientemente de si ese " +"software se publica como software de código abierto o no." #: ../Doc/distributing/index.rst:90 msgid "Installing the tools" -msgstr "" +msgstr "Instalando las herramientas" #: ../Doc/distributing/index.rst:92 msgid "" @@ -156,82 +220,103 @@ msgid "" "important to have standard tools that work consistently, even on older " "versions of Python." msgstr "" +"La biblioteca estándar no incluye herramientas de compilación que sean " +"compatibles con los estándares de empaquetado de Python modernos, ya que el " +"equipo de desarrollo central ha descubierto que es importante tener " +"herramientas estándar que funcionen de manera consistente, incluso en " +"versiones anteriores de Python." #: ../Doc/distributing/index.rst:97 msgid "" "The currently recommended build and distribution tools can be installed by " "invoking the ``pip`` module at the command line::" msgstr "" +"Las herramientas de construcción y distribución recomendadas actualmente se " +"pueden instalar invocando el módulo ``pip`` en la línea de comando::" #: ../Doc/distributing/index.rst:104 msgid "" "For POSIX users (including Mac OS X and Linux users), these instructions " "assume the use of a :term:`virtual environment`." msgstr "" +"Para los usuarios POSIX (incluidos los usuarios de Mac OS X y Linux), estas " +"instrucciones asumen el uso de un :term:`virtual environment`." #: ../Doc/distributing/index.rst:107 msgid "" "For Windows users, these instructions assume that the option to adjust the " "system PATH environment variable was selected when installing Python." msgstr "" +"Para los usuarios de Windows, estas instrucciones asumen que se seleccionó " +"la opción para ajustar la variable de entorno PATH del sistema al instalar " +"Python." #: ../Doc/distributing/index.rst:111 msgid "" "The Python Packaging User Guide includes more details on the `currently " "recommended tools`_." msgstr "" +"La “Python Packaging User Guide” incluye más detalles sobre las `currently " +"recommended tools`_." #: ../Doc/distributing/index.rst:123 msgid "Reading the Python Packaging User Guide" -msgstr "" +msgstr "Leyendo la “Python Packaging User Guide”" #: ../Doc/distributing/index.rst:125 msgid "" "The Python Packaging User Guide covers the various key steps and elements " "involved in creating and publishing a project:" msgstr "" +"La “Python Packaging User Guide” cubre los diversos pasos y elementos clave " +"involucrados en la creación y publicación de un proyecto:" #: ../Doc/distributing/index.rst:128 msgid "`Project structure`_" -msgstr "" +msgstr "`Estructura del proyecto`_" #: ../Doc/distributing/index.rst:129 msgid "`Building and packaging the project`_" -msgstr "" +msgstr "`Compilando y empaquetando el proyecto`_" #: ../Doc/distributing/index.rst:130 msgid "`Uploading the project to the Python Packaging Index`_" -msgstr "" +msgstr "`Subiendo el proyecto al Python Packaging Index`_" #: ../Doc/distributing/index.rst:141 msgid "How do I...?" -msgstr "" +msgstr "Cómo puedo...?" #: ../Doc/distributing/index.rst:143 msgid "These are quick answers or links for some common tasks." -msgstr "" +msgstr "Estas son respuestas rápidas o enlaces para algunas tareas comunes." #: ../Doc/distributing/index.rst:146 msgid "... choose a name for my project?" -msgstr "" +msgstr "... elegir un nombre para mi proyecto?" #: ../Doc/distributing/index.rst:148 msgid "This isn't an easy topic, but here are a few tips:" -msgstr "" +msgstr "Este no es un tema fácil, pero aquí hay algunos consejos:" #: ../Doc/distributing/index.rst:150 msgid "check the Python Packaging Index to see if the name is already in use" msgstr "" +"verifique el “Python Packaging Index” para ver si el nombre ya está en uso" #: ../Doc/distributing/index.rst:151 msgid "" "check popular hosting sites like GitHub, Bitbucket, etc to see if there is " "already a project with that name" msgstr "" +"verifique sitios de alojamiento populares como GitHub, Bitbucket, etc. para " +"ver si ya existe un proyecto con ese nombre" #: ../Doc/distributing/index.rst:153 msgid "check what comes up in a web search for the name you're considering" msgstr "" +"verifique lo que aparece en una búsqueda web para el nombre que está " +"considerando" #: ../Doc/distributing/index.rst:154 msgid "" @@ -239,10 +324,13 @@ msgid "" "they can make it difficult for users to find your software when searching " "for it" msgstr "" +"evite palabras particularmente comunes, especialmente aquellas con múltiples " +"significados, ya que pueden dificultar que los usuarios encuentren su " +"software cuando lo busquen" #: ../Doc/distributing/index.rst:160 msgid "... create and distribute binary extensions?" -msgstr "" +msgstr "... crear y distribuir extensiones binarias?" #: ../Doc/distributing/index.rst:162 msgid "" @@ -250,9 +338,14 @@ msgid "" "available depending on exactly what you're aiming to achieve. See the Python " "Packaging User Guide for more information and recommendations." msgstr "" +"Este es un tema bastante complejo, con una variedad de alternativas " +"disponibles según exactamente lo que pretenda lograr. Consulte la “Python " +"Packaging User Guide” para obtener más información y recomendaciones." #: ../Doc/distributing/index.rst:168 msgid "" "`Python Packaging User Guide: Binary Extensions `__" msgstr "" +"`Python Packaging User Guide: Binary Extensions `__" From 29223cdb2b41e9b2b36ceb853be670dfe765c2b3 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Sun, 16 Aug 2020 20:24:17 -0300 Subject: [PATCH 02/12] Reemplazo comillas incorrectas por correctas --- distributing/index.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/distributing/index.po b/distributing/index.po index c3d5f2c94c..d91dbb2db8 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -12,7 +12,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-05-05 12:54+0200\n" "Last-Translator: Federico Jurío \n" -"PO-Revision-Date: 2020-08-16 19:43-0300\n" +"PO-Revision-Date: 2020-08-16 20:23-0300\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -89,7 +89,7 @@ msgid "" "the `Python Packaging Index `__ is a public repository of " "open source licensed packages made available for use by other Python users" msgstr "" -"el 'Python Packaging Index '__ es un repositorio público " +"el `Python Packaging Index `__ es un repositorio público " "de paquetes con licencia de código abierto puestos a disposición para su uso " "por otros usuarios de Python" @@ -102,13 +102,13 @@ msgid "" "issue trackers on both `GitHub `__ and `Bitbucket " "`__." msgstr "" -"la 'Python Packaging Authority '__ es el grupo de " +"la `Python Packaging Authority `__ es el grupo de " "desarrolladores y autores de documentación responsables del mantenimiento y " "la evolución de las herramientas de empaquetado estándar y los metadatos " "asociados y los estándares de formato de archivo. Ellos mantienen una " "variedad de herramientas, documentación y rastreadores de problemas tanto en " -"'GitHub '__ como 'Bitbucket '__." +"`GitHub `__ como `Bitbucket `__." #: ../Doc/distributing/index.rst:44 msgid "" From 5fa51aeed9fdb0c005ecf212c055619dbaa09be1 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Sun, 16 Aug 2020 21:07:07 -0300 Subject: [PATCH 03/12] Agrego diccionario --- distributing/dictionaries/distributing_index.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 distributing/dictionaries/distributing_index.txt diff --git a/distributing/dictionaries/distributing_index.txt b/distributing/dictionaries/distributing_index.txt new file mode 100644 index 0000000000..702b7b8d37 --- /dev/null +++ b/distributing/dictionaries/distributing_index.txt @@ -0,0 +1 @@ +Packaging From cdc936578208b15e4a787f3ee4a4978dd8349ed5 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Mon, 17 Aug 2020 00:07:29 -0300 Subject: [PATCH 04/12] Actualizo diccionario --- distributing/dictionaries/distributing_index.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/distributing/dictionaries/distributing_index.txt b/distributing/dictionaries/distributing_index.txt index 702b7b8d37..69fc86a097 100644 --- a/distributing/dictionaries/distributing_index.txt +++ b/distributing/dictionaries/distributing_index.txt @@ -1 +1,4 @@ Packaging +User +Mac +X From 4552173f79c6f54a2708cdd033d9bc22c028d7ae Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Mon, 17 Aug 2020 00:47:59 -0300 Subject: [PATCH 05/12] Arreglo archivo en path incorrecto --- dictionaries/distributing_index.txt | 1 + distributing/dictionaries/distributing_index.txt | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 dictionaries/distributing_index.txt delete mode 100644 distributing/dictionaries/distributing_index.txt diff --git a/dictionaries/distributing_index.txt b/dictionaries/distributing_index.txt new file mode 100644 index 0000000000..702b7b8d37 --- /dev/null +++ b/dictionaries/distributing_index.txt @@ -0,0 +1 @@ +Packaging diff --git a/distributing/dictionaries/distributing_index.txt b/distributing/dictionaries/distributing_index.txt deleted file mode 100644 index 69fc86a097..0000000000 --- a/distributing/dictionaries/distributing_index.txt +++ /dev/null @@ -1,4 +0,0 @@ -Packaging -User -Mac -X From 246f2264bcebe9e472dc33d8375d41eb1368f069 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Mon, 17 Aug 2020 00:58:48 -0300 Subject: [PATCH 06/12] Typo --- distributing/index.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributing/index.po b/distributing/index.po index d91dbb2db8..443fd8f008 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -24,7 +24,7 @@ msgstr "" #: ../Doc/distributing/index.rst:5 msgid "Distributing Python Modules" -msgstr "Distribución de módulos Python" +msgstr "Distribuir módulos de Python" #: ../Doc/distributing/index.rst msgid "Email" From 56af94f01469a95ad34983c1161849082605ea07 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Mon, 17 Aug 2020 11:25:01 -0300 Subject: [PATCH 07/12] Update distributing/index.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cristián Maureira-Fredes --- distributing/index.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distributing/index.po b/distributing/index.po index 443fd8f008..a3758156fe 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -339,8 +339,8 @@ msgid "" "Packaging User Guide for more information and recommendations." msgstr "" "Este es un tema bastante complejo, con una variedad de alternativas " -"disponibles según exactamente lo que pretenda lograr. Consulte la “Python " -"Packaging User Guide” para obtener más información y recomendaciones." +"disponibles según exactamente lo que pretenda lograr. Consulte la \"Python " +"Packaging User Guide\" para obtener más información y recomendaciones." #: ../Doc/distributing/index.rst:168 msgid "" From 2868e65ce0ad3d9fb093b11cbd794e95d03f9199 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Mon, 17 Aug 2020 11:25:09 -0300 Subject: [PATCH 08/12] Update distributing/index.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cristián Maureira-Fredes --- distributing/index.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributing/index.po b/distributing/index.po index a3758156fe..50d1a927db 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -302,7 +302,7 @@ msgstr "Este no es un tema fácil, pero aquí hay algunos consejos:" #: ../Doc/distributing/index.rst:150 msgid "check the Python Packaging Index to see if the name is already in use" msgstr "" -"verifique el “Python Packaging Index” para ver si el nombre ya está en uso" +"verifique el \"Python Packaging Index\" para ver si el nombre ya está en uso" #: ../Doc/distributing/index.rst:151 msgid "" From f74ee301ab13b926f21d956b92fb2e570dab8d99 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Mon, 17 Aug 2020 11:25:15 -0300 Subject: [PATCH 09/12] Update distributing/index.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cristián Maureira-Fredes --- distributing/index.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributing/index.po b/distributing/index.po index 50d1a927db..0c8ad55fc4 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -268,7 +268,7 @@ msgid "" "The Python Packaging User Guide covers the various key steps and elements " "involved in creating and publishing a project:" msgstr "" -"La “Python Packaging User Guide” cubre los diversos pasos y elementos clave " +"La \"Python Packaging User Guide\" cubre los diversos pasos y elementos clave " "involucrados en la creación y publicación de un proyecto:" #: ../Doc/distributing/index.rst:128 From a4bae509c5d3fbf3b210976b52c7cad7a24cc976 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Mon, 17 Aug 2020 11:25:26 -0300 Subject: [PATCH 10/12] Update distributing/index.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cristián Maureira-Fredes --- distributing/index.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributing/index.po b/distributing/index.po index 0c8ad55fc4..e104e362b2 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -261,7 +261,7 @@ msgstr "" #: ../Doc/distributing/index.rst:123 msgid "Reading the Python Packaging User Guide" -msgstr "Leyendo la “Python Packaging User Guide”" +msgstr "Leyendo la \"Python Packaging User Guide\"" #: ../Doc/distributing/index.rst:125 msgid "" From 6aea41ce08d6308773a69e330cef4ff13bc74963 Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Mon, 17 Aug 2020 11:25:33 -0300 Subject: [PATCH 11/12] Update distributing/index.po MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cristián Maureira-Fredes --- distributing/index.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributing/index.po b/distributing/index.po index e104e362b2..a300068598 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -256,7 +256,7 @@ msgid "" "The Python Packaging User Guide includes more details on the `currently " "recommended tools`_." msgstr "" -"La “Python Packaging User Guide” incluye más detalles sobre las `currently " +"La \"Python Packaging User Guide\" incluye más detalles sobre las `currently " "recommended tools`_." #: ../Doc/distributing/index.rst:123 From ab02229834402bba6dadffd826775494fe1701cc Mon Sep 17 00:00:00 2001 From: Federico Jurio Date: Mon, 17 Aug 2020 12:42:26 -0300 Subject: [PATCH 12/12] Arregla wrapping --- distributing/index.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distributing/index.po b/distributing/index.po index a300068598..1ed68fae04 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -268,8 +268,8 @@ msgid "" "The Python Packaging User Guide covers the various key steps and elements " "involved in creating and publishing a project:" msgstr "" -"La \"Python Packaging User Guide\" cubre los diversos pasos y elementos clave " -"involucrados en la creación y publicación de un proyecto:" +"La \"Python Packaging User Guide\" cubre los diversos pasos y elementos " +"clave involucrados en la creación y publicación de un proyecto:" #: ../Doc/distributing/index.rst:128 msgid "`Project structure`_"