1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2024 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
8
8
# ppcfish <ppcfish@gmail.com>, 2021
9
9
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
10
10
# Freesand Leo <yuqinju@163.com>, 2024
11
+ # 钟旭尧 <python_zhong@163.com>, 2025
11
12
#
12
13
#, fuzzy
13
14
msgid ""
14
15
msgstr ""
15
16
"Project-Id-Version : Python 3.13\n "
16
17
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2024-10-04 14:17 +0000\n "
18
+ "POT-Creation-Date : 2025-01-17 14:16 +0000\n "
18
19
"PO-Revision-Date : 2021-06-28 01:51+0000\n "
19
- "Last-Translator : Freesand Leo <yuqinju @163.com>, 2024 \n "
20
+ "Last-Translator : 钟旭尧 <python_zhong @163.com>, 2025 \n "
20
21
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
21
22
"MIME-Version : 1.0\n "
22
23
"Content-Type : text/plain; charset=UTF-8\n "
@@ -407,7 +408,7 @@ msgid ""
407
408
"has been defined yet; that's been left for future versions of Python."
408
409
msgstr ""
409
410
":func:`staticmethod` 函数接收函数 :func:`!f`,并将其封装在描述符中返回,这样它就可以存储在类对象中。 "
410
- "您可能希望有特殊的语法来创建这样的方法 (``def static f`` ,``defstatic f()`` "
411
+ "您可能希望有特殊的语法来创建这样的方法 (``def static f`` , ``defstatic f()`` "
411
412
"或类似的东西),但目前还没有定义这样的语法;这要留待 Python 的未来版本去解决。"
412
413
413
414
#: ../../whatsnew/2.2.rst:214
@@ -543,8 +544,8 @@ msgid ""
543
544
"list of visited classes is [:class:`!D`, :class:`!B`, :class:`!A`, "
544
545
":class:`!C`, :class:`!A`]."
545
546
msgstr ""
546
- "按照经典的查找规则列出所有基类,如果一个类被重复访问,则将其包含多次。 在上例中,已访问过的类列表为 "
547
- "[ :class:`!D`,:class:`! B`,:class:`!A`,:class:`!C`,:class:`!A`]。"
547
+ "按照经典的查找规则列出所有基类,如果一个类被重复访问,则将其包含多次。 在上例中,已访问过的类列表为 [:class:`!D`, "
548
+ ":class:`!B`, :class:`!A`, :class:`!C`, :class:`!A`]。"
548
549
549
550
#: ../../whatsnew/2.2.rst:283
550
551
msgid ""
@@ -553,8 +554,8 @@ msgid ""
553
554
"list becomes [:class:`!D`, :class:`!B`, :class:`!C`, :class:`!A`] after "
554
555
"dropping duplicates."
555
556
msgstr ""
556
- "扫描列表来查找重复的类。 如果发现有重复的类,则删除所有重复的类,只留下列表中*后一个。 在上例中,删除重复后的列表变成 "
557
- "[ :class:`!D`,:class:`! B`,:class:`!C`,:class:`!A`]。"
557
+ "扫描列表来查找重复的类。 如果发现有重复的类,则删除所有重复的类,只留下列表中*后一个。 在上例中,删除重复后的列表变成 [:class:`!D`, "
558
+ ":class:`!B`, :class:`!C`, :class:`!A`]。"
558
559
559
560
#: ../../whatsnew/2.2.rst:288
560
561
msgid ""
@@ -2209,7 +2210,7 @@ msgid ""
2209
2210
"kept in the main Python CVS tree, and many changes have been made to support"
2210
2211
" MacOS X."
2211
2212
msgstr ""
2212
- "适用于 MacOS 的 Python 端口代码现在保存在主 Python CVS 树中,由 Jack Jansen 维护,并且为了支持 MacOS "
2213
+ "适用于 MacOS 的 Python 移植代码现在保存在主 Python CVS 树中,由 Jack Jansen 维护,并且为了支持 MacOS "
2213
2214
"X,进行了许多更改。"
2214
2215
2215
2216
#: ../../whatsnew/2.2.rst:1143
0 commit comments