|
6 | 6 | # Translators: |
7 | 7 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2025 |
8 | 8 | # python-doc bot, 2025 |
| 9 | +# Freesand Leo <yuqinju@163.com>, 2025 |
9 | 10 | # |
10 | 11 | #,fuzzy |
11 | 12 | msgid "" |
12 | 13 | msgstr "" |
13 | 14 | "Project-Id-Version:Python 3.12\n" |
14 | 15 | "Report-Msgid-Bugs-To:\n" |
15 | | -"POT-Creation-Date:2025-09-23 15:37+0000\n" |
| 16 | +"POT-Creation-Date:2025-11-11 15:52+0000\n" |
16 | 17 | "PO-Revision-Date:2025-07-18 19:59+0000\n" |
17 | | -"Last-Translator:python-doc bot, 2025\n" |
| 18 | +"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n" |
18 | 19 | "Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
19 | 20 | "MIME-Version:1.0\n" |
20 | 21 | "Content-Type:text/plain; charset=UTF-8\n" |
@@ -4042,6 +4043,11 @@ msgid "" |
4042 | 4043 | "several places Python needs to analyze characters in a locale-independent " |
4043 | 4044 | "way. (Added by Eric Smith; :issue:`5793`.)" |
4044 | 4045 | msgstr"" |
| 4046 | +"新增的宏:Python 头文件现在定义了以下的宏: :c:macro:`Py_ISALNUM`, :c:macro:`Py_ISALPHA`, " |
| 4047 | +":c:macro:`Py_ISDIGIT`, :c:macro:`Py_ISLOWER`, :c:macro:`Py_ISSPACE`, " |
| 4048 | +":c:macro:`Py_ISUPPER`, :c:macro:`Py_ISXDIGIT`, :c:macro:`Py_TOLOWER` 和 " |
| 4049 | +":c:macro:`Py_TOUPPER`。 所有这些函数都类似于用于对字符归类的 C 标准宏,但忽略当前语言区域设置,因为在一些场合下 Python " |
| 4050 | +"需要以语言区域无关的方式分析字符。 (由 Eric Smith 添加;参见 :issue:`5793`。)" |
4045 | 4051 |
|
4046 | 4052 | #:../../whatsnew/2.7.rst:2201 |
4047 | 4053 | msgid"" |
|