@@ -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-11-2515:21 +0800\n "
11
+ "PO-Revision-Date :2023-11-2516:04 +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 "
@@ -564,6 +564,8 @@ msgid ""
564
564
"is equivalent to a *fill* character of ``'0'`` with an *alignment* type of "
565
565
"``'='``."
566
566
msgstr ""
567
+ "當寬度欄位未給予明確的對齊將起用符號喚醒,將前面位數將填入零字元。這鄉當於填"
568
+ "入字元0和對齊類型\" =\" "
567
569
568
570
#: ../../library/string.rst:439
569
571
#, fuzzy
@@ -582,19 +584,23 @@ msgid ""
582
584
"the field content. The *precision* is not allowed for integer presentation "
583
585
"types."
584
586
msgstr ""
587
+ "*精準度* 是一個十進制整數,指示表示類型 ``'f'`` 和 ``'F'`` 的小數點後應顯示多"
588
+ "少位,或表示類型 `` 的小數點前後應顯示多少位'g'` ` 或``'G'``。對於字串表示類"
589
+ "型,該欄位指示最大欄位大小 - 換言之,將使用欄位中的多少字元。整數表示型別不允"
590
+ "許*精度*。"
585
591
586
592
#: ../../library/string.rst:451
587
593
msgid "Finally, the *type* determines how the data should be presented."
588
- msgstr ""
594
+ msgstr "最終,型別決定了資料將會如何呈現 "
589
595
590
596
#: ../../library/string.rst:453
591
597
msgid "The available string presentation types are:"
592
- msgstr ""
598
+ msgstr "可用的自串表示型別有: "
593
599
594
600
#: ../../library/string.rst:456 ../../library/string.rst:467
595
601
#: ../../library/string.rst:502
596
602
msgid "Type"
597
- msgstr ""
603
+ msgstr "型別 "
598
604
599
605
#: ../../library/string.rst:458
600
606
msgid "``'s'``"