@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-03-14 14:53 +0000\n "
14
+ "POT-Creation-Date : 2025-03-21 14:55 +0000\n "
15
15
"PO-Revision-Date : 2024-05-11 00:33+0000\n "
16
16
"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2025\n "
17
17
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -3595,12 +3595,16 @@ msgid ""
3595
3595
"Type variable tuple. A specialized form of :ref:`type variable <typevar>` "
3596
3596
"that enables *variadic* generics."
3597
3597
msgstr ""
3598
+ "Tupla de tipo variável. Uma forma especializada de :ref:`tipo variável "
3599
+ "<typevar>` que permite genéricos *variádicos*."
3598
3600
3599
3601
#: ../../library/typing.rst:1737
3600
3602
msgid ""
3601
3603
"Type variable tuples can be declared in :ref:`type parameter lists <type-"
3602
3604
"params>` using a single asterisk (``*``) before the name::"
3603
3605
msgstr ""
3606
+ "Tuplas de tipo variável podem ser declarada em :ref:`listas de parâmetros de "
3607
+ "tipo <type-params>` usando um único asterisco (``*``) antes do nome::"
3604
3608
3605
3609
#: ../../library/typing.rst:1740
3606
3610
msgid ""
@@ -3637,6 +3641,10 @@ msgid ""
3637
3641
"number of types by acting like an *arbitrary* number of type variables "
3638
3642
"wrapped in a tuple. For example::"
3639
3643
msgstr ""
3644
+ "Um tipo variável normal permite a parametrização com um único tipo. Uma "
3645
+ "tupla de tipos variáveis, por outro lado, permite a parametrização com um "
3646
+ "número *arbitrário* de tipos, agindo como um número *arbitrário* de tipos "
3647
+ "variáveis envolvidos em um tupla. Por exemplo::"
3640
3648
3641
3649
#: ../../library/typing.rst:1756
3642
3650
msgid ""
@@ -3833,7 +3841,7 @@ msgid ""
3833
3841
"Type variable tuples can now be declared using the :ref:`type parameter "
3834
3842
"<type-params>` syntax introduced by :pep:`695`."
3835
3843
msgstr ""
3836
- "Tuplas de tipos variáveis agora podem ser declaradas usando a sintaxe de :"
3844
+ "tuplas de tipos variáveis agora podem ser declaradas usando a sintaxe de :"
3837
3845
"ref:`parâmetros de tipo <type-params>` introduzido pela :pep:`695`."
3838
3846
3839
3847
#: ../../library/typing.rst:1851
0 commit comments