88# Arihiro TAKASE, 2017
99# Osamu NAKAMURA, 2017
1010# Suguru Yamamoto <sgryjp@gmail.com>, 2017
11- # tomo, 2019
11+ # tomo, 2021
1212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2021-01-01 05:02+0000\n "
1919"PO-Revision-Date : 2017-02-16 23:04+0000\n "
20- "Last-Translator : tomo, 2019 \n "
20+ "Last-Translator : tomo, 2021 \n "
2121"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -65,6 +65,11 @@ msgid ""
6565":meth:`__imul__`, :meth:`__iand__`, etc.) for the same purpose. It should "
6666"not be evaluated in a boolean context."
6767msgstr ""
68+ "特殊な二項演算のメソッド (e.g. :meth:`__eq__`, :meth:`__lt__`, :meth:`__add__`, "
69+ ":meth:`__rsub__`, etc.) "
70+ "が、他の型に対して演算が実装されていないことを示すために返す特殊値です。インプレースの特殊な二項演算のメソッド (e.g. "
71+ ":meth:`__imul__`, :meth:`__iand__`, etc.) "
72+ "も同じ理由でこの値を返すことがあります。この処理では真偽値コンテキストでの評価はしてはいけません。"
6873
6974#: ../../library/constants.rst:38
7075msgid ""
@@ -101,6 +106,9 @@ msgid ""
101106"currently evaluates as true, it will emit a :exc:`DeprecationWarning`. It "
102107"will raise a :exc:`TypeError` in a future version of Python."
103108msgstr ""
109+ "``NotImplemented`` の評価は非推奨です。\n"
110+ "現時点で真と評価されていても :exc:`DeprecationWarning` が出ます。\n"
111+ "この警告は将来のバージョンの Python で :exc:`TypeError` を送出します。"
104112
105113#: ../../library/constants.rst:62
106114msgid ""
0 commit comments