Skip to content

Commit 97fd709

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 7c904bb commit 97fd709

File tree

29 files changed

+2262
-2481
lines changed

29 files changed

+2262
-2481
lines changed

c-api/buffer.po

Lines changed: 114 additions & 125 deletions
Large diffs are not rendered by default.

c-api/typeobj.po

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@
77
# Raphael Mendonça, 2021
88
# Marco Rougeth <marco@rougeth.com>, 2021
99
# (Douglas da Silva) <dementikovalev@yandex.ru>, 2021
10-
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023
1110
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
11+
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023
1212
#
1313
#, fuzzy
1414
msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.12\n"
1717
"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"
1919
"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"
2122
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2223
"teams/5390/pt_BR/)\n"
2324
"MIME-Version: 1.0\n"
@@ -596,8 +597,8 @@ msgid "[:c:member:`~PyTypeObject.tp_watched`]"
596597
msgstr ""
597598

598599
#: ../../c-api/typeobj.rst:150
599-
msgid "char"
600-
msgstr "char"
600+
msgid "unsigned char"
601+
msgstr "unsigned char"
601602

602603
#: ../../c-api/typeobj.rst:155
603604
msgid ""
@@ -2582,7 +2583,7 @@ msgstr ""
25822583
#: ../../c-api/typeobj.rst:1699
25832584
msgid ""
25842585
"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. "
25862587
"Compilers may support this (gcc does), MSVC does not. Both compilers are "
25872588
"strictly standard conforming in this particular behavior."
25882589
msgstr ""
@@ -3291,8 +3292,8 @@ msgstr ""
32913292

32923293
#: ../../c-api/typeobj.rst:2446
32933294
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``."
32963297
msgstr ""
32973298

32983299
#: ../../c-api/typeobj.rst:2449

0 commit comments

Comments
 (0)