Skip to content

Traduce library/cgi.po #1773

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 1 commit into from
Dec 17, 2021
Merged
Changes from all commits
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
13 changes: 11 additions & 2 deletions library/cgi.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-11-13 20:02-0300\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"PO-Revision-Date: 2021-12-17 08:34+0800\n"
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down Expand Up @@ -160,6 +160,15 @@ msgid ""
"environment variables set according to the CGI standard). Since it may "
"consume standard input, it should be instantiated only once."
msgstr ""
"Para llegar a los datos de formulario enviados usa la clase :class:"
"`FieldStorage`. Si el formulario contiene caracteres que no sean ASCII, usa "
"el parámetro de palabra clave *encoding* establecido en el valor del "
"codificado definido para el documento. Éste está usualmente contenido en la "
"etiqueta META en la sección HEAD del documento HTML, o en el encabezado :"
"mailheader:`Content-Type`. Esto lee los contenidos del formulario desde la "
"entrada estándar o el ambiente (dependiendo de los valores de varias "
"variables de entorno establecidas de acuerdo del estándar CGI). Dado que "
"podría consumir entrada estándar, sólo se debería instanciar una sola vez."

#: ../Doc/library/cgi.rst:97
msgid ""
Expand Down