Skip to content

Commit 72be900

Browse files
Update translation
1 parent 8ef9759 commit 72be900

16 files changed

Lines changed: 18524 additions & 18528 deletions

c-api/import.po

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
15+
"POT-Creation-Date: 2026-06-09 16:27+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -547,38 +547,32 @@ msgstr ""
547547
msgid "Make all imports lazy by default."
548548
msgstr ""
549549

550-
#: ../../c-api/import.rst:398
551-
msgid ""
552-
"Disable lazy imports entirely. Even explicit ``lazy`` statements become "
553-
"eager imports."
554-
msgstr ""
555-
556-
#: ../../c-api/import.rst:405
550+
#: ../../c-api/import.rst:400
557551
msgid ""
558552
"This function is a building block that enables embedders to implement the :"
559553
"py:meth:`~importlib.abc.Loader.create_module` step of custom static "
560554
"extension importers (e.g. of statically-linked extensions)."
561555
msgstr ""
562556

563-
#: ../../c-api/import.rst:409
557+
#: ../../c-api/import.rst:404
564558
msgid "*spec* must be a :class:`~importlib.machinery.ModuleSpec` object."
565559
msgstr ""
566560

567-
#: ../../c-api/import.rst:411
561+
#: ../../c-api/import.rst:406
568562
msgid ""
569563
"*initfunc* must be an :ref:`initialization function <extension-export-"
570564
"hook>`, the same as for :c:func:`PyImport_AppendInittab`."
571565
msgstr ""
572566

573-
#: ../../c-api/import.rst:414
567+
#: ../../c-api/import.rst:409
574568
msgid ""
575569
"On success, create and return a module object. This module will not be "
576570
"initialized; call :c:func:`PyModule_Exec` to initialize it. (Custom "
577571
"importers should do this in their :py:meth:`~importlib.abc.Loader."
578572
"exec_module` method.)"
579573
msgstr ""
580574

581-
#: ../../c-api/import.rst:420
575+
#: ../../c-api/import.rst:415
582576
msgid "On error, return NULL with an exception set."
583577
msgstr ""
584578

c-api/typeobj.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
15+
"POT-Creation-Date: 2026-06-09 16:27+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -4173,8 +4173,8 @@ msgstr ""
41734173

41744174
#: ../../c-api/typeobj.rst:2977
41754175
msgid ""
4176-
"Check if the request can be met. If not, raise :exc:`BufferError`, set :c:"
4177-
"expr:`view->obj` to ``NULL`` and return ``-1``."
4176+
"Check if the request can be met. If not, raise :exc:`BufferError`, set "
4177+
"``view->obj`` to ``NULL`` and return ``-1``."
41784178
msgstr ""
41794179

41804180
#: ../../c-api/typeobj.rst:2980
@@ -4186,8 +4186,7 @@ msgid "Increment an internal counter for the number of exports."
41864186
msgstr ""
41874187

41884188
#: ../../c-api/typeobj.rst:2984
4189-
msgid ""
4190-
"Set :c:expr:`view->obj` to *exporter* and increment :c:expr:`view->obj`."
4189+
msgid "Set ``view->obj`` to *exporter* and increment ``view->obj``."
41914190
msgstr ""
41924191

41934192
#: ../../c-api/typeobj.rst:2986
@@ -4237,14 +4236,14 @@ msgstr ""
42374236

42384237
#: ../../c-api/typeobj.rst:3009
42394238
msgid ""
4240-
"Re-export: Each member of the tree acts as the exporting object and sets :c:"
4241-
"expr:`view->obj` to a new reference to itself."
4239+
"Re-export: Each member of the tree acts as the exporting object and sets "
4240+
"``view->obj`` to a new reference to itself."
42424241
msgstr ""
42434242

42444243
#: ../../c-api/typeobj.rst:3012
42454244
msgid ""
42464245
"Redirect: The buffer request is redirected to the root object of the tree. "
4247-
"Here, :c:expr:`view->obj` will be a new reference to the root object."
4246+
"Here, ``view->obj`` will be a new reference to the root object."
42484247
msgstr ""
42494248

42504249
#: ../../c-api/typeobj.rst:3016
@@ -4321,7 +4320,7 @@ msgstr ""
43214320

43224321
#: ../../c-api/typeobj.rst:3067
43234322
msgid ""
4324-
"This function MUST NOT decrement :c:expr:`view->obj`, since that is done "
4323+
"This function MUST NOT decrement ``view->obj``, since that is done "
43254324
"automatically in :c:func:`PyBuffer_Release` (this scheme is useful for "
43264325
"breaking reference cycles)."
43274326
msgstr ""

howto/functional.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
15+
"POT-Creation-Date: 2026-06-09 16:27+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1881,7 +1881,7 @@ msgid ""
18811881
">>> functools.reduce(operator.concat, [])\n"
18821882
"Traceback (most recent call last):\n"
18831883
" ...\n"
1884-
"TypeError: reduce() of empty sequence with no initial value\n"
1884+
"TypeError: reduce() of empty iterable with no initial value\n"
18851885
">>> functools.reduce(operator.mul, [1, 2, 3], 1)\n"
18861886
"6\n"
18871887
">>> functools.reduce(operator.mul, [], 1)\n"

0 commit comments

Comments
 (0)