Skip to content

Commit ff4d861

Browse files
authored
Traducido library/faulthandler.po (#2747)
Closes #2596
1 parent 87f4069 commit ff4d861

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

library/faulthandler.po

+11-6
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2021-11-09 10:30+0100\n"
14+
"PO-Revision-Date: 2023-11-17 23:45-0500\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.13.0\n"
23+
"X-Generator: Poedit 3.0.1\n"
2324

2425
#: ../Doc/library/faulthandler.rst:2
2526
msgid ":mod:`faulthandler` --- Dump the Python traceback"
@@ -125,21 +126,23 @@ msgstr ""
125126

126127
#: ../Doc/library/faulthandler.rst:49
127128
msgid "Module :mod:`pdb`"
128-
msgstr ""
129+
msgstr "Módulo :mod:`pdb`"
129130

130131
#: ../Doc/library/faulthandler.rst:49
131132
msgid "Interactive source code debugger for Python programs."
132-
msgstr ""
133+
msgstr "Depurador interactivo de código fuente para programas en Python."
133134

134135
#: ../Doc/library/faulthandler.rst:51
135136
msgid "Module :mod:`traceback`"
136-
msgstr ""
137+
msgstr "Módulo :mod:`traceback`"
137138

138139
#: ../Doc/library/faulthandler.rst:52
139140
msgid ""
140141
"Standard interface to extract, format and print stack traces of Python "
141142
"programs."
142143
msgstr ""
144+
"Interfaz estándar para extraer, formatear e imprimir trazas de pila de "
145+
"programas en Python."
143146

144147
#: ../Doc/library/faulthandler.rst:55
145148
msgid "Dumping the traceback"
@@ -157,6 +160,8 @@ msgstr ""
157160
msgid ""
158161
":func:`traceback.print_tb`, which can be used to print a traceback object."
159162
msgstr ""
163+
":func:`traceback.print_tb`, que se puede utilizar para imprimir un objeto de "
164+
"traza de pila."
160165

161166
#: ../Doc/library/faulthandler.rst:64 ../Doc/library/faulthandler.rst:82
162167
#: ../Doc/library/faulthandler.rst:124 ../Doc/library/faulthandler.rst:146

0 commit comments

Comments
 (0)