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

Skip to content

Commit dd94f18

Browse files
Update translations
1 parent 010de44 commit dd94f18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/typing.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@ msgstr "Funções e decoradores"
24852485

24862486
#: ../../library/typing.rst:2253
24872487
msgid "Cast a value to a type."
2488-
msgstr "Define um valor para um tipo."
2488+
msgstr "Converta um valor em um tipo."
24892489

24902490
#: ../../library/typing.rst:2255
24912491
msgid ""
@@ -2563,7 +2563,7 @@ msgid ""
25632563
"passed in must be the bottom type, :data:`Never`, and nothing else."
25642564
msgstr ""
25652565
"Se um verificador de tipos descobrir que uma chamada para ``assert_never()`` "
2566-
"é alcançável, ele emitirá um erro. por exemplo, se o anotação de tipo para "
2566+
"é alcançável, ele emitirá um erro. Por exemplo, se a anotação de tipo para "
25672567
"``arg`` fosse ``int | str | float``, o verificador de tipos emitiria um erro "
25682568
"indicando que ``unreachable`` é do tipo :class:`float`. Para que uma chamada "
25692569
"para ``assert_never`` passe verificação de tipos, o tipo inferido do "

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "66.51%", "translated": 37108, "entries": 55794, "updated_at": "2025-04-14T23:37:57+00:00Z"}
1+
{"completion": "66.51%", "translated": 37108, "entries": 55794, "updated_at": "2025-04-15T23:38:02+00:00Z"}

0 commit comments

Comments
 (0)