@@ -89,7 +89,7 @@ msgstr ""
89
89
90
90
#: ../Doc/library/zipimport.rst:45
91
91
msgid ":pep:`273` - Import Modules from Zip Archives"
92
- msgstr ":pep:`273` - Importar módulos de archivos zip "
92
+ msgstr ":pep:`273` - Importar módulos de archivos Zip "
93
93
94
94
#: ../Doc/library/zipimport.rst:43
95
95
msgid ""
@@ -128,7 +128,7 @@ msgstr ""
128
128
129
129
#: ../Doc/library/zipimport.rst:62
130
130
msgid "zipimporter Objects"
131
- msgstr "objetos zipimporter"
131
+ msgstr "Objetos zipimporter"
132
132
133
133
#: ../Doc/library/zipimport.rst:64
134
134
msgid ":class:`zipimporter` is the class for importing ZIP files."
@@ -142,7 +142,7 @@ msgid ""
142
142
"`lib` directory inside the ZIP file :file:`foo/bar.zip` (provided that it "
143
143
"exists)."
144
144
msgstr ""
145
- "Crear una nueva instancia zipimporter. *archivepath* debe ser una ruta a un "
145
+ "Crea una nueva instancia zipimporter. *archivepath* debe ser una ruta a un "
146
146
"archivo ZIP, o a una ruta específica dentro de un archivo ZIP. Por ejemplo, "
147
147
"un *archivepath* de :file:`foo/bar.zip/lib` buscará módulos en el "
148
148
"directorio :file:`lib` dentro del archivo ZIP :file:`foo/bar.zip` (siempre "
@@ -156,17 +156,20 @@ msgstr ""
156
156
":exc:`ZipImportError` es generado si *archivepath* no apunta a un archivo "
157
157
"ZIP válido."
158
158
159
+
160
+ # dotted notation -- punteado
159
161
#: ../Doc/library/zipimport.rst:78
162
+ #, fuzzy
160
163
msgid ""
161
164
"Search for a module specified by *fullname*. *fullname* must be the fully "
162
165
"qualified (dotted) module name. It returns the zipimporter instance itself "
163
166
"if the module was found, or :const:`None` if it wasn't. The optional *path* "
164
167
"argument is ignored---it's there for compatibility with the importer "
165
168
"protocol."
166
169
msgstr ""
167
- "Busque un módulo especificado por *fullname*. *fullname* debe ser el nombre "
170
+ "Busca un módulo especificado por *fullname*. *fullname* debe ser el nombre "
168
171
"completo del módulo (punteado). Devuelve la propia instancia zipimporter si "
169
- "el módulo fue encontrado, o :const:`None` si no fue . El argumento opcional "
172
+ "el módulo fue encontrado, o :const:`None` si no. El argumento opcional "
170
173
"*path* es ignorado; está ahí por compatibilidad con el protocolo del "
171
174
"importador."
172
175
@@ -214,7 +217,10 @@ msgstr ""
214
217
"Retorna ``True`` si el módulo especificado por *fullname* es un paquete. "
215
218
"Genera :exc:`ZipImportError` si el módulo no pudo ser encontrado."
216
219
220
+
221
+ # dotted notation -- punteado
217
222
#: ../Doc/library/zipimport.rst:125
223
+ #, fuzzy
218
224
msgid ""
219
225
"Load the module specified by *fullname*. *fullname* must be the fully "
220
226
"qualified (dotted) module name. It returns the imported module, or raises :"
0 commit comments