From 8d6a9959baada7c8d0bd0864f873d20d04ba2ab2 Mon Sep 17 00:00:00 2001 From: Nar <51009725+narvmtz@users.noreply.github.com> Date: Thu, 22 Oct 2020 16:46:31 -0500 Subject: [PATCH 1/3] Traducido library/cgi --- library/cgi.po | 298 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 264 insertions(+), 34 deletions(-) diff --git a/library/cgi.po b/library/cgi.po index 72251c9edd..e9c9b657ce 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 ``