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

Traducidas nuevas entradas library/xml.dom.minidom #1255

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 3 commits into from
Aug 6, 2021
Merged
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
Next Next commit
Traducidas nuevas entradas library/xml.dom.minidom
  • Loading branch information
cmaureir committed Aug 4, 2021
commit a045041927c2a42ce59763763b0fd3f9e4f09650
13 changes: 10 additions & 3 deletions 13 library/xml.dom.minidom.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fjsevilla.dev@gmail.com>\n"
"PO-Revision-Date: 2021-08-04 21:01+0200\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\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"
Expand Down Expand Up @@ -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 "
cmaureir marked this conversation as resolved.
Show resolved Hide resolved
"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 ""
Expand Down Expand Up @@ -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 ""
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.