Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traduccion library/fcntl #993

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 20 commits into from
Oct 7, 2020
Merged

Traduccion library/fcntl #993

merged 20 commits into from
Oct 7, 2020

Conversation

mariasm87
Copy link
Contributor

Closes #845

@cmaureir cmaureir changed the title Traduccion fcntl Traduccion library/fcntl Oct 7, 2020
Copy link
Collaborator

@cmaureir cmaureir left a comment

Choose a reason for hiding this comment

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

creo que solo son estos problemas los de travis

library/fcntl.po Outdated

#: ../Doc/library/fcntl.rst:27
msgid ""
"Operations in this module used to raise an :exc:`IOError` where they now "
"raise an :exc:`OSError`."
msgstr ""
"Las operaciones en este módulo solian generar un :exc:`IOError` donde ahora "
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
"Las operaciones en este módulo solian generar un :exc:`IOError` donde ahora "
"Las operaciones en este módulo solían generar un :exc:`IOError` donde ahora "

library/fcntl.po Outdated

#: ../Doc/library/fcntl.rst:31
msgid ""
"The fcntl module now contains ``F_ADD_SEALS``, ``F_GET_SEALS``, and "
"``F_SEAL_*`` constants for sealing of :func:`os.memfd_create` file "
"descriptors."
msgstr ""
"El módulo fcntl ahora contiene las constantes ``F_ADD_SEALS``, "
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 módulo fcntl ahora contiene las constantes ``F_ADD_SEALS``, "
"El módulo *fcntl* ahora contiene las constantes ``F_ADD_SEALS``, "

Puedes hacer esto, o agregar un archivo de diccionario solo con esta palabra (pero quitando los asteriscos)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Genial, muchas gracias!

Copy link
Collaborator

@cmaureir cmaureir left a comment

Choose a reason for hiding this comment

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

Un par de palabras que están definidas en la memoria https://python-docs-es.readthedocs.io/es/3.8/translation-memory.html principalmente Raise -> Lanza, y Return -> Retorna.

Si no usas la interfaz de github para aceptar sugerencia, recuerda presionar el botón "Resolve conversation" para saber cuales están hechas ;)

Ya con esto yo creo que podemos hacer el merge.

mariasm87 and others added 11 commits October 7, 2020 12:31
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
@mariasm87
Copy link
Contributor Author

Muchas gracias por todos tus comentarios, no sabía que se podían aceptar directamente en la interfaz. Creo que no lo he hecho bien porque he hecho commit de cada comentario por separado, siento el jaleo... Gracias de nuevo!:)

@cmaureir
Copy link
Collaborator

cmaureir commented Oct 7, 2020

Muchas gracias por todos tus comentarios, no sabía que se podían aceptar directamente en la interfaz. Creo que no lo he hecho bien porque he hecho commit de cada comentario por separado, siento el jaleo... Gracias de nuevo!:)

No te preocupes! la forma de hacerlo en un solo commit es ir a la pestaña "Files changed"
Screenshot_2020-10-07 Traduccion library fcntl by mariasm87 · Pull Request #993 · python python-docs-es

Y ahí vas cambio-por-cambio presionando en 'Add suggestion to batch' y luego cuando ya los tienes todos te aparece la opción 'Commit suggestions' :)

@cmaureir
Copy link
Collaborator

cmaureir commented Oct 7, 2020

solo powrap y esta listo 👯

@mariasm87
Copy link
Contributor Author

solo powrap y esta listo 👯

Tengo un problema con powrap, me salta el siguiente error: 'TypeError: argument of type 'WindowsPath' is not iterable' hay alguna alternativa o lo puedo indentar manualmente?

@cmaureir
Copy link
Collaborator

cmaureir commented Oct 7, 2020

solo powrap y esta listo dancers

Tengo un problema con powrap, me salta el siguiente error: 'TypeError: argument of type 'WindowsPath' is not iterable' hay alguna alternativa o lo puedo indentar manualmente?

ahí le pasé powrap yo, no te preocupes.
Lamentablemente hay problemas en Windows con esas herramientas, pues por lo general están hechas para unix (linux, macOS), quizás podrías darle una oportunidad a https://docs.microsoft.com/en-us/windows/wsl/install-win10 así tienes una terminal con un linux dentro de tu ordenador.

De lo contrario, quizás algún usuario en Telegram o Discord puede encontrar una solución pronto!

@cmaureir cmaureir merged commit dc4578b into python:3.8 Oct 7, 2020
@cmaureir
Copy link
Collaborator

cmaureir commented Oct 7, 2020

Muchas gracias @mariasm87 🎉 🎉

@mariasm87
Copy link
Contributor Author

Muchas gracias @mariasm87 🎉 🎉

Mil gracias a ti!!!Me has ayudado mucho, gracias por todo el tiempo que le has dedicado. Ahora mismo me instalo el terminal de Linux 😃

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/fcntl.po'
2 participants