Skip to content

traduccion-howto/functional #1565

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 4 commits into from
Dec 8, 2021
Merged
Changes from all 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
12 changes: 10 additions & 2 deletions howto/functional.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: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-03-18 13:21-0300\n"
"PO-Revision-Date: 2021-10-22 10:38-0500\n"
"Last-Translator: Kevin Cajachuán <kevincajachuan@hotmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 3.0\n"

#: ../Doc/howto/functional.rst:3
msgid "Functional Programming HOWTO"
Expand Down Expand Up @@ -188,6 +189,13 @@ msgid ""
"their side effects of sending some text to the screen or pausing execution "
"for a second."
msgstr ""
"Algunos lenguajes son demasiado estrictos y ni siquiera tienen declaraciones "
"de asignación como ``a=3`` o ``c = a + b``, pero es difícil evitar todos los "
"efectos secundarios, como imprimir en pantalla o escribir en un archivo de "
"disco. Otro ejemplo es llamar a las funciones :func:`print` o :func:`time."
"sleep`, ninguna de las dos retorna un valor útil, ambas son llamadas solo "
"por sus efectos secundarios de enviar texto a la pantalla o pausar la "
"ejecución por un segundo."

#: ../Doc/howto/functional.rst:73
msgid ""
Expand Down