File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -553,6 +553,9 @@ msgid ""
553
553
"``'X'``, underscores will be inserted every 4 digits. For other "
554
554
"presentation types, specifying this option is an error."
555
555
msgstr ""
556
+ "``’_’`` 選項表示對於浮點表示型別和整數表示型別 ``’d’`` 使用下劃線作為千位分隔"
557
+ "符號。對於整數表示型別 ``’b’``,``’o’``,``’x’`` 和 ``’X’``,每 4 位數字會插"
558
+ "入底線。對於其他表示型別,指定此選項會出錯。"
556
559
557
560
#: ../../library/string.rst:427
558
561
msgid "Added the ``'_'`` option (see also :pep:`515`)."
@@ -564,6 +567,8 @@ msgid ""
564
567
"including any prefixes, separators, and other formatting characters. If not "
565
568
"specified, then the field width will be determined by the content."
566
569
msgstr ""
570
+ "*width* 是一個十進制整數,定義了最小總欄位寬度,包括任何前綴、分隔符號和其他"
571
+ "格式字元。如果未指定,則欄位寬度將由內容決定。"
567
572
568
573
#: ../../library/string.rst:434
569
574
msgid ""
You can’t perform that action at this time.
0 commit comments