1111# Adorilson Bezerra <adorilson@gmail.com>, 2022
1212# Marco Rougeth <marco@rougeth.com>, 2023
1313# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
14+ # Victor D. G., 2023
1415#
1516#, fuzzy
1617msgid ""
1718msgstr ""
1819"Project-Id-Version : Python 3.12\n "
1920"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2023-08-25 22:29 +0000\n "
21+ "POT-Creation-Date : 2023-11-05 17:24 +0000\n "
2122"PO-Revision-Date : 2021-06-28 00:47+0000\n "
22- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2023\n "
23+ "Last-Translator : Victor D. G. , 2023\n "
2324"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
2425"teams/5390/pt_BR/)\n "
2526"MIME-Version : 1.0\n "
@@ -165,7 +166,7 @@ msgstr "Equivalente a ``printf(\"%u\")``. [1]_"
165166
166167#: ../../c-api/bytes.rst:78
167168msgid "``%ld``"
168- msgstr ""
169+ msgstr "``%ld`` "
169170
170171#: ../../c-api/bytes.rst:78
171172msgid "long"
@@ -177,7 +178,7 @@ msgstr "Equivalente a ``printf(\"%ld\")``. [1]_"
177178
178179#: ../../c-api/bytes.rst:81
179180msgid "``%lu``"
180- msgstr ""
181+ msgstr "``%lu`` "
181182
182183#: ../../c-api/bytes.rst:81
183184msgid "unsigned long"
@@ -189,7 +190,7 @@ msgstr "Equivalente a ``printf(\"%lu\")``. [1]_"
189190
190191#: ../../c-api/bytes.rst:84
191192msgid "``%zd``"
192- msgstr ""
193+ msgstr "``%zd`` "
193194
194195#: ../../c-api/bytes.rst:84
195196msgid ":c:type:`\\ Py_ssize_t`"
@@ -201,7 +202,7 @@ msgstr "Equivalente a ``printf(\"%zd\")``. [1]_"
201202
202203#: ../../c-api/bytes.rst:87
203204msgid "``%zu``"
204- msgstr ""
205+ msgstr "``%zu`` "
205206
206207#: ../../c-api/bytes.rst:87
207208msgid "size_t"
@@ -383,6 +384,9 @@ msgid ""
383384"appended to *bytes*. This version releases the :term:`strong reference` to "
384385"*newpart* (i.e. decrements its reference count)."
385386msgstr ""
387+ "\" Crie um novo objeto bytes em *\\ *bytes* contendo o conteúdo de newpart "
388+ "anexado a bytes. Esta versão libera a :term:`strong reference` (referência "
389+ "forte) para newpart (ou seja, decrementa a contagem de referências a ele).\" "
386390
387391#: ../../c-api/bytes.rst:193
388392msgid ""
0 commit comments