File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2482,6 +2482,9 @@ msgid ""
24822482"alphanumeric if one of the following returns ``True``: ``c.isalpha()``, "
24832483"``c.isdecimal()``, ``c.isdigit()``, or ``c.isnumeric()``."
24842484msgstr ""
2485+ "如果字符串中的所有字符都是字母或数字且至少有一个字符,则返回 ``True`` , 否则返回 ``False`` 。 如果 "
2486+ "``c.isalpha()`` , ``c.isdecimal()`` , ``c.isdigit()`` ,或 ``c.isnumeric()`` "
2487+ "之中有一个返回 ``True`` ,则字符``c``是字母或数字。"
24852488
24862489#: ../../library/stdtypes.rst:1707
24872490msgid ""
@@ -2492,6 +2495,9 @@ msgid ""
24922495"\" Lu\" , \" Ll\" , or \" Lo\" . Note that this is different from the "
24932496"\" Alphabetic\" property defined in the Unicode Standard."
24942497msgstr ""
2498+ "如果字符串中的所有字符都是字母,并且至少有一个字符,返回 ``True`` ,否则返回 ``False`` 。字母字符是指那些在 Unicode "
2499+ "字符数据库中定义为 \" Letter\" 的字符,即那些具有 \" Lm\" 、\" Lt\" 、\" Lu\" 、\" Ll\" 或 \" Lo\" "
2500+ "之一的通用类别属性的字符。 注意,这与 Unicode 标准中定义的\" 字母\" 属性不同。"
24952501
24962502#: ../../library/stdtypes.rst:1716
24972503msgid ""
You can’t perform that action at this time.
0 commit comments