@@ -652,26 +652,32 @@ msgid ""
652
652
"The :func:`str` of the exception instance returns only the error message. "
653
653
"Details is a tuple whose members are also available as separate attributes."
654
654
msgstr ""
655
+ "例外インスタンスの :func:`str` はエラーメッセージのみを返します。詳細はタプル"
656
+ "で、個々の属性としても利用できます。"
655
657
656
658
#: ../../library/exceptions.rst:406
657
659
msgid "The name of the file the syntax error occurred in."
658
- msgstr ""
660
+ msgstr "構文エラーが発生したファイルの名前。 "
659
661
660
662
#: ../../library/exceptions.rst:410
661
663
msgid ""
662
664
"Which line number in the file the error occurred in. This is 1-indexed: the "
663
665
"first line in the file has a ``lineno`` of 1."
664
666
msgstr ""
667
+ "ファイルのエラーが発生した行番号。1から数えはじめるため、ファイルの最初の行"
668
+ "の ``lineno`` は1です。"
665
669
666
670
#: ../../library/exceptions.rst:415
667
671
msgid ""
668
672
"The column in the line where the error occurred. This is 1-indexed: the "
669
673
"first character in the line has an ``offset`` of 1."
670
674
msgstr ""
675
+ "行のエラーが発生した列番号。1から数えはじめるため、行の最初の文字の "
676
+ "``offset`` は1です。"
671
677
672
678
#: ../../library/exceptions.rst:420
673
679
msgid "The source code text involved in the error."
674
- msgstr ""
680
+ msgstr "エラーを含むソースコードのテキスト。 "
675
681
676
682
#: ../../library/exceptions.rst:422
677
683
msgid ""
@@ -1138,6 +1144,8 @@ msgid ""
1138
1144
"Ignored by the default warning filters. Enabling the :ref:`Python "
1139
1145
"Development Mode <devmode>` shows this warning."
1140
1146
msgstr ""
1147
+ "デフォルトの警告フィルターで無効化されています。:ref:`Python Development "
1148
+ "Mode <devmode>` を有効にするとこの警告が表示されます。"
1141
1149
1142
1150
#: ../../library/exceptions.rst:737
1143
1151
msgid "Base class for warnings about dubious syntax."
0 commit comments