8000 Update translations from Transifex · python/python-docs-pt-br@816221b · GitHub
[go: up one dir, main page]

Skip to content

Commit 816221b

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 55bc300 commit 816221b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reference/datamodel.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ msgstr ""
686686

687687
#: ../../reference/datamodel.rst:418
688688
msgid "Set types"
689-
msgstr "Tipos conjuntos"
689+
msgstr "Tipos de conjuntos"
690690

691691
#: ../../reference/datamodel.rst:424
692692
msgid ""
@@ -697,7 +697,7 @@ msgid ""
697697
"from a sequence, and computing mathematical operations such as intersection, "
698698
"union, difference, and symmetric difference."
699699
msgstr ""
700-
"Eles representam conjuntos finitos e não ordenados de objetos únicos e "
700+
"Estes representam conjuntos finitos e não ordenados de objetos únicos e "
701701
"imutáveis. Como tal, eles não podem ser indexados por nenhum subscrito. No "
702702
"entanto, eles podem ser iterados, e a função embutida :func:`len` retorna o "
703703
"número de itens em um conjunto. Os usos comuns para conjuntos são testes "
@@ -731,21 +731,21 @@ msgid ""
731731
"constructor and can be modified afterwards by several methods, such as :meth:"
732732
"`~set.add`."
733733
msgstr ""
734-
"Eles representam um conjunto mutável. Eles são criados pelo construtor "
734+
"Estes representam um conjunto mutável. Eles são criados pelo construtor "
735735
"embutido :func:`set` e podem ser modificados posteriormente por vários "
736736
"métodos, como :meth:`~set.add`."
737737

738738
#: ../../reference/datamodel.rst:454
739739
msgid "Frozen sets"
740-
msgstr "Frozen sets"
740+
msgstr "Conjuntos congelados"
741741

742742
#: ../../reference/datamodel.rst:450
743743
msgid ""
744744
"These represent an immutable set. They are created by the built-in :func:"
745745
"`frozenset` constructor. As a frozenset is immutable and :term:`hashable`, "
746746
"it can be used again as an element of another set, or as a dictionary key."
747747
msgstr ""
748-
"Eles representam um conjunto imutável. Eles são criados pelo construtor "
748+
"Estes representam um conjunto imutável. Eles são criados pelo construtor "
749749
"embutido :func:`frozenset`. Como um frozenset é imutável e :term:`hasheável "
750750
"<hashable>`, ele pode ser usado novamente como um elemento de outro "
751751
"conjunto, ou como uma chave de dicionário."

0 commit comments

Comments
 (0)
0