77# And Past <[email protected] >, 202188# Claudio Rogerio Carvalho Filho <[email protected] >, 202499# Adorilson Bezerra <[email protected] >, 202410- # Rafael Fontenelle <[email protected] >, 20241110# i17obot <[email protected] >, 202411+ # Rafael Fontenelle <[email protected] >, 20241212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2024-07-05 14:16+0000\n "
1919"PO-Revision-Date : 2021-06-28 01:11+0000\n "
20- "Last-Translator : i17obot <i17obot@rougeth .com>, 2024\n "
20+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
2121"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
2222"teams/5390/pt_BR/)\n "
2323"MIME-Version : 1.0\n "
@@ -89,31 +89,40 @@ msgid ""
8989"`print` function for inspecting values. Tip: you can reassign ``print = "
9090"pprint.pp`` for use within a scope."
9191msgstr ""
92+ "Imprime a representação formatada de *object*, seguida por uma nova linha. "
93+ "Esta função pode ser usado no interpretador interativo em vez da função :"
94+ "func:`print` para inspecionar valores. Dica: você pode reatribuir ``print = "
95+ "pprint.pp`` para uso dentro de um escopo."
9296
9397#: ../../library/pprint.rst:0
9498msgid "Parameters"
9599msgstr "Parâmetros"
96100
97101#: ../../library/pprint.rst:46
98102msgid "The object to be printed."
99- msgstr ""
103+ msgstr "O objeto a ser impresso. "
100104
101105#: ../../library/pprint.rst:49
102106msgid ""
103107"A file-like object to which the output will be written by calling its :meth:"
104108"`!write` method. If ``None`` (the default), :data:`sys.stdout` is used."
105109msgstr ""
110+ "Um objeto arquivo ou similar no qual a saída será gravada chamando seu "
111+ "método :meth:`!write`. Se ``None`` (o padrão), :data:`sys.stdout` será usado."
106112
107113#: ../../library/pprint.rst:55
108114msgid "The amount of indentation added for each nesting level."
109- msgstr ""
115+ msgstr "A quantidade de indentação adicionado para cada nível de aninhamento. "
110116
111117#: ../../library/pprint.rst:58
112118msgid ""
113119"The desired maximum number of characters per line in the output. If a "
114120"structure cannot be formatted within the width constraint, a best effort "
115121"will be made."
116122msgstr ""
123+ "O número máximo desejado de caracteres por linha na saída. Se uma estrutura "
124+ "não puder ser formatada dentro da restrição de largura, será feito o melhor "
125+ "esforço."
117126
118127#: ../../library/pprint.rst:63
119128msgid ""
@@ -122,6 +131,10 @@ msgid ""
122131"If ``None`` (the default), there is no constraint on the depth of the "
123132"objects being formatted."
124133msgstr ""
134+ "O número de níveis de aninhamento que podem ser impressos. Se a estrutura de "
135+ "dados que está sendo impressa for muito profunda, o próximo nível contido "
136+ "será substituído por ``...``. Se ``None`` (o padrão), não há restrição na "
137+ "profundidade dos objetos que estão sendo formatados."
125138
126139#: ../../library/pprint.rst:71
127140msgid ""
@@ -130,25 +143,38 @@ msgid ""
130143"separate line, otherwise as many items as will fit within the *width* will "
131144"be formatted on each output line."
132145msgstr ""
146+ "Controla a forma como :term:`sequências <sequence>` são formatadas. Se "
147+ "``False`` (o padrão), cada item de uma sequência será formatado em uma linha "
148+ "separada, caso contrário, tantos itens quantos couberem na *largura* serão "
149+ "formatados em cada linha de saída."
133150
134151#: ../../library/pprint.rst:78
135152msgid ""
136153"If ``True``, dictionaries will be formatted with their keys sorted, "
137154"otherwise they will be displayed in insertion order (the default)."
138155msgstr ""
156+ "Se ``True``, os dicionários serão formatados com suas chaves classificadas, "
157+ "caso contrário, serão exibidos na ordem de inserção (o padrão)."
139158
140159#: ../../library/pprint.rst:83
141160msgid ""
142161"If ``True``, integers will be formatted with the ``_`` character for a "
143162"thousands separator, otherwise underscores are not displayed (the default)."
144163msgstr ""
164+ "Se ``True``, os números inteiros serão formatados com o caractere ``_`` para "
165+ "um separador de milhares, caso contrário, os sublinhados não serão exibidos "
166+ "(o padrão)."
145167
146168#: ../../library/pprint.rst:105
147169msgid ""
148170"Alias for :func:`~pprint.pp` with *sort_dicts* set to ``True`` by default, "
149171"which would automatically sort the dictionaries' keys, you might want to "
150172"use :func:`~pprint.pp` instead where it is ``False`` by default."
151173msgstr ""
174+ "Apelido para :func:`~pprint.pp` com *sort_dicts* definido como ``True`` por "
175+ "padrão, o que classificaria automaticamente as chaves dos dicionários, você "
176+ "pode querer usar :func:`~pprint.pp` em vez disso, onde é ``False`` por "
177+ "padrão."
152178
153179#: ../../library/pprint.rst:113
154180msgid ""
@@ -157,6 +183,10 @@ msgid ""
157183"passed to the :class:`PrettyPrinter` constructor as formatting parameters "
158184"and their meanings are as described in the documentation above."
159185msgstr ""
186+ "Retorna a representação formatada de *object* como uma string. *indent*, "
187+ "*width*, *depth*, *compact*, *sort_dicts* e *underscore_numbers* são "
188+ "passados para o construtor de :class:`PrettyPrinter` como parâmetros de "
189+ "formatação e seus significados são descritos na documentação acima."
160190
161191#: ../../library/pprint.rst:123
162192msgid ""
@@ -201,13 +231,15 @@ msgstr "Objetos PrettyPrinter"
201231
202232#: ../../library/pprint.rst:160
203233msgid "Construct a :class:`PrettyPrinter` instance."
204- msgstr ""
234+ msgstr "Constrói uma instância :class:`PrettyPrinter`. "
205235
206236#: ../../library/pprint.rst:162
207237msgid ""
208238"Arguments have the same meaning as for :func:`~pprint.pp`. Note that they "
209239"are in a different order, and that *sort_dicts* defaults to ``True``."
210240msgstr ""
241+ "Os argumentos têm o mesmo significado que para :func:`~pprint.pp`. Observe "
242+ "que eles estão em uma ordem diferente e que o padrão *sort_dicts* é ``True``."
211243
212244#: ../../library/pprint.rst:189
213245msgid "Added the *compact* parameter."
0 commit comments