Skip to content

Commit 2c6cf6f

Browse files
pomerge from 3.9 branch into 3.7
1 parent b1db81d commit 2c6cf6f

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

library/asyncio-task.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ msgstr ""
558558

559559
#: ../../library/asyncio-task.rst:490
560560
msgid "Returns two sets of Tasks/Futures: ``(done, pending)``."
561-
msgstr ""
561+
msgstr "Retorna dois conjuntos de Tarefas/Futuros: ``(done, pending)``."
562562

563563
#: ../../library/asyncio-task.rst:492
564564
msgid "Usage::"

reference/datamodel.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2702,28 +2702,38 @@ msgid ""
27022702
"Called to set the attribute on an instance *instance* of the owner class to "
27032703
"a new value, *value*."
27042704
msgstr ""
2705+
"Chamado para definir o atributo em uma instância *instance* da classe "
2706+
"proprietária para um novo valor, *value*."
27052707

27062708
#: ../../reference/datamodel.rst:1646
27072709
msgid ""
27082710
"Called to delete the attribute on an instance *instance* of the owner class."
27092711
msgstr ""
2712+
"Chamado para excluir o atributo em uma instância *instance* da classe "
2713+
"proprietária."
27102714

27112715
#: ../../reference/datamodel.rst:1651
27122716
msgid ""
27132717
"Called at the time the owning class *owner* is created. The descriptor has "
27142718
"been assigned to *name*."
27152719
msgstr ""
2720+
"Chamado no momento em que a classe proprietária *owner* é criada. O "
2721+
"descritor foi atribuído a *name*."
27162722

27172723
#: ../../reference/datamodel.rst:1656
27182724
msgid ""
27192725
":meth:`__set_name__` is only called implicitly as part of the :class:`type` "
27202726
"constructor, so it will need to be called explicitly with the appropriate "
27212727
"parameters when a descriptor is added to a class after initial creation::"
27222728
msgstr ""
2729+
":meth:`__set_name__` só é chamado implicitamente como parte do construtor :"
2730+
"class:`type`, então ele precisará ser chamado explicitamente com os "
2731+
"parâmetros apropriados quando um descritor é adicionado a uma classe após a "
2732+
"criação inicial::"
27232733

27242734
#: ../../reference/datamodel.rst:1667
27252735
msgid "See :ref:`class-object-creation` for more details."
2726-
msgstr ""
2736+
msgstr "Consulte :ref:`class-object-creation` para mais detalhes."
27272737

27282738
#: ../../reference/datamodel.rst:1671
27292739
msgid ""

0 commit comments

Comments
 (0)