55#
66# Translators:
77# python-doc bot, 2025
8+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.14\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-11-09 14:13 +0000\n "
15+ "POT-Creation-Date : 2025-11-17 14:14 +0000\n "
1516"PO-Revision-Date : 2025-09-16 00:00+0000\n "
16- "Last-Translator : python-doc bot , 2025\n "
17+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2025\n "
1718"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
1819"teams/5390/pt_BR/)\n "
1920"MIME-Version : 1.0\n "
@@ -46,51 +47,64 @@ msgid ""
4647"A numerical value indicating the algorithm for hashing of :class:`str`, :"
4748"class:`bytes`, and :class:`memoryview`."
4849msgstr ""
50+ "Um valor numérico que indica o algoritmo de hash para :class:`str`, :class:"
51+ "`bytes` e :class:`memoryview`."
4952
5053#: ../../c-api/hash.rst:27
5154msgid "The algorithm name is exposed by :data:`sys.hash_info.algorithm`."
52- msgstr ""
55+ msgstr "O nome do algoritmo é exposto por :data:`sys.hash_info.algorithm`. "
5356
5457#: ../../c-api/hash.rst:36
5558msgid ""
5659"Numerical values to compare to :c:macro:`Py_HASH_ALGORITHM` to determine "
5760"which algorithm is used for hashing. The hash algorithm can be configured "
5861"via the configure :option:`--with-hash-algorithm` option."
5962msgstr ""
63+ "Valores numéricos a serem comparados com :c:macro:`Py_HASH_ALGORITHM` para "
64+ "determinar qual algoritmo é usado para o hashing. O algoritmo de hash pode "
65+ "ser configurado através da opção :option:`--with-hash-algorithm` do comando "
66+ "configure."
6067
6168#: ../../c-api/hash.rst:40
6269msgid "Add :c:macro:`!Py_HASH_FNV` and :c:macro:`!Py_HASH_SIPHASH24`."
63- msgstr ""
70+ msgstr "Adiciona :c:macro:`!Py_HASH_FNV` e :c:macro:`!Py_HASH_SIPHASH24`. "
6471
6572#: ../../c-api/hash.rst:43
6673msgid "Add :c:macro:`!Py_HASH_SIPHASH13`."
67- msgstr ""
74+ msgstr "Adiciona :c:macro:`!Py_HASH_SIPHASH13`. "
6875
6976#: ../../c-api/hash.rst:49
7077msgid ""
7178"Buffers of length in range ``[1, Py_HASH_CUTOFF)`` are hashed using DJBX33A "
7279"instead of the algorithm described by :c:macro:`Py_HASH_ALGORITHM`."
7380msgstr ""
81+ "Buffers de comprimento no intervalo ``[1, Py_HASH_CUTOFF)`` são hasheados "
82+ "usando DJBX33A em vez do algoritmo descrito por :c:macro:`Py_HASH_ALGORITHM`."
7483
7584#: ../../c-api/hash.rst:52
7685msgid "A :c:macro:`!Py_HASH_CUTOFF` of 0 disables the optimization."
77- msgstr ""
86+ msgstr "Uma :c:macro:`!Py_HASH_CUTOFF` de 0 desabilita a otimização. "
7887
7988#: ../../c-api/hash.rst:53
8089msgid ""
8190":c:macro:`!Py_HASH_CUTOFF` must be non-negative and less or equal than 7."
8291msgstr ""
92+ ":c:macro:`!Py_HASH_CUTOFF` deve ser não-negativo ou menor ou igual a 7."
8393
8494#: ../../c-api/hash.rst:55
8595msgid ""
8696"32-bit platforms should use a cutoff smaller than 64-bit platforms because "
8797"it is easier to create colliding strings. A cutoff of 7 on 64-bit platforms "
8898"and 5 on 32-bit platforms should provide a decent safety margin."
8999msgstr ""
100+ "Plataformas de 32 bits devem usar um limite de corte menor do que "
101+ "plataformas de 64 bits, pois é mais fácil criar strings que colidam. Um "
102+ "limite de corte de 7 em plataformas de 64 bits e 5 em plataformas de 32 bits "
103+ "deve fornecer uma margem de segurança adequada."
90104
91105#: ../../c-api/hash.rst:59
92106msgid "This corresponds to the :data:`sys.hash_info.cutoff` constant."
93- msgstr ""
107+ msgstr "Isso corresponde à constante :data:`sys.hash_info.cutoff`. "
94108
95109#: ../../c-api/hash.rst:66
96110msgid ""
@@ -102,7 +116,7 @@ msgstr ""
102116
103117#: ../../c-api/hash.rst:69
104118msgid "This corresponds to the :data:`sys.hash_info.modulus` constant."
105- msgstr ""
119+ msgstr "Isso corresponde à constante :data:`sys.hash_info.modulus`. "
106120
107121#: ../../c-api/hash.rst:76
108122msgid "The exponent ``n`` of ``P`` in :c:macro:`PyHASH_MODULUS`."
@@ -118,15 +132,15 @@ msgstr "O valor de hash retornado para um infinito positivo."
118132
119133#: ../../c-api/hash.rst:92
120134msgid "This corresponds to the :data:`sys.hash_info.inf` constant."
121- msgstr ""
135+ msgstr "Isso corresponde à constante :data:`sys.hash_info.inf`. "
122136
123137#: ../../c-api/hash.rst:99
124138msgid "The multiplier used for the imaginary part of a complex number."
125139msgstr "O multiplicador usado para a parte imaginária de um número complexo."
126140
127141#: ../../c-api/hash.rst:101
128142msgid "This corresponds to the :data:`sys.hash_info.imag` constant."
129- msgstr ""
143+ msgstr "Isso corresponde à constante :data:`sys.hash_info.imag`. "
130144
131145#: ../../c-api/hash.rst:108
132146msgid "Hash function definition used by :c:func:`PyHash_GetFuncDef`."
@@ -142,23 +156,23 @@ msgstr "Nome de função hash (string codificada em UTF-8)."
142156
143157#: ../../c-api/hash.rst:118
144158msgid "This corresponds to the :data:`sys.hash_info.algorithm` constant."
145- msgstr ""
159+ msgstr "Isso corresponde à constante :data:`sys.hash_info.algorithm`. "
146160
147161#: ../../c-api/hash.rst:122
148162msgid "Internal size of the hash value in bits."
149163msgstr "Tamanho interno do valor do hash em bits."
150164
151165#: ../../c-api/hash.rst:124
152166msgid "This corresponds to the :data:`sys.hash_info.hash_bits` constant."
153- msgstr ""
167+ msgstr "Isso corresponde à constante :data:`sys.hash_info.hash_bits`. "
154168
155169#: ../../c-api/hash.rst:128
156170msgid "Size of seed input in bits."
157171msgstr "Tamanho da entrada de seed em bits."
158172
159173#: ../../c-api/hash.rst:130
160174msgid "This corresponds to the :data:`sys.hash_info.seed_bits` constant."
161- msgstr ""
175+ msgstr "Isso corresponde à constante :data:`sys.hash_info.seed_bits`. "
162176
163177#: ../../c-api/hash.rst:137
164178msgid "Get the hash function definition."
0 commit comments