@@ -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``."
4141msgstr ""
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
4446msgid ""
4547"Returns the result of subtracting *o2* from *o1*, or ``NULL`` on failure. "
4648"This is the equivalent of the Python expression ``o1 - o2``."
4749msgstr ""
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
5054msgid ""
5155"Returns the result of multiplying *o1* and *o2*, or ``NULL`` on failure. "
5256"This is the equivalent of the Python expression ``o1 * o2``."
5357msgstr ""
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
5662msgid ""
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``."
5965msgstr ""
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
6270msgid ""
6371"Return the floor of *o1* divided by *o2*, or ``NULL`` on failure. This is "
6472"equivalent to the \" classic\" division of integers."
6573msgstr ""
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
6878msgid ""
0 commit comments