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

Commit4ddcae6

Browse files
Update translation
1 parent6c31a5d commit4ddcae6

File tree

7 files changed

+12864
-12853
lines changed

7 files changed

+12864
-12853
lines changed

‎c-api/arg.po‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version:Python 3.13\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2025-09-17 03:50+0000\n"
15+
"POT-Creation-Date:2025-10-25 15:01+0000\n"
1616
"PO-Revision-Date:2025-09-15 01:03+0000\n"
1717
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -403,13 +403,9 @@ msgstr ""
403403
msgid""
404404
"This format accepts any object which implements the read-write buffer "
405405
"interface. It fills a :c:type:`Py_buffer` structure provided by the caller. "
406-
"The buffer may contain embedded null bytes. The callerhave to call :c:func:"
406+
"The buffer may contain embedded null bytes. The callerhas to call :c:func:"
407407
"`PyBuffer_Release` when it is done with the buffer."
408408
msgstr""
409-
"Este formato aceita qualquer objeto que implemente a interface do buffer de "
410-
"leitura e escrita. Ele preenche uma estrutura :c:type:`Py_buffer` fornecida "
411-
"pelo chamador. O buffer pode conter bytes nulos incorporados. O chamador "
412-
"deve chamar :c:func:`PyBuffer_Release` quando isso for feito com o buffer."
413409

414410
#:../../c-api/arg.rst:166
415411
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
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version:Python 3.13\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2025-09-17 03:50+0000\n"
15+
"POT-Creation-Date:2025-10-25 15:01+0000\n"
1616
"PO-Revision-Date:2025-09-15 01:03+0000\n"
1717
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -38,19 +38,12 @@ msgstr ""
3838
#:../../c-api/capsule.rst:17
3939
msgid""
4040
"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
41-
"extension moduleswho need to pass an opaque value (as a :c:expr:`void*` "
41+
"extension moduleswhich need to pass an opaque value (as a :c:expr:`void*` "
4242
"pointer) through Python code to other C code. It is often used to make a C "
4343
"function pointer defined in one module available to other modules, so the "
4444
"regular import mechanism can be used to access C APIs defined in dynamically "
4545
"loaded modules."
4646
msgstr""
47-
"Este subtipo de :c:type:`PyObject` representa um valor opaco, útil para "
48-
"módulos de extensão C que precisam passar um valor opaco (como ponteiro :c:"
49-
"expr:`void*`) através do código Python para outro código C . É "
50-
"frequentemente usado para disponibilizar um ponteiro de função C definido em "
51-
"um módulo para outros módulos, para que o mecanismo de importação regular "
52-
"possa ser usado para acessar APIs C definidas em módulos carregados "
53-
"dinamicamente."
5447

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp