Skip to content

Commit 51c57bc

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent d9bd1e6 commit 51c57bc

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

library/json.po

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
# Leticia Portella <leportella@gmail.com>, 2021
1111
# felipe caridade <caridade500@gmail.com>, 2021
1212
# i17obot <i17obot@rougeth.com>, 2021
13-
# Adorilson Bezerra <adorilson@gmail.com>, 2022
1413
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
14+
# Adorilson Bezerra <adorilson@gmail.com>, 2022
1515
#
1616
#, fuzzy
1717
msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.11\n"
2020
"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"
2222
"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"
2424
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2525
"teams/5390/pt_BR/)\n"
2626
"MIME-Version: 1.0\n"
@@ -177,6 +177,9 @@ msgid ""
177177
"reference check for container types will be skipped and a circular reference "
178178
"will result in a :exc:`RecursionError` (or worse)."
179179
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)."
180183

181184
#: ../../library/json.rst:162
182185
msgid ""
@@ -674,6 +677,11 @@ msgid ""
674677
"prevent an infinite recursion (which would cause a :exc:`RecursionError`). "
675678
"Otherwise, no such check takes place."
676679
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."
677685

678686
#: ../../library/json.rst:442
679687
msgid ""

0 commit comments

Comments
 (0)