We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
../../library/string.rst:420-430
1 parent f439f94 commit ebd1bf9Copy full SHA for ebd1bf9
library/string.po
@@ -553,6 +553,9 @@ msgid ""
553
"``'X'``, underscores will be inserted every 4 digits. For other "
554
"presentation types, specifying this option is an error."
555
msgstr ""
556
+"``’_’`` 選項表示對於浮點表示型別和整數表示型別 ``’d’`` 使用下劃線作為千位分隔"
557
+"符號。對於整數表示型別 ``’b’``,``’o’``,``’x’`` 和 ``’X’``,每 4 位數字會插"
558
+"入底線。對於其他表示型別,指定此選項會出錯。"
559
560
#: ../../library/string.rst:427
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
570
+"*width* 是一個十進制整數,定義了最小總欄位寬度,包括任何前綴、分隔符號和其他"
571
+"格式字元。如果未指定,則欄位寬度將由內容決定。"
572
573
#: ../../library/string.rst:434
574
msgid ""
0 commit comments