Skip to content

Commit ba8714a

Browse files
authored
Merge branch '3.12' into 3.12
2 parents 2d08b85 + 4e9385a commit ba8714a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/string.po

+5-5
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-10-22 11:11+0800\n"
11+
"PO-Revision-Date: 2023-10-22 11: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"
@@ -72,7 +72,7 @@ msgstr ""
7272

7373
#: ../../library/string.rst:54
7474
msgid "The string ``'01234567'``."
75-
msgstr ""
75+
msgstr "字串 ``'01234567'``。"
7676

7777
#: ../../library/string.rst:59
7878
msgid ""
@@ -470,7 +470,7 @@ msgstr "``'+'``"
470470
msgid ""
471471
"indicates that a sign should be used for both positive as well as negative "
472472
"numbers."
473-
msgstr ""
473+
msgstr "表示正數與負數均需使用符號。"
474474

475475
#: ../../library/string.rst:378
476476
msgid "``'-'``"
@@ -490,7 +490,7 @@ msgstr ""
490490
msgid ""
491491
"indicates that a leading space should be used on positive numbers, and a "
492492
"minus sign on negative numbers."
493-
msgstr ""
493+
msgstr "表示正數應使用前導空格,負數應使用減號。"
494494

495495
#: ../../library/string.rst:388
496496
msgid ""
@@ -1105,7 +1105,7 @@ msgstr ""
11051105
msgid ""
11061106
"The methods on this class will raise :exc:`ValueError` if the pattern "
11071107
"matches the template without one of these named groups matching."
1108-
msgstr ""
1108+
msgstr "當格式符合樣板卻沒有符合這些命名組之一,此類別的方法將引發 :exc:`ValueError`。"
11091109

11101110
#: ../../library/string.rst:906
11111111
msgid "Helper functions"

0 commit comments

Comments
 (0)