|
10 | 10 | # Leticia Portella <leportella@gmail.com>, 2021 |
11 | 11 | # felipe caridade <caridade500@gmail.com>, 2021 |
12 | 12 | # i17obot <i17obot@rougeth.com>, 2021 |
13 | | -# Adorilson Bezerra <adorilson@gmail.com>, 2022 |
14 | 13 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2022 |
| 14 | +# Adorilson Bezerra <adorilson@gmail.com>, 2022 |
15 | 15 | # |
16 | 16 | #, fuzzy |
17 | 17 | msgid "" |
18 | 18 | msgstr "" |
19 | 19 | "Project-Id-Version: Python 3.11\n" |
20 | 20 | "Report-Msgid-Bugs-To: \n" |
21 | | -"POT-Creation-Date: 2022-11-12 04:32+0000\n" |
| 21 | +"POT-Creation-Date: 2022-11-20 16:26+0000\n" |
22 | 22 | "PO-Revision-Date: 2021-06-28 01:08+0000\n" |
23 | | -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n" |
| 23 | +"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2022\n" |
24 | 24 | "Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/" |
25 | 25 | "teams/5390/pt_BR/)\n" |
26 | 26 | "MIME-Version: 1.0\n" |
@@ -177,6 +177,9 @@ msgid "" |
177 | 177 | "reference check for container types will be skipped and a circular reference " |
178 | 178 | "will result in a :exc:`RecursionError` (or worse)." |
179 | 179 | msgstr "" |
| 180 | +"Se *check_circular* for falso (padrão: ``True``), então a checagem de " |
| 181 | +"referência circular para tipos contêiner será ignorada e uma referência " |
| 182 | +"circular resultará em uma exceção :exc:`RecursionError` (ou pior)." |
180 | 183 |
|
181 | 184 | #: ../../library/json.rst:162 |
182 | 185 | msgid "" |
@@ -674,6 +677,11 @@ msgid "" |
674 | 677 | "prevent an infinite recursion (which would cause a :exc:`RecursionError`). " |
675 | 678 | "Otherwise, no such check takes place." |
676 | 679 | msgstr "" |
| 680 | +"Se *check_circular* é verdadeiro (o padrão), então listas, dicionários e " |
| 681 | +"objetos codificados personalizados serão verificados por referências " |
| 682 | +"circulares durante a codificação para prevenir uma recursão infinita (que " |
| 683 | +"iria causar uma :exc:`RecursionError`). Caso contrário, nenhuma verificação " |
| 684 | +"será feita." |
677 | 685 |
|
678 | 686 | #: ../../library/json.rst:442 |
679 | 687 | msgid "" |
|
0 commit comments