File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -647,23 +647,27 @@ msgstr ""
647
647
648
648
#: ../../library/exceptions.rst:404
649
649
msgid "The name of the file the syntax error occurred in."
650
- msgstr ""
650
+ msgstr "構文エラーが発生したファイルの名前。 "
651
651
652
652
#: ../../library/exceptions.rst:408
653
653
msgid ""
654
654
"Which line number in the file the error occurred in. This is 1-indexed: the "
655
655
"first line in the file has a ``lineno`` of 1."
656
656
msgstr ""
657
+ "ファイルのエラーが発生した行番号。1から数えはじめるため、ファイルの最初の行"
658
+ "の ``lineno`` は1です。"
657
659
658
660
#: ../../library/exceptions.rst:413
659
661
msgid ""
660
662
"The column in the line where the error occurred. This is 1-indexed: the "
661
663
"first character in the line has an ``offset`` of 1."
662
664
msgstr ""
665
+ "行のエラーが発生した列番号。1から数えはじめるため、行の最初の文字の "
666
+ "``offset`` は1です。"
663
667
664
668
#: ../../library/exceptions.rst:418
665
669
msgid "The source code text involved in the error."
666
- msgstr ""
670
+ msgstr "エラーを含むソースコードのテキスト。 "
667
671
668
672
#: ../../library/exceptions.rst:423
669
673
msgid ""
Original file line number Diff line number Diff line change @@ -314,6 +314,11 @@ msgid ""
314
314
"less sophisticated and, in particular, does not support arbitrary "
315
315
"expressions."
316
316
msgstr ""
317
+ ":meth:`str.format` メソッドと :class:`Formatter` クラスは、文字列の書式指定に"
318
+ "同じ文法を共有します (ただし、 :class:`Formatter` サブクラスでは、独自の書式"
319
+ "指定文法を定義することが可能です)。\n"
320
+ "この文法は :ref:`フォーマット済み文字列リテラル <f-strings>` の文法と関係して"
321
+ "はいますが、少し洗練されておらず、特に任意の式がサポートされていません。"
317
322
318
323
#: ../../library/string.rst:201
319
324
msgid ""
@@ -681,6 +686,9 @@ msgid ""
681
686
"including any prefixes, separators, and other formatting characters. If not "
682
687
"specified, then the field width will be determined by the content."
683
688
msgstr ""
689
+ "*width* は10進数の整数で、接頭辞、セパレータ、他のフォーマット文字を含んだ最"
690
+ "小の合計フィールド幅を定義します。指定されない場合、フィールド幅はその内容に"
691
+ "より決定されます。"
684
692
685
693
#: ../../library/string.rst:422
686
694
msgid ""
You can’t perform that action at this time.
0 commit comments