Skip to content

Commit adff2bd

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>
1 parent b7bcebe commit adff2bd

12 files changed

Lines changed: 16353 additions & 16205 deletions

File tree

c-api/sentinel.po

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-09 14:43+0000\n"
14+
"POT-Creation-Date: 2026-05-13 16:14+0000\n"
1515
"PO-Revision-Date: 2026-05-08 18:36+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -37,19 +37,28 @@ msgstr ""
3737

3838
#: ../../c-api/sentinel.rst:17
3939
msgid ""
40-
"Return true if *o* is a :class:`sentinel` object. The :class:`sentinel` "
41-
"type does not allow subclasses, so this check is exact."
40+
"Return true if *o* is a :class:`sentinel` object or a subtype. The :class:"
41+
"`sentinel` type does not currently allow subclasses, so this check is exact. "
42+
"Future Python versions may choose to allow subtyping. This function always "
43+
"succeeds."
4244
msgstr ""
4345

44-
#: ../../c-api/sentinel.rst:24
46+
#: ../../c-api/sentinel.rst:27
47+
msgid ""
48+
"Return true if *o* is a :class:`sentinel` object, but not a subtype. The :"
49+
"class:`sentinel` type does not currently allow subclasses. Future Python "
50+
"versions may choose to allow subtyping. This function always succeeds."
51+
msgstr ""
52+
53+
#: ../../c-api/sentinel.rst:36
4554
msgid ""
4655
"Return a new :class:`sentinel` object with :attr:`~sentinel.__name__` set to "
4756
"*name* and :attr:`~sentinel.__module__` set to *module_name*. *name* must "
4857
"not be ``NULL``. If *module_name* is ``NULL``, :attr:`~sentinel.__module__` "
4958
"is set to ``None``. Return ``NULL`` with an exception set on failure."
5059
msgstr ""
5160

52-
#: ../../c-api/sentinel.rst:30
61+
#: ../../c-api/sentinel.rst:42
5362
msgid ""
5463
"For pickling to work, *module_name* must be the name of an importable "
5564
"module, and the sentinel must be accessible from that module under a path "

0 commit comments

Comments
 (0)