Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit595639d

Browse files
Update translations
1 parentf5f4676 commit595639d

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

‎library/typing.po

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

55525552
#:../../library/typing.rst:2738
55535553
msgid"Cast a value to a type."
5554-
msgstr"Define um valorpara um tipo."
5554+
msgstr"Converta um valorem um tipo."
55555555

55565556
#:../../library/typing.rst:2740
55575557
msgid""
@@ -5649,9 +5649,9 @@ msgstr ""
56495649
"def int_or_str(arg: int | str) -> None:\n"
56505650
" match arg:\n"
56515651
" case int():\n"
5652-
" print(\"It's an int\")\n"
5652+
" print(\"É um int\")\n"
56535653
" case str():\n"
5654-
" print(\"It's a str\")\n"
5654+
" print(\"É um str\")\n"
56555655
" case _ as unreachable:\n"
56565656
" assert_never(unreachable)"
56575657

@@ -5675,7 +5675,7 @@ msgid ""
56755675
"passed in must be the bottom type, :data:`Never`, and nothing else."
56765676
msgstr""
56775677
"Se um verificador de tipos descobrir que uma chamada para ``assert_never()`` "
5678-
"é alcançável, ele emitirá um erro.por exemplo, seo anotação de tipo para "
5678+
"é alcançável, ele emitirá um erro.Por exemplo, sea anotação de tipo para "
56795679
"``arg`` fosse ``int | str | float``, o verificador de tipos emitiria um erro "
56805680
"indicando que ``unreachable`` é do tipo :class:`float`. Para que uma chamada "
56815681
"para ``assert_never`` passe verificação de tipos, o tipo inferido do "
@@ -5691,6 +5691,9 @@ msgid ""
56915691
"latest/guides/unreachable.html>`__ has more information about exhaustiveness "
56925692
"checking with static typing."
56935693
msgstr""
5694+
"`Unreachable Code and Exhaustiveness Checking <https://tipagem.Python.org/en/"
5695+
"latest/guides/unreachable.html>`__ tem mais informações sobre a verificação "
5696+
"de exaustividade com tipagem estática."
56945697

56955698
#:../../library/typing.rst:2810
56965699
msgid"Ask a static type checker to reveal the inferred type of an expression."

‎potodo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
- tkinter.ttk.po 141 / 429 ( 32.0% translated).
163163
- traceback.po 9 / 116 ( 7.0% translated).
164164
- tracemalloc.po 21 / 156 ( 13.0% translated).
165-
- typing.po777 / 784 ( 99.0% translated).
165+
- typing.po778 / 784 ( 99.0% translated).
166166
- unicodedata.po 5 / 32 ( 15.0% translated).
167167
- unittest.mock-examples.po 22 / 182 ( 12.0% translated).
168168
- unittest.mock.po 103 / 448 ( 22.0% translated).

‎stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion":"60.18%","translated":45589,"entries":75754,"updated_at":"2025-04-14T23:08:54+00:00Z"}
1+
{"completion":"60.18%","translated":45590,"entries":75754,"updated_at":"2025-04-15T23:09:21+00:00Z"}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp