Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12b407f

Browse files
Update translations
1 parent d8ec54d commit 12b407f

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

library/typing.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"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"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -3595,12 +3595,16 @@ msgid ""
35953595
"Type variable tuple. A specialized form of :ref:`type variable <typevar>` "
35963596
"that enables *variadic* generics."
35973597
msgstr ""
3598+
"Tupla de tipo variável. Uma forma especializada de :ref:`tipo variável "
3599+
"<typevar>` que permite genéricos *variádicos*."
35983600

35993601
#: ../../library/typing.rst:1737
36003602
msgid ""
36013603
"Type variable tuples can be declared in :ref:`type parameter lists <type-"
36023604
"params>` using a single asterisk (``*``) before the name::"
36033605
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::"
36043608

36053609
#: ../../library/typing.rst:1740
36063610
msgid ""
@@ -3637,6 +3641,10 @@ msgid ""
36373641
"number of types by acting like an *arbitrary* number of type variables "
36383642
"wrapped in a tuple. For example::"
36393643
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::"
36403648

36413649
#: ../../library/typing.rst:1756
36423650
msgid ""
@@ -3833,7 +3841,7 @@ msgid ""
38333841
"Type variable tuples can now be declared using the :ref:`type parameter "
38343842
"<type-params>` syntax introduced by :pep:`695`."
38353843
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 :"
38373845
"ref:`parâmetros de tipo <type-params>` introduzido pela :pep:`695`."
38383846

38393847
#: ../../library/typing.rst:1851

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272

7373

74-
# library (61.81% done)
74+
# library (61.82% done)
7575

7676
- 2to3.po 121 / 132 ( 91.0% translated).
7777
- array.po 77 / 84 ( 91.0% translated).
@@ -197,7 +197,7 @@
197197
- traceback.po 9 / 111 ( 8.0% translated).
198198
- tracemalloc.po 21 / 156 ( 13.0% translated).
199199
- types.po 98 / 99 ( 98.0% translated).
200-
- typing.po 703 / 738 ( 95.0% translated).
200+
- typing.po 706 / 738 ( 95.0% translated).
201201
- unicodedata.po 5 / 32 ( 15.0% translated).
202202
- unittest.mock-examples.po 22 / 182 ( 12.0% translated).
203203
- unittest.mock.po 103 / 440 ( 23.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "67.1%", "translated": 41542, "entries": 61915, "updated_at": "2025-03-28T23:28:04+00:00Z"}
1+
{"completion": "67.1%", "translated": 41545, "entries": 61915, "updated_at": "2025-03-30T23:28:14+00:00Z"}

0 commit comments

Comments
 (0)