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

Skip to content

Commit 13a1dab

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 45b9a80 commit 13a1dab

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

c-api/stable.po

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ msgid ""
355355
"For these reasons, we recommend testing an extension with *all* minor Python "
356356
"versions it supports, and preferably to build with the *lowest* such version."
357357
msgstr ""
358+
"Por esses motivos, recomendamos testar uma extensão com *todas* as versões "
359+
"menores do Python que ela oferece suporte e, preferencialmente, construir "
360+
"com a versão *mais baixa* dessas."
358361

359362
#: ../../c-api/stable.rst:164
360363
msgid ""
@@ -363,6 +366,10 @@ msgid ""
363366
"few private declarations are exposed for technical reasons (or even "
364367
"unintentionally, as bugs)."
365368
msgstr ""
369+
"Também recomendamos revisar a documentação de todas as APIs utilizadas para "
370+
"verificar se ela faz parte explicitamente da API Limitada. Mesmo com a "
371+
"definição de ``Py_LIMITED_API``, algumas declarações privadas são expostas "
372+
"por razões técnicas (ou até mesmo acidentalmente, como bugs)."
366373

367374
#: ../../c-api/stable.rst:169
368375
msgid ""
@@ -372,10 +379,15 @@ msgid ""
372379
"particular, parts of the Limited API may be deprecated and removed, provided "
373380
"that the Stable ABI stays stable."
374381
msgstr ""
382+
"Também observe que a API Limitada não é necessariamente estável: compilar "
383+
"com ``Py_LIMITED_API`` com Python 3.8 significa que a extensão será "
384+
"executada com Python 3.12, mas não necessariamente será *compilada* com "
385+
"Python 3.12. Em particular, partes da API Limitada podem ser descontinuadas "
386+
"e removidas, desde que a ABI Estável permaneça estável."
375387

376388
#: ../../c-api/stable.rst:179
377389
msgid "Platform Considerations"
378-
msgstr ""
390+
msgstr "Considerações da plataforma"
379391

380392
#: ../../c-api/stable.rst:181
381393
msgid ""
@@ -384,6 +396,11 @@ msgid ""
384396
"`Stable ABI <stable-abi>`, these details define a “platform”. They usually "
385397
"depend on the OS type and processor architecture"
386398
msgstr ""
399+
"A estabilidade da ABI depende não apenas do Python, mas também do compilador "
400+
"utilizado, das bibliotecas de nível inferior e das opções do compilador. "
401+
"Para os fins da :ref:`ABI Estável<stable-abi>`, esses detalhes definem uma "
402+
"\"plataforma\". Geralmente, eles dependem do tipo de sistema operacional e "
403+
"da arquitetura do processador."
387404

388405
#: ../../c-api/stable.rst:186
389406
msgid ""
@@ -392,17 +409,23 @@ msgid ""
392409
"does not break the Stable ABI. This is the case with Windows and macOS "
393410
"releases from ``python.org`` and many third-party distributors."
394411
msgstr ""
412+
"É responsabilidade de cada distribuidor particular do Python garantir que "
413+
"todas as versões do Python em uma plataforma específica sejam construídas de "
414+
"forma a não quebrar a ABI estável. Isso é válido para as versões do Windows "
415+
"e macOS disponibilizadas pela ``python.org`` e por muitos distribuidores "
416+
"terceiros."
395417

396418
#: ../../c-api/stable.rst:196
397419
msgid "Contents of Limited API"
398-
msgstr ""
420+
msgstr "Conteúdo da API Limitada"
399421

400422
#: ../../c-api/stable.rst:199
401423
msgid ""
402424
"Currently, the :ref:`Limited API <limited-c-api>` includes the following "
403425
"items:"
404426
msgstr ""
427+
"Atualmente, a :ref:`API Limitada <limited-c-api>` inclui os seguintes itens:"
405428

406429
#: ../../c-api/stable.rst:42
407430
msgid "PyUnstable"
408-
msgstr ""
431+
msgstr "PyUnstable"

0 commit comments

Comments
 (0)
0