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

Skip to content

Traduccion logginghandlers #499

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

Closed
wants to merge 3 commits into from

Conversation

jcantilo
Copy link
Contributor

@jcantilo jcantilo commented Jul 5, 2020

closes #425 nuevamente

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.

Gracias por la traducción. Creo que algo pasó con el archivo, ya que veo que se movieron los números.
Usaste 3.8 como base de tu rama?


#: ../Doc/library/logging.handlers.rst:14
msgid ""
"This page contains only reference information. For tutorials, please see"
msgstr ""
"Esta pagina contiene solo información de referencia. Para tutoriales por "
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
"Esta pagina contiene solo información de referencia. Para tutoriales por "
"Esta página contiene solo información de referencia. Para tutoriales por "


#: ../Doc/library/logging.handlers.rst:18
msgid ":ref:`Advanced Tutorial <logging-advanced-tutorial>`"
msgstr ""
msgstr ":ref:` Tutorial avanzado<logging-advanced-tutorial>`"
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
msgstr ":ref:` Tutorial avanzado<logging-advanced-tutorial>`"
msgstr ":ref:`Tutorial avanzado<logging-advanced-tutorial>`"


#: ../Doc/library/logging.handlers.rst:19
msgid ":ref:`Logging Cookbook <logging-cookbook>`"
msgstr ""
msgstr ":ref:`Logging Cookbook <logging-cookbook>`"
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
msgstr ":ref:`Logging Cookbook <logging-cookbook>`"
msgstr ":ref:`Libro de cocina de Logging <logging-cookbook>`"

Creo que lo he traducido así un par de veces, que te parece?

"Estos gestores son muy útiles y están provistos en este paquete. Nota que "
"tres de los gestores de las clases (:class:`StreamHandler`, :class:"
"`FileHandler` and :class:`NullHandler`) están definidos en propio módulo :"
"mod:`logging' pero fueron documentados aquí junto con los otros gestores."
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
"mod:`logging' pero fueron documentados aquí junto con los otros gestores."
"mod:`logging` pero fueron documentados aquí junto con los otros gestores."

msgid ""
"Pickles the record's attribute dictionary and writes it to the socket in "
"binary format. If there is an error with the socket, silently drops the "
"packet. If the connection was previously lost, re-establishes the "
"connection. To unpickle the record at the receiving end into a :class:"
"`~logging.LogRecord`, use the :func:`~logging.makeLogRecord` function."
msgstr ""
"Picklea el registro del diccionario de atributos y lo escribe en el socket "
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
"Picklea el registro del diccionario de atributos y lo escribe en el socket "
"*Pickles* el registro del diccionario de atributos y lo escribe en el socket "

Creo que en otro thread


#: ../Doc/library/logging.handlers.rst:458
msgid ""
"Handles an error which has occurred during :meth:`emit`. The most likely "
"cause is a lost connection. Closes the socket so that we can retry on the "
"next event."
msgstr ""
"Maneja un error que ocurrió durante el método meth:`emit`. La causa mas "
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
"Maneja un error que ocurrió durante el método meth:`emit`. La causa mas "
"Maneja un error que ocurrió durante el método :meth:`emit`. La causa mas "


#: ../Doc/library/logging.handlers.rst:472
msgid ""
"Pickles the record's attribute dictionary in binary format with a length "
"prefix, and returns it ready for transmission across the socket. The details "
"of this operation are equivalent to::"
"prefix, and returns it ready for transmission across the socket."
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
"prefix, and returns it ready for transmission across the socket."
"prefix, and returns it ready for transmission across the socket. The details"
"of this operation are equivalent to::"

Creo que se te pasó esto, y quitaste el texto original.

msgstr ""
"Picklea el registro del diccionario de atributos en formato binario con un "
"prefijo de tamaño, y lo retorna listo para transmitir a través del socket."
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
"prefijo de tamaño, y lo retorna listo para transmitir a través del socket."
"prefijo de tamaño, y lo retorna listo para transmitir a través del socket. Los detalles"
"de esta operación son equivalentes a::"


#: ../Doc/library/logging.handlers.rst:480
#: ../Doc/library/logging.handlers.rst:475
Copy link
Collaborator

Choose a reason for hiding this comment

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

Creo que algo pasó acá, se movieron los números, con lo que voy a dejar de revisar acá :O

Copy link
Contributor Author

Choose a reason for hiding this comment

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

si no lo puedo creer tenia a 3.7 como rama base!! bueno ya lo arregle junto con los cambios que me sugeriste . te parece que cierre este pull request y abra otro? por que como el push sale de otra rama local no entra a esta a actualizar el archivo

Copy link
Collaborator

Choose a reason for hiding this comment

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

Mientras no pierdas tus cambios, me parece bien. No sé realmente como hacer un rebase de la rama 3.8 para que no se pierdan los cambios. Quizás @humitos sabe?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Parece que ya arreglaron esto en otra PR: #530, ¿verdad?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

si asi es fijate que hay que revisar unos errores que encontre saludos

Co-authored-by: Cristián Maureira-Fredes <[email protected]>
@jcantilo jcantilo closed this Jul 6, 2020
@jcantilo
Copy link
Contributor Author

jcantilo commented Jul 6, 2020

cierro y abro otro pull request

@jcantilo jcantilo deleted the traduccion-logginghandlers branch July 6, 2020 16: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.

Translate library/logging.handlers.po
3 participants