diff --git a/library/faulthandler.po b/library/faulthandler.po index 81e40707cd..d10632b18a 100644 --- a/library/faulthandler.po +++ b/library/faulthandler.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-11-09 10:30+0100\n" +"PO-Revision-Date: 2023-11-17 23:45-0500\n" "Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: 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" "Generated-By: Babel 2.13.0\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/faulthandler.rst:2 msgid ":mod:`faulthandler` --- Dump the Python traceback" @@ -125,21 +126,23 @@ msgstr "" #: ../Doc/library/faulthandler.rst:49 msgid "Module :mod:`pdb`" -msgstr "" +msgstr "Módulo :mod:`pdb`" #: ../Doc/library/faulthandler.rst:49 msgid "Interactive source code debugger for Python programs." -msgstr "" +msgstr "Depurador interactivo de código fuente para programas en Python." #: ../Doc/library/faulthandler.rst:51 msgid "Module :mod:`traceback`" -msgstr "" +msgstr "Módulo :mod:`traceback`" #: ../Doc/library/faulthandler.rst:52 msgid "" "Standard interface to extract, format and print stack traces of Python " "programs." msgstr "" +"Interfaz estándar para extraer, formatear e imprimir trazas de pila de " +"programas en Python." #: ../Doc/library/faulthandler.rst:55 msgid "Dumping the traceback" @@ -157,6 +160,8 @@ msgstr "" msgid "" ":func:`traceback.print_tb`, which can be used to print a traceback object." msgstr "" +":func:`traceback.print_tb`, que se puede utilizar para imprimir un objeto de " +"traza de pila." #: ../Doc/library/faulthandler.rst:64 ../Doc/library/faulthandler.rst:82 #: ../Doc/library/faulthandler.rst:124 ../Doc/library/faulthandler.rst:146