|
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 | #
|
|
9 | 9 | # 乐成 王, 2024
|
10 | 10 | # Freesand Leo <yuqinju@163.com>, 2024
|
11 | 11 | # lian Wu (Wulian) <xiguawulian@gmail.com>, 2024
|
| 12 | +# LeeWendao <LeeWendao@outlook.com>, 2025 |
12 | 13 | #
|
13 | 14 | #, fuzzy
|
14 | 15 | msgid ""
|
15 | 16 | msgstr ""
|
16 | 17 | "Project-Id-Version: Python 3.13\n"
|
17 | 18 | "Report-Msgid-Bugs-To: \n"
|
18 |
| -"POT-Creation-Date: 2024-10-04 14:17+0000\n" |
| 19 | +"POT-Creation-Date: 2025-01-10 14:17+0000\n" |
19 | 20 | "PO-Revision-Date: 2021-06-28 00:53+0000\n"
|
20 |
| -"Last-Translator: lian Wu (Wulian) <xiguawulian@gmail.com>, 2024\n" |
| 21 | +"Last-Translator: LeeWendao <LeeWendao@outlook.com>, 2025\n" |
21 | 22 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
22 | 23 | "MIME-Version: 1.0\n"
|
23 | 24 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -373,8 +374,8 @@ msgid ""
|
373 | 374 | ">>> sorted(s, key=attrgetter('grade'), reverse=True) # now sort on primary key, descending\n"
|
374 | 375 | "[('dave', 'B', 10), ('jane', 'B', 12), ('john', 'A', 15)]"
|
375 | 376 | msgstr ""
|
376 |
| -">>> s = sorted(student_objects, key=attrgetter('age')) # 现在根据主要键(成绩)降序排序\n" |
377 |
| -">>> sorted(s, key=attrgetter('grade'), reverse=True) # 根据次要键(年龄)排序\n" |
| 377 | +">>> s = sorted(student_objects, key=attrgetter('age')) # 根据次要键(年龄)排序\n" |
| 378 | +">>> sorted(s, key=attrgetter('grade'), reverse=True) # 现在根据主要键(成绩)降序排序\n" |
378 | 379 | "[('dave', 'B', 10), ('jane', 'B', 12), ('john', 'A', 15)"
|
379 | 380 |
|
380 | 381 | #: ../../howto/sorting.rst:193
|
|
0 commit comments