@@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.8\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2020-02-09 12:40 +0000\n "
17+ "POT-Creation-Date : 2020-05-29 14:04 +0000\n "
1818"PO-Revision-Date : 2017-02-16 23:16+0000\n "
1919"
Last-Translator :
Freesand Leo <[email protected] >, 2019\n "
2020"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -487,10 +487,10 @@ msgstr "返回由输入 *iterable* 中元素组成长度为 *r* 的子序列。"
487487
488488#: ../../library/itertools.rst:202 ../../library/itertools.rst:251
489489msgid ""
490- "Combinations are emitted in lexicographic sort order. So, if the input "
491- "*iterable* is sorted, the combination tuples will be produced in sorted "
492- "order."
493- msgstr "组合按照字典序返回。所以如果输入 *iterable* 是有序的,生成的组合元组也是有序的。 "
490+ "The combination tuples are emitted in lexicographic ordering according to "
491+ "the order of the input *iterable*. So, if the input *iterable* is sorted, "
492+ "the combination tuples will be produced in sorted order."
493+ msgstr ""
494494
495495#: ../../library/itertools.rst:206
496496msgid ""
@@ -680,10 +680,10 @@ msgstr "如果 *r* 未指定或为 ``None`` ,*r* 默认设置为 *iterable*
680680
681681#: ../../library/itertools.rst:487
682682msgid ""
683- "Permutations are emitted in lexicographic sort order. So, if the input "
684- "*iterable* is sorted, the permutation tuples will be produced in sorted "
685- "order."
686- msgstr "排列依字典序发出。因此,如果 *iterable* 是已排序的,排列元组将有序地产出。 "
683+ "The permutation tuples are emitted in lexicographic ordering according to "
684+ "the order of the input *iterable*. So, if the input *iterable* is sorted, "
685+ "the combination tuples will be produced in sorted order."
686+ msgstr ""
687687
688688#: ../../library/itertools.rst:491
689689msgid ""
0 commit comments