Skip to content

Traducido c-api/structures #394

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 5 commits into from
Jul 25, 2020
Merged

Conversation

cmaureir
Copy link
Collaborator

@cmaureir cmaureir commented Jun 7, 2020

No description provided.

@@ -50,6 +59,14 @@ msgid ""
"to a :c:type:`PyObject*`. Access to the members must be done by using the "
"macros :c:macro:`Py_REFCNT` and :c:macro:`Py_TYPE`."
msgstr ""
"Todos los tipos de objetos son extensiones de este tipo. Este es un tipo que "
"contiene la información de Python necesita para tratar un puntero a un "
"objeto como un objeto. En una construcción normal \"liberación\", que "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aqui hay una traduccion literal que no está bien. normal "release" build es un "versión" normal. Quizá haya que buscar un adjetivo para diferenciar "release build" de otro tipo de builds.

Copy link
Collaborator Author

@cmaureir cmaureir Jun 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Toda la razón, dejé de momento: En una construcción "*release*" normal. Que te parece?

Comment on lines 437 to 438
"Unos otros controles constantes si se carga un método en lugar de otra "
"definición con el mismo nombre del método."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esta frase no tiene sentido, hay que revisarla en su contexto

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

En otros controles constantes dependiendo si se carga un método en su lugar (*in place*) de otra definición con el mismo nombre del método.

Que te parece así?

@hectorcanto
Copy link
Contributor

He acabado la revisión, en general el único problema ha sido traduciones demasiado literales que producen frases no entendibles en español.

Copy link
Collaborator

@gilgamezh gilgamezh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@gilgamezh gilgamezh merged commit d6af90e into python:3.8 Jul 25, 2020
@cmaureir cmaureir deleted the traduccion-structures branch July 25, 2020 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants