🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@carlosm00
Copy link
Contributor

Closes #2560

@github-actions
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.

"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
@carlosm00 carlosm00 deleted the traduccion-library/tempfile.po branch September 2, 2024 20:26
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