8000 [po] auto sync · python/python-docs-zh-cn@03c6860 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03c6860

Browse files
[po] auto sync
1 parent b21f146 commit 03c6860

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "80.84%", "updated_at": "2025-01-15T08:55:42Z"}
1+
{"translation": "80.84%", "updated_at": "2025-01-15T10:55:46Z"}

howto/sorting.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -9,15 +9,16 @@
99
# 乐成 王, 2024
1010
# Freesand Leo <yuqinju@163.com>, 2024
1111
# lian Wu (Wulian) <xiguawulian@gmail.com>, 2024
12+
# LeeWendao <LeeWendao@outlook.com>, 2025
1213
#
1314
#, fuzzy
1415
msgid ""
1516
msgstr ""
1617
"Project-Id-Version: Python 3.13\n"
1718
"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"
1920
"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"
2122
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -373,8 +374,8 @@ msgid ""
373374
">>> sorted(s, key=attrgetter('grade'), reverse=True) # now sort on primary key, descending\n"
374375
"[('dave', 'B', 10), ('jane', 'B', 12), ('john', 'A', 15)]"
375376
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"
378379
"[('dave', 'B', 10), ('jane', 'B', 12), ('john', 'A', 15)"
379380

380381
#: ../../howto/sorting.rst:193

0 commit comments

Comments
 (0)
0