File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -89,13 +89,15 @@ msgstr ""
89
89
90
90
#: ../../library/collections.rst:40
91
91
msgid ":class:`Counter` objects"
92
- msgstr ""
92
+ msgstr "Objetos :class:`Counter` "
93
93
94
94
#: ../../library/collections.rst:42
95
95
msgid ""
96
96
"A counter tool is provided to support convenient and rapid tallies. For "
97
97
"example::"
98
98
msgstr ""
99
+ "Uma ferramenta de contagem é fornecida para apoiar contas rápidas e "
100
+ "convenientes. Por exemplo::"
99
101
100
102
#: ../../library/collections.rst:61
101
103
msgid ""
Original file line number Diff line number Diff line change @@ -1730,6 +1730,8 @@ msgid ""
1730
1730
"Return the number of tests represented by this test object. For :class:"
1731
1731
"`TestCase` instances, this will always be ``1``."
1732
1732
msgstr ""
1733
+ "Retorna o número de testes representados por esse objeto de teste. Para "
1734
+ "instâncias :class:`TestCase` será sempre``1``."
1733
1735
1734
1736
#: ../../library/unittest.rst:1261
1735
1737
msgid ""
@@ -1750,6 +1752,8 @@ msgid ""
1750
1752
"Return a string identifying the specific test case. This is usually the "
1751
1753
"full name of the test method, including the module and class name."
1752
1754
msgstr ""
1755
+ "Retorna uma string identificando o caso de teste específico. Geralmente é o "
1756
+ "nome completo do método do teste, incluindo o módulo e o nome da classe."
1753
1757
1754
1758
#: ../../library/unittest.rst:1278
1755
1759
msgid ""
You can’t perform that action at this time.
0 commit comments