Skip to content

Commit 3dbee08

Browse files
Update translations from Transifex
1 parent 49bbfbc commit 3dbee08

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tutorial/datastructures.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Leticia Portella <leportella@gmail.com>, 2021
1010
# Cauê Baasch de Souza <cauebaasch@gmail.com>, 2021
1111
# Victor Matheus Castro <victormatheuscastro@gmail.com>, 2021
12-
# Adorilson Bezerra <adorilson@gmail.com>, 2021
12+
# Adorilson Bezerra <adorilson@gmail.com>, 2022
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
21-
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2021\n"
21+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2022\n"
2222
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2323
"teams/5390/pt_BR/)\n"
2424
"MIME-Version: 1.0\n"
@@ -715,6 +715,11 @@ msgid ""
715715
"object. All comparison operators have the same priority, which is lower "
716716
"than that of all numerical operators."
717717
msgstr ""
718+
"Os operadores de comparação ``in`` e ``not in`` fazem testes de inclusão que "
719+
"determinam se um valor está (ou não está) em um contêiner. Os operadores "
720+
"``is`` e ``is not`` comparam se dois objetos são realmente o mesmo objeto. "
721+
"Todos os operadores de comparação possuem a mesma prioridade, que é menor "
722+
"que a prioridade de todos os operadores numéricos."
718723

719724
#: ../../tutorial/datastructures.rst:669
720725
msgid ""

0 commit comments

Comments
 (0)