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

Skip to content

Commit 13b6b7c

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 60f9d52 commit 13b6b7c

10 files changed

Lines changed: 1392 additions & 1475 deletions

File tree

howto/logging-cookbook.po

Lines changed: 196 additions & 182 deletions
Large diffs are not rendered by default.

library/dataclasses.po

Lines changed: 148 additions & 248 deletions
Large diffs are not rendered by default.

library/dis.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.12\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-03-22 14:14+0000\n"
20+
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
2222
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
2323
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1065,7 +1065,7 @@ msgstr ""
10651065
#: ../../library/dis.rst:1118
10661066
msgid ""
10671067
"The low bit of ``namei`` signals to attempt a method load, as with :opcode:"
1068-
"`LOAD_ATTR`, which results in pushing ``None`` and the loaded method. When "
1068+
"`LOAD_ATTR`, which results in pushing ``NULL`` and the loaded method. When "
10691069
"it is unset a single value is pushed to the stack."
10701070
msgstr ""
10711071

library/os.po

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ msgid ""
2727
msgstr ""
2828
"Project-Id-Version: Python 3.12\n"
2929
"Report-Msgid-Bugs-To: \n"
30-
"POT-Creation-Date: 2024-03-22 14:14+0000\n"
30+
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
3131
"PO-Revision-Date: 2021-06-28 01:10+0000\n"
3232
"Last-Translator: Adorilson Bezerra <[email protected]>, 2024\n"
3333
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -3711,7 +3711,7 @@ msgid ""
37113711
msgstr ""
37123712
"Se o *path* for um objeto string (direta ou indiretamente por meio de uma "
37133713
"interface :class:`PathLike`), o resultado também será um objeto string e a "
3714-
"chamada pode levantará um UnicodeDecodeError. Se o *path* for um objeto de "
3714+
"chamada pode levantar um UnicodeDecodeError. Se o *path* for um objeto de "
37153715
"bytes (direto ou indireto), o resultado será um objeto de bytes."
37163716

37173717
#: ../../library/os.rst:2529
@@ -3812,7 +3812,7 @@ msgid ""
38123812
"will fail with an :exc:`OSError` subclass in a number of cases:"
38133813
msgstr ""
38143814
"Renomeia o arquivo ou diretório *src* para *dst*. Se *dst* existir, a "
3815-
"operação falhará com uma subclasse :exc:`OSError` em vários casos:"
3815+
"operação falhará com uma subclasse de :exc:`OSError` em vários casos:"
38163816

38173817
#: ../../library/os.rst:2599
38183818
msgid ""
@@ -3851,8 +3851,9 @@ msgid ""
38513851
"This function can support specifying *src_dir_fd* and/or *dst_dir_fd* to "
38523852
"supply :ref:`paths relative to directory descriptors <dir_fd>`."
38533853
msgstr ""
3854-
"Esta função pode suportar a especificação de *src_dir_fd* e/ou *dst_dir_fd* "
3855-
"para fornecer :ref:`caminhos relativos a descritores de diretório <dir_fd>`."
3854+
"Esta função pode implementar a especificação de *src_dir_fd* e/ou "
3855+
"*dst_dir_fd* para fornecer :ref:`caminhos relativos a descritores de "
3856+
"diretório <dir_fd>`."
38563857

38573858
#: ../../library/os.rst:2615
38583859
msgid ""
@@ -3882,11 +3883,11 @@ msgid ""
38823883
"corresponding to rightmost path segments of the old name will be pruned away "
38833884
"using :func:`removedirs`."
38843885
msgstr ""
3885-
"Diretório recursivo ou função de renomeação de arquivo. Funciona como :func:"
3886+
"Função de renomeação de arquivo ou diretório recursiva. Funciona como :func:"
38863887
"`rename`, exceto que a criação de qualquer diretório intermediário "
3887-
"necessário para tornar o novo nome de caminho bom é tentada primeiro. Após a "
3888-
"renomeação, os diretórios correspondentes aos segmentos de caminho mais à "
3889-
"direita do nome antigo serão removidos usando :func:`removedirs`."
3888+
"necessário para tornar o novo nome de caminho possível é tentada primeiro. "
3889+
"Após a renomeação, os diretórios correspondentes aos segmentos de caminho "
3890+
"mais à direita do nome antigo serão removidos usando :func:`removedirs`."
38903891

