@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14- "PO-Revision-Date : 2020-06-15 10:51+0100\n "
15- "Last-Translator : \n "
16- "Language : es_ES\n "
14+ "PO-Revision-Date : 2022-10-26 22:07+0200\n "
15+ "Last-Translator : Jaime Resano <resano.138736@e.unavarra.es>\n "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es_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.10.3\n "
23+ "X-Generator : Poedit 3.2\n "
2324
2425#: ../Doc/library/traceback.rst:2
2526msgid ":mod:`traceback` --- Print or retrieve a stack traceback"
@@ -75,7 +76,7 @@ msgstr ""
7576
7677#: ../Doc/library/traceback.rst:35 ../Doc/library/traceback.rst:98
7778msgid "Added negative *limit* support."
78- msgstr "Soporte para *limit* negativo añadido"
79+ msgstr "Soporte para *limit* negativo añadido. "
7980
8081#: ../Doc/library/traceback.rst:42
8182msgid ""
@@ -387,6 +388,9 @@ msgid ""
387388"exception does not have any notes. If it is not ``None`` is it formatted in "
388389"the traceback after the exception string."
389390msgstr ""
391+ "Los valores de las ``__notes__`` de la excepción original, o ``None`` si la "
392+ "excepción no tiene ninguna nota. Si no es ``None`` se formatea en el rastreo "
393+ "después de la cadena de texto de la excepción."
390394
391395#: ../Doc/library/traceback.rst:249
392396msgid "A :class:`StackSummary` representing the traceback."
@@ -425,6 +429,8 @@ msgid ""
425429"Print to *file* (default ``sys.stderr``) the exception information returned "
426430"by :meth:`format`."
427431msgstr ""
432+ "Imprime en *file* (``sys.stderr`` por defecto) la información de la "
433+ "excepción retornada por :meth:`format`."
428434
429435#: ../Doc/library/traceback.rst:291
430436msgid "Format the exception."
@@ -563,13 +569,16 @@ msgid ""
563569"meth:`StackSummary.format`. If it returns ``None``, the frame is omitted "
564570"from the output."
565571msgstr ""
572+ "Retorna una cadena de texto para imprimir uno de los marcos implicados en la "
573+ "pila. Este método lo llama cada objeto :class:`FrameSummary` para ser "
574+ "imprimido por :meth:`StackSummary.format`. Si retorna ``None``, se omite el "
575+ "marco del resultado."
566576
567577#: ../Doc/library/traceback.rst:375
568578msgid ":class:`FrameSummary` Objects"
569579msgstr "Objetos :class:`FrameSummary`"
570580
571581#: ../Doc/library/traceback.rst:379
572- #, fuzzy
573582msgid ""
574583"A :class:`FrameSummary` object represents a single frame in a traceback."
575584msgstr ""
0 commit comments