-
Notifications
You must be signed in to change notification settings - Fork 396
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
Conversation
There was a problem hiding this 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 " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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``, " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Genial, muchas gracias!
There was a problem hiding this 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.
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]>
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!:) |
solo |
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. De lo contrario, quizás algún usuario en Telegram o Discord puede encontrar una solución pronto! |
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 😃 |
Closes #845