diff --git a/library/string.po b/library/string.po index 349e3c77560..afd8d4e178b 100644 --- a/library/string.po +++ b/library/string.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-17 17:39+0800\n" -"PO-Revision-Date: 2023-10-22 20:52+0800\n" +"PO-Revision-Date: 2023-11-25 16:04+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 3.4\n" +"X-Generator: Poedit 3.4.1\n" #: ../../library/string.rst:2 msgid ":mod:`string` --- Common string operations" @@ -564,12 +564,15 @@ msgid "" "is equivalent to a *fill* character of ``'0'`` with an *alignment* type of " "``'='``." msgstr "" +"當寬度欄位未給予明確的對齊將起用符號喚醒,將前面位數將填入零字元。這鄉當於填" +"入字元0和對齊類型\"=\"" #: ../../library/string.rst:439 +#, fuzzy msgid "" "Preceding the *width* field by ``'0'`` no longer affects the default " "alignment for strings." -msgstr "" +msgstr "在 *width* 欄位前面加上 ``'0'`` 不再影響字串的預設對齊方式。" #: ../../library/string.rst:443 msgid "" @@ -581,19 +584,23 @@ msgid "" "the field content. The *precision* is not allowed for integer presentation " "types." msgstr "" +"*精準度* 是一個十進制整數,指示表示類型 ``'f'`` 和 ``'F'`` 的小數點後應顯示多" +"少位,或表示類型 `` 的小數點前後應顯示多少位'g'` ` 或``'G'``。對於字串表示類" +"型,該欄位指示最大欄位大小 - 換言之,將使用欄位中的多少字元。整數表示型別不允" +"許*精度*。" #: ../../library/string.rst:451 msgid "Finally, the *type* determines how the data should be presented." -msgstr "" +msgstr "最終,型別決定了資料將會如何呈現" #: ../../library/string.rst:453 msgid "The available string presentation types are:" -msgstr "" +msgstr "可用的自串表示型別有:" #: ../../library/string.rst:456 ../../library/string.rst:467 #: ../../library/string.rst:502 msgid "Type" -msgstr "" +msgstr "型別" #: ../../library/string.rst:458 msgid "``'s'``"