38913892
#: ../../library/os.rst:2635
38923893
msgid ""

library/pprint.po

Lines changed: 47 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
16+
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
1818
"Last-Translator: Claudio Rogerio Carvalho Filho <[email protected]>, "
1919
"2024\n"
@@ -77,7 +77,7 @@ msgid ""
7777
"parameters."
7878
msgstr ""
7979

80-
#: ../../library/pprint.rst:53
80+
#: ../../library/pprint.rst:64
8181
msgid ""
8282
"Prints the formatted representation of *object* on *stream*, followed by a "
8383
"newline. If *stream* is ``None``, :data:`sys.stdout` is used. This may be "
@@ -86,37 +86,43 @@ msgid ""
8686
"use within a scope)."
8787
msgstr ""
8888

89-
#: ../../library/pprint.rst:59
89+
#: ../../library/pprint.rst:70
9090
msgid ""
9191
"The configuration parameters *stream*, *indent*, *width*, *depth*, "
9292
"*compact*, *sort_dicts* and *underscore_numbers* are passed to the :class:"
9393
"`PrettyPrinter` constructor and their meanings are as described in its "
9494
"documentation below."
9595
msgstr ""
9696

97-
#: ../../library/pprint.rst:78
97+
#: ../../library/pprint.rst:75
98+
msgid ""
99+
"Note that *sort_dicts* is ``True`` by default and you might want to use :"
100+
"func:`~pprint.pp` instead where it is ``False`` by default."
101+
msgstr ""
102+
103+
#: ../../library/pprint.rst:81
98104
msgid ""
99105
"Return the formatted representation of *object* as a string. *indent*, "
100106
"*width*, *depth*, *compact*, *sort_dicts* and *underscore_numbers* are "
101107
"passed to the :class:`PrettyPrinter` constructor as formatting parameters "
102108
"and their meanings are as described in its documentation below."
103109
msgstr ""
104110

105-
#: ../../library/pprint.rst:88
111+
#: ../../library/pprint.rst:91
106112
msgid ""
107113
"Determine if the formatted representation of *object* is \"readable\", or "
108114
"can be used to reconstruct the value using :func:`eval`. This always "
109115
"returns ``False`` for recursive objects."
110116
msgstr ""
111117

112-
#: ../../library/pprint.rst:98
118+
#: ../../library/pprint.rst:101
113119
msgid ""
114120
"Determine if *object* requires a recursive representation. This function is "
115121
"subject to the same limitations as noted in :func:`saferepr` below and may "
116122
"raise an :exc:`RecursionError` if it fails to detect a recursive object."
117123
msgstr ""
118124

119-
#: ../../library/pprint.rst:105
125+
#: ../../library/pprint.rst:108
120126
msgid ""
121127
"Return a string representation of *object*, protected against recursion in "
122128
"some common data structures, namely instances of :class:`dict`, :class:"
@@ -126,117 +132,117 @@ msgid ""
126132
"id=number>``. The representation is not otherwise formatted."
127133
msgstr ""
128134

129-
#: ../../library/pprint.rst:118
135+
#: ../../library/pprint.rst:121
130136
msgid "PrettyPrinter Objects"
131137
msgstr ""
132138

133-
#: ../../library/pprint.rst:120
139+
#: ../../library/pprint.rst:123
134140
msgid "This module defines one class:"
135141
msgstr ""
136142

137-
#: ../../library/pprint.rst:130
143+
#: ../../library/pprint.rst:133
138144
msgid ""
139145
"Construct a :class:`PrettyPrinter` instance. This constructor understands "
140146
"several keyword parameters."
141147
msgstr ""
142148

