@@ -652,26 +652,32 @@ msgid ""
652652"The :func:`str` of the exception instance returns only the error message. "
653653"Details is a tuple whose members are also available as separate attributes."
654654msgstr ""
655+ "例外インスタンスの :func:`str` はエラーメッセージのみを返します。詳細はタプル"
656+ "で、個々の属性としても利用できます。"
655657
656658#: ../../library/exceptions.rst:406
657659msgid "The name of the file the syntax error occurred in."
658- msgstr ""
660+ msgstr "構文エラーが発生したファイルの名前。 "
659661
660662#: ../../library/exceptions.rst:410
661663msgid ""
662664"Which line number in the file the error occurred in. This is 1-indexed: the "
663665"first line in the file has a ``lineno`` of 1."
664666msgstr ""
667+ "ファイルのエラーが発生した行番号。1から数えはじめるため、ファイルの最初の行"
668+ "の ``lineno`` は1です。"
665669
666670#: ../../library/exceptions.rst:415
667671msgid ""
668672"The column in the line where the error occurred. This is 1-indexed: the "
669673"first character in the line has an ``offset`` of 1."
670674msgstr ""
675+ "行のエラーが発生した列番号。1から数えはじめるため、行の最初の文字の "
676+ "``offset`` は1です。"
671677
672678#: ../../library/exceptions.rst:420
673679msgid "The source code text involved in the error."
674- msgstr ""
680+ msgstr "エラーを含むソースコードのテキスト。 "
675681
676682#: ../../library/exceptions.rst:422
677683msgid ""
@@ -1138,6 +1144,8 @@ msgid ""
11381144"Ignored by the default warning filters. Enabling the :ref:`Python "
11391145"Development Mode <devmode>` shows this warning."
11401146msgstr ""
1147+ "デフォルトの警告フィルターで無効化されています。:ref:`Python Development "
1148+ "Mode <devmode>` を有効にするとこの警告が表示されます。"
11411149
11421150#: ../../library/exceptions.rst:737
11431151msgid "Base class for warnings about dubious syntax."
0 commit comments