Skip to content

Commit e402feb

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 61220f1 commit e402feb

21 files changed

+1407
-852
lines changed

about.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
16+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: souma987, 2022\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/allocation.po

+10-18
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
#
66
# Translators:
77
# tomo, 2021
8-
# 菊池 健志, 2023
98
# souma987, 2023
109
#
1110
#, fuzzy
1211
msgid ""
1312
msgstr ""
1413
"Project-Id-Version: Python 3.13\n"
1514
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1716
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1817
"Last-Translator: souma987, 2023\n"
1918
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -31,26 +30,19 @@ msgstr "オブジェクトをヒープ上にメモリ確保する"
3130
#: ../../c-api/allocation.rst:17
3231
msgid ""
3332
"Initialize a newly allocated object *op* with its type and initial "
34-
"reference. Returns the initialized object. If *type* indicates that the "
35-
"object participates in the cyclic garbage detector, it is added to the "
36-
"detector's set of observed objects. Other fields of the object are not "
37-
"affected."
33+
"reference. Returns the initialized object. Other fields of the object are "
34+
"not affected."
3835
msgstr ""
39-
"新たにメモリ確保されたオブジェクト *op* に対し、型と初期状態での参照 "
40-
"(initial reference) を初期化します。初期化されたオブジェクトを返します。"
41-
"*type* からそのオブジェクトが循環参照ガベージ検出の機能を有する場合、検出機構"
42-
"が監視対象とするオブジェクトのセットに追加されます。オブジェクトの他のフィー"
43-
"ルドには影響を及ぼしません。"
4436

45-
#: ../../c-api/allocation.rst:26
37+
#: ../../c-api/allocation.rst:24
4638
msgid ""
4739
"This does everything :c:func:`PyObject_Init` does, and also initializes the "
4840
"length information for a variable-size object."
4941
msgstr ""
5042
":c:func:`PyObject_Init` の全ての処理を行い、可変サイズオブジェクトの場合には"
5143
"長さ情報も初期化します。"
5244

53-
#: ../../c-api/allocation.rst:32
45+
#: ../../c-api/allocation.rst:30
5446
msgid ""
5547
"Allocate a new Python object using the C structure type *TYPE* and the "
5648
"Python type object *typeobj* (``PyTypeObject*``). Fields not defined by the "
@@ -66,7 +58,7 @@ msgstr ""
6658
"ります)。メモリ割り当ての大きさは型オブジェクトの :c:member:`~PyTypeObject."
6759
"tp_basicsize` フィールドによって定められます。"
6860

69-
#: ../../c-api/allocation.rst:43
61+
#: ../../c-api/allocation.rst:41
7062
msgid ""
7163
"Allocate a new Python object using the C structure type *TYPE* and the "
7264
"Python type object *typeobj* (``PyTypeObject*``). Fields not defined by the "
@@ -88,7 +80,7 @@ msgstr ""
8880
"の配列も埋め込むことで、メモリ割当の回数を減らし、メモリ管理効率を上げること"
8981
"ができます。"
9082

91-
#: ../../c-api/allocation.rst:57
83+
#: ../../c-api/allocation.rst:55
9284
msgid ""
9385
"Releases memory allocated to an object using :c:macro:`PyObject_New` or :c:"
9486
"macro:`PyObject_NewVar`. This is normally called from the :c:member:"
@@ -102,7 +94,7 @@ msgstr ""
10294
"れの呼び出し後のメモリは既に有効な Python オブジェクトではなくなっているた"
10395
"め、オブジェクトのフィールドはアクセスされるべきではありません。"
10496

105-
#: ../../c-api/allocation.rst:66
97+
#: ../../c-api/allocation.rst:64
10698
msgid ""
10799
"Object which is visible in Python as ``None``. This should only be accessed "
108100
"using the :c:macro:`Py_None` macro, which evaluates to a pointer to this "
@@ -112,10 +104,10 @@ msgstr ""
112104
"ブジェクトへのポインタを評価する :c:macro:`Py_None` マクロを使わなければなり"
113105
"ません。"
114106

115-
#: ../../c-api/allocation.rst:73
107+
#: ../../c-api/allocation.rst:71
116108
msgid ":c:func:`PyModule_Create`"
117109
msgstr ":c:func:`PyModule_Create`"
118110

119-
#: ../../c-api/allocation.rst:74
111+
#: ../../c-api/allocation.rst:72
120112
msgid "To allocate and create extension modules."
121113
msgstr "拡張モジュールのアロケートと生成。"

c-api/concrete.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: tomo, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/coro.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
15+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: Takanori Suzuki <[email protected]>, 2021\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/descriptor.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/gen.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/index.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/set.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
16+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1818
"Last-Translator: Nozomu Kaneko <[email protected]>, 2023\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/utilities.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

contents.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

faq/index.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
14+
"POT-Creation-Date: 2024-11-08 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)