Skip to content

Commit fef8cb5

Browse files
[po] auto sync
1 parent 5e9798f commit fef8cb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.22%", "updated_at": "2024-05-04T02:06:09Z"}
1+
{"translation": "95.22%", "updated_at": "2024-05-04T03:56:39Z"}

howto/sorting.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-05-03 14:14+0000\n"
17+
"POT-Creation-Date: 2024-05-04 01:27+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1919
"Last-Translator: 乐成 王, 2024\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -41,7 +41,7 @@ msgid ""
4141
"Python lists have a built-in :meth:`list.sort` method that modifies the list"
4242
" in-place. There is also a :func:`sorted` built-in function that builds a "
4343
"new sorted list from an iterable."
44-
msgstr "内置列表方法 :meth:`list.sort` 原地修改列表,而内置函数 :func:`sorted` 由可迭代对象建出新有序列表。"
44+
msgstr "内置列表方法 :meth:`list.sort` 原地修改列表,而内置函数 :func:`sorted` 由可迭代对象新建有序列表。"
4545

4646
#: ../../howto/sorting.rst:13
4747
msgid ""
@@ -73,7 +73,7 @@ msgstr ""
7373
msgid ""
7474
"Another difference is that the :meth:`list.sort` method is only defined for "
7575
"lists. In contrast, the :func:`sorted` function accepts any iterable."
76-
msgstr "另一个区别是 :meth:`list.sort` 方法是只为列表定义的,而 :func:`sorted` 函数接受任何可迭代对象。"
76+
msgstr "另一个区别是 :meth:`list.sort` 方法只为列表定义,而 :func:`sorted` 函数接受任何可迭代对象。"
7777

7878
#: ../../howto/sorting.rst:48
7979
msgid "Key Functions"
@@ -211,7 +211,7 @@ msgid ""
211211
"ordering already present in a dataset."
212212
msgstr ""
213213
"Python 中曾用的 `Timsort <https://en.wikipedia.org/wiki/Timsort>`_ "
214-
"算法利用数据集中已有的任何有序性来高效进行多种排序。"
214+
"算法借助数据集中已有的任何有序性高效进行多种排序。"
215215

216216
#: ../../howto/sorting.rst:211
217217
msgid "Decorate-Sort-Undecorate"

0 commit comments

Comments
 (0)