8000 Traducido archivo library/io.po · Pull Request #2323 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo library/io.po #2323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from Mar 3, 2023
Next Next commit
Traducido archivo library/io.po
  • Loading branch information
srmorita committed Feb 28, 2023
commit 1b9e793ff6d813758e8c0e2c474a84a38f57d3af
17 changes: 10 additions & 7 deletions library/io.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2020-07-27 18:51-0400\n"
"Last-Translator: Douglas Cueva <dougcueva@gmail.com>\n"
"Language: io\n"
"PO-Revision-Date: 2023-02-28 11:55-0300\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language-Team: python-doc-es\n"
"Language: io\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 3.2.2\n"

#: ../Doc/library/io.rst:2
msgid ":mod:`io` --- Core tools for working with streams"
Expand Down Expand Up @@ -243,7 +244,7 @@ msgstr ""

#: ../Doc/library/io.rst:135
msgid ":ref:`utf8-mode`"
msgstr ""
msgstr ":ref:`utf8-mode`"

#: ../Doc/library/io.rst:134
msgid ""
Expand All @@ -253,19 +254,19 @@ msgstr ""

#: ../Doc/library/io.rst:137
msgid ":pep:`686`"
msgstr ""
msgstr ":pep:`686`"

#: ../Doc/library/io.rst:138
msgid "Python 3.15 will make :ref:`utf8-mode` default."
msgstr ""

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

#: ../Doc/library/io.rst:145
msgid "See :pep:`597` for more details."
msgstr "Consulte :pep:`597` para obtener más detalles."
msgstr "Consulte :pep:`597` para más detalles."

#: ../Doc/library/io.rst:148
msgid ""
Expand Down Expand Up @@ -403,6 +404,8 @@ msgid ""
":func:`text_encoding` returns \"utf-8\" when UTF-8 mode is enabled and "
"*encoding* is ``None``."
msgstr ""
":func:`text_encoding` retornará \"utf-8\" cuando esté habilitado el modo "
"UTF-8 y el *encoding* es ``None``."

#: ../Doc/library/io.rst:231
msgid ""
Expand Down
0