|
10 | 10 | # Flávio Neves, 2022 |
11 | 11 | # Ana Carolina Dias, 2022 |
12 | 12 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2022 |
13 | | -# Mozart Dias Martins, 2022 |
| 13 | +# Mozart Dias Martins, 2023 |
14 | 14 | # |
15 | 15 | #, fuzzy |
16 | 16 | msgid "" |
17 | 17 | msgstr "" |
18 | 18 | "Project-Id-Version: Python 3.11\n" |
19 | 19 | "Report-Msgid-Bugs-To: \n" |
20 | | -"POT-Creation-Date: 2023-02-03 14:14+0000\n" |
| 20 | +"POT-Creation-Date: 2023-02-17 14:14+0000\n" |
21 | 21 | "PO-Revision-Date: 2021-06-28 00:47+0000\n" |
22 | | -"Last-Translator: Mozart Dias Martins, 2022\n" |
| 22 | +"Last-Translator: Mozart Dias Martins, 2023\n" |
23 | 23 | "Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/" |
24 | 24 | "teams/5390/pt_BR/)\n" |
25 | 25 | "MIME-Version: 1.0\n" |
@@ -262,6 +262,9 @@ msgid "" |
262 | 262 | "<recursion>`: CPython uses :c:func:`Py_EnterRecursiveCall` and :c:func:" |
263 | 263 | "`Py_LeaveRecursiveCall` for calls made using *tp_call*." |
264 | 264 | msgstr "" |
| 265 | +"Quando utilizando *tp_call*, invocadores não precisam se preocupar sobre :" |
| 266 | +"ref:`recursion <recursion>`:CPython usar :c:func:`Py_EnterRecursiveCall`e :c:" |
| 267 | +"func:`Py_LeaveRecursiveCall` para chamadas utilizando *tp_call*." |
265 | 268 |
|
266 | 269 | #: ../../c-api/call.rst:128 |
267 | 270 | msgid "" |
@@ -440,7 +443,7 @@ msgstr ":c:func:`PyObject_CallFunctionObjArgs`" |
440 | 443 |
|
441 | 444 | #: ../../c-api/call.rst:203 ../../c-api/call.rst:205 |
442 | 445 | msgid "variadic" |
443 | | -msgstr "" |
| 446 | +msgstr "variádica" |
444 | 447 |
|
445 | 448 | #: ../../c-api/call.rst:205 |
446 | 449 | msgid ":c:func:`PyObject_CallMethodObjArgs`" |
|
0 commit comments