From d614d70d6b7d9f46e1f787150e497eb585bd9cfb Mon Sep 17 00:00:00 2001 From: Gabriela Monsalve Martinez Date: Thu, 28 Oct 2021 21:37:01 -0500 Subject: [PATCH 1/2] Traducido archivo c-api/import --- c-api/import.po | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/c-api/import.po b/c-api/import.po index 1cec96f939..04c340f9ee 100644 --- a/c-api/import.po +++ b/c-api/import.po @@ -11,15 +11,16 @@ 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: 2020-05-21 20:13+0200\n" +"PO-Revision-Date: 2021-10-28 21:28-0500\n" "Last-Translator: Cristián Maureira-Fredes \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.9.1\n" +"X-Generator: Poedit 3.0\n" #: ../Doc/c-api/import.rst:6 msgid "Importing Modules" @@ -447,7 +448,6 @@ msgstr "" "adicionales. La estructura se define en :file:`Include/import.h` como::" #: ../Doc/c-api/import.rst:297 -#, fuzzy msgid "" "Add a collection of modules to the table of built-in modules. The *newtab* " "array must end with a sentinel entry which contains ``NULL`` for the :attr:" @@ -462,8 +462,8 @@ msgstr "" "el campo :attr:`name`; Si no se proporciona el valor centinela, se puede " "producir un error de memoria. Retorna ``0`` en caso de éxito o ``-1`` si se " "puede asignar memoria insuficiente para ampliar la tabla interna. En caso de " -"error, no se agregan módulos a la tabla interna. Esto debería llamarse antes " -"de :c:func:`Py_Initialize`." +"error, no se agregan módulos a la tabla interna. Esta función debe ser " +"llamada antes de :c:func:`Py_Initialize`." #: ../Doc/c-api/import.rst:304 msgid "" @@ -471,6 +471,9 @@ msgid "" "or :c:func:`PyImport_ExtendInittab` must be called before each Python " "initialization." msgstr "" +"Si Python es inicializado múltiples veces, se debe llamar :c:func:" +"`PyImport_AppendInittab` o :c:func:`PyImport_ExtendInittab` antes de cada " +"inicialización de Python." #~ msgid "Initialize the import mechanism. For internal use only." #~ msgstr "Inicializa el mecanismo de importación. Sólo para uso interno." From 68b0e1de12d8d1f6917f47fc521b5581d93065b7 Mon Sep 17 00:00:00 2001 From: Gabriela Monsalve Martinez Date: Thu, 28 Oct 2021 21:37:33 -0500 Subject: [PATCH 2/2] Nueva traductora agregada --- TRANSLATORS | 1 + 1 file changed, 1 insertion(+) diff --git a/TRANSLATORS b/TRANSLATORS index 2d4f834ba0..2b26057226 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -157,3 +157,4 @@ Diego Cristóbal (@dcristobalh) Rodrigo Tobar (@rtobar) Catalina Arrey Amunátegui (@CatalinaArrey) Manu de Frutos Vila (@manudefrutosvila) +Gabriela Monsalve Martínez (@gmmonsalve) \ No newline at end of file