Skip to content

Commit 2ebe144

Browse files
Update translations
1 parent 3bef5a7 commit 2ebe144

File tree

16 files changed

+437
-313
lines changed

16 files changed

+437
-313
lines changed

c-api/arg.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-04-25 16:05+0000\n"
14+
"POT-Creation-Date: 2025-05-16 16:46+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -204,10 +204,10 @@ msgid ""
204204
"strings, it is preferable to use the ``O&`` format with :c:func:"
205205
"`PyUnicode_FSConverter` as *converter*."
206206
msgstr ""
207-
"Esse formato não aceita :term:`objetos bytes ou similar <bytes-like "
207+
"Esse formato não aceita :term:`objetos bytes ou similares <bytes-like "
208208
"object>`. Se você quer aceitar caminhos de sistema de arquivos e convertê-"
209-
"los para strings em C, é preferível que use o formato ``O&`` com :c:func:"
210-
"`PyUnicode_FSConverter` como *conversor*."
209+
"los para strings de caracteres em C, é preferível que use o formato ``O&`` "
210+
"com :c:func:`PyUnicode_FSConverter` como *conversor*."
211211

212212
#: ../../c-api/arg.rst:96 ../../c-api/arg.rst:164
213213
msgid ""
@@ -228,7 +228,7 @@ msgid ""
228228
"resulting C string may contain embedded NUL bytes. Unicode objects are "
229229
"converted to C strings using ``'utf-8'`` encoding."
230230
msgstr ""
231-
"Esse formato aceita tanto objetos Unicode quanto objetos bytes ou similar. "
231+
"Esse formato aceita tanto objetos Unicode quanto objetos bytes ou similares. "
232232
"Preenche uma estrutura :c:type:`Py_buffer` fornecida pelo chamador. Nesse "
233233
"caso, a string em C resultante pode conter bytes NUL embutidos. Objetos "
234234
"Unicode são convertidos para strings em C usando codificação ``'utf-8'``."
@@ -333,7 +333,7 @@ msgid ""
333333
"objects. **This is the recommended way to accept binary data.**"
334334
msgstr ""
335335
"Esta variante em ``s*`` não aceita objetos unicode, apenas objetos bytes ou "
336-
"similar. **Esta é a maneira recomendada para aceitar dados binários.**"
336+
"similares. **Esta é a maneira recomendada para aceitar dados binários.**"
337337

338338
#: ../../c-api/arg.rst:143
339339
msgid ""
@@ -349,7 +349,7 @@ msgid ""
349349
"objects."
350350
msgstr ""
351351
"Esta variação de ``s#`` não aceita objetos Unicode, apenas objetos bytes ou "
352-
"similar."
352+
"similares."
353353

354354
#: ../../c-api/arg.rst:148
355355
msgid "``S`` (:class:`bytes`) [PyBytesObject \\*]"

glossary.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-04-18 16:08+0000\n"
14+
"POT-Creation-Date: 2025-05-30 16:53+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -448,11 +448,11 @@ msgid ""
448448
"with binary data; these include compression, saving to a binary file, and "
449449
"sending over a socket."
450450
msgstr ""
451-
"Um objeto com suporte ao o :ref:`bufferobjects` e que pode exportar um "
452-
"buffer C :term:`contíguo <contiguous>`. Isso inclui todos os objetos :class:"
453-
"`bytes`, :class:`bytearray` e :class:`array.array`, além de muitos objetos :"
454-
"class:`memoryview` comuns. Objetos bytes ou similar podem ser usados para "
455-
"várias operações que funcionam com dados binários; isso inclui compactação, "
451+
"Um objeto com suporte ao :ref:`bufferobjects` e que pode exportar um buffer "
452+
"C :term:`contíguo`. Isso inclui todos os objetos :class:`bytes`, :class:"
453+
"`bytearray` e :class:`array.array`, além de muitos objetos :class:"
454+
"`memoryview` comuns. Objetos bytes ou similares podem ser usados para várias "
455+
"operações que funcionam com dados binários; isso inclui compactação, "
456456
"salvamento em um arquivo binário e envio por um soquete."
457457

458458
#: ../../glossary.rst:191
@@ -465,11 +465,11 @@ msgid ""
465465
"include :class:`bytes` and a :class:`memoryview` of a :class:`bytes` object."
466466
msgstr ""
467467
"Algumas operações precisam que os dados binários sejam mutáveis. A "
468-
"documentação geralmente se refere a eles como \"objetos bytes ou similar "
468+
"documentação geralmente se refere a eles como \"objetos bytes ou similares "
469469
"para leitura e escrita\". Exemplos de objetos de buffer mutável incluem :"
470470
"class:`bytearray` e um :class:`memoryview` de um :class:`bytearray`. Outras "
471471
"operações exigem que os dados binários sejam armazenados em objetos "
472-
"imutáveis (\"objetos bytes ou similar para somente leitura\"); exemplos "
472+
"imutáveis (\"objetos bytes ou similares para somente leitura\"); exemplos "
473473
"disso incluem :class:`bytes` e a :class:`memoryview` de um objeto :class:"
474474
"`bytes`."
475475

@@ -2743,7 +2743,7 @@ msgid ""
27432743
"`bytes-like objects <bytes-like object>`."
27442744
msgstr ""
27452745
"Veja também :term:`arquivo binário` para um objeto arquivo apto a ler e "
2746-
"escrever :term:`objetos bytes ou similar <bytes-like object>`."
2746+
"escrever :term:`objetos bytes ou similares <bytes-like object>`."
27472747

