Skip to content

Commit 79b0af8

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 3a4cb72 commit 79b0af8

File tree

3 files changed

+26
-11
lines changed

3 files changed

+26
-11
lines changed

library/bdb.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2021
87
# Claudio Rogerio Carvalho Filho <[email protected]>, 2021
98
# Vitor Buxbaum Orlandi, 2023
9+
# Rafael Fontenelle <[email protected]>, 2024
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-02-16 14:13+0000\n"
16+
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
18-
"Last-Translator: Vitor Buxbaum Orlandi, 2023\n"
18+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"MIME-Version: 1.0\n"
@@ -199,7 +199,7 @@ msgstr ""
199199

200200
#: ../../library/bdb.rst:135
201201
msgid "Added the *skip* parameter."
202-
msgstr ""
202+
msgstr "Adicionado o parâmetro *skip*."
203203

204204
#: ../../library/bdb.rst:138
205205
msgid ""

library/pdb.po

+18-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
# i17obot <[email protected]>, 2021
88
# Italo Penaforte <[email protected]>, 2023
99
# Marco Rougeth <[email protected]>, 2023
10-
# Rafael Fontenelle <[email protected]>, 2023
10+
# Rafael Fontenelle <[email protected]>, 2024
1111
#
1212
#, fuzzy
1313
msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-03-15 14:13+0000\n"
17+
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
19-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
19+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
2020
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2121
"teams/5390/pt_BR/)\n"
2222
"MIME-Version: 1.0\n"
@@ -157,13 +157,18 @@ msgid ""
157157
"Added the ``-c`` option to execute commands as if given in a :file:`.pdbrc` "
158158
"file; see :ref:`debugger-commands`."
159159
msgstr ""
160+
"Adicionada a opção ``-c`` para executar comandos como se fossem dados em um "
161+
"arquivo :file:`.pdbrc`. Veja :ref:`debugger-commands`."
160162

161163
#: ../../library/pdb.rst:93
162164
msgid ""
163165
"Added the ``-m`` option to execute modules similar to the way ``python -m`` "
164166
"does. As with a script, the debugger will pause execution just before the "
165167
"first line of the module."
166168
msgstr ""
169+
"Adicionada a opção ``-m`` para executar módulos de maneira similar ao "
170+
"``python -m``. Assim como em um script, o depurador pausará a execução logo "
171+
"antes da primeira linha do módulo."
167172

168173
#: ../../library/pdb.rst:98
169174
msgid "Typical usage to execute a statement under control of the debugger is::"
@@ -329,13 +334,15 @@ msgstr ""
329334

330335
#: ../../library/pdb.rst:212
331336
msgid "Added the *skip* parameter."
332-
msgstr ""
337+
msgstr "Adicionado o parâmetro *skip*."
333338

334339
#: ../../library/pdb.rst:215
335340
msgid ""
336341
"Added the *nosigint* parameter. Previously, a SIGINT handler was never set "
337342
"by Pdb."
338343
msgstr ""
344+
"Adicionado o parâmetro *nosigint*. Anteriormente, um manipulador de SIGINT "
345+
"nunca era definido por Pdb."
339346

340347
#: ../../library/pdb.rst:219
341348
msgid "The *readrc* argument."
@@ -434,6 +441,13 @@ msgid ""
434441
"program resumes execution so it's less likely to interfere with your program "
435442
"compared to using normal variables like ``foo = 1``."
436443
msgstr ""
444+
"Para definir uma variável global temporária, use uma *variável de "
445+
"conveniência*. Uma *variável de conveniência* é uma variável cujo nome "
446+
"começa com ``$``. Por exemplo, ``$foo = 1`` define uma variável global "
447+
"``$foo`` que você pode usar na sessão do depurador. As *variáveis de "
448+
"conveniência* são limpas quando o programa retoma a execução, portanto é "
449+
"menos provável que interfira em seu programa em comparação ao uso de "
450+
"variáveis normais como ``foo = 1``."
437451

438452
#: ../../library/pdb.rst:273
439453
msgid "There are three preset *convenience variables*:"

library/pickletools.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2021
88
# i17obot <[email protected]>, 2021
9+
# Adorilson Bezerra <[email protected]>, 2024
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.12\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-01-26 14:13+0000\n"
16+
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
1617
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
17-
"Last-Translator: i17obot <i17obot@rougeth.com>, 2021\n"
18+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
1819
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1920
"teams/5390/pt_BR/)\n"
2021
"MIME-Version: 1.0\n"
@@ -134,7 +135,7 @@ msgstr ""
134135

135136
#: ../../library/pickletools.rst:97
136137
msgid "Added the *annotate* parameter."
137-
msgstr ""
138+
msgstr "Adicionado o parâmetro *annotate*."
138139

139140
#: ../../library/pickletools.rst:102
140141
msgid ""

0 commit comments

Comments
 (0)