Skip to content

Commit f1a4b7e

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent bd5797b commit f1a4b7e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

c-api/module.po

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
# Arihiro TAKASE, 2023
99
# tomo, 2023
1010
# Nozomu Kaneko <[email protected]>, 2023
11+
# 石井 明久, 2024
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
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."
852853
msgstr ""
854+
"型オブジェクトを *module* に追加します。型オブジェクトは内部で :c:func:"
855+
"`PyType_Ready` を呼び出してファイナライズされます。型オブジェクトの名前は、 :"
856+
"c:member:`~PyTypeObject.tp_name` のドットの後の最後の部分から取られます。エ"
857+
"ラー時には ``-1`` を、成功時には ``0`` を返します。"
853858

854859
#: ../../c-api/module.rst:639
855860
msgid ""

c-api/type.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# tomo, 2023
8+
# 石井 明久, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
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."
3738
msgstr ""
38-
"型オブジェクト自身の型オブジェクトです; Python レイヤにおける :class:`type` "
39+
"型オブジェクト自身の型オブジェクトですPython レイヤにおける :class:`type` "
3940
"と同じオブジェクトです。"
4041

4142
#: ../../c-api/type.rst:24

0 commit comments

Comments
 (0)