@@ -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 : 2021-08-04 20:46+0200 \n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail .com>\n "
14
+ "PO-Revision-Date : 2021-11-16 16:47-0600 \n "
15
+ "Last-Translator : José Luis Salgado Banda <josephLSalgado@outlook .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/library/zipimport.rst:2
25
26
msgid ":mod:`zipimport` --- Import modules from Zip archives"
@@ -119,12 +120,14 @@ msgstr ""
119
120
120
121
#: ../Doc/library/zipimport.rst:48
121
122
msgid ":mod:`importlib` - The implementation of the import machinery"
122
- msgstr ""
123
+ msgstr ":mod:`importlib` - La implementación de la maquinaria de importación "
123
124
124
125
#: ../Doc/library/zipimport.rst:48
125
126
msgid ""
126
127
"Package providing the relevant protocols for all importers to implement."
127
128
msgstr ""
129
+ "El paquete proporciona los protocolos relevantes para que los implementen "
130
+ "todos los importadores."
128
131
129
132
#: ../Doc/library/zipimport.rst:52
130
133
msgid "This module defines an exception:"
@@ -174,18 +177,21 @@ msgid ""
174
177
"Implementation of :meth:`importlib.abc.Loader.create_module` that returns :"
175
178
"const:`None` to explicitly request the default semantics."
176
179
msgstr ""
180
+ "Implementación de :meth:`importlib.abc.Loader.create_module` que retorna :"
181
+ "const:`None` para solicitar explícitamente la semántica predeterminada."
177
182
178
183
#: ../Doc/library/zipimport.rst:87
179
184
msgid "Implementation of :meth:`importlib.abc.Loader.exec_module`."
180
- msgstr ""
185
+ msgstr "Implementación de :meth:`importlib.abc.Loader.exec_module`. "
181
186
182
187
#: ../Doc/library/zipimport.rst:94
183
188
msgid "An implementation of :meth:`importlib.abc.PathEntryFinder.find_loader`."
184
189
msgstr ""
190
+ "Una implementación de :meth:`importlib.abc.PathEntryFinder.find_loader`."
185
191
186
192
#: ../Doc/library/zipimport.rst:98 ../Doc/library/zipimport.rst:111
187
193
msgid "Use :meth:`find_spec` instead."
188
- msgstr ""
194
+ msgstr "Utilizar en su lugar :meth:`find_spec`. "
189
195
190
196
#: ../Doc/library/zipimport.rst:103
191
197
msgid ""
@@ -203,16 +209,15 @@ msgstr ""
203
209
204
210
#: ../Doc/library/zipimport.rst:116
205
211
msgid "An implementation of :meth:`importlib.abc.PathEntryFinder.find_spec`."
206
- msgstr ""
212
+ msgstr "Una implementación de :meth:`importlib.abc.PathEntryFinder.find_spec`. "
207
213
208
214
#: ../Doc/library/zipimport.rst:123
209
- #, fuzzy
210
215
msgid ""
211
216
"Return the code object for the specified module. Raise :exc:`ZipImportError` "
212
217
"if the module couldn't be imported."
213
218
msgstr ""
214
219
"Retorna el objeto de código para el módulo especificado. Lanza :exc:"
215
- "`ZipImportError` si el módulo no pudo ser encontrado ."
220
+ "`ZipImportError` si el módulo no se pudo importar ."
216
221
217
222
#: ../Doc/library/zipimport.rst:129
218
223
msgid ""
@@ -227,14 +232,13 @@ msgid ":exc:`IOError` used to be raised instead of :exc:`OSError`."
227
232
msgstr ":exc:`IOError` solía lanzarse en lugar de :exc:`OSError`."
228
233
229
234
#: ../Doc/library/zipimport.rst:138
230
- #, fuzzy
231
235
msgid ""
232
236
"Return the value ``__file__`` would be set to if the specified module was "
233
237
"imported. Raise :exc:`ZipImportError` if the module couldn't be imported."
234
238
msgstr ""
235
239
"Retorna el valor que se le habría asignado a ``__file__`` si el módulo "
236
- "especificado fue importado. Lanza :exc:`ZipImportError` si el módulo no "
237
- "pudo ser encontrado ."
240
+ "especificado fue importado. Lanza :exc:`ZipImportError` si el módulo no se "
241
+ "pudo importar ."
238
242
239
243
#: ../Doc/library/zipimport.rst:147
240
244
msgid ""
@@ -244,7 +248,7 @@ msgid ""
244
248
msgstr ""
245
249
"Retorna el código fuente para el módulo especificado. Lanza :exc:"
246
250
"`ZipImportError` si el módulo no pudo ser encontrado, retorna :const:`None` "
247
- "si el archivo no contiene al módulo, pero no tiene fuente para ello."
251
+ "si el archivo contiene al módulo, pero no tiene fuente para ello."
248
252
249
253
#: ../Doc/library/zipimport.rst:155
250
254
msgid ""
@@ -256,25 +260,26 @@ msgstr ""
256
260
257
261
# dotted notation -- punteado
258
262
#: ../Doc/library/zipimport.rst:161
259
- #, fuzzy
260
263
msgid ""
261
264
"Load the module specified by *fullname*. *fullname* must be the fully "
262
265
"qualified (dotted) module name. Returns the imported module on success, "
263
266
"raises :exc:`ZipImportError` on failure."
264
267
msgstr ""
265
- "Cargue el módulo especificado por *fullname*. *fullname* debe ser el nombre "
268
+ "Carga el módulo especificado por *fullname*. *fullname* debe ser el nombre "
266
269
"completo de módulo (punteado). Retorna el módulo importado, o lanza :exc:"
267
270
"`ZipImportError` si no fue encontrado."
268
271
269
272
#: ../Doc/library/zipimport.rst:167
270
273
msgid "Use :meth:`exec_module` instead."
271
- msgstr ""
274
+ msgstr "Utilizar en su lugar :meth:`exec_module`. "
272
275
273
276
#: ../Doc/library/zipimport.rst:172
274
277
msgid ""
275
278
"Clear out the internal cache of information about files found within the ZIP "
276
279
"archive."
277
280
msgstr ""
281
+ "Limpia la caché interna de información sobre los archivos que se encuentran "
282
+ "dentro del archivo ZIP."
278
283
279
284
#: ../Doc/library/zipimport.rst:180
280
285
msgid ""
0 commit comments