File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 8
8
# Arihiro TAKASE, 2023
9
9
# tomo, 2023
10
10
# Nozomu Kaneko <[email protected] >, 2023
11
+ # 石井 明久, 2024
11
12
#
12
13
#, fuzzy
13
14
msgid ""
14
15
msgstr ""
15
16
"Project-Id-Version : Python 3.13\n "
16
17
"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 "
18
19
"PO-Revision-Date : 2021-06-28 00:49+0000\n "
19
- "
Last-Translator :
Nozomu Kaneko <[email protected] >, 2023 \n"
20
+ "Last-Translator : 石井 明久, 2024 \n "
20
21
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
21
22
"ja/)\n "
22
23
"MIME-Version : 1.0\n "
@@ -850,6 +851,10 @@ msgid ""
850
851
"the last component of :c:member:`~PyTypeObject.tp_name` after dot. Return "
851
852
"``-1`` on error, ``0`` on success."
852
853
msgstr ""
854
+ "型オブジェクトを *module* に追加します。型オブジェクトは内部で :c:func:"
855
+ "`PyType_Ready` を呼び出してファイナライズされます。型オブジェクトの名前は、 :"
856
+ "c:member:`~PyTypeObject.tp_name` のドットの後の最後の部分から取られます。エ"
857
+ "ラー時には ``-1`` を、成功時には ``0`` を返します。"
853
858
854
859
#: ../../c-api/module.rst:639
855
860
msgid ""
Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# tomo, 2023
8
+ # 石井 明久, 2024
8
9
#
9
10
#, fuzzy
10
11
msgid ""
11
12
msgstr ""
12
13
"Project-Id-Version : Python 3.13\n "
13
14
"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 "
15
16
"PO-Revision-Date : 2021-06-28 00:50+0000\n "
16
- "Last-Translator : tomo, 2023 \n "
17
+ "Last-Translator : 石井 明久, 2024 \n "
17
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
18
19
"ja/)\n "
19
20
"MIME-Version : 1.0\n "
@@ -35,7 +36,7 @@ msgid ""
35
36
"This is the type object for type objects; it is the same object as :class:"
36
37
"`type` in the Python layer."
37
38
msgstr ""
38
- "型オブジェクト自身の型オブジェクトです; Python レイヤにおける :class:`type` "
39
+ "型オブジェクト自身の型オブジェクトです。 Python レイヤにおける :class:`type` "
39
40
"と同じオブジェクトです。"
40
41
41
42
#: ../../c-api/type.rst:24
You can’t perform that action at this time.
0 commit comments