8000 Update translations from Transifex · python/python-docs-pt-br@dcefe7b · GitHub
[go: up one dir, main page]

Skip to content

Commit dcefe7b

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 6d19786 commit dcefe7b

File tree

7 files changed

+287
-47
lines changed

7 files changed

+287
-47
lines changed

c-api/monitoring.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Pedro Fonini, 2024
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.13\n"
1013
"Report-Msgid-Bugs-To: \n"
1114
"POT-Creation-Date: 2024-06-07 14:15+0000\n"
1215
"PO-Revision-Date: 2024-05-11 01:07+0000\n"
16+
"Last-Translator: Pedro Fonini, 2024\n"
1317
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1418
"teams/5390/pt_BR/)\n"
1519
"MIME-Version: 1.0\n"
@@ -21,22 +25,25 @@ msgstr ""
2125

2226
#: ../../c-api/monitoring.rst:6
2327
msgid "Monitoring C API"
24-
msgstr ""
28+
msgstr "API C de Monitoramento"
2529

2630
#: ../../c-api/monitoring.rst:8
2731
msgid "Added in version 3.13."
28-
msgstr ""
32+
msgstr "Adicionada na versão 3.13."
2933

3034
#: ../../c-api/monitoring.rst:10
3135
msgid ""
3236
"An extension may need to interact with the event monitoring system. "
3337
"Subscribing to events and registering callbacks can be done via the Python "
3438
"API exposed in :mod:`sys.monitoring`."
3539
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`."
3643

3744
#: ../../c-api/monitoring.rst:15
3845
msgid "Generating Execution Events"
39-
msgstr ""
46+
msgstr "Gerando Eventos de Execução"
4047

4148
#: ../../c-api/monitoring.rst:17
4249
msgid ""
@@ -56,6 +63,8 @@ msgid ""
5663
"The VM disables tracing when firing an event, so there is no need for user "
5764
"code to do that."
5865
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."
5968

6069
#: ../../c-api/monitoring.rst:30
6170
msgid ""

0 commit comments

Comments
 (0)
0