1010# Suguru Yamamoto <sgryjp@gmail.com>, 2017
1111# Osamu NAKAMURA, 2017
1212# tomo, 2019
13+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1314#
1415#, fuzzy
1516msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819"Report-Msgid-Bugs-To : \n "
1920"POT-Creation-Date : 2020-02-09 12:40+0000\n "
2021"PO-Revision-Date : 2017-02-16 23:22+0000\n "
21- "Last-Translator : tomo, 2019 \n "
22+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2020 \n "
2223"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2324"MIME-Version : 1.0\n "
2425"Content-Type : text/plain; charset=UTF-8\n "
@@ -88,19 +89,25 @@ msgid ""
8889"Raises an :ref:`auditing event <auditing>` ``poplib.connect`` with arguments"
8990" ``self``, ``host``, ``port``."
9091msgstr ""
92+ "引数 ``self``, ``host``, ``port`` 付きで :ref:`監査イベント <auditing>` "
93+ "``poplib.connect`` を送出します。"
9194
9295#: ../../library/poplib.rstNone ../../library/poplib.rstNone
9396msgid ""
9497"Raises an :ref:`auditing event <auditing>` ``poplib.putline`` with arguments"
9598" ``self``, ``line``."
9699msgstr ""
100+ "引数 ``self``, ``line`` を指定して :ref:`監査イベント <auditing>` ``poplib.putline`` "
101+ "を送出します。 "
97102
98103#: ../../library/poplib.rst:46 ../../library/poplib.rst:69
99104msgid ""
100105"All commands will raise an :ref:`auditing event <auditing>` "
101106"``poplib.putline`` with arguments ``self`` and ``line``, where ``line`` is "
102107"the bytes about to be sent to the remote host."
103108msgstr ""
109+ "全てのコマンドは引数 ``self`` と ``line`` を指定して :ref:`auditing event <auditing>` "
110+ "``poplib.putline`` を送出します。ここで ``line`` はリモートホストに送信されるバイト数です。"
104111
105112#: ../../library/poplib.rst:53
106113msgid ""
0 commit comments