Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ff7e4b

Browse files
pomerge from 3.10 branch into 2.7
1 parent 833e7c6 commit 0ff7e4b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

library/collections.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,15 @@ msgstr ""
8989

9090
#: ../../library/collections.rst:40
9191
msgid ":class:`Counter` objects"
92-
msgstr ""
92+
msgstr "Objetos :class:`Counter`"
9393

9494
#: ../../library/collections.rst:42
9595
msgid ""
9696
"A counter tool is provided to support convenient and rapid tallies. For "
9797
"example::"
9898
msgstr ""
99+
"Uma ferramenta de contagem é fornecida para apoiar contas rápidas e "
100+
"convenientes. Por exemplo::"
99101

100102
#: ../../library/collections.rst:61
101103
msgid ""

library/unittest.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,6 +1730,8 @@ msgid ""
17301730
"Return the number of tests represented by this test object. For :class:"
17311731
"`TestCase` instances, this will always be ``1``."
17321732
msgstr ""
1733+
"Retorna o número de testes representados por esse objeto de teste. Para "
1734+
"instâncias :class:`TestCase` será sempre``1``."
17331735

17341736
#: ../../library/unittest.rst:1261
17351737
msgid ""
@@ -1750,6 +1752,8 @@ msgid ""
17501752
"Return a string identifying the specific test case. This is usually the "
17511753
"full name of the test method, including the module and class name."
17521754
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."
17531757

17541758
#: ../../library/unittest.rst:1278
17551759
msgid ""

0 commit comments

Comments
 (0)