Skip to content

Commit 1b2f11b

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com> Co-Authored-By: python-doc bot
1 parent 5c9cf02 commit 1b2f11b

20 files changed

Lines changed: 18692 additions & 18884 deletions

c-api/memory.po

Lines changed: 248 additions & 190 deletions
Large diffs are not rendered by default.

c-api/threads.po

Lines changed: 332 additions & 376 deletions
Large diffs are not rendered by default.

c-api/type.po

Lines changed: 99 additions & 99 deletions
Large diffs are not rendered by default.

faq/programming.po

Lines changed: 579 additions & 780 deletions
Large diffs are not rendered by default.

installing/index.po

Lines changed: 56 additions & 64 deletions
Large diffs are not rendered by default.

library/concurrent.futures.po

Lines changed: 98 additions & 96 deletions
Large diffs are not rendered by default.

library/ctypes.po

Lines changed: 780 additions & 760 deletions
Large diffs are not rendered by default.

library/datetime.po

Lines changed: 30 additions & 128 deletions
Large diffs are not rendered by default.

library/email.parser.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-07 14:20+0000\n"
14+
"POT-Creation-Date: 2026-03-11 14:42+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -212,7 +212,7 @@ msgstr ""
212212
msgid ""
213213
"Read all the data from the binary file-like object *fp*, parse the resulting "
214214
"bytes, and return the message object. *fp* must support both the :meth:`~io."
215-
"IOBase.readline` and the :meth:`~io.IOBase.read` methods."
215+
"IOBase.readline` and the :meth:`~io.BufferedIOBase.read` methods."
216216
msgstr ""
217217

218218
#: ../../library/email.parser.rst:161

library/exceptions.po

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-12-17 14:16+0000\n"
15+
"POT-Creation-Date: 2026-03-11 14:42+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -386,13 +386,9 @@ msgstr "Adicionado os atributos :attr:`name` e :attr:`obj`."
386386
#: ../../library/exceptions.rst:223
387387
msgid ""
388388
"Raised when the :func:`input` function hits an end-of-file condition (EOF) "
389-
"without reading any data. (Note: the :meth:`!io.IOBase.read` and :meth:`io."
390-
"IOBase.readline` methods return an empty string when they hit EOF.)"
389+
"without reading any data. (Note: the :meth:`io.TextIOBase.read` and :meth:"
390+
"`io.IOBase.readline` methods return an empty string when they hit EOF.)"
391391
msgstr ""
392-
"Levantado quando a função :func:`input` atinge uma condição de fim de "
393-
"arquivo (EOF) sem ler nenhum dado. (Note: os métodos :meth:`!io.IOBase.read` "
394-
"e :meth:`io.IOBase.readline` retornam uma string vazia quando pressionam o "
395-
"EOF.)"
396392

397393
#: ../../library/exceptions.rst:230
398394
msgid "Not currently used."

0 commit comments

Comments
 (0)