Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81d2848

Browse files
[po] auto sync
1 parent 810e548 commit 81d2848

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

library/stdtypes.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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()``."
24842484
msgstr ""
2485+
"如果字符串中的所有字符都是字母或数字且至少有一个字符,则返回 ``True`` , 否则返回 ``False`` 。 如果 "
2486+
"``c.isalpha()`` , ``c.isdecimal()`` , ``c.isdigit()`` ,或 ``c.isnumeric()`` "
2487+
"之中有一个返回 ``True`` ,则字符``c``是字母或数字。"
24852488

24862489
#: ../../library/stdtypes.rst:1707
24872490
msgid ""
@@ -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."
24942497
msgstr ""
2498+
"如果字符串中的所有字符都是字母,并且至少有一个字符,返回 ``True`` ,否则返回 ``False`` 。字母字符是指那些在 Unicode "
2499+
"字符数据库中定义为 \"Letter\" 的字符,即那些具有 \"Lm\"\"Lt\"\"Lu\"\"Ll\"\"Lo\" "
2500+
"之一的通用类别属性的字符。 注意,这与 Unicode 标准中定义的\"字母\"属性不同。"
24952501

24962502
#: ../../library/stdtypes.rst:1716
24972503
msgid ""

0 commit comments

Comments
 (0)