Skip to content
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

Traduccion library/tempfile.po #2823

Merged
merged 5 commits into from
May 15, 2024

Conversation

carlosm00
Copy link
Contributor

Closes #2560

Copy link

All entries translated, horray! 🎉

Copy link
Collaborator

@cacrespo cacrespo left a comment

Choose a reason for hiding this comment

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

Muy buen trabajo! Van unas pequeñas sugerencias.


#: ../Doc/library/tempfile.rst:83
msgid ""
"This function returns a file that is guaranteed to have a visible name in "
"the file system."
msgstr ""
"Esta función devuelve un archivo que tiene garantizado un nombre visible en "
Copy link
Collaborator

Choose a reason for hiding this comment

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

Alguna vez acordamos tratar de usar siempre "retorna" ;-)
https://python-docs-es.readthedocs.io/es/3.12/translation-memory.html#terminos-y-bigramas

Suggested change
"Esta función devuelve un archivo que tiene garantizado un nombre visible en "
"Esta función retorna un archivo que tiene garantizado un nombre visible en "

Comment on lines 206 to 210
"El objeto devuelto es siempre un :term:`file-like object` cuyo atributo :"
"attr:`!file` es el objeto de archivo verdadero subyacente. Este :term:`file-"
"like object` se puede usar en una instrucción :keyword:`with`, al igual que "
"un archivo normal. El nombre del archivo temporal se puede recuperar del "
"atributo :attr:`name` del objeto similar al archivo devuelto. En Unix, a "
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"El objeto devuelto es siempre un :term:`file-like object` cuyo atributo :"
"attr:`!file` es el objeto de archivo verdadero subyacente. Este :term:`file-"
"like object` se puede usar en una instrucción :keyword:`with`, al igual que "
"un archivo normal. El nombre del archivo temporal se puede recuperar del "
"atributo :attr:`name` del objeto similar al archivo devuelto. En Unix, a "
"El objeto retornado es siempre un :term:`file-like object` cuyo atributo :"
"attr:`!file` es el objeto de archivo verdadero subyacente. Este :term:`file-"
"like object` se puede usar en una instrucción :keyword:`with`, al igual que "
"un archivo normal. El nombre del archivo temporal se puede recuperar del "
"atributo :attr:`name` del objeto similar al archivo retornado. En Unix, a "

Comment on lines 816 to 818

#~ msgid ""
#~ "This function operates exactly as :func:`TemporaryFile` does, except that "
Copy link
Collaborator

Choose a reason for hiding this comment

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

Esto se podría eliminar directamente.

Suggested change
#~ msgid ""
#~ "This function operates exactly as :func:`TemporaryFile` does, except that "

@carlosm00
Copy link
Contributor Author

Gracias @cacrespo !! Ya apliqué las sugerencias.

@cacrespo cacrespo merged commit 774f3ff into python:3.12 May 15, 2024
4 checks passed
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.

Translate library/tempfile.po
2 participants