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

Skip to content

Commit 010de44

Browse files
Update translations
1 parent e544af7 commit 010de44

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

library/typing.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ msgid ""
22562256
"mark individual keys as non-required using :data:`NotRequired`::"
22572257
msgstr ""
22582258
"Por padrão, todas as chaves devem estar presentes em um ``TypedDict``. É "
2259-
"possível marcar chaves individuais como não obrigatórias usando :data:"
2259+
"possível marcar chaves individuais como não-obrigatórias usando :data:"
22602260
"`NotRequired`::"
22612261

22622262
#: ../../library/typing.rst:2042
@@ -2282,7 +2282,7 @@ msgid ""
22822282
"``True`` as the value of the ``total`` argument. ``True`` is the default, "
22832283
"and makes all items defined in the class body required."
22842284
msgstr ""
2285-
"Isso significa que um ``Point2D`` ``TypedDict`` pode ter qualquer uma de "
2285+
"Isso significa que um ``TypedDict`` ``Point2D`` pode ter qualquer uma de "
22862286
"suas chaves omitidas. Espera-se que um verificador de tipos apenas permita "
22872287
"os literais ``False`` ou ``True`` como valores do argumento ``total``. "
22882288
"``True`` é o padrão, e todos os itens definidos no corpo da classe tornam-se "
@@ -2294,7 +2294,7 @@ msgid ""
22942294
"using :data:`Required`::"
22952295
msgstr ""
22962296
"As chaves individuais de um ``TypedDict`` com ``total=False`` podem ser "
2297-
"marcadas conforme necessário usando :data:`Required`::"
2297+
"marcadas como obrigatórias usando :data:`Required`::"
22982298

22992299
#: ../../library/typing.rst:2075
23002300
msgid ""
@@ -2410,12 +2410,12 @@ msgid ""
24102410
"Added support for marking individual keys as :data:`Required` or :data:"
24112411
"`NotRequired`. See :pep:`655`."
24122412
msgstr ""
2413-
"Adicionado suporte para marcar chaves individuais como :data:`Required` ou :"
2413+
"adicionado suporte para marcar chaves individuais como :data:`Required` ou :"
24142414
"data:`NotRequired`. Consulte :pep:`655`."
24152415

24162416
#: ../../library/typing.rst:2195
24172417
msgid "Added support for generic ``TypedDict``\\ s."
2418-
msgstr "Adicionado suporte para ``TypedDict``\\ s genéricos."
2418+
msgstr "adicionado suporte para ``TypedDict``\\ s genéricos."
24192419

24202420
#: ../../library/typing.rst:2199
24212421
msgid "Protocols"

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-13T23:38:46+00:00Z"}
1+
{"completion": "66.51%", "translated": 37108, "entries": 55794, "updated_at": "2025-04-14T23:37:57+00:00Z"}

0 commit comments

Comments
 (0)