File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-02-28 15:51+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:47+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -104,12 +104,17 @@ msgid ""
104
104
"printed and Python process will exit with the error code specified by the "
105
105
"``SystemExit`` instance."
106
106
msgstr ""
107
+ "標準のトレースバックを ``sys.stderr`` に出力し、エラーインジケータをクリアします。\n"
108
+ "ただし、エラーが ``SystemExit`` **である場合を除いて** です。\n"
109
+ "その場合、トレースバックは出力されず、 Python プロセスは ``SystemExit`` インスタンスで指定されたエラーコードで終了します。"
107
110
108
111
#: ../../c-api/exceptions.rst:60
109
112
msgid ""
110
113
"Call this function **only** when the error indicator is set. Otherwise it "
111
114
"will cause a fatal error!"
112
115
msgstr ""
116
+ "エラーインジケータが設定されているときに **だけ**、この関数を呼び出してください。\n"
117
+ "それ以外の場合、致命的なエラーを引き起こすでしょう!"
113
118
114
119
#: ../../c-api/exceptions.rst:63
115
120
msgid ""
You can’t perform that action at this time.
0 commit comments