Skip to content

Commit 174abd7

Browse files
Fix Translate/Remove Empty Spaces
1 parent ed5336b commit 174abd7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

dictionaries/library_xml_sax_handler.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ EntityResolver
33
ErrorHandler
44
subclasifiquen
55
ContentHandler
6-
resolvedores
7-
6+
resolvedores

library/xml.sax.handler.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date: 2021-01-12 21:43-0500\n"
12+
"PO-Revision-Date: 2021-01-21 10:09-0500\n"
1313
"Last-Translator: \n"
1414
"Language-Team: python-doc-es\n"
1515
"MIME-Version: 1.0\n"
@@ -260,16 +260,16 @@ msgid ""
260260
"description: When parsing, the current DOM node being visited if this is a "
261261
"DOM iterator; when not parsing, the root DOM node for iteration."
262262
msgstr ""
263-
"description: When parsing, the current DOM node being visited if this is a "
264-
"DOM iterator; when not parsing, the root DOM node for iteration."
263+
"descripción: Cuando se analiza, el nodo DOM actual que se visita si se trata "
264+
"de un iterador DOM; cuando no se analiza, el nodo DOM raíz para la iteración."
265265

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

270270
#: ../Doc/library/xml.sax.handler.rst:144
271271
msgid "data type: String"
272-
msgstr "data type: String"
272+
msgstr "tipo de datos: String"
273273

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

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

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

0 commit comments

Comments
 (0)