Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd27ce0b

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parentb37e840 commitd27ce0b

File tree

9 files changed

+14243
-14183
lines changed

9 files changed

+14243
-14183
lines changed

‎c-api/arg.po‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-07-25 14:21+0000\n"
14+
"POT-Creation-Date:2025-10-25 14:12+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -402,13 +402,9 @@ msgstr ""
402402
msgid""
403403
"This format accepts any object which implements the read-write buffer "
404404
"interface. It fills a :c:type:`Py_buffer` structure provided by the caller. "
405-
"The buffer may contain embedded null bytes. The callerhave to call :c:func:"
405+
"The buffer may contain embedded null bytes. The callerhas to call :c:func:"
406406
"`PyBuffer_Release` when it is done with the buffer."
407407
msgstr""
408-
"Este formato aceita qualquer objeto que implemente a interface do buffer de "
409-
"leitura e escrita. Ele preenche uma estrutura :c:type:`Py_buffer` fornecida "
410-
"pelo chamador. O buffer pode conter bytes nulos incorporados. O chamador "
411-
"deve chamar :c:func:`PyBuffer_Release` quando isso for feito com o buffer."
412408

413409
#:../../c-api/arg.rst:166
414410
msgid"``es`` (:class:`str`) [const char\\*encoding, char\\*\\*buffer]"

‎c-api/capsule.po‎

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-07-04 14:20+0000\n"
14+
"POT-Creation-Date:2025-10-25 14:12+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -37,19 +37,12 @@ msgstr ""
3737
#:../../c-api/capsule.rst:17
3838
msgid""
3939
"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
40-
"extension moduleswho need to pass an opaque value (as a :c:expr:`void*` "
40+
"extension moduleswhich need to pass an opaque value (as a :c:expr:`void*` "
4141
"pointer) through Python code to other C code. It is often used to make a C "
4242
"function pointer defined in one module available to other modules, so the "
4343
"regular import mechanism can be used to access C APIs defined in dynamically "
4444
"loaded modules."
4545
msgstr""
46-
"Este subtipo de :c:type:`PyObject` representa um valor opaco, útil para "
47-
"módulos de extensão C que precisam passar um valor opaco (como ponteiro :c:"
48-
"expr:`void*`) através do código Python para outro código C . É "
49-
"frequentemente usado para disponibilizar um ponteiro de função C definido em "
50-
"um módulo para outros módulos, para que o mecanismo de importação regular "
51-
"possa ser usado para acessar APIs C definidas em módulos carregados "
52-
"dinamicamente."
5346

5447
#:../../c-api/capsule.rst:27
5548
msgid"The type of a destructor callback for a capsule. Defined as::"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp