Skip to content

Commit 0b920fe

Browse files
authored
Merge branch '3.12' into string
2 parents 76f5474 + 49ed168 commit 0b920fe

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

library/string.po

+11-9
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:18+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"
@@ -41,7 +41,7 @@ msgstr ""
4141

4242
#: ../../library/string.rst:21
4343
msgid "The constants defined in this module are:"
44-
msgstr ""
44+
msgstr "此模組中定義的常數為:"
4545

4646
#: ../../library/string.rst:26
4747
msgid ""
@@ -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 ""
@@ -230,7 +230,7 @@ msgstr ""
230230

231231
#: ../../library/string.rst:187
232232
msgid "Format String Syntax"
233-
msgstr ""
233+
msgstr "格式化文字語法"
234234

235235
#: ../../library/string.rst:189
236236
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 ""
@@ -648,7 +648,7 @@ msgstr "``'x'``"
648648
msgid ""
649649
"Hex format. Outputs the number in base 16, using lower-case letters for the "
650650
"digits above 9."
651-
msgstr ""
651+
msgstr "十六進位格式。輸出以 16 為基數的數字,9 以上的數字使用小寫字母。"
652652

653653
#: ../../library/string.rst:481
654654
msgid "``'X'``"
@@ -660,6 +660,8 @@ msgid ""
660660
"digits above 9. In case ``'#'`` is specified, the prefix ``'0x'`` will be "
661661
"upper-cased to ``'0X'`` as well."
662662
msgstr ""
663+
"十六進位格式。輸出以 16 為基數的數字,9 以上的數字使用大寫字母。如果指定了"
664+
"``'#'``,則前綴 ``'0x'`` 也會被轉成大寫的 ``'0X'``。"
663665

664666
#: ../../library/string.rst:486 ../../library/string.rst:570
665667
msgid "``'n'``"
@@ -1000,7 +1002,7 @@ msgstr ""
10001002

10011003
#: ../../library/string.rst:815
10021004
msgid ":class:`Template` instances also provide one public data attribute:"
1003-
msgstr ""
1005+
msgstr ":class:`Template` 實例也提供一個公開的資料屬性:"
10041006

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

11101112
#: ../../library/string.rst:906
11111113
msgid "Helper functions"

0 commit comments

Comments
 (0)