88# 松井 鉄史 <VED03370@nifty.ne.jp>, 2017
99# Inada Naoki <songofacandy@gmail.com>, 2017
1010# Arihiro TAKASE, 2017
11- # tomo, 2017
1211# hitsumabushi.org, 2018
1312# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2018
13+ # tomo, 2019
1414#
1515#, fuzzy
1616msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919"Report-Msgid-Bugs-To : \n "
2020"POT-Creation-Date : 2019-01-01 10:14+0900\n "
2121"PO-Revision-Date : 2017-02-16 17:47+0000\n "
22- "Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2018 \n "
22+ "Last-Translator : tomo, 2019 \n "
2323"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2424"MIME-Version : 1.0\n "
2525"Content-Type : text/plain; charset=UTF-8\n "
@@ -55,6 +55,9 @@ msgid ""
5555"whether a class or instance provides a particular interface, for example, if"
5656" it is hashable or if it is a mapping."
5757msgstr ""
58+ ":mod:`collections.abc` サブモジュールには ABC から派生した具象クラスがいくつかあります。\n"
59+ "もちろん、このクラスから、さらに派生させることもできます。\n"
60+ "また :mod:`collections.abs` サブモジュールにはいくつかの ABC もあって、あるクラスやインスタンスが特定のインタフェースを提供しているかどうか、たとえば、ハッシュ可能なのかやマッピングなのか、をテストできます。"
5861
5962#: ../../library/abc.rst:27
6063msgid ""
@@ -252,6 +255,9 @@ msgid ""
252255"if any of the methods used to compose the descriptor are abstract. For "
253256"example, Python's built-in :class:`property` does the equivalent of::"
254257msgstr ""
258+ "デスクリプタをABC 機構と協調させるために、デスクリプタは :attr:`__isabstractmethod__` "
259+ "を使って自身が抽象であることを示さなければなりません。一般的に、この属性は、そのデスクリプタを構成するのに使われたメソッドのいずれかが抽象である場合に "
260+ "``True`` になります。例えば、 Python 組み込みの :class:`property` は、次のコードと透過に振る舞います::"
255261
256262#: ../../library/abc.rst:231
257263msgid ""
0 commit comments