Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b21f4e

Browse files
Update translations
1 parent 7df62d2 commit 7b21f4e

File tree

4 files changed

+181
-42
lines changed

4 files changed

+181
-42
lines changed

library/reprlib.po

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66
# Translators:
77
# i17obot <[email protected]>, 2020
8-
# Rafael Fontenelle <[email protected]>, 2023
8+
# Rafael Fontenelle <[email protected]>, 2025
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-01-03 16:35+0000\n"
15+
"POT-Creation-Date: 2025-04-25 16:43+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:24+0000\n"
17-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
17+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
2020
"Language: pt_BR\n"
@@ -61,13 +61,19 @@ msgid ""
6161
"repr` function described below. Changing the attributes of this object will "
6262
"affect the size limits used by :func:`.repr` and the Python debugger."
6363
msgstr ""
64+
"Esta é uma instância de :class:`Repr` que é usada para fornecer a função :"
65+
"func:`.repr` descrita abaixo. Alterar os atributos deste objeto afetará os "
66+
"limites de tamanho usados ​​por :func:`.repr` e pelo depurador Python."
6467

6568
#: ../../library/reprlib.rst:37
6669
msgid ""
6770
"This is the :meth:`~Repr.repr` method of ``aRepr``. It returns a string "
6871
"similar to that returned by the built-in function of the same name, but with "
6972
"limits on most sizes."
7073
msgstr ""
74+
"Este é o método :meth:`~Repr.repr` de ``aRepr``. Ele retorna uma string "
75+
"semelhante à retornada pela função interna de mesmo nome, mas com limites na "
76+
"maioria dos tamanhos."
7177

7278
#: ../../library/reprlib.rst:41
7379
msgid ""
@@ -93,25 +99,35 @@ msgid ""
9399
"provide size limits for the representations of different object types, and "
94100
"methods which format specific object types."
95101
msgstr ""
102+
"Instâncias :class:`Repr` fornecem vários atributos que podem ser usados ​​para "
103+
"fornecer limites de tamanho para as representações de diferentes tipos de "
104+
"objetos e métodos que formatam tipos de objetos específicos."
96105

97106
#: ../../library/reprlib.rst:81
98107
msgid ""
99108
"Depth limit on the creation of recursive representations. The default is "
100109
"``6``."
101110
msgstr ""
111+
"Limite de profundidade na criação de representações recursivas. O padrão é "
112+
"``6``."
102113

103114
#: ../../library/reprlib.rst:92
104115
msgid ""
105116
"Limits on the number of entries represented for the named object type. The "
106117
"default is ``4`` for :attr:`maxdict`, ``5`` for :attr:`maxarray`, and ``6`` "
107118
"for the others."
108119
msgstr ""
120+
"Limites no número de entradas representadas para o tipo de objeto nomeado. O "
121+
"padrão é ``4`` para :attr:`maxdict`, ``5`` para :attr:`maxarray` e ``6`` "
122+
"para os demais."
109123

110124
#: ../../library/reprlib.rst:99
111125
msgid ""
112126
"Maximum number of characters in the representation for an integer. Digits "
113127
"are dropped from the middle. The default is ``40``."
114128
msgstr ""
129+
"Número máximo de caracteres na representação para um inteiro. Os dígitos são "
130+
"omitidos a partir do meio. O padrão é ``40``."
115131

116132
#: ../../library/reprlib.rst:105
117133
msgid ""
@@ -120,19 +136,29 @@ msgid ""
120136
"source: if escape sequences are needed in the representation, these may be "
121137
"mangled when the representation is shortened. The default is ``30``."
122138
msgstr ""
139+
"Limite no número de caracteres na representação da string. Observe que a "
140+
"representação \"normal\" da string é usada como fonte de caracteres: se "
141+
"sequências de escape forem necessárias na representação, elas poderão ser "
142+
"distorcidas quando a representação for encurtada. O padrão é ``30``."
123143

124144
#: ../../library/reprlib.rst:113
125145
msgid ""
126146
"This limit is used to control the size of object types for which no specific "
127147
"formatting method is available on the :class:`Repr` object. It is applied in "
128148
"a similar manner as :attr:`maxstring`. The default is ``20``."
129149
msgstr ""
150+
"Este limite é usado para controlar o tamanho de tipos de objetos para os "
151+
"quais nenhum método de formatação específico está disponível no objeto :"
152+
"class:`Repr`. Ele é aplicado de maneira semelhante a :attr:`maxstring`. O "
153+
"padrão é ``20``."
130154

131155
#: ../../library/reprlib.rst:120
132156
msgid ""
133157
"The equivalent to the built-in :func:`repr` that uses the formatting imposed "
134158
"by the instance."
135159
msgstr ""
160+
"O equivalente ao :func:`repr` embutido que usa a formatação imposta pela "
161+
"instância."
136162

137163
#: ../../library/reprlib.rst:126
138164
msgid ""
@@ -142,6 +168,11 @@ msgid ""
142168
"formatting, with ``level - 1`` for the value of *level* in the recursive "
143169
"call."
144170
msgstr ""
171+
"Implementação recursiva usada por :meth:`.repr`. Esta usa o tipo de *obj* "
172+
"para determinar qual método de formatação chamar, passando *obj* e *level*. "
173+
"Os métodos específicos de tipo devem chamar :meth:`repr1` para realizar a "
174+
"formatação recursiva, com ``level - 1`` para o valor de *level* na chamada "
175+
"recursiva."
145176

146177
#: ../../library/reprlib.rst:135
147178
msgid ""
@@ -151,10 +182,16 @@ msgid ""
151182
"meth:`repr1`. Type-specific methods which need to recursively format a value "
152183
"should call ``self.repr1(subobj, level - 1)``."
153184
msgstr ""
185+
"Métodos de formatação para tipos específicos são implementados como métodos "
186+
"com um nome baseado no nome do tipo. No nome do método, **TYPE** é "
187+
"substituído por ``'_'.join(type(obj).__name__.split())``. O despacho para "
188+
"esses métodos é tratado por :meth:`repr1`. Métodos específicos de tipo que "
189+
"precisam formatar um valor recursivamente devem chamar ``self.repr1(subobj, "
190+
"level - 1)``."
154191

155192
#: ../../library/reprlib.rst:145
156193
msgid "Subclassing Repr Objects"
157-
msgstr ""
194+
msgstr "Estendendo objetos Repr"
158195

159196
#: ../../library/reprlib.rst:147
160197
msgid ""

0 commit comments

Comments
 (0)