6
6
# Translators:
7
7
# tomo, 2021
8
8
# Arihiro TAKASE, 2023
9
+ # Takanori Suzuki <takanori@takanory.net>, 2024
9
10
#
10
11
#, fuzzy
11
12
msgid ""
12
13
msgstr ""
13
14
"Project-Id-Version : Python 3.12\n "
14
15
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2024-01-05 14:14+0000\n "
16
+ "POT-Creation-Date : 2024-01-12 14:14+0000\n "
16
17
"PO-Revision-Date : 2021-06-28 00:57+0000\n "
17
- "Last-Translator : Arihiro TAKASE, 2023 \n "
18
+ "Last-Translator : Takanori Suzuki <takanori@takanory.net>, 2024 \n "
18
19
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
19
20
"ja/)\n "
20
21
"MIME-Version : 1.0\n "
@@ -54,6 +55,9 @@ msgid ""
54
55
"illegal and raise a :exc:`SyntaxError`. ``None`` is the sole instance of "
55
56
"the :data:`~types.NoneType` type."
56
57
msgstr ""
58
+ "関数にデフォルト引数が渡されなかったときなどに、値の非存在を表すのに頻繁に用"
59
+ "いられるオブジェクトです。``None`` への代入は不正で、:exc:`SyntaxError` を送"
60
+ "出します。``None`` が :data:`~types.NoneType` 型の唯一のインスタンスです。"
57
61
58
62
#: ../../library/constants.rst:30
59
63
msgid ""
@@ -66,6 +70,13 @@ msgid ""
66
70
"boolean context. ``NotImplemented`` is the sole instance of the :data:`types."
67
71
"NotImplementedType` type."
68
72
msgstr ""
73
+ "特殊な二項演算のメソッド (e.g. :meth:`~object.__eq__`, :meth:`~object."
74
+ "__lt__`, :meth:`~object.__add__`, :meth:`~object.__rsub__`, etc.) が、他の型"
75
+ "に対して演算が実装されていないことを示すために返す特殊値です。インプレースの"
76
+ "特殊な二項演算のメソッド (e.g. :meth:`~object.__imul__`, :meth:`~object."
77
+ "__iand__`, etc.) も同じ理由でこの値を返すことがあります。この処理では真偽値コ"
78
+ "ンテキストでの評価はしてはいけません。``NotImplemented`` が :data:`types."
79
+ "NotImplementedType` 型の唯一のインスタンスです。"
69
80
70
81
#: ../../library/constants.rst:40
71
82
msgid ""
@@ -189,4 +200,4 @@ msgstr "..."
189
200
190
201
#: ../../library/constants.rst:61
191
202
msgid "ellipsis literal"
192
- msgstr ""
203
+ msgstr "ellipsisリテラル "
0 commit comments