@@ -21,7 +21,7 @@ msgid ""
2121msgstr ""
2222"Project-Id-Version : Python 3.12\n "
2323"Report-Msgid-Bugs-To : \n "
24- "POT-Creation-Date : 2023-08-25 14:13 +0000\n "
24+ "POT-Creation-Date : 2023-08-25 22:29 +0000\n "
2525"PO-Revision-Date : 2021-06-28 01:49+0000\n "
2626"Last-Translator : Adorilson Bezerra <adorilson@gmail.com>, 2023\n "
2727"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -558,7 +558,7 @@ msgstr ""
558558
559559#: ../../reference/lexical_analysis.rst:333
560560msgid "Keywords"
561- msgstr "Palavras-chave "
561+ msgstr "Palavras reservadas "
562562
563563#: ../../reference/lexical_analysis.rst:339
564564msgid ""
@@ -572,7 +572,7 @@ msgstr ""
572572
573573#: ../../reference/lexical_analysis.rst:357
574574msgid "Soft Keywords"
575- msgstr ""
575+ msgstr "Palavras reservadas contextuais "
576576
577577#: ../../reference/lexical_analysis.rst:363
578578msgid ""
@@ -581,23 +581,33 @@ msgid ""
581581"can syntactically act as keywords in certain contexts, but this distinction "
582582"is done at the parser level, not when tokenizing."
583583msgstr ""
584+ "Alguns identificadores são reservados apenas em contextos específicos. Elas "
585+ "são conhecidas como *palavras reservadas contextuais*. Os identificadores "
586+ "``match``, ``case``, ``type`` e ``_`` podem atuar sintaticamente como "
587+ "palavras reservadas em determinados contextos, mas essa distinção é feita no "
588+ "nível do analisador sintático, não durante a tokenização."
584589
585590#: ../../reference/lexical_analysis.rst:368
586591msgid ""
587592"As soft keywords, their use in the grammar is possible while still "
588593"preserving compatibility with existing code that uses these names as "
589594"identifier names."
590595msgstr ""
596+ "Como palavras reservadas contextuais, seu uso na gramática é possível "
597+ "preservando a compatibilidade com o código existente que usa esses nomes "
598+ "como identificadores."
591599
592600#: ../../reference/lexical_analysis.rst:372
593601msgid ""
594602"``match``, ``case``, and ``_`` are used in the :keyword:`match` statement. "
595603"``type`` is used in the :keyword:`type` statement."
596604msgstr ""
605+ "``match``, ``case``, e ``_`` são usadas na instrução :keyword:`match`, "
606+ "``type``é usado na instrução :keyword:`type`."
597607
598608#: ../../reference/lexical_analysis.rst:375
599609msgid "``type`` is now a soft keyword."
600- msgstr ""
610+ msgstr "``type`` é agora uma palavra reservada contextual. "
601611
602612#: ../../reference/lexical_analysis.rst:384
603613msgid "Reserved classes of identifiers"
0 commit comments