@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2020-05-21 20:13+0200 \n "
14
+ "PO-Revision-Date : 2021-10-28 21:28-0500 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/c-api/import.rst:6
25
26
msgid "Importing Modules"
@@ -447,7 +448,6 @@ msgstr ""
447
448
"adicionales. La estructura se define en :file:`Include/import.h` como::"
448
449
449
450
#: ../Doc/c-api/import.rst:297
450
- #, fuzzy
451
451
msgid ""
452
452
"Add a collection of modules to the table of built-in modules. The *newtab* "
453
453
"array must end with a sentinel entry which contains ``NULL`` for the :attr:"
@@ -462,15 +462,18 @@ msgstr ""
462
462
"el campo :attr:`name`; Si no se proporciona el valor centinela, se puede "
463
463
"producir un error de memoria. Retorna ``0`` en caso de éxito o ``-1`` si se "
464
464
"puede asignar memoria insuficiente para ampliar la tabla interna. En caso de "
465
- "error, no se agregan módulos a la tabla interna. Esto debería llamarse antes "
466
- "de :c:func:`Py_Initialize`."
465
+ "error, no se agregan módulos a la tabla interna. Esta función debe ser "
466
+ "llamada antes de :c:func:`Py_Initialize`."
467
467
468
468
#: ../Doc/c-api/import.rst:304
469
469
msgid ""
470
470
"If Python is initialized multiple times, :c:func:`PyImport_AppendInittab` "
471
471
"or :c:func:`PyImport_ExtendInittab` must be called before each Python "
472
472
"initialization."
473
473
msgstr ""
474
+ "Si Python es inicializado múltiples veces, se debe llamar :c:func:"
475
+ "`PyImport_AppendInittab` o :c:func:`PyImport_ExtendInittab` antes de cada "
476
+ "inicialización de Python."
474
477
475
478
#~ msgid "Initialize the import mechanism. For internal use only."
476
479
#~ msgstr "Inicializa el mecanismo de importación. Sólo para uso interno."
0 commit comments