77# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2017
88# Rafael Fontenelle <rffontenelle@gmail.com>, 2019
99# i17obot <i17obot@rougeth.com>, 2021
10+ # mvpetri <mvpetri@gmail.com>, 2021
1011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2021-01-01 05:02+0000\n "
1718"PO-Revision-Date : 2017-02-16 23:15+0000\n "
18- "Last-Translator : i17obot <i17obot@rougeth .com>, 2021\n "
19+ "Last-Translator : mvpetri <mvpetri@gmail .com>, 2021\n "
1920"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
2021"teams/5390/pt_BR/)\n "
2122"MIME-Version : 1.0\n "
@@ -108,7 +109,7 @@ msgstr ""
108109
109110#: ../../library/ipaddress.rst:89
110111msgid "Address objects"
111- msgstr ""
112+ msgstr "Endereço de objetos "
112113
113114#: ../../library/ipaddress.rst:91
114115msgid ""
@@ -128,7 +129,7 @@ msgstr ""
128129
129130#: ../../library/ipaddress.rst:102
130131msgid "The following constitutes a valid IPv4 address:"
131- msgstr ""
132+ msgstr "O seguinte constitui um endereço IPv4 válido: "
132133
133134#: ../../library/ipaddress.rst:104
134135msgid ""
@@ -138,10 +139,16 @@ msgid ""
138139"tolerated only for values less than 8 (as there is no ambiguity between the "
139140"decimal and octal interpretations of such strings)."
140141msgstr ""
142+ "Uma string em notação decimal por ponto, consistindo de quatro inteiros "
143+ "decimais em um intervalo inclusivo 0--255 separado por pontos (e.g. "
144+ "``192.168.0.1``). Cada inteiro representa um octeto (byte) no endereço. "
145+ "Zeros à esquerda são tolerados apenas para valores menores que 8 (por não "
146+ "haver ambiguidade entre a interpretação de decimal ou octal para tais "
147+ "strings)."
141148
142149#: ../../library/ipaddress.rst:109
143150msgid "An integer that fits into 32 bits."
144- msgstr ""
151+ msgstr "Um inteiro que cabe em 32 bits. "
145152
146153#: ../../library/ipaddress.rst:110
147154msgid ""
@@ -234,6 +241,8 @@ msgstr ""
234241msgid ""
235242"``True`` if the address is reserved for link-local usage. See :RFC:`3927`."
236243msgstr ""
244+ "``True`` se o endereço está reservado para uso de link local. Ver: :RFC:"
245+ "`3927`."
237246
238247#: ../../library/ipaddress.rst:207
239248msgid ""
@@ -246,6 +255,15 @@ msgid ""
246255"``'#'`` and the grouping option ``'_'`` are available. ``__format__`` is "
247256"used by ``format``, ``str.format`` and f-strings."
248257msgstr ""
258+ "Retorna a representação string do endereço de IP, controlado por uma string "
259+ "de formato explícito. *fmt* pode ser um dos seguintes: ``'s'``, a opção "
260+ "padrão, equivalente à :func:`str`, ``'b'`` para uma string binária "
261+ "preenchida com zeros, ``'X'`` ou ``'x'`` para uma representação hexadecimal "
262+ "maiúscula ou minúscula, ou ``'n'``, que equivale a ``'b'`` para endereços "
263+ "IPv4 e ``'x'`` para IPv6. Para representações binárias e hexadecimais, o "
264+ "especificador de forma ``'#'`` e a opção de agrupamento ``'_'`` estão "
265+ "disponíveis. ``__format__`` é utilizado por ``format``, ``str.format`` e f-"
266+ "strings."
249267
250268#: ../../library/ipaddress.rst:234
251269msgid ""
@@ -255,7 +273,7 @@ msgstr ""
255273
256274#: ../../library/ipaddress.rst:237
257275msgid "The following constitutes a valid IPv6 address:"
258- msgstr ""
276+ msgstr "O seguinte constitui um endereço IPv6 válido: "
259277
260278#: ../../library/ipaddress.rst:239
261279msgid ""
@@ -266,6 +284,12 @@ msgid ""
266284"example, ``\" 0000:0000:0000:0000:0000:0abc:0007:0def\" `` can be compressed "
267285"to ``\" ::abc:7:def\" ``."
268286msgstr ""
287+ "Uma string constituída de oito grupos de quatro dígitos hexadecimais, cada "
288+ "grupo representando 16 bits. Os grupos são separados por dois pontos. Isto "
289+ "descreve uma notação *explodida* (longa); A string também pode ser "
290+ "*compactada* (notação curta) por vários meios. Ver :RFC:`4291` para "
291+ "detalhes. Por exemplo, ``\" 0000:0000:0000:0000:0000:0abc:0007:0def\" `` pode "
292+ "ser compactada para ``\" ::abc:7:def\" ``."
269293
270294#: ../../library/ipaddress.rst:247
271295msgid ""
@@ -275,10 +299,15 @@ msgid ""
275299"``fe80::1234%1`` might identify address ``fe80::1234`` on the first link of "
276300"the node."
277301msgstr ""
302+ "Opcionalmente, a string pode ter um ID de escopo de zona, expressado por um "
303+ "sufixo ``%scope_id``. Se presente, o ID de escopo deve ser não vazio, e pode "
304+ "não conter ``%``. Ver :RFC:`4007` para detalhes. Por exemplo, "
305+ "``fe80::1234%1`` pode identificar o endereço ``fe80::1234`` no primeiro link "
306+ "do nó."
278307
279308#: ../../library/ipaddress.rst:252
280309msgid "An integer that fits into 128 bits."
281- msgstr ""
310+ msgstr "Um inteiro que cabe em 128 bits. "
282311
283312#: ../../library/ipaddress.rst:253
284313msgid ""
@@ -291,22 +320,29 @@ msgid ""
291320"omitted and the longest sequence of groups consisting entirely of zeroes "
292321"collapsed to a single empty group."
293322msgstr ""
323+ "A forma curta da representação do endereço, com zeros à esquerda em grupos "
324+ "omitidos e a sequência mais longa de grupos consistida inteiramente por "
325+ "zeros colapsada em um grupo vazio único."
294326
295327#: ../../library/ipaddress.rst:267
296328msgid "This is also the value returned by ``str(addr)`` for IPv6 addresses."
297- msgstr ""
329+ msgstr "Este também é o valor retornado por ``str(addr)`` para endereços IPv6. "
298330
299331#: ../../library/ipaddress.rst:271
300332msgid ""
301333"The long form of the address representation, with all leading zeroes and "
302334"groups consisting entirely of zeroes included."
303335msgstr ""
336+ "A forma longa da representação do endereço, com todos zeros à esquerda em "
337+ "grupos consistindo inteiramente de zeros incluídos."
304338
305339#: ../../library/ipaddress.rst:275
306340msgid ""
307341"For the following attributes and methods, see the corresponding "
308342"documentation of the :class:`IPv4Address` class:"
309343msgstr ""
344+ "Para os seguintes atributos e métodos, veja a documentação correspondente "
345+ "para a classe :class:`IPv4Address`:"
310346
311347#: ../../library/ipaddress.rst:290
312348msgid "is_global"
@@ -573,11 +609,11 @@ msgstr ""
573609
574610#: ../../library/ipaddress.rst:532
575611msgid "The total number of addresses in the network."
576- msgstr ""
612+ msgstr "O número total de endereços na rede. "
577613
578614#: ../../library/ipaddress.rst:536
579615msgid "Length of the network prefix, in bits."
580- msgstr ""
616+ msgstr "Comprimento do prefixo de rede, em bits. "
581617
582618#: ../../library/ipaddress.rst:540
583619msgid ""
@@ -623,11 +659,11 @@ msgstr ""
623659
624660#: ../../library/ipaddress.rst:617
625661msgid "Return ``True`` if this network is a subnet of *other*."
626- msgstr ""
662+ msgstr "Retorna ``True`` se esta rede é uma sub-rede de *outra*. "
627663
628664#: ../../library/ipaddress.rst:628
629665msgid "Return ``True`` if this network is a supernet of *other*."
630- msgstr ""
666+ msgstr "Retorna ``True`` se esta rede é uma super-rede de *outra*. "
631667
632668#: ../../library/ipaddress.rst:639
633669msgid ""
@@ -739,7 +775,7 @@ msgstr ""
739775
740776#: ../../library/ipaddress.rst:781
741777msgid "Networks as containers of addresses"
742- msgstr ""
778+ msgstr "Redes como contêineres de endereços "
743779
744780#: ../../library/ipaddress.rst:783
745781msgid "Network objects can act as containers of addresses. Some examples::"
0 commit comments