File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2473,18 +2473,22 @@ msgid ""
24732473"like the Kharosthi numbers. Formally, a digit is a character that has the "
24742474"property value Numeric_Type=Digit or Numeric_Type=Decimal."
24752475msgstr ""
2476+ "如果字符串中至少有一个字符且所有字符均为数字字符则返回真值,否则返回假值。 数字字符包括十进制数字符和需要特别处理的数字,例如兼容性上标数字。 "
2477+ "这也涵盖了不能被用来组成以 10 为基数的数值的数字,例如 Kharosthi 数字。 正式的定义为:数字字符就是特征属性值 "
2478+ "Numeric_Type=Digit 或 Numeric_Type=Decimal 的字符。"
24762479
24772480#: ../../library/stdtypes.rst:1698
24782481msgid ""
24792482"Return true if the string is a valid identifier according to the language "
24802483"definition, section :ref:`identifiers`."
2481- msgstr ""
2484+ msgstr "如果字符串根据语言定义属于有效的标识符则返回真值,参见 :ref:`identifiers`。 "
24822485
24832486#: ../../library/stdtypes.rst:1701
24842487msgid ""
24852488"Use :func:`keyword.iskeyword` to test for reserved identifiers such as "
24862489":keyword:`def` and :keyword:`class`."
24872490msgstr ""
2491+ "请使用 :func:`keyword.iskeyword` 来检测保留标识符,例如 :keyword:`def` 和 :keyword:`class`。"
24882492
24892493#: ../../library/stdtypes.rst:1706
24902494msgid ""
You can’t perform that action at this time.
0 commit comments