Skip to content

Commit 3241205

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 09f8b45 commit 3241205

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

reference/lexical_analysis.po

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,13 +438,18 @@ msgid ""
438438
"Identifiers (also referred to as *names*) are described by the following "
439439
"lexical definitions."
440440
msgstr ""
441+
"Identificadores (também chamados de *nomes*) são descritos pelas seguintes "
442+
"definições lexicais."
441443

442444
#: ../../reference/lexical_analysis.rst:283
443445
msgid ""
444446
"The syntax of identifiers in Python is based on the Unicode standard annex "
445447
"UAX-31, with elaboration and changes as defined below; see also :pep:`3131` "
446448
"for further details."
447449
msgstr ""
450+
"A sintaxe dos identificadores em Python é baseada no anexo do padrão Unicode "
451+
"UAX-31, com elaboração e alterações conforme definido abaixo; veja também :"
452+
"pep:`3131` para mais detalhes."
448453

449454
#: ../../reference/lexical_analysis.rst:287
450455
msgid ""
@@ -453,6 +458,10 @@ msgid ""
453458
"letters ``A`` through ``Z``, the underscore ``_`` and, except for the first "
454459
"character, the digits ``0`` through ``9``."
455460
msgstr ""
461+
"Dentro do intervalo ASCII (U+0001..U+007F), os caracteres válidos para "
462+
"identificadores são os mesmos de Python 2.x: as letras maiúsculas e "
463+
"minúsculas de ``A``até ``Z``, o sublinhado ``_`` e, exceto para o primeiro "
464+
"caractere, os dígitos ``0`` até ``9``."
456465

457466
#: ../../reference/lexical_analysis.rst:292
458467
msgid ""
@@ -461,14 +470,19 @@ msgid ""
461470
"version of the Unicode Character Database as included in the :mod:"
462471
"`unicodedata` module."
463472
msgstr ""
473+
"Python 3.0 introduz caracteres adicionais fora do intervalo ASCII (consulte :"
474+
"pep:`3131`). Para esses caracteres, a classificação utiliza a versão do "
475+
"Banco de Dados de Caracteres Unicode incluída no módulo :mod:`unicodedata`."
464476

465477
#: ../../reference/lexical_analysis.rst:296
466478
msgid "Identifiers are unlimited in length. Case is significant."
467479
msgstr ""
480+
"Os identificadores têm comprimento ilimitado. Maiúsculas são diferentes de "
481+
"minúsculas."
468482

469483
#: ../../reference/lexical_analysis.rst:305
470484
msgid "The Unicode category codes mentioned above stand for:"
471-
msgstr ""
485+
msgstr "Os códigos de categoria Unicode mencionados acima significam:"
472486

473487
#: ../../reference/lexical_analysis.rst:307
474488
msgid "*Lu* - uppercase letters"
@@ -516,6 +530,9 @@ msgid ""
516530
"unicode.org/Public/15.0.0/ucd/PropList.txt>`_ to support backwards "
517531
"compatibility"
518532
msgstr ""
533+
"*Other_ID_Start* - lista explícita de caracteres em `PropList.txt <https://"
534+
"www.unicode.org/Public/15.0.0/ucd/PropList.txt>`_ para oferecer suporte à "
535+
"compatibilidade com versões anteriores"
519536

520537
#: ../../reference/lexical_analysis.rst:320
521538
msgid "*Other_ID_Continue* - likewise"
@@ -526,13 +543,18 @@ msgid ""
526543
"All identifiers are converted into the normal form NFKC while parsing; "
527544
"comparison of identifiers is based on NFKC."
528545
msgstr ""
546+
"Todos os identificadores são convertidos no formato normal NFKC durante a "
547+
"análise; a comparação de identificadores é baseada no NFKC."
529548

530549
#: ../../reference/lexical_analysis.rst:325
531550
msgid ""
532551
"A non-normative HTML file listing all valid identifier characters for "
533552
"Unicode 15.0.0 can be found at https://www.unicode.org/Public/15.0.0/ucd/"
534553
"DerivedCoreProperties.txt"
535554
msgstr ""
555+
"Um arquivo HTML não normativo listando todos os caracteres identificadores "
556+
"válidos para Unicode 15.0.0 pode ser encontrado em https://www.unicode.org/"
557+
"Public/15.0.0/ucd/DerivedCoreProperties.txt"
536558

537559
#: ../../reference/lexical_analysis.rst:333
538560
msgid "Keywords"

0 commit comments

Comments
 (0)