Skip to content

Commit b3af96e

Browse files
Update translation
Co-Authored-By: Cezar Gabriel Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent eb7e468 commit b3af96e

File tree

5 files changed

+19
-14
lines changed

5 files changed

+19
-14
lines changed

howto/logging.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Cezar Gabriel, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 14:21+0000\n"
15+
"POT-Creation-Date: 2025-08-01 14:21+0000\n"
1516
"PO-Revision-Date: 2025-07-18 18:48+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Cezar Gabriel, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -63,7 +64,7 @@ msgstr ""
6364
"no código para indicar que determinado evento ocorreu. Um evento é descrito "
6465
"por uma mensagem descritiva que pode opcionalmente conter o dado de uma "
6566
"variável (ex.: dado que é potencialmente diferente pra cada ocorrência do "
66-
"evento). Eventos também tem um peso que o desenvolvedor atribui para o "
67+
"evento). Eventos também têm um peso que o desenvolvedor atribui para o "
6768
"evento; o peso pode também ser chamada de *níveis* ou *severidade*."
6869

6970
#: ../../howto/logging.rst:28
@@ -89,7 +90,7 @@ msgstr ""
8990

9091
#: ../../howto/logging.rst:38
9192
msgid "Task you want to perform"
92-
msgstr "Tarefa que você quer performar"
93+
msgstr "Tarefa que você deseja executar"
9394

9495
#: ../../howto/logging.rst:38
9596
msgid "The best tool for the task"
@@ -314,6 +315,14 @@ msgid ""
314315
"reason as well as others, it's better to create loggers and call their "
315316
"methods."
316317
msgstr ""
318+
"Observe que, neste exemplo, utilizamos funções diretamente do "
319+
"módulo``logging``, como ``logging.debug``, em vez de criar uma instância "
320+
"logger e chamar funções dela. Estas funções operam no logger raíz, operando "
321+
"normalmente, pois irão chamam :func:`~logging.basicConfig`implicitamente "
322+
"caso não tenha sido chamado ainda —, como neste exemplo. No entanto, para "
323+
"programas maiores, você normalmente precisará controlar explicitamente a "
324+
"configuração de logging. Portanto, no geral, é melhor instanciar loggers e "
325+
"chamar seus métodos explícitamente."
317326

318327
#: ../../howto/logging.rst:137
319328
msgid "Logging to a file"

howto/remote_debugging.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 14:21+0000\n"
14+
"POT-Creation-Date: 2025-08-01 14:21+0000\n"
1515
"PO-Revision-Date: 2025-07-18 18:48+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -546,7 +546,7 @@ msgstr ""
546546
"\n"
547547
" # Etapa 3: analisa os cabeçalhos da seção PE para obter o RVA\n"
548548
" # da seção .PyRuntime. O nome da seção aparece como \"PyRuntim\"\n"
549-
" # devido ao limite de 8 caracteres definido pelo formato PE \n"
549+
" # devido ao limite de 8 caracteres definido pelo formato PE\n"
550550
" # (IMAGE_SIZEOF_SHORT_NAME).\n"
551551
" section_rva = parse_pe_section_offset(binary_path, \"PyRuntim\")\n"
552552
"\n"

library/string.templatelib.po

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 14:21+0000\n"
14+
"POT-Creation-Date: 2025-08-01 14:21+0000\n"
1515
"PO-Revision-Date: 2025-07-25 14:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -299,10 +299,6 @@ msgstr "O valor avaliado da interpolação."
299299
msgid "type"
300300
msgstr "type"
301301

302-
#: ../../library/string.templatelib.rst:227
303-
msgid "object"
304-
msgstr "objeto"
305-
306302
#: ../../library/string.templatelib.rst:235
307303
#: ../../library/string.templatelib.rst:267
308304
msgid "str"

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848

4949

5050

51-
# howto (68.40% done)
51+
# howto (68.43% done)
5252

5353
- descriptor.po 187 / 230 ( 81.0% translated).
5454
- enum.po 101 / 327 ( 30.0% translated).
5555
- free-threading-extensions.po 105 / 106 ( 99.0% translated).
5656
- functional.po 158 / 252 ( 62.0% translated).
5757
- logging-cookbook.po 40 / 435 ( 9.0% translated).
58-
- logging.po 120 / 250 ( 48.0% translated).
58+
- logging.po 121 / 250 ( 48.0% translated).
5959
- sockets.po 35 / 63 ( 55.0% translated).
6060
- sorting.po 44 / 92 ( 47.0% translated).
6161
- unicode.po 30 / 145 ( 20.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "62.33%", "translated": 50309, "entries": 80715, "updated_at": "2025-07-31T23:10:53+00:00Z"}
1+
{"completion": "62.33%", "translated": 50309, "entries": 80714, "updated_at": "2025-08-01T23:09:22+00:00Z"}

0 commit comments

Comments
 (0)