3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
+ # Translators:
7
+ # Pedro Fonini, 2024
8
+ #
6
9
#, fuzzy
7
10
msgid ""
8
11
msgstr ""
9
12
"Project-Id-Version : Python 3.13\n "
10
13
"Report-Msgid-Bugs-To : \n "
11
14
"POT-Creation-Date : 2024-06-07 14:15+0000\n "
12
15
"PO-Revision-Date : 2024-05-11 01:07+0000\n "
16
+ "Last-Translator : Pedro Fonini, 2024\n "
13
17
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
14
18
"teams/5390/pt_BR/)\n "
15
19
"MIME-Version : 1.0\n "
@@ -21,22 +25,25 @@ msgstr ""
21
25
22
26
#: ../../c-api/monitoring.rst:6
23
27
msgid "Monitoring C API"
24
- msgstr ""
28
+ msgstr "API C de Monitoramento "
25
29
26
30
#: ../../c-api/monitoring.rst:8
27
31
msgid "Added in version 3.13."
28
- msgstr ""
32
+ msgstr "Adicionada na versão 3.13. "
29
33
30
34
#: ../../c-api/monitoring.rst:10
31
35
msgid ""
32
36
"An extension may need to interact with the event monitoring system. "
33
37
"Subscribing to events and registering callbacks can be done via the Python "
34
38
"API exposed in :mod:`sys.monitoring`."
35
39
msgstr ""
40
+ "Uma extensão pode precisar interagir com o sistema de monitoramento de "
41
+ "eventos. É possível registrar funções de retorno e se inscrever para receber "
42
+ "eventos através da API Python exposta em :mod:`sys.monitoring`."
36
43
37
44
#: ../../c-api/monitoring.rst:15
38
45
msgid "Generating Execution Events"
39
- msgstr ""
46
+ msgstr "Gerando Eventos de Execução "
40
47
41
48
#: ../../c-api/monitoring.rst:17
42
49
msgid ""
@@ -56,6 +63,8 @@ msgid ""
56
63
"The VM disables tracing when firing an event, so there is no need for user "
57
64
"code to do that."
58
65
msgstr ""
66
+ "A VM desabilita o rastreamento quando dispara um evento, de forma que não há "
67
+ "necessidade do código do usuário fazer isso."
59
68
60
69
#: ../../c-api/monitoring.rst:30
61
70
msgid ""
0 commit comments