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

Commit2ae5a66

Browse files
author
github-actions
committed
Update translations from Transifex
1 parentc38146b commit2ae5a66

File tree

13 files changed

+14236
-14186
lines changed

13 files changed

+14236
-14186
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-10-15 14:16+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:Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -395,13 +395,9 @@ msgstr "``w*`` (読み書き可能な :term:`bytes-like object`) [Py_buffer]"
395395
msgid""
396396
"This format accepts any object which implements the read-write buffer "
397397
"interface. It fills a :c:type:`Py_buffer` structure provided by the caller. "
398-
"The buffer may contain embedded null bytes. The callerhave to call :c:func:"
398+
"The buffer may contain embedded null bytes. The callerhas to call :c:func:"
399399
"`PyBuffer_Release` when it is done with the buffer."
400400
msgstr""
401-
"このフォーマットは、読み書き可能な buffer interface を実装したオブジェクトを"
402-
"受け付けます。 呼び出し元から渡された :c:type:`Py_buffer` 構造体に値を格納し"
403-
"ます。バッファは nullバイトを含むかもしれず、呼び出し元はバッファを使い終わっ"
404-
"たら :c:func:`PyBuffer_Release` を呼び出さなければなりません。"
405401

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

‎c-api/capsule.po‎

Lines changed: 2 additions & 8 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-10-07 14:17+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:Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -36,18 +36,12 @@ msgstr ""
3636
#:../../c-api/capsule.rst:17
3737
msgid""
3838
"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
39-
"extension moduleswho need to pass an opaque value (as a :c:expr:`void*` "
39+
"extension moduleswhich need to pass an opaque value (as a :c:expr:`void*` "
4040
"pointer) through Python code to other C code. It is often used to make a C "
4141
"function pointer defined in one module available to other modules, so the "
4242
"regular import mechanism can be used to access C APIs defined in dynamically "
4343
"loaded modules."
4444
msgstr""
45-
"この :c:type:`PyObject` のサブタイプは、任意の値を表し、C拡張モジュールから "
46-
"Pythonコードを経由して他のC言語のコードに任意の値を(:c:expr:`void*` ポインタ"
47-
"の形で)渡す必要があるときに有用です。あるモジュール内で定義されているC言語関"
48-
"数のポインタを、他のモジュールに渡してそこから呼び出せるようにするためによく"
49-
"使われます。これにより、動的にロードされるモジュールの中の C API に通常の "
50-
"import 機構を通してアクセスすることができます。"
5145

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp