88# zc Jin <[email protected] >, 2021991010# Bryan不可思议, 2023
11- # Freesand Leo <[email protected] >, 20231211# Alpha Du <[email protected] >, 202412+ # Freesand Leo <[email protected] >, 20241313#
1414#, fuzzy
1515msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.12\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2024-03-08 14:14 +0000\n "
19+ "POT-Creation-Date : 2024-03-08 21:29 +0000\n "
2020"PO-Revision-Date : 2021-06-28 01:08+0000\n "
21- "Last-Translator : Alpha Du <alphanow@gmail .com>, 2024\n "
21+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
2222"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2323"MIME-Version : 1.0\n "
2424"Content-Type : text/plain; charset=UTF-8\n "
@@ -226,11 +226,11 @@ msgstr ":func:`dropwhile`"
226226#: ../../library/itertools.rst:59 ../../library/itertools.rst:60
227227#: ../../library/itertools.rst:65
228228msgid "predicate, seq"
229- msgstr ""
229+ msgstr "predicate, seq "
230230
231231#: ../../library/itertools.rst:59
232232msgid "seq[n], seq[n+1], starting when predicate fails"
233- msgstr ""
233+ msgstr "seq[n], seq[n+1], 从 predicate 未通过时开始 "
234234
235235#: ../../library/itertools.rst:59
236236msgid "``dropwhile(lambda x: x<5, [1,4,6,4,1]) --> 6 4 1``"
@@ -242,7 +242,7 @@ msgstr ":func:`filterfalse`"
242242
243243#: ../../library/itertools.rst:60
244244msgid "elements of seq where predicate(elem) fails"
245- msgstr ""
245+ msgstr "predicate(elem) 未通过的 seq 元素 "
246246
247247#: ../../library/itertools.rst:60
248248msgid "``filterfalse(lambda x: x%2, range(10)) --> 0 2 4 6 8``"
@@ -310,7 +310,7 @@ msgstr ":func:`takewhile`"
310310
311311#: ../../library/itertools.rst:65
312312msgid "seq[0], seq[1], until predicate fails"
313- msgstr ""
313+ msgstr "seq[0], seq[1], 直到 predicate 未通过 "
314314
315315#: ../../library/itertools.rst:65
316316msgid "``takewhile(lambda x: x<5, [1,4,6,4,1]) --> 1 4``"
@@ -426,7 +426,7 @@ msgstr "``AA AB AC AD BB BC BD CC CD DD``"
426426
427427#: ../../library/itertools.rst:94
428428msgid "Itertool Functions"
429- msgstr ""
429+ msgstr "Itertool 函数 "
430430
431431#: ../../library/itertools.rst:96
432432msgid ""
0 commit comments