@@ -10,7 +10,7 @@ msgstr ""
10
10
"Project-Id-Version :Python 2.7\n "
11
11
"Report-Msgid-Bugs-To :\n "
12
12
"POT-Creation-Date :2019-03-26 16:06+0900\n "
13
- "PO-Revision-Date :2019-03-26 15:16 +0000\n "
13
+ "PO-Revision-Date :2019-04-01 15:43 +0000\n "
14
14
"Last-Translator :tomo\n "
15
15
"Language-Team :Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
16
16
"MIME-Version :1.0\n "
@@ -1716,13 +1716,13 @@ msgstr "静的メソッドは暗黙の第一引数を受け取りません。静
1716
1716
msgid ""
1717
1717
"The ``@staticmethod`` form is a function :term:`decorator` -- see "
1718
1718
":ref:`function` for details."
1719
- msgstr ""
1719
+ msgstr "``@staticmethod`` 形式は関数デコレータ (:term:`decorator`) です。詳しくは :ref:`function` を参照してください。 "
1720
1720
1721
1721
#: ../../library/functions.rst:1351
1722
1722
msgid ""
1723
1723
"A static method can be called either on the class (such as ``C.f()``) or on "
1724
1724
"an instance (such as ``C().f()``)."
1725
- msgstr ""
1725
+ msgstr "静的メソッドは (``C.f()`` のよう) クラスから呼び出したり、 (``C().f()`` のように) インスタンスから呼び出したりできます。 "
1726
1726
1727
1727
#: ../../library/functions.rst:1354
1728
1728
msgid ""
@@ -1733,7 +1733,7 @@ msgstr "Python における静的メソッドは Java や C++ における静的
1733
1733
1734
1734
#: ../../library/functions.rst:1358
1735
1735
msgid "For more information on static methods, see :ref:`types`."
1736
- msgstr ""
1736
+ msgstr "静的メソッドについて詳しい情報は :ref:`types` を参照してください。 "
1737
1737
1738
1738
#: ../../library/functions.rst:1368
1739
1739
msgid ""