We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0fb5698 commit976d830Copy full SHA for 976d830
library/string.po
@@ -92,17 +92,17 @@ msgid ""
92
"combination of :const:`digits`, :const:`ascii_letters`, :const:"
93
"`punctuation`, and :const:`whitespace`."
94
msgstr""
95
-"ASCII 字元的字串是可被列印輸出的。 這是 :const:`digits`、:const:"
96
-"`ascii_letters`、:const:`punctuation` 和 :const:`whitespace` 的組合。"
+"ASCII 字元的字串是可被列印輸出的。 這是 :const:`digits`、:const:"
+"`ascii_letters`、:const:`punctuation` 和 :const:`whitespace` 的組合。"
97
98
#:../../library/string.rst:71
99
msgid""
100
"A string containing all ASCII characters that are considered whitespace. "
101
"This includes the characters space, tab, linefeed, return, formfeed, and "
102
"vertical tab."
103
104
-"包含所有 ASCII字元的字串都視為空白。 包含空白、製表(tab)、換行"
105
-"(linefeed)、return 、換頁(formfeed)換頁符和垂直製表(vertical tab)這些"
+"包含所有 ASCII字元的字串都視為空白字元 (whitespace)。 包含空格 (space)、製表符號 (tab)、換行符號"
+"(linefeed)、return 、換頁(formfeed)換頁符號和垂直製表符號(vertical tab)這些"
106
"字元。"
107
108
#:../../library/string.rst:79