From a045041927c2a42ce59763763b0fd3f9e4f09650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Wed, 4 Aug 2021 21:02:10 +0200 Subject: [PATCH 1/3] Traducidas nuevas entradas library/xml.dom.minidom --- library/xml.dom.minidom.po | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/library/xml.dom.minidom.po b/library/xml.dom.minidom.po index c1759f1f62..8d4522096e 100644 --- a/library/xml.dom.minidom.po +++ b/library/xml.dom.minidom.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-19 11:16+0100\n" -"PO-Revision-Date: 2020-10-09 11:58+0200\n" -"Last-Translator: Francisco Jesús Sevilla García \n" +"PO-Revision-Date: 2021-08-04 21:01+0200\n" +"Last-Translator: Cristián Maureira-Fredes \n" "Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" +"X-Generator: Poedit 3.0\n" #: ../Doc/library/xml.dom.minidom.rst:2 msgid ":mod:`xml.dom.minidom` --- Minimal DOM implementation" @@ -264,6 +265,11 @@ msgid "" "otherwise it is set to `\"no\"`. Not stating the argument will omit the " "declaration from the document." msgstr "" +"Similarmente, declarar explícitamente el argumento *standalone* hace que las " +"declaraciones del documento independiente se agreguen al prólogo del " +"documento XML. Si el valor se establece en `True`, se agrega `standalone=" +"\"yes\"`, de lo contrario, se establece en `\"no\"`. No declarar el " +"argumento omitirá la declaración del documento." #: ../Doc/library/xml.dom.minidom.rst:155 msgid "" @@ -301,6 +307,7 @@ msgstr "" #: ../Doc/library/xml.dom.minidom.rst:187 msgid "The *standalone* argument behaves exactly as in :meth:`writexml`." msgstr "" +"El argumento *standalone* se comporta exactamente como en :meth:`writexml`." #: ../Doc/library/xml.dom.minidom.rst:173 msgid "" From a0dff2e99282a822b75480311c06432466d7a2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Fri, 6 Aug 2021 12:26:12 +0200 Subject: [PATCH 2/3] Update library/xml.dom.minidom.po Co-authored-by: iamagf <61362029+iam-agf@users.noreply.github.com> --- library/xml.dom.minidom.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/xml.dom.minidom.po b/library/xml.dom.minidom.po index 8d4522096e..c951c66405 100644 --- a/library/xml.dom.minidom.po +++ b/library/xml.dom.minidom.po @@ -265,7 +265,7 @@ msgid "" "otherwise it is set to `\"no\"`. Not stating the argument will omit the " "declaration from the document." msgstr "" -"Similarmente, declarar explícitamente el argumento *standalone* hace que las " +"Similarmente, declarar de forma explícita el argumento *standalone* hace que las " "declaraciones del documento independiente se agreguen al prólogo del " "documento XML. Si el valor se establece en `True`, se agrega `standalone=" "\"yes\"`, de lo contrario, se establece en `\"no\"`. No declarar el " From 26b9e905c01dd4e1d692ed2295be57ec4c48de82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Fri, 6 Aug 2021 13:27:44 +0200 Subject: [PATCH 3/3] powrap library/xml.dom.minidom --- library/xml.dom.minidom.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/xml.dom.minidom.po b/library/xml.dom.minidom.po index c951c66405..4635016d41 100644 --- a/library/xml.dom.minidom.po +++ b/library/xml.dom.minidom.po @@ -265,8 +265,8 @@ msgid "" "otherwise it is set to `\"no\"`. Not stating the argument will omit the " "declaration from the document." msgstr "" -"Similarmente, declarar de forma explícita el argumento *standalone* hace que las " -"declaraciones del documento independiente se agreguen al prólogo del " +"Similarmente, declarar de forma explícita el argumento *standalone* hace que " +"las declaraciones del documento independiente se agreguen al prólogo del " "documento XML. Si el valor se establece en `True`, se agrega `standalone=" "\"yes\"`, de lo contrario, se establece en `\"no\"`. No declarar el " "argumento omitirá la declaración del documento."