@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-10-05 14:11 +0000\n "
15+ "POT-Creation-Date : 2025-10-07 14:17 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1818"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -56,6 +56,10 @@ msgid ""
5656"`Template` instance that gives access to the static and interpolated (in "
5757"curly brackets) parts of a string *before* they are combined."
5858msgstr ""
59+ "Strings template são um mecanismo para processamento personalizado de "
60+ "strings. Elas têm toda a flexibilidade das :ref:`f-strings` do Python, mas "
61+ "retornam uma instância :class:`Template` que dá acesso às partes estáticas e "
62+ "interpoladas (entre chaves) de uma string *antes* de serem combinadas."
5963
6064#: ../../library/string.templatelib.rst:30
6165msgid ""
@@ -281,13 +285,22 @@ msgid ""
281285"interpolations, :attr:`!expression` is the arbitrary string provided when "
282286"constructing the interpolation instance."
283287msgstr ""
288+ "Para interpolações criadas por literais de t-string, :attr:`!expression` é o "
289+ "texto da expressão encontrado dentro das chaves (``{`` e ``}``), incluindo "
290+ "quaisquer espaços em branco, excluindo as próprias chaves e terminando antes "
291+ "do primeiro ``!``, ``:`` ou ``=``, se houver algum. Para interpolações "
292+ "criadas manualmente, :attr:`!expression` é a string arbitrária fornecida ao "
293+ "construir a instância de interpolação."
284294
285295#: ../../library/string.templatelib.rst:268
286296msgid ""
287297"We recommend using valid Python expressions or the empty string for the "
288298"``expression`` field of manually created :class:`!Interpolation` instances, "
289299"although this is not enforced at runtime."
290300msgstr ""
301+ "Recomendamos usar expressões Python válidas ou a string vazia para o campo "
302+ "``expression`` de instâncias :class:`!Interpolation` criadas manualmente, "
303+ "embora isso não seja imposto em tempo de execução."
291304
292305#: ../../library/string.templatelib.rst:278
293306msgid "The conversion to apply to the value, or ``None``."
0 commit comments