Skip to content

Translate library/cgitb #2182

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 3 commits into from
Nov 12, 2022
Merged
Changes from 1 commit
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
Next Next commit
translate library/cgitb
  • Loading branch information
sofidenner committed Nov 11, 2022
commit 11d5b14dfcbf7663c9ec8a54dd437f7da805383e
13 changes: 8 additions & 5 deletions library/cgitb.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: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2020-10-06 17:47+0100\n"
"PO-Revision-Date: 2022-11-11 16:23-0300\n"
"Last-Translator: \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.10.3\n"
"X-Generator: Poedit 3.2\n"

#: ../Doc/library/cgitb.rst:2
msgid ":mod:`cgitb` --- Traceback manager for CGI scripts"
Expand All @@ -34,6 +35,8 @@ msgid ""
"The :mod:`cgitb` module is deprecated (see :pep:`PEP 594 <594#cgitb>` for "
"details)."
msgstr ""
"El módulo :mod:`cgitb` está deprecado (ver :pep:`PEP 594 <594#cgitb>` para "
"más detalles)."

#: ../Doc/library/cgitb.rst:25
msgid ""
Expand Down Expand Up @@ -95,8 +98,8 @@ msgid ""
"argument *context* is the number of lines of context to display around the "
"current line of source code in the traceback; this defaults to ``5``. If the "
"optional argument *format* is ``\"html\"``, the output is formatted as "
"HTML. Any other value forces plain text output. The default value is "
"``\"html\"``."
"HTML. Any other value forces plain text output. The default value is ``"
"\"html\"``."
msgstr ""
"El argumento opcional *display* tiene como valor predeterminado ``1`` y se "
"puede establecer en ``0`` para suprimir el envío de la traza al navegador. "
Expand Down