Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b1ec773

Browse filesBrowse files
cmaureirgfant
andauthored
Traducidas nuevas entradas library/xml.dom.minidom (#1255)
* Traducidas nuevas entradas library/xml.dom.minidom * Update library/xml.dom.minidom.po * powrap library/xml.dom.minidom Co-authored-by: iamagf <61362029+iam-agf@users.noreply.github.com>
1 parent 0931feb commit b1ec773
Copy full SHA for b1ec773

File tree

Expand file treeCollapse file tree

1 file changed

+10
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-3
lines changed

‎library/xml.dom.minidom.po

Copy file name to clipboardExpand all lines: library/xml.dom.minidom.po
+10-3Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/xml.dom.minidom.rst:2
2526
msgid ":mod:`xml.dom.minidom` --- Minimal DOM implementation"
@@ -264,6 +265,11 @@ msgid ""
264265
"otherwise it is set to `\"no\"`. Not stating the argument will omit the "
265266
"declaration from the document."
266267
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."
267273

268274
#: ../Doc/library/xml.dom.minidom.rst:155
269275
msgid ""
@@ -301,6 +307,7 @@ msgstr ""
301307
#: ../Doc/library/xml.dom.minidom.rst:187
302308
msgid "The *standalone* argument behaves exactly as in :meth:`writexml`."
303309
msgstr ""
310+
"El argumento *standalone* se comporta exactamente como en :meth:`writexml`."
304311

305312
#: ../Doc/library/xml.dom.minidom.rst:173
306313
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.