From 78632c2009e784d019866de1dca46016757c4bc9 Mon Sep 17 00:00:00 2001 From: Jonathan Aguilar Date: Thu, 1 Oct 2020 15:06:04 -0600 Subject: [PATCH 1/2] Traducido archivo library/text --- TRANSLATORS | 1 + library/text.po | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/TRANSLATORS b/TRANSLATORS index 6868d4f29d..31145f118a 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -85,3 +85,4 @@ Alfonso Reyes (@mxarc) Gustavo Adolfo Huarcaya Delgado (@diavolo) Enrique Giménez (@fenriquegimenez) Rishabh Mishra (@rishabhmishra25) +Jonathan Aguilar (@drawsoek) diff --git a/library/text.po b/library/text.po index 080be2cd9e..09f7804abb 100644 --- a/library/text.po +++ b/library/text.po @@ -1,31 +1,36 @@ # Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. -# Maintained by the python-doc-es workteam. +# Maintained by the python-doc-es workteam. # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/python/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: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2020-10-01 15:01-0600\n" "Language-Team: python-doc-es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: \n" +"Language: es\n" +"X-Generator: Poedit 2.4.1\n" #: ../Doc/library/text.rst:6 msgid "Text Processing Services" -msgstr "" +msgstr "Servicios de procesamiento de texto" #: ../Doc/library/text.rst:8 msgid "" "The modules described in this chapter provide a wide range of string " "manipulation operations and other text processing services." msgstr "" +"Los módulos descritos en este capítulo proporcionan una amplia gama de " +"operaciones de manipulación de cadenas de texto y otros servicios de " +"procesamiento de texto." #: ../Doc/library/text.rst:11 msgid "" @@ -33,3 +38,6 @@ msgid "" "highly relevant to text processing. In addition, see the documentation for " "Python's built-in string type in :ref:`textseq`." msgstr "" +"El módulo :mod:'codecs' descrito en :ref:'binaryservices' también es muy " +"relevante para el procesamiento de texto. Además, consulte la " +"documentación para el tipo *string* de Python en :ref:'textseq'." From 47ff150327cb6db2d8d7ea32293fe11c3b7b7a32 Mon Sep 17 00:00:00 2001 From: drawsoek Date: Thu, 1 Oct 2020 17:14:46 -0600 Subject: [PATCH 2/2] Update library/text.po Co-authored-by: fjsevilla --- library/text.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/text.po b/library/text.po index 09f7804abb..a81c40b843 100644 --- a/library/text.po +++ b/library/text.po @@ -38,6 +38,6 @@ msgid "" "highly relevant to text processing. In addition, see the documentation for " "Python's built-in string type in :ref:`textseq`." msgstr "" -"El módulo :mod:'codecs' descrito en :ref:'binaryservices' también es muy " -"relevante para el procesamiento de texto. Además, consulte la " -"documentación para el tipo *string* de Python en :ref:'textseq'." +"El módulo :mod:`codecs` descrito en :ref:`binaryservices` también es muy " +"relevante para el procesamiento de texto. Además, consulta la documentación " +"para el tipo *string* de Python en :ref:`textseq`."