File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# tomo, 2021
8
- # TENMYO Masakazu, 2023
8
+ # TENMYO Masakazu, 2024
9
9
#
10
10
#, fuzzy
11
11
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
14
14
"Report-Msgid-Bugs-To : \n "
15
15
"POT-Creation-Date : 2024-01-19 14:14+0000\n "
16
16
"PO-Revision-Date : 2021-06-28 01:49+0000\n "
17
- "Last-Translator : TENMYO Masakazu, 2023 \n "
17
+ "Last-Translator : TENMYO Masakazu, 2024 \n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
19
19
"ja/)\n "
20
20
"MIME-Version : 1.0\n "
@@ -47,6 +47,14 @@ msgid ""
47
47
"memory. All error messages are written to the standard error stream; normal "
48
48
"output from executed commands is written to standard output."
49
49
msgstr ""
50
+ "エラーが発生すると、インタープリタはエラーメッセージとスタックトレースを表示"
51
+ "します。対話モードでは、それから元のプロンプトに戻ります; ファイルから実行し"
52
+ "た場合は、スタックトレースを表示してゼロ以外の終了ステータスで終了します(:"
53
+ "keyword:`try` 文の :keyword:`except` 節で処理された例外は、ここでいうエラーに"
54
+ "はあたりません。)一部のエラーは無条件に致命的であり、ゼロ以外の終了ステータ"
55
+ "スで終了します; これは内部の不整合やある種のメモリ不足の場合に適用されます。"
56
+ "エラーメッセージは全て標準エラー出力に書き込まれます; これに対して、通常は実"
57
+ "行した命令から出力される内容は標準出力に書き込まれます。"
50
58
51
59
#: ../../tutorial/appendix.rst:28
52
60
msgid ""
You can’t perform that action at this time.
0 commit comments