Skip to content

Traducido library/faulthandler.po #2747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions library/faulthandler.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cmaureirafredes@gmail.com>\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"
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand Down