21
21
# Adorilson Bezerra <adorilson@gmail.com>, 2023
22
22
# Patricia Mortada, 2023
23
23
# Lucas Gonçalves Cordeiro <lucasgon192@gmail.com>, 2023
24
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
24
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
25
25
#
26
26
#, fuzzy
27
27
msgid ""
@@ -30,7 +30,7 @@ msgstr ""
30
30
"Report-Msgid-Bugs-To : \n "
31
31
"POT-Creation-Date : 2024-02-02 15:40+0000\n "
32
32
"PO-Revision-Date : 2021-06-28 01:13+0000\n "
33
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023 \n "
33
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024 \n "
34
34
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
35
35
"teams/5390/pt_BR/)\n "
36
36
"MIME-Version : 1.0\n "
@@ -2580,6 +2580,10 @@ msgid ""
2580
2580
"including supported :ref:`escape sequences <escape-sequences>`, and the "
2581
2581
"``r`` (\" raw\" ) prefix that disables most escape sequence processing."
2582
2582
msgstr ""
2583
+ "Veja :ref:`strings` para mais informações sobre as várias formas de literal "
2584
+ "de string, incluindo o suporte a :ref:`sequêncis de escape <escape-"
2585
+ "sequences>`, e o prefixo ``r`` (\" raw\" ) que desabilita a maioria dos "
2586
+ "processos de sequência de escape."
2583
2587
2584
2588
#: ../../library/stdtypes.rst:1534
2585
2589
msgid ""
@@ -7729,6 +7733,12 @@ msgid ""
7729
7733
"function and can be extracted from function objects through their :attr:"
7730
7734
"`~function.__code__` attribute. See also the :mod:`code` module."
7731
7735
msgstr ""
7736
+ "Objetos código são usados pela implementação para representar código Python "
7737
+ "executável \" pseudo-compilado\" , tal como corpo de uma função. Eles são "
7738
+ "diferentes de objetos função porque eles não contém uma referência para os "
7739
+ "seus ambientes de execução global. Objetos código são retornados pela função "
7740
+ "embutida :func:`compile` e podem ser extraídos de objetos função através do "
7741
+ "seu atributo :attr:`~function.__code__`. Veja também o módulo :mod:`code`."
7732
7742
7733
7743
#: ../../library/stdtypes.rst:5387
7734
7744
msgid ""
0 commit comments