@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version :Python 2.7\n "
10
10
"Report-Msgid-Bugs-To :\n "
11
11
"POT-Creation-Date :2019-02-28 15:50+0900\n "
12
- "PO-Revision-Date :2019-02-28 06:53 +0000\n "
12
+ "PO-Revision-Date :2019-05-25 16:08 +0000\n "
13
13
"Last-Translator :tomo\n "
14
14
"Language-Team :Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version :1.0\n "
@@ -63,13 +63,13 @@ msgid ""
63
63
"**Unless** the error is a ``SystemExit``. In that case the no traceback is "
64
64
"printed and Python process will exit with the error code specified by the "
65
65
"``SystemExit`` instance."
66
- msgstr ""
66
+ msgstr "標準のトレースバックを ``sys.stderr`` に出力し、エラーインジケータをクリアします。\nただし、エラーが ``SystemExit`` **である場合を除いて** です。\nその場合、トレースバックは出力されず、 Python プロセスは ``SystemExit`` インスタンスで指定されたエラーコードで終了します。 "
67
67
68
68
#: ../../c-api/exceptions.rst:51
69
69
msgid ""
70
70
"Call this function **only** when the error indicator is set. Otherwise it "
71
71
"will cause a fatal error!"
72
- msgstr ""
72
+ msgstr "エラーインジケータが設定されているときに **だけ**、この関数を呼び出してください。\nそれ以外の場合、致命的なエラーを引き起こすでしょう! "
73
73
74
74
#: ../../c-api/exceptions.rst:54
75
75
msgid ""