44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # tomo, 2018
7+ # tomo, 2019
88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2019-01-01 15:22+0900\n "
1515"PO-Revision-Date : 2018-06-29 17:34+0000\n "
16- "Last-Translator : tomo, 2018 \n "
16+ "Last-Translator : tomo, 2019 \n "
1717"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -49,6 +49,9 @@ msgid ""
4949"whether a class or instance provides a particular interface, for example, if"
5050" it is hashable or if it is a mapping."
5151msgstr ""
52+ ":mod:`collections.abc` サブモジュールには ABC から派生した具象クラスがいくつかあります。\n"
53+ "もちろん、このクラスから、さらに派生させることもできます。\n"
54+ "また :mod:`collections.abs` サブモジュールにはいくつかの ABC もあって、あるクラスやインスタンスが特定のインタフェースを提供しているかどうか、たとえば、ハッシュ可能なのかやマッピングなのか、をテストできます。"
5255
5356#: ../../library/abc.rst:27
5457msgid ""
@@ -246,6 +249,9 @@ msgid ""
246249"if any of the methods used to compose the descriptor are abstract. For "
247250"example, Python's built-in :class:`property` does the equivalent of::"
248251msgstr ""
252+ "デスクリプタをABC 機構と協調させるために、デスクリプタは :attr:`__isabstractmethod__` "
253+ "を使って自身が抽象であることを示さなければなりません。一般的に、この属性は、そのデスクリプタを構成するのに使われたメソッドのいずれかが抽象である場合に "
254+ "``True`` になります。例えば、 Python 組み込みの :class:`property` は、次のコードと透過に振る舞います::"
249255
250256#: ../../library/abc.rst:231
251257msgid ""
0 commit comments