@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2024-05-11 20:15 +0200\n "
14
+ "PO-Revision-Date : 2024-05-15 21:26 +0200\n "
15
15
"Last-Translator : Carlos Mena Pérez <@carlosm00>\n "
16
16
"Language-Team : python-doc-es\n "
17
17
"Language : es\n "
@@ -180,7 +180,7 @@ msgid ""
180
180
"This function returns a file that is guaranteed to have a visible name in "
181
181
"the file system."
182
182
msgstr ""
183
- "Esta función devuelve un archivo que tiene garantizado un nombre visible en "
183
+ "Esta función retorna un archivo que tiene garantizado un nombre visible en "
184
184
"el sistema de archivos."
185
185
186
186
#: ../Doc/library/tempfile.rst:85
@@ -203,11 +203,11 @@ msgid ""
203
203
"`TemporaryFile`, the directory entry does not get unlinked immediately after "
204
204
"the file creation."
205
205
msgstr ""
206
- "El objeto devuelto es siempre un :term:`file-like object` cuyo atributo :"
206
+ "El objeto retornado es siempre un :term:`file-like object` cuyo atributo :"
207
207
"attr:`!file` es el objeto de archivo verdadero subyacente. Este :term:`file-"
208
208
"like object` se puede usar en una instrucción :keyword:`with`, al igual que "
209
209
"un archivo normal. El nombre del archivo temporal se puede recuperar del "
210
- "atributo :attr:`name` del objeto similar al archivo devuelto . En Unix, a "
210
+ "atributo :attr:`name` del objeto similar al archivo retornado . En Unix, a "
211
211
"diferencia de :func:`TemporaryFile`, la entrada del directorio no se "
212
212
"desvincula inmediatamente después de la creación del archivo."
213
213
@@ -813,29 +813,3 @@ msgstr "file name"
813
813
#: ../Doc/library/tempfile.rst:11
814
814
msgid "file"
815
815
msgstr "file"
816
-
817
- #~ msgid ""
818
- #~ "This function operates exactly as :func:`TemporaryFile` does, except that "
819
- #~ "the file is guaranteed to have a visible name in the file system (on "
820
- #~ "Unix, the directory entry is not unlinked). That name can be retrieved "
821
- #~ "from the :attr:`name` attribute of the returned file-like object. "
822
- #~ "Whether the name can be used to open the file a second time, while the "
823
- #~ "named temporary file is still open, varies across platforms (it can be so "
824
- #~ "used on Unix; it cannot on Windows). If *delete* is true (the default), "
825
- #~ "the file is deleted as soon as it is closed. The returned object is "
826
- #~ "always a file-like object whose :attr:`!file` attribute is the underlying "
827
- #~ "true file object. This file-like object can be used in a :keyword:`with` "
828
- #~ "statement, just like a normal file."
829
- #~ msgstr ""
830
- #~ "Esta función opera exactamente como lo hace :func:`TemporaryFile`, "
831
- #~ "excepto que el archivo está garantizado para tener un nombre visible en "
832
- #~ "el sistema de archivos (en Unix, el directorio de entrada no está "
833
- #~ "desvinculado). El nombre se puede obtener del atributo :attr:`name` del "
834
- #~ "objeto tipo archivo retornado. Aunque el nombre se puede usar para abrir "
835
- #~ "el archivo por segunda vez, mientras el archivo temporal nombrado sigue "
836
- #~ "abierto, esto varía según las plataformas (se puede usar en Unix; no se "
837
- #~ "puede en Windows). Si *delete* es verdadero (por defecto), el archivo se "
838
- #~ "elimina tan pronto como se cierra. El objeto retornado siempre es un "
839
- #~ "objeto similar a un archivo cuyo atributo :attr:`!file` es el objeto de "
840
- #~ "archivo verdadero subyacente. Este objeto similar a un archivo se puede "
841
- #~ "usar con una sentencia :keyword:`with`, al igual que un archivo normal."
0 commit comments