Skip to content

Traducido archivo reference/executionmodel #2319

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 7 commits into from Feb 26, 2023
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
Traducido archivo reference/executionmodel
  • Loading branch information
srmorita committed Feb 21, 2023
commit cc6f7a53702e44e511cfe5f45194da56862f1aa4
28 changes: 17 additions & 11 deletions reference/executionmodel.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: 2021-08-02 19:39+0200\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"PO-Revision-Date: 2023-02-21 17:07-0300\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\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.2\n"

#: ../Doc/reference/executionmodel.rst:6
msgid "Execution model"
Expand Down Expand Up @@ -85,44 +86,49 @@ msgstr ""

#: ../Doc/reference/executionmodel.rst:59
msgid "The following constructs bind names:"
msgstr ""
msgstr "Las siguientes construcciones enlazan nombres:"

#: ../Doc/reference/executionmodel.rst:61
msgid "formal parameters to functions,"
msgstr ""
msgstr "parámetros formales de las funciones,"

#: ../Doc/reference/executionmodel.rst:62
msgid "class definitions,"
msgstr ""
msgstr "definiciones de clase,"

#: ../Doc/reference/executionmodel.rst:63
msgid "function definitions,"
msgstr ""
msgstr "definiciones de funciones,"

#: ../Doc/reference/executionmodel.rst:64
msgid "assignment expressions,"
msgstr ""
msgstr "expresiones de asignación,"

#: ../Doc/reference/executionmodel.rst:65
msgid ""
":ref:`targets <assignment>` that are identifiers if occurring in an "
"assignment:"
msgstr ""
":ref:`targets <assignment>` que son identificadores si aparecen en una "
"asignación:"

#: ../Doc/reference/executionmodel.rst:68
msgid ":keyword:`for` loop header,"
msgstr ""
msgstr ":keyword:`for` cabecera del bucle,"

#: ../Doc/reference/executionmodel.rst:69
msgid ""
"after :keyword:`!as` in a :keyword:`with` statement, :keyword:`except` "
"clause, :keyword:`except* <except_star>` clause, or in the as-pattern in "
"structural pattern matching,"
msgstr ""
"después de :keyword:`!as` en una sentencia :keyword:`with`, cláusula :"
"keyword:`except`, cláusula :keyword:`except* <except_star>`, o en el patrón "
"as en la concordancia de patrones estructurales,"

#: ../Doc/reference/executionmodel.rst:71
msgid "in a capture pattern in structural pattern matching"
msgstr ""
msgstr "en un patrón de captura en la concordancia de patrones estructurales"

#: ../Doc/reference/executionmodel.rst:73
msgid ":keyword:`import` statements."
Expand Down