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

Skip to content

Commit 6a37a28

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent a7490bd commit 6a37a28

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

reference/lexical_analysis.po

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgid ""
2121
msgstr ""
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 <[email protected]>, 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
560560
msgid "Keywords"
561-
msgstr "Palavras-chave"
561+
msgstr "Palavras reservadas"
562562

563563
#: ../../reference/lexical_analysis.rst:339
564564
msgid ""
@@ -572,7 +572,7 @@ msgstr ""
572572

573573
#: ../../reference/lexical_analysis.rst:357
574574
msgid "Soft Keywords"
575-
msgstr ""
575+
msgstr "Palavras reservadas contextuais"
576576

577577
#: ../../reference/lexical_analysis.rst:363
578578
msgid ""
@@ -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."
583583
msgstr ""
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
586591
msgid ""
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."
590595
msgstr ""
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
593601
msgid ""
594602
"``match``, ``case``, and ``_`` are used in the :keyword:`match` statement. "
595603
"``type`` is used in the :keyword:`type` statement."
596604
msgstr ""
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
599609
msgid "``type`` is now a soft keyword."
600-
msgstr ""
610+
msgstr "``type`` é agora uma palavra reservada contextual."
601611

602612
#: ../../reference/lexical_analysis.rst:384
603613
msgid "Reserved classes of identifiers"

0 commit comments

Comments
 (0)