55#
66# Translators:
77# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8+ # Adorilson Bezerra <adorilson@gmail.com>, 2024
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.13\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-07-19 14:16 +0000\n "
15+ "POT-Creation-Date : 2024-07-20 00:52 +0000\n "
1516"PO-Revision-Date : 2021-06-28 00:48+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle @gmail.com>, 2024\n "
17+ "Last-Translator : Adorilson Bezerra <adorilson @gmail.com>, 2024\n "
1718"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
1819"teams/5390/pt_BR/)\n "
1920"MIME-Version : 1.0\n "
@@ -25,18 +26,23 @@ msgstr ""
2526
2627#: ../../c-api/float.rst:6
2728msgid "Floating-Point Objects"
28- msgstr ""
29+ msgstr "Objetos de ponto flutuante "
2930
3031#: ../../c-api/float.rst:13
3132msgid ""
3233"This subtype of :c:type:`PyObject` represents a Python floating-point object."
3334msgstr ""
35+ "Este subtipo de :c:type:`PyObject` representa um objeto de ponto flutuante "
36+ "do Python."
3437
3538#: ../../c-api/float.rst:18
3639msgid ""
3740"This instance of :c:type:`PyTypeObject` represents the Python floating-point "
3841"type. This is the same object as :class:`float` in the Python layer."
3942msgstr ""
43+ "Esta instância do :c:type:`PyTypeObject` representa o tipo de ponto "
44+ "flutuante do Python. Este é o mesmo objeto :class:`float` na camada do "
45+ "Python."
4046
4147#: ../../c-api/float.rst:24
4248msgid ""
@@ -86,6 +92,8 @@ msgid ""
8692"Return a C :c:expr:`double` representation of the contents of *pyfloat*, but "
8793"without error checking."
8894msgstr ""
95+ "Retorna uma representação C :c:expr:`double` do conteúdo de *pyfloat*, mas "
96+ "sem verificação de erro."
8997
9098#: ../../c-api/float.rst:66
9199msgid ""
@@ -102,11 +110,15 @@ msgid ""
102110"Return the maximum representable finite float *DBL_MAX* as C :c:expr:"
103111"`double`."
104112msgstr ""
113+ "Retorna o ponto flutuante finito máximo representável *DBL_MAX* como :c:expr:"
114+ "`double` do C."
105115
106116#: ../../c-api/float.rst:78
107117msgid ""
108118"Return the minimum normalized positive float *DBL_MIN* as C :c:expr:`double`."
109119msgstr ""
120+ "Retorna o ponto flutuante positivo mínimo normalizado *DBL_MIN* como :c:expr:"
121+ "`double` do C."
110122
111123#: ../../c-api/float.rst:82
112124msgid "Pack and Unpack functions"
0 commit comments