diff --git a/dictionaries/library_cgi.txt b/dictionaries/library_cgi.txt new file mode 100644 index 0000000000..7d02d02319 --- /dev/null +++ b/dictionaries/library_cgi.txt @@ -0,0 +1,36 @@ +script +scripts +Python +host +shell +etc +manejador +bytes +recursiva +recursivamente +megabytes +usable +hackers +comandos +Unix +octal +cgi +bin +Desafortunadamente +críptico +addr +At +name +Joe +Blow +depurarlo +traceback +tracebacks +deshabilita +búfer +logs +userid +explícitamente +uid +query +string \ No newline at end of file diff --git a/library/cgi.po b/library/cgi.po index 72251c9edd..90fb2828ab 100644 --- a/library/cgi.po +++ b/library/cgi.po @@ -11,35 +11,34 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-05-05 12:54+0200\n" -"PO-Revision-Date: 2020-08-29 11:19+0200\n" +"PO-Revision-Date: 2020-10-22 15:27-0500\n" "Language-Team: python-doc-es\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" "Last-Translator: \n" -"X-Generator: Poedit 2.3.1\n" +"X-Generator: Poedit 2.4.1\n" "Language: es\n" #: ../Doc/library/cgi.rst:2 msgid ":mod:`cgi` --- Common Gateway Interface support" -msgstr ":mod:`cgi` --- Soporte de Interfaz de Entrada Común (*CGI*)" +msgstr ":mod:`cgi` --- Soporte de Interfaz de Entrada Común (CGI)" #: ../Doc/library/cgi.rst:7 msgid "**Source code:** :source:`Lib/cgi.py`" -msgstr "**Source code:** :source:`Lib/cgi.py`" +msgstr "**Código fuente:** :source:`Lib/cgi.py`" #: ../Doc/library/cgi.rst:19 msgid "Support module for Common Gateway Interface (CGI) scripts." -msgstr "" -"Módulo de soporte para *scripts* de la Interfaz de Entrada Común (*CGI*)" +msgstr "Módulo de soporte para scripts de la Interfaz de Entrada Común (CGI)" #: ../Doc/library/cgi.rst:21 msgid "" "This module defines a number of utilities for use by CGI scripts written in " "Python." msgstr "" -"Este módulo define una serie de utilidades para el uso de *scripts* CGI " +"Este módulo define una serie de utilidades para el uso de scripts CGI " "escritos en Python." #: ../Doc/library/cgi.rst:26 @@ -51,7 +50,7 @@ msgid "" "A CGI script is invoked by an HTTP server, usually to process user input " "submitted through an HTML ``