Skip to content

Commit f75e1f9

Browse files
author
Max
committed
String translation
rst 434 to 453 revise
1 parent 18e2b46 commit f75e1f9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

library/string.po

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-07-17 17:39+0800\n"
11-
"PO-Revision-Date: 2023-11-25 15:21+0800\n"
11+
"PO-Revision-Date: 2023-11-25 16:04+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -564,6 +564,8 @@ msgid ""
564564
"is equivalent to a *fill* character of ``'0'`` with an *alignment* type of "
565565
"``'='``."
566566
msgstr ""
567+
"當寬度欄位未給予明確的對齊將起用符號喚醒,將前面位數將填入零字元。這鄉當於填"
568+
"入字元0和對齊類型\"=\""
567569

568570
#: ../../library/string.rst:439
569571
#, fuzzy
@@ -582,19 +584,23 @@ msgid ""
582584
"the field content. The *precision* is not allowed for integer presentation "
583585
"types."
584586
msgstr ""
587+
"*精準度* 是一個十進制整數,指示表示類型 ``'f'`` 和 ``'F'`` 的小數點後應顯示多"
588+
"少位,或表示類型 `` 的小數點前後應顯示多少位'g'` ` 或``'G'``。對於字串表示類"
589+
"型,該欄位指示最大欄位大小 - 換言之,將使用欄位中的多少字元。整數表示型別不允"
590+
"許*精度*。"
585591

586592
#: ../../library/string.rst:451
587593
msgid "Finally, the *type* determines how the data should be presented."
588-
msgstr ""
594+
msgstr "最終,型別決定了資料將會如何呈現"
589595

590596
#: ../../library/string.rst:453
591597
msgid "The available string presentation types are:"
592-
msgstr ""
598+
msgstr "可用的自串表示型別有:"
593599

594600
#: ../../library/string.rst:456 ../../library/string.rst:467
595601
#: ../../library/string.rst:502
596602
msgid "Type"
597-
msgstr ""
603+
msgstr "型別"
598604

599605
#: ../../library/string.rst:458
600606
msgid "``'s'``"

0 commit comments

Comments
 (0)