@@ -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-12-27 12:13 +0800\n "
11
+ "PO-Revision-Date : 2023-12-06 11:46 +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,7 +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.2 \n "
20
+ "X-Generator : Poedit 3.4.1 \n "
21
21
22
22
#: ../../library/string.rst:2
23
23
msgid ":mod:`string` --- Common string operations"
@@ -64,14 +64,15 @@ msgid ""
64
64
"The uppercase letters ``'ABCDEFGHIJKLMNOPQRSTUVWXYZ'``. This value is not "
65
65
"locale-dependent and will not change."
66
66
msgstr ""
67
+ "大寫字母 ``’ABCDEFGHIJKLMNOPQRSTUVWXYZ’``。 此值與地區設定無關且不會改變。"
67
68
68
69
#: ../../library/string.rst:44
69
70
msgid "The string ``'0123456789'``."
70
- msgstr ""
71
+ msgstr "字串 ``’0123456789’``。 "
71
72
72
73
#: ../../library/string.rst:49
73
74
msgid "The string ``'0123456789abcdefABCDEF'``."
74
- msgstr ""
75
+ msgstr "字串 ``’0123456789abcdefABCDEF’``。 "
75
76
76
77
#: ../../library/string.rst:54
77
78
msgid "The string ``'01234567'``."
@@ -82,24 +83,31 @@ msgid ""
82
83
"String of ASCII characters which are considered punctuation characters in "
83
84
"the ``C`` locale: ``!\" #$%&'()*+,-./:;<=>?@[\\ ]^_`{|}~``."
84
85
msgstr ""
86
+ "在 ``C`` 語言中被視為標點符號的 ASCII 字元的字串: ``!”#$%&’()*+,-./:;<=>?"
87
+ "@[\\ ]^_`{|}~``。"
85
88
86
89
#: ../../library/string.rst:64
87
90
msgid ""
88
91
"String of ASCII characters which are considered printable. This is a "
89
92
"combination of :const:`digits`, :const:`ascii_letters`, :const:"
90
93
"`punctuation`, and :const:`whitespace`."
91
94
msgstr ""
95
+ "ASCII 字元的字串是可被列印輸出的。 這是 :const:`digits`、:const:"
96
+ "`ascii_letters`、:const:`punctuation` 和 :const:`whitespace` 的組合。"
92
97
93
98
#: ../../library/string.rst:71
94
99
msgid ""
95
100
"A string containing all ASCII characters that are considered whitespace. "
96
101
"This includes the characters space, tab, linefeed, return, formfeed, and "
97
102
"vertical tab."
98
103
msgstr ""
104
+ "包含所有 ASCII 字元的字串都視為空白字元 (whitespace)。 包含空格 (space)、製表符號 (tab)、換行符號"
105
+ " (linefeed)、return、換頁符號 (formfeed) 和垂直製表符號 (vertical tab) 這些"
106
+ "字元。"
99
107
100
108
#: ../../library/string.rst:79
101
109
msgid "Custom String Formatting"
102
- msgstr ""
110
+ msgstr "自訂字串格式 "
103
111
104
112
#: ../../library/string.rst:81
105
113
msgid ""
0 commit comments