Skip to content

Commit b182673

Browse files
Update translation
Co-Authored-By: python-doc bot
1 parent b379b9a commit b182673

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

c-api/init.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-22 21:19+0000\n"
14+
"POT-Creation-Date: 2025-11-23 17:17+0000\n"
1515
"PO-Revision-Date: 2025-09-22 15:57+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -212,7 +212,7 @@ msgid ""
212212
"2."
213213
msgstr ""
214214
"Quando um sinalizador é definido por uma opção, o valor do sinalizador é o "
215-
"número de vezes que a opção foi definida. Por exemplo,``-b`` define :c:data:"
215+
"número de vezes que a opção foi definida. Por exemplo, ``-b`` define :c:data:"
216216
"`Py_BytesWarningFlag` para 1 e ``-bb`` define :c:data:`Py_BytesWarningFlag` "
217217
"para 2."
218218

@@ -481,8 +481,8 @@ msgid ""
481481
"ref:`Before Python Initialization <pre-init-safe>` for the few exceptions."
482482
msgstr ""
483483
"Inicializa o interpretador Python. Em uma aplicação que incorpora o Python, "
484-
"isto deve ser chamado antes do uso de qualquer outra função do Python/C API; "
485-
"veja :ref:`Antes da Inicialização do Python <pre-init-safe>` para algumas "
484+
"isto deve ser chamado antes do uso de qualquer outra função do API C/Python; "
485+
"veja :ref:`Antes da inicialização do Python <pre-init-safe>` para algumas "
486486
"exceções."
487487

488488
#: ../../c-api/init.rst:248
@@ -516,9 +516,9 @@ msgid ""
516516
"false (zero) if not. After :c:func:`Py_FinalizeEx` is called, this returns "
517517
"false until :c:func:`Py_Initialize` is called again."
518518
msgstr ""
519-
"Retorna true (diferente de zero) quando o interpretador Python foi "
520-
"inicializado, false (zero) se não. Após :c:func:`Py_FinalizeEx` ser chamado, "
521-
"isso retorna false até que :c:func:`Py_Initialize` seja chamado novamente."
519+
"Retorna verdadeiro (diferente de zero) quando o interpretador Python foi "
520+
"inicializado, falso (zero) se não. Após :c:func:`Py_FinalizeEx` ser chamado, "
521+
"isso retorna falso até que :c:func:`Py_Initialize` seja chamado novamente."
522522

523523
#: ../../c-api/init.rst:277
524524
msgid ""
@@ -578,8 +578,8 @@ msgid ""
578578
"This is a backwards-compatible version of :c:func:`Py_FinalizeEx` that "
579579
"disregards the return value."
580580
msgstr ""
581-
"Esta é uma versão compatível com retrocompatibilidade de :c:func:"
582-
"`Py_FinalizeEx` que desconsidera o valor de retorno."
581+
"Esta é uma versão retrocompatível de :c:func:`Py_FinalizeEx` que "
582+
"desconsidera o valor de retorno."
583583

584584
#: ../../c-api/init.rst:316
585585
msgid "Process-wide parameters"

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "59.97%", "translated": 34492, "entries": 51677, "updated_at": "2025-11-23T00:32:39+00:00Z"}
1+
{"completion": "59.97%", "translated": 34492, "entries": 51677, "updated_at": "2025-11-24T00:31:18+00:00Z"}

0 commit comments

Comments
 (0)