|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# Rafael Fontenelle <rffontenelle@gmail.com>, 2021 |
8 | 7 | # i17obot <i17obot@rougeth.com>, 2021 |
9 | 8 | # Rodrigo Cândido, 2022 |
10 | 9 | # Welliton Malta <wellyton47@hotmail.com>, 2023 |
| 10 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2023 |
11 | 11 | # |
12 | 12 | #, fuzzy |
13 | 13 | msgid "" |
14 | 14 | msgstr "" |
15 | 15 | "Project-Id-Version: Python 3.11\n" |
16 | 16 | "Report-Msgid-Bugs-To: \n" |
17 | | -"POT-Creation-Date: 2023-02-24 14:15+0000\n" |
| 17 | +"POT-Creation-Date: 2023-03-03 14:14+0000\n" |
18 | 18 | "PO-Revision-Date: 2021-06-28 00:49+0000\n" |
19 | | -"Last-Translator: Welliton Malta <wellyton47@hotmail.com>, 2023\n" |
| 19 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n" |
20 | 20 | "Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/" |
21 | 21 | "teams/5390/pt_BR/)\n" |
22 | 22 | "MIME-Version: 1.0\n" |
@@ -63,10 +63,10 @@ msgid "" |
63 | 63 | "are set to ``None``); the caller is responsible for providing a :attr:" |
64 | 64 | "`__file__` attribute." |
65 | 65 | msgstr "" |
66 | | -"Retorna um novo objeto de módulo com o atributo :attr:`__name__`definido " |
67 | | -"como *nome*. Os atributos de módulo :attr:`__name__`,:attr:`__doc__`,:attr:" |
| 66 | +"Retorna um novo objeto de módulo com o atributo :attr:`__name__` definido " |
| 67 | +"como *name*. Os atributos de módulo :attr:`__name__`,:attr:`__doc__`,:attr:" |
68 | 68 | "`__package__` e :attr:`__loader__` são preenchidos (todos exceto :attr:" |
69 | | -"`__name__` são definidos como ``None``); O caller é responsásvel por " |
| 69 | +"`__name__` são definidos como ``None``); O chamador é responsásvel por " |
70 | 70 | "providenciar um atributo :attr:`__file__`." |
71 | 71 |
|
72 | 72 | #: ../../c-api/module.rst:48 |
@@ -126,7 +126,7 @@ msgid "" |
126 | 126 | "Return a pointer to the :c:type:`PyModuleDef` struct from which the module " |
127 | 127 | "was created, or ``NULL`` if the module wasn't created from a definition." |
128 | 128 | msgstr "" |
129 | | -"Retorna um ponteiro para a estrutura :c:type:`PyModuleDef`da qual o módulo " |
| 129 | +"Retorna um ponteiro para a estrutura :c:type:`PyModuleDef` da qual o módulo " |
130 | 130 | "foi criado, ou ``NULL`` se o módulo não foi criado de uma definição." |
131 | 131 |
|
132 | 132 | #: ../../c-api/module.rst:108 |
@@ -343,8 +343,8 @@ msgid "" |
343 | 343 | "Most uses of this function should be using :c:func:`PyModule_Create` " |
344 | 344 | "instead; only use this if you are sure you need it." |
345 | 345 | msgstr "" |
346 | | -"A maioria dos usos dessa função deve ser feita com:c:func:`PyModule_Create`; " |
347 | | -"use-o apenas se tiver certeza de que precisa." |
| 346 | +"A maioria dos usos dessa função deve ser feita com :c:func:" |
| 347 | +"`PyModule_Create`; use-o apenas se tiver certeza de que precisa." |
348 | 348 |
|
349 | 349 | #: ../../c-api/module.rst:273 |
350 | 350 | msgid "" |
|
0 commit comments