143-
#: ../../library/pprint.rst:133
149+
#: ../../library/pprint.rst:136
144150
msgid ""
145151
"*stream* (default :data:`!sys.stdout`) is a :term:`file-like object` to "
146152
"which the output will be written by calling its :meth:`!write` method. If "
147153
"both *stream* and :data:`!sys.stdout` are ``None``, then :meth:"
148154
"`~PrettyPrinter.pprint` silently returns."
149155
msgstr ""
150156

151-
#: ../../library/pprint.rst:138
157+
#: ../../library/pprint.rst:141
152158
msgid ""
153159
"Other values configure the manner in which nesting of complex data "
154160
"structures is displayed."
155161
msgstr ""
156162

157-
#: ../../library/pprint.rst:141
163+
#: ../../library/pprint.rst:144
158164
msgid ""
159165
"*indent* (default 1) specifies the amount of indentation added for each "
160166
"nesting level."
161167
msgstr ""
162168

163-
#: ../../library/pprint.rst:144
169+
#: ../../library/pprint.rst:147
164170
msgid ""
165171
"*depth* controls the number of nesting levels which may be printed; if the "
166172
"data structure being printed is too deep, the next contained level is "
167173
"replaced by ``...``. By default, there is no constraint on the depth of the "
168174
"objects being formatted."
169175
msgstr ""
170176

171-
#: ../../library/pprint.rst:149
177+
#: ../../library/pprint.rst:152
172178
msgid ""
173179
"*width* (default 80) specifies the desired maximum number of characters per "
174180
"line in the output. If a structure cannot be formatted within the width "
175181
"constraint, a best effort will be made."
176182
msgstr ""
177183

178-
#: ../../library/pprint.rst:153
184+
#: ../../library/pprint.rst:156
179185
msgid ""
180186
"*compact* impacts the way that long sequences (lists, tuples, sets, etc) are "
181187
"formatted. If *compact* is false (the default) then each item of a sequence "
182188
"will be formatted on a separate line. If *compact* is true, as many items "
183189
"as will fit within the *width* will be formatted on each output line."
184190
msgstr ""
185191

186-
#: ../../library/pprint.rst:159
192+
#: ../../library/pprint.rst:162
187193
msgid ""
188194
"If *sort_dicts* is true (the default), dictionaries will be formatted with "
189195
"their keys sorted, otherwise they will display in insertion order."
190196
msgstr ""
191197

192-
#: ../../library/pprint.rst:162
198+
#: ../../library/pprint.rst:165
193199
msgid ""
194200
"If *underscore_numbers* is true, integers will be formatted with the ``_`` "
195201
"character for a thousands separator, otherwise underscores are not displayed "
196202
"(the default)."
197203
msgstr ""
198204

199-
#: ../../library/pprint.rst:166
205+
#: ../../library/pprint.rst:169
200206
msgid "Added the *compact* parameter."
201207
msgstr ""
202208

203-
#: ../../library/pprint.rst:169
209+
#: ../../library/pprint.rst:172
204210
msgid "Added the *sort_dicts* parameter."
205211
msgstr ""
206212

207-
#: ../../library/pprint.rst:172
213+
#: ../../library/pprint.rst:175
208214
msgid "Added the *underscore_numbers* parameter."
209215
msgstr ""
210216

211-
#: ../../library/pprint.rst:175
217+
#: ../../library/pprint.rst:178
212218
msgid "No longer attempts to write to :data:`!sys.stdout` if it is ``None``."
213219
msgstr ""
214220

215-
#: ../../library/pprint.rst:202
221+
#: ../../library/pprint.rst:205
216222
msgid ":class:`PrettyPrinter` instances have the following methods:"
217223
msgstr ""
218224

219-
#: ../../library/pprint.rst:207
225+
#: ../../library/pprint.rst:210
220226
msgid ""
221227
"Return the formatted representation of *object*. This takes into account "
222228
"the options passed to the :class:`PrettyPrinter` constructor."
223229
msgstr ""
224230

