Skip to content

Commit 9c6274c

Browse files
committed
translate library/string.rst:478 & 481
1 parent d24c138 commit 9c6274c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

library/string.po

+5-2
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: 2018-05-23 16:11+0000\n"
11+
"PO-Revision-Date: 2023-10-22 11:05+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"
@@ -17,6 +17,7 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"X-Generator: Poedit 3.4\n"
2021

2122
#: ../../library/string.rst:2
2223
msgid ":mod:`string` --- Common string operations"
@@ -647,7 +648,7 @@ msgstr "``'x'``"
647648
msgid ""
648649
"Hex format. Outputs the number in base 16, using lower-case letters for the "
649650
"digits above 9."
650-
msgstr ""
651+
msgstr "十六進位格式。輸出以 16 為基數的數字,9 以上的數字使用小寫字母。"
651652

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

663666
#: ../../library/string.rst:486 ../../library/string.rst:570
664667
msgid "``'n'``"

0 commit comments

Comments
 (0)