@@ -10,8 +10,8 @@ msgstr ""
1010"Project-Id-Version :Python 2.7\n "
1111"Report-Msgid-Bugs-To :\n "
1212"POT-Creation-Date :2021-01-01 01:01+0900\n "
13- "PO-Revision-Date :2019-09-01 05:22 +0000\n "
14- "Last-Translator :tomo \n "
13+ "PO-Revision-Date :2021-05-25 13:43 +0000\n "
14+ "Last-Translator :Takanori Suzuki <takanori@takanory.net> \n "
1515"Language-Team :Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
1616"MIME-Version :1.0\n "
1717"Content-Type :text/plain; charset=UTF-8\n "
@@ -1280,7 +1280,7 @@ msgid ""
12801280"*frame* is the current stack frame. *event* is a string: ``'call'``, "
12811281"``'return'``, ``'c_call'``, ``'c_return'``, or ``'c_exception'``. *arg* "
12821282"depends on the event type."
1283- msgstr ""
1283+ msgstr "Profile関数は 3 個の引数、*frame*、*event*、および *arg* を受け取る必要があります。*frame* は現在のスタックフレームです。*event* は文字列で、``'call'``, ``'return'``, ``'c_call'``, ``'c_return'``, ``'c_exception'`` のどれかが渡されます。*arg* はイベントの種類によって異なります。 "
12841284
12851285#: ../../library/sys.rst:872 ../../library/sys.rst:929
12861286msgid "The events have the following meaning:"