File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 88# Arihiro TAKASE, 2023
99# tomo, 2023
1010# Nozomu Kaneko <[email protected] >, 202311+ # 石井 明久, 2024
1112#
1213#, fuzzy
1314msgid ""
1415msgstr ""
1516"Project-Id-Version : Python 3.13\n "
1617"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2024-06-07 14:15+0000\n "
18+ "POT-Creation-Date : 2024-05-24 14:15+0000\n "
1819"PO-Revision-Date : 2021-06-28 00:49+0000\n "
19- "
Last-Translator :
Nozomu Kaneko <[email protected] >, 2023 \n"
20+ "Last-Translator : 石井 明久, 2024 \n "
2021"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
2122"ja/)\n "
2223"MIME-Version : 1.0\n "
@@ -850,6 +851,10 @@ msgid ""
850851"the last component of :c:member:`~PyTypeObject.tp_name` after dot. Return "
851852"``-1`` on error, ``0`` on success."
852853msgstr ""
854+ "型オブジェクトを *module* に追加します。型オブジェクトは内部で :c:func:"
855+ "`PyType_Ready` を呼び出してファイナライズされます。型オブジェクトの名前は、 :"
856+ "c:member:`~PyTypeObject.tp_name` のドットの後の最後の部分から取られます。エ"
857+ "ラー時には ``-1`` を、成功時には ``0`` を返します。"
853858
854859#: ../../c-api/module.rst:639
855860msgid ""
Original file line number Diff line number Diff line change 55#
66# Translators:
77# tomo, 2023
8+ # 石井 明久, 2024
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.13\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-05-31 14:14 +0000\n "
15+ "POT-Creation-Date : 2024-05-17 14:15 +0000\n "
1516"PO-Revision-Date : 2021-06-28 00:50+0000\n "
16- "Last-Translator : tomo, 2023 \n "
17+ "Last-Translator : 石井 明久, 2024 \n "
1718"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
1819"ja/)\n "
1920"MIME-Version : 1.0\n "
@@ -35,7 +36,7 @@ msgid ""
3536"This is the type object for type objects; it is the same object as :class:"
3637"`type` in the Python layer."
3738msgstr ""
38- "型オブジェクト自身の型オブジェクトです; Python レイヤにおける :class:`type` "
39+ "型オブジェクト自身の型オブジェクトです。 Python レイヤにおける :class:`type` "
3940"と同じオブジェクトです。"
4041
4142#: ../../c-api/type.rst:24
You can’t perform that action at this time.
0 commit comments