From f3f6d92179c3e98319808e1ca15f1b46a7bc10e7 Mon Sep 17 00:00:00 2001 From: Yanni0923 Date: Sat, 25 Nov 2023 16:52:42 +0800 Subject: [PATCH] 344-360 --- library/string.po | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/library/string.po b/library/string.po index ed3269b80a..ea8969a03a 100644 --- a/library/string.po +++ b/library/string.po @@ -435,7 +435,7 @@ msgstr "``'<'``" msgid "" "Forces the field to be left-aligned within the available space (this is the " "default for most objects)." -msgstr "" +msgstr "強制欄位在可用空間內靠左對齊(這是大多數物件的預設值)。" #: ../../library/string.rst:347 msgid "``'>'``" @@ -445,7 +445,7 @@ msgstr "``'>'``" msgid "" "Forces the field to be right-aligned within the available space (this is the " "default for numbers)." -msgstr "" +msgstr "強制欄位在可用空間內靠右對齊(這是數字的預設值)。" #: ../../library/string.rst:350 msgid "``'='``" @@ -465,7 +465,7 @@ msgstr "``'^'``" #: ../../library/string.rst:356 msgid "Forces the field to be centered within the available space." -msgstr "" +msgstr "強制欄位在可用空間內置中。" #: ../../library/string.rst:360 msgid "" @@ -473,6 +473,8 @@ msgid "" "always be the same size as the data to fill it, so that the alignment option " "has no meaning in this case." msgstr "" +"請注意,除非有定義了最小欄位寬度,否則欄位寬度將始終與填充它的資料大小相同," +"故在該情況下的對齊選項是沒有意義的。" #: ../../library/string.rst:364 msgid ""