File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- {"translation" : " 98.27 %" , "updated_at" : " 2025-11-02T07:37:47Z " }
1+ {"translation" : " 98.28 %" , "updated_at" : " 2025-11-11T23:38:36Z " }
Original file line number Diff line number Diff line change 55#
66# Translators:
77# python-doc bot, 2025
8+ # Freesand Leo <yuqinju@163.com>, 2025
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.11\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-09-23 16:19 +0000\n "
15+ "POT-Creation-Date : 2025-11-11 16:33 +0000\n "
1516"PO-Revision-Date : 2025-09-22 16:51+0000\n "
16- "Last-Translator : python-doc bot , 2025\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163.com> , 2025\n "
1718"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -3216,6 +3217,11 @@ msgid ""
32163217"several places Python needs to analyze characters in a locale-independent "
32173218"way. (Added by Eric Smith; :issue:`5793`.)"
32183219msgstr ""
3220+ "新增的宏:Python 头文件现在定义了以下的宏: :c:macro:`Py_ISALNUM`, :c:macro:`Py_ISALPHA`, "
3221+ ":c:macro:`Py_ISDIGIT`, :c:macro:`Py_ISLOWER`, :c:macro:`Py_ISSPACE`, "
3222+ ":c:macro:`Py_ISUPPER`, :c:macro:`Py_ISXDIGIT`, :c:macro:`Py_TOLOWER` 和 "
3223+ ":c:macro:`Py_TOUPPER`。 所有这些函数都类似于用于对字符归类的 C 标准宏,但忽略当前语言区域设置,因为在一些场合下 Python "
3224+ "需要以语言区域无关的方式分析字符。 (由 Eric Smith 添加;参见 :issue:`5793`。)"
32193225
32203226#: ../../whatsnew/2.7.rst:2202
32213227msgid ""
You can’t perform that action at this time.
0 commit comments