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