15
15
# Danilo Lima <djkcond@gmail.com>, 2023
16
16
# i17obot <i17obot@rougeth.com>, 2023
17
17
# Rodrigo Cendamore, 2023
18
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
19
18
# Cezar Peixeiro <czr-pxr@protonmail.com>, 2023
19
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
20
20
#
21
21
#, fuzzy
22
22
msgid ""
@@ -25,7 +25,7 @@ msgstr ""
25
25
"Report-Msgid-Bugs-To : \n "
26
26
"POT-Creation-Date : 2023-09-22 14:13+0000\n "
27
27
"PO-Revision-Date : 2021-06-28 01:16+0000\n "
28
- "Last-Translator : Cezar Peixeiro <czr-pxr@protonmail .com>, 2023\n "
28
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2023\n "
29
29
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
30
30
"teams/5390/pt_BR/)\n "
31
31
"MIME-Version : 1.0\n "
@@ -500,10 +500,10 @@ msgid ""
500
500
"``Callable[[int], str]`` signifies a function that takes a single parameter "
501
501
"of type :class:`int` and returns a :class:`str`."
502
502
msgstr ""
503
- "Funções -- ou outros objetos :term:`chamáveis` -- podem ser anotados "
504
- "utilizando-se :class:`collections.abc.Callable` ou :data:`typing.Callable`. "
505
- "`` Callable[[int], str]``. Significa uma função que recebe um único parâmetro "
506
- "do tipo :class:`int`. e retorna um :class:`str`."
503
+ "Funções -- ou outros objetos :term:`chamáveis <chamável> ` -- podem ser "
504
+ "anotados utilizando-se :class:`collections.abc.Callable` ou :data:`typing."
505
+ "Callable`. `` Callable[[int], str]``. Significa uma função que recebe um "
506
+ "único parâmetro do tipo :class:`int`. e retorna um :class:`str`."
507
507
508
508
#: ../../library/typing.rst:271 ../../library/typing.rst:2873
509
509
#: ../../library/typing.rst:3015
@@ -600,7 +600,7 @@ msgid ""
600
600
"parameter syntax <type-params>`::"
601
601
msgstr ""
602
602
"Funções e classes genéricas podem ser parametrizadas utilizando-se :ref:"
603
- "`sintaxe do parâmetro de tipo 1 `::"
603
+ "`sintaxe do parâmetro de tipo <type-params> `::"
604
604
605
605
#: ../../library/typing.rst:379
606
606
msgid "Or by using the :class:`TypeVar` factory directly::"
@@ -1074,7 +1074,8 @@ msgid ""
1074
1074
"Special annotation for explicitly declaring a :ref:`type alias <type-"
1075
1075
"aliases>`."
1076
1076
msgstr ""
1077
- "Anotações especiais para declarar explicitamente um :ref:`apelido de tipo 1`."
1077
+ "Anotações especiais para declarar explicitamente um :ref:`apelido de tipo "
1078
+ "<type-aliases>`."
1078
1079
1079
1080
#: ../../library/typing.rst:1017
1080
1081
msgid ""
@@ -1580,7 +1581,7 @@ msgid ""
1580
1581
"<generic-functions>`."
1581
1582
msgstr ""
1582
1583
"Aqui os colchetes depois no nome da função indica uma :ref:`função genérica "
1583
- "1 `."
1584
+ "<generic-functions> `."
1584
1585
1585
1586
#: ../../library/typing.rst:1564
1586
1587
msgid ""
0 commit comments