6
6
# Translators:
7
7
# tomo, 2020
8
8
# 伏尾 佳悟 <fushio.keigo@gmail.com>, 2020
9
+ # mollinaca, 2020
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To :\n "
15
16
"POT-Creation-Date :2020-08-08 14:46+0000\n "
16
17
"PO-Revision-Date :2020-05-30 12:02+0000\n "
17
- "Last-Translator :伏尾 佳悟 <fushio.keigo@gmail.com> , 2020\n "
18
+ "Last-Translator :mollinaca , 2020\n "
18
19
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
20
"MIME-Version :1.0\n "
20
21
"Content-Type :text/plain; charset=UTF-8\n "
@@ -983,7 +984,7 @@ msgstr "リテラルだけを含む式の文字列を安全に評価できる関
983
984
msgid ""
984
985
"Raises an :ref:`auditing event <auditing>` ``exec`` with argument "
985
986
"``code_object``."
986
- msgstr ""
987
+ msgstr "引数 ``code_object`` を指定して :ref:`監査イベント <auditing>` ``exec`` を送出します。 "
987
988
988
989
#: ../../library/functions.rst:499 ../../library/functions.rst:534
989
990
msgid ""
@@ -1682,6 +1683,8 @@ msgid ""
1682
1683
"cannot be opened, an :exc:`OSError` is raised. See :ref:`tut-files` for more"
1683
1684
" examples of how to use this function."
1684
1685
msgstr ""
1686
+ "*file* を開き、対応する :term:`ファイルオブジェクト <file object>` を返します。ファイルを開くことができなければ、:exc:`OSError` が送出されます。\n"
1687
+ "この関数の利用例について、 :ref:`tut-files` を参照してください。"
1685
1688
1686
1689
#: ../../library/functions.rst:1041
1687
1690
msgid ""