|
7 | 7 | # Raphael Mendonça, 2021
|
8 | 8 | # Marco Rougeth <marco@rougeth.com>, 2021
|
9 | 9 | # (Douglas da Silva) <dementikovalev@yandex.ru>, 2021
|
10 |
| -# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023 |
11 | 10 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
|
| 11 | +# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023 |
12 | 12 | #
|
13 | 13 | #, fuzzy
|
14 | 14 | msgid ""
|
15 | 15 | msgstr ""
|
16 | 16 | "Project-Id-Version: Python 3.12\n"
|
17 | 17 | "Report-Msgid-Bugs-To: \n"
|
18 |
| -"POT-Creation-Date: 2023-08-11 14:13+0000\n" |
| 18 | +"POT-Creation-Date: 2023-08-18 14:13+0000\n" |
19 | 19 | "PO-Revision-Date: 2021-06-28 00:50+0000\n"
|
20 |
| -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n" |
| 20 | +"Last-Translator: Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, " |
| 21 | +"2023\n" |
21 | 22 | "Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
|
22 | 23 | "teams/5390/pt_BR/)\n"
|
23 | 24 | "MIME-Version: 1.0\n"
|
@@ -596,8 +597,8 @@ msgid "[:c:member:`~PyTypeObject.tp_watched`]"
|
596 | 597 | msgstr ""
|
597 | 598 |
|
598 | 599 | #: ../../c-api/typeobj.rst:150
|
599 |
| -msgid "char" |
600 |
| -msgstr "char" |
| 600 | +msgid "unsigned char" |
| 601 | +msgstr "unsigned char" |
601 | 602 |
|
602 | 603 | #: ../../c-api/typeobj.rst:155
|
603 | 604 | msgid ""
|
@@ -2582,7 +2583,7 @@ msgstr ""
|
2582 | 2583 | #: ../../c-api/typeobj.rst:1699
|
2583 | 2584 | msgid ""
|
2584 | 2585 | "However, the unary '&' operator applied to a non-static variable like :c:"
|
2585 |
| -"func:`PyBaseObject_Type` is not required to produce an address constant. " |
| 2586 | +"data:`PyBaseObject_Type` is not required to produce an address constant. " |
2586 | 2587 | "Compilers may support this (gcc does), MSVC does not. Both compilers are "
|
2587 | 2588 | "strictly standard conforming in this particular behavior."
|
2588 | 2589 | msgstr ""
|
@@ -3291,8 +3292,8 @@ msgstr ""
|
3291 | 3292 |
|
3292 | 3293 | #: ../../c-api/typeobj.rst:2446
|
3293 | 3294 | msgid ""
|
3294 |
| -"Check if the request can be met. If not, raise :c:data:`PyExc_BufferError`, " |
3295 |
| -"set :c:expr:`view->obj` to ``NULL`` and return ``-1``." |
| 3295 | +"Check if the request can be met. If not, raise :exc:`BufferError`, set :c:" |
| 3296 | +"expr:`view->obj` to ``NULL`` and return ``-1``." |
3296 | 3297 | msgstr ""
|
3297 | 3298 |
|
3298 | 3299 | #: ../../c-api/typeobj.rst:2449
|
|
0 commit comments