Skip to content

Commit 4619d89

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 6904a03 commit 4619d89

24 files changed

+3010
-3197
lines changed

c-api/allocation.po

+10-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-07-28 14:13+0000\n"
15+
"POT-Creation-Date: 2023-08-11 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: 菊池 健志, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -53,12 +53,13 @@ msgstr ""
5353
msgid ""
5454
"Allocate a new Python object using the C structure type *TYPE* and the "
5555
"Python type object *typeobj* (``PyTypeObject*``). Fields not defined by the "
56-
"Python object header are not initialized; the object's reference count will "
57-
"be one. The size of the memory allocation is determined from the :c:member:"
58-
"`~PyTypeObject.tp_basicsize` field of the type object."
56+
"Python object header are not initialized. The caller will own the only "
57+
"reference to the object (i.e. its reference count will be one). The size of "
58+
"the memory allocation is determined from the :c:member:`~PyTypeObject."
59+
"tp_basicsize` field of the type object."
5960
msgstr ""
6061

61-
#: ../../c-api/allocation.rst:42
62+
#: ../../c-api/allocation.rst:43
6263
msgid ""
6364
"Allocate a new Python object using the C structure type *TYPE* and the "
6465
"Python type object *typeobj* (``PyTypeObject*``). Fields not defined by the "
@@ -71,7 +72,7 @@ msgid ""
7172
"management efficiency."
7273
msgstr ""
7374

74-
#: ../../c-api/allocation.rst:56
75+
#: ../../c-api/allocation.rst:57
7576
msgid ""
7677
"Releases memory allocated to an object using :c:macro:`PyObject_New` or :c:"
7778
"macro:`PyObject_NewVar`. This is normally called from the :c:member:"
@@ -80,7 +81,7 @@ msgid ""
8081
"no longer a valid Python object."
8182
msgstr ""
8283

83-
#: ../../c-api/allocation.rst:65
84+
#: ../../c-api/allocation.rst:66
8485
msgid ""
8586
"Object which is visible in Python as ``None``. This should only be accessed "
8687
"using the :c:macro:`Py_None` macro, which evaluates to a pointer to this "
@@ -90,10 +91,10 @@ msgstr ""
9091
"ブジェクトへのポインタを評価する :c:macro:`Py_None` マクロを使わなければなり"
9192
"ません。"
9293

93-
#: ../../c-api/allocation.rst:72
94+
#: ../../c-api/allocation.rst:73
9495
msgid ":c:func:`PyModule_Create`"
9596
msgstr ":c:func:`PyModule_Create`"
9697

97-
#: ../../c-api/allocation.rst:73
98+
#: ../../c-api/allocation.rst:74
9899
msgid "To allocate and create extension modules."
99100
msgstr "拡張モジュールのアロケートと生成。"

0 commit comments

Comments
 (0)