Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f59518

Browse files
[po] auto sync
1 parent f10bd04 commit 9f59518

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

howto/sorting.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Aloxaf <[email protected]>, 2019
1010
# Meng Du <[email protected]>, 2019
1111
# Shengjing Zhu <[email protected]>, 2019
12-
# Freesand Leo <[email protected]>, 2019
12+
# Freesand Leo <[email protected]>, 2020
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:46+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -97,6 +97,8 @@ msgid ""
9797
"a function (or other callable) to be called on each list element prior to "
9898
"making comparisons."
9999
msgstr ""
100+
":meth:`list.sort` 和 :func:`sorted` 都有一个 *key* "
101+
"形参用来指定在进行比较前要在每个列表元素上调用的函数(或其他可调用对象)。"
100102

101103
#: ../../howto/sorting.rst:49
102104
msgid "For example, here's a case-insensitive string comparison:"
@@ -109,6 +111,7 @@ msgid ""
109111
"This technique is fast because the key function is called exactly once for "
110112
"each input record."
111113
msgstr ""
114+
"*key* 形参的值应该是个函数(或其他可调用对象),它接受一个参数并返回一个用于排序的键。 这种机制速度很快,因为对于每个输入记录只会调用一次键函数。"
112115

113116
#: ../../howto/sorting.rst:59
114117
msgid ""

library/asyncio-api-index.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Fred <[email protected]>, 2018
88
# ww song <[email protected]>, 2018
9-
# Freesand Leo <[email protected]>, 2018
109
# walkinrain <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1818
"PO-Revision-Date: 2018-09-18 00:23+0000\n"
19-
"Last-Translator: walkinrain <walkinrain2008@163.com>, 2019\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -124,11 +124,11 @@ msgstr "Task对象"
124124

125125
#: ../../library/asyncio-api-index.rst:51
126126
msgid ":func:`to_thread`"
127-
msgstr ""
127+
msgstr ":func:`to_thread`"
128128

129129
#: ../../library/asyncio-api-index.rst:52
130130
msgid "Asychronously run a function in a separate OS thread."
131-
msgstr ""
131+
msgstr "在不同的 OS 线程中异步地运行一个函数。"
132132

133133
#: ../../library/asyncio-api-index.rst:54
134134
msgid ":func:`run_coroutine_threadsafe`"

0 commit comments

Comments
 (0)