@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version :Python 3.12\n "
9
9
"Report-Msgid-Bugs-To :\n "
10
10
"POT-Creation-Date :2023-07-17 17:39+0800\n "
11
- "PO-Revision-Date :2023-10-22 20:52 +0800\n "
11
+ "PO-Revision-Date :2023-11-25 15:19 +0800\n "
12
12
"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -17,7 +17,7 @@ msgstr ""
17
17
"Content-Type :text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding :8bit\n "
19
19
"Plural-Forms :nplurals=1; plural=0;\n "
20
- "X-Generator :Poedit 3.4\n "
20
+ "X-Generator :Poedit 3.4.1 \n "
21
21
22
22
#: ../../library/string.rst:2
23
23
msgid ":mod:`string` --- Common string operations"
@@ -545,6 +545,9 @@ msgid ""
545
545
"``'X'``, underscores will be inserted every 4 digits. For other "
546
546
"presentation types, specifying this option is an error."
547
547
msgstr ""
548
+ "``'_'`` 選項表示對於浮點表示類型和整數表示類型``'d'`` 使用下劃線作為千位分隔"
549
+ "符號。對於整數表示類型``'b'``,``'o'``,``'x'``和``'X'``,每4位數字會插入底"
550
+ "線。對於其他表示類型,指定此選項會出錯。"
548
551
549
552
#: ../../library/string.rst:427
550
553
msgid "Added the ``'_'`` option (see also :pep:`515`)."
@@ -556,6 +559,8 @@ msgid ""
556
559
"including any prefixes, separators, and other formatting characters. If not "
557
560
"specified, then the field width will be determined by the content."
558
561
msgstr ""
562
+ "*width* 是一個十進制整數,定義了最小總字段寬度,包括任何前綴、分隔符號和其他"
563
+ "格式字元。如果未指定,則字段寬度將由內容決定。"
559
564
560
565
#: ../../library/string.rst:434
561
566
msgid ""