225-
#: ../../library/pprint.rst:213
231+
#: ../../library/pprint.rst:216
226232
msgid ""
227233
"Print the formatted representation of *object* on the configured stream, "
228234
"followed by a newline."
229235
msgstr ""
230236

231-
#: ../../library/pprint.rst:216
237+
#: ../../library/pprint.rst:219
232238
msgid ""
233239
"The following methods provide the implementations for the corresponding "
234240
"functions of the same names. Using these methods on an instance is slightly "
235241
"more efficient since new :class:`PrettyPrinter` objects don't need to be "
236242
"created."
237243
msgstr ""
238244

239-
#: ../../library/pprint.rst:226
245+
#: ../../library/pprint.rst:229
240246
msgid ""
241247
"Determine if the formatted representation of the object is \"readable,\" or "
242248
"can be used to reconstruct the value using :func:`eval`. Note that this "
@@ -245,18 +251,18 @@ msgid ""
245251
"returns ``False``."
246252
msgstr ""
247253

248-
#: ../../library/pprint.rst:235
254+
#: ../../library/pprint.rst:238
249255
msgid "Determine if the object requires a recursive representation."
250256
msgstr ""
251257

252-
#: ../../library/pprint.rst:237
258+
#: ../../library/pprint.rst:240
253259
msgid ""
254260
"This method is provided as a hook to allow subclasses to modify the way "
255261
"objects are converted to strings. The default implementation uses the "
256262
"internals of the :func:`saferepr` implementation."
257263
msgstr ""
258264

259-
#: ../../library/pprint.rst:244
265+
#: ../../library/pprint.rst:247
260266
msgid ""
261267
"Returns three values: the formatted version of *object* as a string, a flag "
262268
"indicating whether the result is readable, and a flag indicating whether "
@@ -274,45 +280,45 @@ msgid ""
274280
"of the current call."
275281
msgstr ""
276282

277-
#: ../../library/pprint.rst:262
283+
#: ../../library/pprint.rst:265
278284
msgid "Example"
279285
msgstr "Exemplo"
280286

281-
#: ../../library/pprint.rst:264
287+
#: ../../library/pprint.rst:267
282288
msgid ""
283-
"To demonstrate several uses of the :func:`~pprint.pprint` function and its "
289+
"To demonstrate several uses of the :func:`~pprint.pp` function and its "
284290
"parameters, let's fetch information about a project from `PyPI <https://pypi."
285291
"org>`_::"
286292
msgstr ""
287293

288-
#: ../../library/pprint.rst:273
289-
msgid "In its basic form, :func:`~pprint.pprint` shows the whole object::"
294+
#: ../../library/pprint.rst:276
295+
msgid "In its basic form, :func:`~pprint.pp` shows the whole object::"
290296
msgstr ""
291297

292-
#: ../../library/pprint.rst:329
298+
#: ../../library/pprint.rst:332
293299
msgid ""
294300
"The result can be limited to a certain *depth* (ellipsis is used for deeper "
295301
"contents)::"
296302
msgstr ""
297303

298-
#: ../../library/pprint.rst:375
304+
#: ../../library/pprint.rst:378
299305
msgid ""
300306
"Additionally, maximum character *width* can be suggested. If a long object "
301307
"cannot be split, the specified width will be exceeded::"
302308
msgstr ""
303309

304-
#: ../../library/pprint.rst:86 ../../library/pprint.rst:224
310+
#: ../../library/pprint.rst:89 ../../library/pprint.rst:227
305311
msgid "built-in function"
306312
msgstr "função embutida"
307313

308-
#: ../../library/pprint.rst:86 ../../library/pprint.rst:224
314+
#: ../../library/pprint.rst:89 ../../library/pprint.rst:227
309315
msgid "eval"
310316
msgstr "eval"
311317

312-
#: ../../library/pprint.rst:125
318+
#: ../../library/pprint.rst:128
313319
msgid "..."
314320
msgstr "..."
315321

316-
#: ../../library/pprint.rst:125
322+
#: ../../library/pprint.rst:128
317323
msgid "placeholder"
318324
msgstr ""

0 commit comments

Comments
 (0)