diff --git a/TRANSLATORS b/TRANSLATORS index 43e4b740c7..5ba857a379 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -122,3 +122,4 @@ Jaume Montané (@jaumemy) Endika Gil (@endikagil) Federico Zuccolo (@fzuccolo) Ulises Alexander Argüelles Monjaraz (@UlisesAlexanderAM) +Victor Carlos (@tuxtitlan) diff --git a/library/debug.po b/library/debug.po index 926dabd1d4..1d50b1c53c 100644 --- a/library/debug.po +++ b/library/debug.po @@ -6,23 +6,24 @@ # 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: 2020-05-05 12:54+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2020-12-02 01:34-0600\n" +"Last-Translator: Victor Carlos \n" "Language-Team: python-doc-es\n" +"Language: 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.2\n" #: ../Doc/library/debug.rst:3 msgid "Debugging and Profiling" -msgstr "" +msgstr "Depuración y perfilado" #: ../Doc/library/debug.rst:5 msgid "" @@ -33,3 +34,10 @@ msgid "" "provide visibility into runtime behaviors that would otherwise require " "intrusive debugging or patching." msgstr "" +"Estas bibliotecas le ayudan con el desarrollo de Python: el depurador le " +"permite recorrer paso a paso el código, analizar marcos de pila y establecer " +"puntos de interrupción, etc., y los perfiladores ejecutan código y le " +"proporcionan un desglose detallado de los tiempos de ejecución, lo que le " +"permite identificar cuellos de botella en sus programas. Los eventos de " +"auditoría proporcionan visibilidad de los comportamientos en tiempo de " +"ejecución que, de lo contrario, requerirían depuración o parches intrusivos."