@@ -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-08-14 15:10 -0300\n "
14
+ "PO-Revision-Date : 2021-12-29 10:59 -0300\n "
15
15
"Last-Translator : \n "
16
16
"Language : es_AR\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/fileinput.rst:2
25
26
msgid ":mod:`fileinput` --- Iterate over lines from multiple input streams"
@@ -105,7 +106,6 @@ msgstr ""
105
106
"que la última línea en un archivo puede no tener una."
106
107
107
108
#: ../Doc/library/fileinput.rst:49
108
- #, fuzzy
109
109
msgid ""
110
110
"You can control how files are opened by providing an opening hook via the "
111
111
"*openhook* parameter to :func:`fileinput.input` or :class:`FileInput()`. The "
@@ -118,8 +118,10 @@ msgstr ""
118
118
"Puede controlar cómo se abren los archivos proporcionando un enlace de "
119
119
"apertura a través del parámetro *openhook* a :func:`fileinput.input` o :"
120
120
"class:`FileInput()`. El enlace debe ser una función que tome dos argumentos, "
121
- "*filename* y *mode*, y retorna un objeto similar a un archivo abierto. Este "
122
- "módulo ya proporciona dos enlaces útiles."
121
+ "*filename* y *mode*, y en consecuencia retorna un objeto similar a un "
122
+ "archivo abierto. Si *encoding* y/o *errors* son especificados, serán pasados "
123
+ "al enlace como argumentos de palabras clave adicionales. Este módulo "
124
+ "proporciona :func:`hook_compressed` para admitir archivos comprimidos."
123
125
124
126
#: ../Doc/library/fileinput.rst:56
125
127
msgid "The following function is the primary interface of this module:"
@@ -162,6 +164,8 @@ msgstr ""
162
164
#: ../Doc/library/fileinput.rst:213
163
165
msgid "The keyword-only parameter *encoding* and *errors* are added."
164
166
msgstr ""
167
+ "Los parámetros exclusivos de palabra clave *encoding* y *errors* son "
168
+ "añadidos."
165
169
166
170
#: ../Doc/library/fileinput.rst:84
167
171
msgid ""
@@ -297,6 +301,8 @@ msgid ""
297
301
"You can specify *encoding* and *errors* that is passed to :func:`open` or "
298
302
"*openhook*."
299
303
msgstr ""
304
+ "Puedes especificar *encoding* y *errors* que son pasados a :func:`open` o "
305
+ "*openhook*."
300
306
301
307
#: ../Doc/library/fileinput.rst:164
302
308
msgid ""
@@ -370,15 +376,16 @@ msgid ""
370
376
"The *encoding* and *errors* values are passed to :class:`io.TextIOWrapper` "
371
377
"for compressed files and open for normal files."
372
378
msgstr ""
379
+ "Los valores *encoding* y *errors* se pasan a :class:`io.TextIOWrapper` para "
380
+ "archivos comprimidos y para abrir archivos normales."
373
381
374
382
#: ../Doc/library/fileinput.rst:211
375
- #, fuzzy
376
383
msgid ""
377
384
"Usage example: ``fi = fileinput.FileInput(openhook=fileinput."
378
385
"hook_compressed, encoding=\" utf-8\" )``"
379
386
msgstr ""
380
387
"Ejemplo de uso: ``fi = fileinput.FileInput(openhook=fileinput."
381
- "hook_compressed)``"
388
+ "hook_compressed, encoding= \" utf-8 \" )``"
382
389
383
390
#: ../Doc/library/fileinput.rst:219
384
391
msgid ""
@@ -405,3 +412,5 @@ msgid ""
405
412
"This function is deprecated since :func:`input` and :class:`FileInput` now "
406
413
"have *encoding* and *errors* parameters."
407
414
msgstr ""
415
+ "Esta función es deprecada ya que :func:`input` y :class:`FileInput` ahora "
416
+ "tienen los parámetros *encoding* y *errors*."
0 commit comments