Skip to content

Commit 9981bc5

Browse files
pomerge from 3.9 branch into 3.7
1 parent 8255008 commit 9981bc5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

c-api/number.po

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,40 @@ msgid ""
3939
"Returns the result of adding *o1* and *o2*, or ``NULL`` on failure. This is "
4040
"the equivalent of the Python expression ``o1 + o2``."
4141
msgstr ""
42+
"Retorna o resultado da adição de *o1* e *o2*, ou ``NULL`` em caso de falha. "
43+
"Este é o equivalente da expressão Python ``o1 + o2``."
4244

4345
#: ../../c-api/number.rst:23
4446
msgid ""
4547
"Returns the result of subtracting *o2* from *o1*, or ``NULL`` on failure. "
4648
"This is the equivalent of the Python expression ``o1 - o2``."
4749
msgstr ""
50+
"Retorna o resultado da subtração de *o2* por *o1*, ou ``NULL`` em caso de "
51+
"falha. Este é o equivalente da expressão Python ``o1 - o2``. "
4852

4953
#: ../../c-api/number.rst:29
5054
msgid ""
5155
"Returns the result of multiplying *o1* and *o2*, or ``NULL`` on failure. "
5256
"This is the equivalent of the Python expression ``o1 * o2``."
5357
msgstr ""
58+
"Retorna o resultado da multiplicação de *o1* e *o2*, ou ``NULL`` em caso de "
59+
"falha. Este é o equivalente da expressão Python ``o1 * o2``."
5460

5561
#: ../../c-api/number.rst:35
5662
msgid ""
5763
"Returns the result of matrix multiplication on *o1* and *o2*, or ``NULL`` on "
5864
"failure. This is the equivalent of the Python expression ``o1 @ o2``."
5965
msgstr ""
66+
"Retorna o resultado da multiplicação da matriz em *o1* e *o2*, ou ``NULL`` "
67+
"em caso de falha. Este é o equivalente da expressão Python ``o1 @ o2``."
6068

6169
#: ../../c-api/number.rst:43
6270
msgid ""
6371
"Return the floor of *o1* divided by *o2*, or ``NULL`` on failure. This is "
6472
"equivalent to the \"classic\" division of integers."
6573
msgstr ""
74+
"Retorna o piso de *o1* dividido por *o2* ou ``NULL`` em caso de falha. Isso "
75+
"é equivalente à divisão \"clássica\" de inteiros."
6676

6777
#: ../../c-api/number.rst:49
6878
msgid ""

library/asyncio-subprocess.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,9 @@ msgid ""
509509
"subprocess and the :class:`StreamReader` class to read from its standard "
510510
"output."
511511
msgstr ""
512+
"Um exemplo de uso da classe :class:`~asyncio.subprocess.Process` para "
513+
"controlar um subprocesso e a classe :class:`StreamReader` para ler a partir "
514+
"da sua saída padrão."
512515

513516
#: ../../library/asyncio-subprocess.rst:324
514517
msgid ""

0 commit comments

Comments
 (0)