Skip to content

Traducido xml.sax.handler.po #1640

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 4 commits into from
Dec 9, 2021

Conversation

alvarmaciel
Copy link
Contributor

Closes #1488

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! dejé un par de comentarios

@@ -656,7 +657,7 @@ msgstr "Objetos DTDHandler"

#: ../Doc/library/xml.sax.handler.rst:359
msgid ":class:`DTDHandler` instances provide the following methods:"
msgstr ":class:`DTDHandler` instancias proporcionan los siguientes métodos:"
msgstr ":class:`DTDHandler` instances provide the following methods:"
Copy link
Collaborator

Choose a reason for hiding this comment

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

se te pasó traducir esta frase

Copy link
Contributor Author

Choose a reason for hiding this comment

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

a nooo malisimo, no se porque la copie abajo

msgid "Optional SAX2 handler for lexical events."
msgstr ""
"descripción: Un handler (manipulador) de extensión opcional para eventos "
"Descripción: Un handler (manipulador) de extensión opcional para eventos "
Copy link
Collaborator

Choose a reason for hiding this comment

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

este texto no corresponde con el msgid

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Perdoón por estas fallas, creí que los fuzzy eran als actualizaciones de texto de 3.9 a 3.10, pero hay varios textos con cambios de 3.9 a 3.10 que no están marcados. ahora los corrijo

@@ -762,39 +761,54 @@ msgid ""
"boundaries for the DTD and for any CDATA sections. The lexical handlers are "
"used in the same manner as content handlers."
msgstr ""
"Este **handler** se usa para obtener información léxica de un documento XML. "
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
"Este **handler** se usa para obtener información léxica de un documento XML. "
"Este handler se usa para obtener información léxica de un documento XML. "

si da problema pospell, se agrega al diccionario

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

"documento usado u los comentarios XML embebidos en el documento, como "
"también una sección para el DTD y para cada sección CDTA. Estos "
"manipuladores léxicos son usado de la misma forma que los manipuladores de "
"contenido (**content handlers**)."
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
"contenido (**content handlers**)."
"contenido (*content handlers*)."

Comment on lines 776 to 778
"Configurar el **LexicalHandler** de un **XMLReader* usando el método "
"**setProperty** con la propiedad identificadora ``'http://xml.org/sax/"
"properties/lexical-handler'``."
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
"Configurar el **LexicalHandler** de un **XMLReader* usando el método "
"**setProperty** con la propiedad identificadora ``'http://xml.org/sax/"
"properties/lexical-handler'``."
"Configurar el **LexicalHandler** de un **XMLReader* usando el método "
"**setProperty** con la propiedad identificadora ``'http://xml.org/sax/"
"properties/lexical-handler'``."
Suggested change
"Configurar el **LexicalHandler** de un **XMLReader* usando el método "
"**setProperty** con la propiedad identificadora ``'http://xml.org/sax/"
"properties/lexical-handler'``."
"Configurar el LexicalHandler de un XMLReader usando el método "
"setProperty con la propiedad identificadora ``'http://xml.org/sax/"
"properties/lexical-handler'``."

Si fallan las palabras, se agregan al diccionario

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No me salen erroes de pospell, pero los agrego igual, por ahí no tengo sincronizados los dict

@alvarmaciel
Copy link
Contributor Author

Hola, recién hoy me pude sentar a ver estos issues. Hoy las resuelvo

@cmaureir
Copy link
Collaborator

cmaureir commented Dec 6, 2021

Tienes que deshacer los cambios que le hiciste al archivo dict, aparte de que no se debía tocar, ahora se movió a otro lugar :P

@cmaureir cmaureir merged commit a77e3b2 into python:3.10 Dec 9, 2021
@cmaureir
Copy link
Collaborator

cmaureir commented Dec 9, 2021

Gracias @alvarmaciel 🎉

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/xml.sax.handler.po'
2 participants