@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2021-03-19 11:16+0100\n "
14
- "PO-Revision-Date : 2020-10-09 11:58 +0200\n "
15
- "Last-Translator : Francisco Jesús Sevilla García <fjsevilla.dev @gmail.com>\n "
14
+ "PO-Revision-Date : 2021-08-04 21:01 +0200\n "
15
+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.8.0\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/library/xml.dom.minidom.rst:2
25
26
msgid ":mod:`xml.dom.minidom` --- Minimal DOM implementation"
@@ -264,6 +265,11 @@ msgid ""
264
265
"otherwise it is set to `\" no\" `. Not stating the argument will omit the "
265
266
"declaration from the document."
266
267
msgstr ""
268
+ "Similarmente, declarar de forma explícita el argumento *standalone* hace que "
269
+ "las declaraciones del documento independiente se agreguen al prólogo del "
270
+ "documento XML. Si el valor se establece en `True`, se agrega `standalone="
271
+ "\" yes\" `, de lo contrario, se establece en `\" no\" `. No declarar el "
272
+ "argumento omitirá la declaración del documento."
267
273
268
274
#: ../Doc/library/xml.dom.minidom.rst:155
269
275
msgid ""
@@ -301,6 +307,7 @@ msgstr ""
301
307
#: ../Doc/library/xml.dom.minidom.rst:187
302
308
msgid "The *standalone* argument behaves exactly as in :meth:`writexml`."
303
309
msgstr ""
310
+ "El argumento *standalone* se comporta exactamente como en :meth:`writexml`."
304
311
305
312
#: ../Doc/library/xml.dom.minidom.rst:173
306
313
msgid ""
0 commit comments