Skip to content

Commit fb10f14

Browse files
author
Francisco Mora
authored
Traducido archivo library/io.po (#2323)
Closes #1869
1 parent cd241e1 commit fb10f14

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

Diff for: library/io.po

+24-9
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2020-07-27 18:51-0400\n"
15-
"Last-Translator: Douglas Cueva <dougcueva@gmail.com>\n"
16-
"Language: io\n"
14+
"PO-Revision-Date: 2023-03-02 17:32-0300\n"
15+
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
1716
"Language-Team: python-doc-es\n"
17+
"Language: io\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=utf-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
2121
"Generated-By: Babel 2.10.3\n"
22+
"X-Generator: Poedit 3.2.2\n"
2223

2324
#: ../Doc/library/io.rst:2
2425
msgid ":mod:`io` --- Core tools for working with streams"
@@ -243,29 +244,32 @@ msgstr ""
243244

244245
#: ../Doc/library/io.rst:135
245246
msgid ":ref:`utf8-mode`"
246-
msgstr ""
247+
msgstr ":ref:`utf8-mode`"
247248

248249
#: ../Doc/library/io.rst:134
249250
msgid ""
250251
"Python UTF-8 Mode can be used to change the default encoding to UTF-8 from "
251252
"locale-specific encoding."
252253
msgstr ""
254+
"El modo UTF-8 de Python se puede utilizar para cambiar la codificación "
255+
"predeterminada a UTF-8 desde la codificación específica de la configuración "
256+
"regional."
253257

254258
#: ../Doc/library/io.rst:137
255259
msgid ":pep:`686`"
256-
msgstr ""
260+
msgstr ":pep:`686`"
257261

258262
#: ../Doc/library/io.rst:138
259263
msgid "Python 3.15 will make :ref:`utf8-mode` default."
260-
msgstr ""
264+
msgstr "Python 3.15 hará que :ref:`utf8-mode` sea el valor predeterminado."
261265

262266
#: ../Doc/library/io.rst:143
263267
msgid "Opt-in EncodingWarning"
264268
msgstr "EncodingWarning opcional"
265269

266270
#: ../Doc/library/io.rst:145
267271
msgid "See :pep:`597` for more details."
268-
msgstr "Consulte :pep:`597` para obtener más detalles."
272+
msgstr "Consulte :pep:`597` para más detalles."
269273

270274
#: ../Doc/library/io.rst:148
271275
msgid ""
@@ -403,6 +407,8 @@ msgid ""
403407
":func:`text_encoding` returns \"utf-8\" when UTF-8 mode is enabled and "
404408
"*encoding* is ``None``."
405409
msgstr ""
410+
":func:`text_encoding` retornará \"utf-8\" cuando esté habilitado el modo "
411+
"UTF-8 y el *encoding* es ``None``."
406412

407413
#: ../Doc/library/io.rst:231
408414
msgid ""
@@ -614,7 +620,7 @@ msgstr "Clases base E/S"
614620

615621
#: ../Doc/library/io.rst:316
616622
msgid "The abstract base class for all I/O classes."
617-
msgstr ""
623+
msgstr "La clase base abstracta para todas las clases de E/S."
618624

619625
#: ../Doc/library/io.rst:318
620626
msgid ""
@@ -1958,7 +1964,7 @@ msgstr ""
19581964

19591965
#: ../Doc/library/io.rst:1043
19601966
msgid "The method supports ``encoding=\"locale\"`` option."
1961-
msgstr ""
1967+
msgstr "El método admite la opción ``encoding=\"locale\"``."
19621968

19631969
#: ../Doc/library/io.rst:1049
19641970
msgid ""
@@ -1986,6 +1992,15 @@ msgid ""
19861992
"ready for appending, use ``f.seek(0, io.SEEK_END)`` to reposition the stream "
19871993
"at the end of the buffer."
19881994
msgstr ""
1995+
"El valor inicial del búfer se puede establecer proporcionando "
1996+
"*initial_value*. Si la traducción de nuevas líneas está habilitada, las "
1997+
"nuevas líneas se codificarán como si fueran :meth:`~TextIOBase.write`. La "
1998+
"secuencia se coloca al comienzo del búfer que emula la apertura de un "
1999+
"archivo existente en un modo ``w+`` , preparándolo para una escritura "
2000+
"inmediata desde el principio o para una escritura que sobrescribiría el "
2001+
"valor inicial. Para emular la apertura de un archivo en un modo ``a+`` listo "
2002+
"para anexar, use ``f.seek(0, io.SEEK_END)`` para reponer la secuencia al "
2003+
"final del búfer."
19892004

19902005
#: ../Doc/library/io.rst:1064
19912006
msgid ""

0 commit comments

Comments
 (0)