@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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
3737msgid ""
3838"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
39- "extension modules who need to pass an opaque value (as a :c:expr:`void*` "
39+ "extension modules which 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."
4444msgstr ""
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
5347msgid "The type of a destructor callback for a capsule. Defined as::"
0 commit comments