Skip to content

Traduccion library/code.po #921

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 10 commits into from
Oct 4, 2020
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
Prev Previous commit
Next Next commit
avance
  • Loading branch information
cacrespo committed Sep 28, 2020
commit 2cb7824c428253f1952465a7226459b301707bc3
12 changes: 10 additions & 2 deletions library/code.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-09-27 17:04-0300\n"
"PO-Revision-Date: 2020-09-28 08:02-0300\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -162,13 +162,15 @@ msgstr ""
"La entrada es incorrecta; :func:`compile_command` generó una excepción (:"
"exc: SyntaxError` o :exc:`OverflowError`). Se imprime una traza de pila de "
"sintaxis llamando al método :meth:`showsyntaxerror`. :meth:`runsource` "
"devuelve ``False``."
"retorna ``False``."

#: ../Doc/library/code.rst:86
msgid ""
"The input is incomplete, and more input is required; :func:`compile_command` "
"returned ``None``. :meth:`runsource` returns ``True``."
msgstr ""
"La entrada está incompleta y se requiere más información; :func:"
"`compile_command` retorna ``None``. :meth:`runsource` retorna ``True``."

#: ../Doc/library/code.rst:89
msgid ""
Expand All @@ -177,12 +179,18 @@ msgid ""
"exceptions, except for :exc:`SystemExit`). :meth:`runsource` returns "
"``False``."
msgstr ""
"La entrada está completa; :func:`compile_command` retornó un objeto de "
"código. El código se ejecuta llamando a :meth:`runcode` (que también maneja "
"excepciones en tiempo de ejecución, excepto :exc: SystemSalir`). :meth:"
"`runsource` retorna ``False``."

#: ../Doc/library/code.rst:93
msgid ""
"The return value can be used to decide whether to use ``sys.ps1`` or ``sys."
"ps2`` to prompt the next line."
msgstr ""
"El valor de retorno se puede usar para decidir si usar ``sys.ps1`` o ``sys."
"ps2`` para solicitar la siguiente línea."

#: ../Doc/library/code.rst:99
msgid ""
Expand Down