Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traducido library/traceback.po#2084

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 6 commits intopython:3.11fromJaime02:library-traceback
Oct 27, 2022
Merged
Show file tree
Hide file tree
Changes fromall 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
1 change: 1 addition & 0 deletionsTRANSLATORS
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -100,6 +100,7 @@ Ingrid Bianka Garcia Lino (@ibianka)
Iracema Caballero (@iracaballero)
Italo Farfán Vera
Ivonne Yañez Mendoza (@TiaIvonne)
Jaime Resano Aísa (@Jaime02)
Jaime Rodrigo González Rodríguez (@jairock282)
Jaume Montané (@jaumemy)
Javier Artiga Garijo (@jartigag)
Expand Down
21 changes: 15 additions & 6 deletionslibrary/traceback.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2020-06-15 10:51+0100\n"
"Last-Translator: \n"
"Language: es_ES\n"
"PO-Revision-Date: 2022-10-26 22:07+0200\n"
"Last-Translator: Jaime Resano <resano.138736@e.unavarra.es>\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es_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.10.3\n"
"X-Generator: Poedit 3.2\n"

#: ../Doc/library/traceback.rst:2
msgid ":mod:`traceback` --- Print or retrieve a stack traceback"
Expand DownExpand Up@@ -75,7 +76,7 @@ msgstr ""

#: ../Doc/library/traceback.rst:35 ../Doc/library/traceback.rst:98
msgid "Added negative *limit* support."
msgstr "Soporte para *limit* negativo añadido"
msgstr "Soporte para *limit* negativo añadido."

#: ../Doc/library/traceback.rst:42
msgid ""
Expand DownExpand Up@@ -387,6 +388,9 @@ msgid ""
"exception does not have any notes. If it is not ``None`` is it formatted in "
"the traceback after the exception string."
msgstr ""
"Los valores de las ``__notes__`` de la excepción original, o ``None`` si la "
"excepción no tiene ninguna nota. Si no es ``None`` se formatea en el rastreo "
"después de la cadena de texto de la excepción."

#: ../Doc/library/traceback.rst:249
msgid "A :class:`StackSummary` representing the traceback."
Expand DownExpand Up@@ -425,6 +429,8 @@ msgid ""
"Print to *file* (default ``sys.stderr``) the exception information returned "
"by :meth:`format`."
msgstr ""
"Imprime en *file* (``sys.stderr`` por defecto) la información de la "
"excepción retornada por :meth:`format`."

#: ../Doc/library/traceback.rst:291
msgid "Format the exception."
Expand DownExpand Up@@ -563,13 +569,16 @@ msgid ""
"meth:`StackSummary.format`. If it returns ``None``, the frame is omitted "
"from the output."
msgstr ""
"Retorna una cadena de texto para imprimir uno de los marcos implicados en la "
"pila. Este método lo llama cada objeto :class:`FrameSummary` para ser "
"imprimido por :meth:`StackSummary.format`. Si retorna ``None``, se omite el "
"marco del resultado."

#: ../Doc/library/traceback.rst:375
msgid ":class:`FrameSummary` Objects"
msgstr "Objetos :class:`FrameSummary`"

#: ../Doc/library/traceback.rst:379
#, fuzzy
msgid ""
"A :class:`FrameSummary` object represents a single frame in a traceback."
msgstr ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp