Skip to content

Traducido archivo library/xml-sax-handler.po #1196

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 8 commits into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Translate/Remove Empty Spaces
  • Loading branch information
gomezgleonardob committed Jan 21, 2021
commit 174abd7226615984730e24e32f338c38ea0dc233
3 changes: 1 addition & 2 deletions dictionaries/library_xml_sax_handler.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ EntityResolver
ErrorHandler
subclasifiquen
ContentHandler
resolvedores

resolvedores
10 changes: 5 additions & 5 deletions library/xml.sax.handler.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2021-01-12 21:43-0500\n"
"PO-Revision-Date: 2021-01-21 10:09-0500\n"
"Last-Translator: \n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -260,16 +260,16 @@ msgid ""
"description: When parsing, the current DOM node being visited if this is a "
"DOM iterator; when not parsing, the root DOM node for iteration."
msgstr ""
"description: When parsing, the current DOM node being visited if this is a "
"DOM iterator; when not parsing, the root DOM node for iteration."
"descripción: Cuando se analiza, el nodo DOM actual que se visita si se trata "
"de un iterador DOM; cuando no se analiza, el nodo DOM raíz para la iteración."

#: ../Doc/library/xml.sax.handler.rst:143
msgid "value: ``\"http://xml.org/sax/properties/xml-string\"``"
msgstr "value: ``\"http://xml.org/sax/properties/xml-string\"``"

#: ../Doc/library/xml.sax.handler.rst:144
msgid "data type: String"
msgstr "data type: String"
msgstr "tipo de datos: String"

#: ../Doc/library/xml.sax.handler.rst:146
msgid ""
Expand All @@ -281,7 +281,7 @@ msgstr ""

#: ../Doc/library/xml.sax.handler.rst:147
msgid "access: read-only"
msgstr "access: read-only"
msgstr "accesso: solo-lectura"

#: ../Doc/library/xml.sax.handler.rst:152
msgid "List of all known property names."
Expand Down