@@ -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 11:11 +0800\n "
11
+ "PO-Revision-Date : 2023-10-22 11: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 "
@@ -72,7 +72,7 @@ msgstr ""
72
72
73
73
#: ../../library/string.rst:54
74
74
msgid "The string ``'01234567'``."
75
- msgstr ""
75
+ msgstr "字串 ``'01234567'``。 "
76
76
77
77
#: ../../library/string.rst:59
78
78
msgid ""
@@ -470,7 +470,7 @@ msgstr "``'+'``"
470
470
msgid ""
471
471
"indicates that a sign should be used for both positive as well as negative "
472
472
"numbers."
473
- msgstr ""
473
+ msgstr "表示正數與負數均需使用符號。 "
474
474
475
475
#: ../../library/string.rst:378
476
476
msgid "``'-'``"
@@ -490,7 +490,7 @@ msgstr ""
490
490
msgid ""
491
491
"indicates that a leading space should be used on positive numbers, and a "
492
492
"minus sign on negative numbers."
493
- msgstr ""
493
+ msgstr "表示正數應使用前導空格,負數應使用減號。 "
494
494
495
495
#: ../../library/string.rst:388
496
496
msgid ""
@@ -1105,7 +1105,7 @@ msgstr ""
1105
1105
msgid ""
1106
1106
"The methods on this class will raise :exc:`ValueError` if the pattern "
1107
1107
"matches the template without one of these named groups matching."
1108
- msgstr ""
1108
+ msgstr "當格式符合樣板卻沒有符合這些命名組之一,此類別的方法將引發 :exc:`ValueError`。 "
1109
1109
1110
1110
#: ../../library/string.rst:906
1111
1111
msgid "Helper functions"
0 commit comments