-
Notifications
You must be signed in to change notification settings - Fork 396
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
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.
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 " |
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.
"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>`" |
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.
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>`" |
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.
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." |
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.
"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 " |
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.
"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 " |
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.
"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." |
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.
"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." |
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.
"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 |
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 algo pasó acá, se movieron los números, con lo que voy a dejar de revisar acá :O
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.
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
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.
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?
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.
Parece que ya arreglaron esto en otra PR: #530, ¿verdad?
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.
si asi es fijate que hay que revisar unos errores que encontre saludos
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
cierro y abro otro pull request |
closes #425 nuevamente