@@ -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 : 2018-05-23 16:11+0000 \n "
11
+ "PO-Revision-Date : 2023-10-22 11:05+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 "
@@ -17,6 +17,7 @@ msgstr ""
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
+ "X-Generator : Poedit 3.4\n "
20
21
21
22
#: ../../library/string.rst:2
22
23
msgid ":mod:`string` --- Common string operations"
@@ -647,7 +648,7 @@ msgstr "``'x'``"
647
648
msgid ""
648
649
"Hex format. Outputs the number in base 16, using lower-case letters for the "
649
650
"digits above 9."
650
- msgstr ""
651
+ msgstr "十六進位格式。輸出以 16 為基數的數字,9 以上的數字使用小寫字母。 "
651
652
652
653
#: ../../library/string.rst:481
653
654
msgid "``'X'``"
@@ -659,6 +660,8 @@ msgid ""
659
660
"digits above 9. In case ``'#'`` is specified, the prefix ``'0x'`` will be "
660
661
"upper-cased to ``'0X'`` as well."
661
662
msgstr ""
663
+ "十六進位格式。輸出以 16 為基數的數字,9以上的數字使用大寫字母。如果指定了"
664
+ "``’#’``,則前綴 ``’0x’`` 也會被轉成大寫的 ``’0x’``。"
662
665
663
666
#: ../../library/string.rst:486 ../../library/string.rst:570
664
667
msgid "``'n'``"
0 commit comments