27482748
#: ../../glossary.rst:1180
27492749
msgid "triple-quoted string"

howto/urllib2.po

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-09 17:01+0000\n"
14+
"POT-Creation-Date: 2025-05-30 16:53+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -398,9 +398,6 @@ msgid ""
398398
"of response codes in that shows all the response codes used by :rfc:`2616`. "
399399
"The dictionary is reproduced here for convenience ::"
400400
msgstr ""
401-
":attr:`http.server.BaseHTTPRequestHandler.responses` é um dicionário útil de "
402-
"códigos de resposta que mostra todos os códigos de resposta usados ​​por :rfc:"
403-
"`2616`. O dicionário é reproduzido aqui para facilitar ::"
404401

405402
#: ../../howto/urllib2.rst:326
406403
msgid ""
@@ -413,7 +410,7 @@ msgstr ""
413410

414411
#: ../../howto/urllib2.rst:346
415412
msgid "Wrapping it Up"
416-
msgstr ""
413+
msgstr "Resumindo"
417414

418415
#: ../../howto/urllib2.rst:348
419416
msgid ""
@@ -562,7 +559,7 @@ msgstr ""
562559

563560
#: ../../howto/urllib2.rst:455
564561
msgid "Basic Authentication"
565-
msgstr ""
562+
msgstr "Autenticação básica"
566563

567564
#: ../../howto/urllib2.rst:457
568565
msgid ""
@@ -580,10 +577,14 @@ msgid ""
580577
"authentication scheme and a 'realm'. The header looks like: ``WWW-"
581578
"Authenticate: SCHEME realm=\"REALM\"``."
582579
msgstr ""
580+
"Quando a autenticação é necessária, o servidor envia um cabeçalho (e o "
581+
"código de erro 401) solicitando autenticação. Isso especifica o esquema de "
582+
"autenticação e um \"domínio\". O cabeçalho se parece com: ``WWW-"
583+
"Authenticate: SCHEME realm=\"REALM\"``."
583584

584585
#: ../../howto/urllib2.rst:468
585586
msgid "e.g."
586-
msgstr ""
587+
msgstr "Por exemplo:"
587588

588589
#: ../../howto/urllib2.rst:475
589590
msgid ""
@@ -592,6 +593,10 @@ msgid ""
592593
"authentication'. In order to simplify this process we can create an instance "
593594
"of ``HTTPBasicAuthHandler`` and an opener to use this handler."
594595
msgstr ""
596+
"O cliente deve então tentar a solicitação novamente com o nome e a senha "
597+
"apropriados para o domínio incluídos como cabeçalho na solicitação. Isso é "
598+
"\"autenticação básica\". Para simplificar esse processo, podemos criar uma "
599+
"instância de ``HTTPBasicAuthHandler`` e um opener para usar esse manipulador."
595600

596601
#: ../../howto/urllib2.rst:480
597602
msgid ""

library/array.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-02 16:07+0000\n"
14+
"POT-Creation-Date: 2025-05-16 16:46+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -277,7 +277,7 @@ msgstr ""
277277
"fatias, o valor associado deve ser um objeto vetor com o mesmo código de "
278278
"tipo; caso contrário, :exc:`TypeError` é levantada. Objetos vetor também "
279279
"implementam a interface buffer, e também podem ser usados em qualquer lugar "
280-
"onde :term:`objetos bytes ou similar <bytes-like object>` é permitido."
280+
"onde :term:`objetos bytes ou similares <bytes-like object>` é permitido."
281281

282282
#: ../../library/array.rst:94
283283
msgid ""

library/binascii.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-31 16:00+0000\n"
14+
"POT-Creation-Date: 2025-05-30 16:53+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -45,7 +45,7 @@ msgid ""
4545
"the buffer protocol)."
4646
msgstr ""
4747
"Funções ``a2b_*`` aceitam strings Unicode contendo apenas caracteres ASCII. "
48-
"Outras funções aceitam apenas :term:`objetos bytes ou similar <bytes-like "
48+
"Outras funções aceitam apenas :term:`objetos bytes ou similares <bytes-like "
4949
"object>` (como :class:`bytes`, :class:`bytearray` e outros objetos que "
5050
"suportam o protocolo buffer)."
5151

library/hashlib.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-04-25 16:05+0000\n"
14+
"POT-Creation-Date: 2025-05-16 16:46+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -379,7 +379,7 @@ msgid ""
379379
"length (e.g. 1024). *salt* should be about 16 or more bytes from a proper "
380380
"source, e.g. :func:`os.urandom`."
381381
msgstr ""
382-
"*password* e *salt* devem ser :term:`objetos bytes ou similar <bytes-like "
382+
"*password* e *salt* devem ser :term:`objetos bytes ou similares <bytes-like "
383383
"object>`. Aplicações e bibliotecas devem limitar *password* a um tamanho "
384384
"razoável (por exemplo, 1024). *salt* deve ter cerca de 16 bytes ou mais de "
385385
"uma fonte adequada, por exemplo, :func:`os.urandom`."

library/marshal.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-02 16:07+0000\n"
14+
"POT-Creation-Date: 2025-05-23 16:44+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -110,7 +110,7 @@ msgid ""
110110
"bytes-like objects."
111111
msgstr ""
112112
"Existem funções que leem/gravam arquivos, bem como funções que operam em "
113-
"objetos bytes ou similar"
113+
"objetos bytes ou similares."
114114

115115
#: ../../library/marshal.rst:54
116116
msgid "The module defines these functions:"

0 commit comments

Comments
 (0)