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

Skip to content

Commit acc48d7

Browse files
[po] auto sync
1 parent 0a5cb91 commit acc48d7

3 files changed

Lines changed: 5546 additions & 5528 deletions

File tree

library/itertools.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
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
489489
msgid ""
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
496496
msgid ""
@@ -680,10 +680,10 @@ msgstr "如果 *r* 未指定或为 ``None`` ,*r* 默认设置为 *iterable*
680680

681681
#: ../../library/itertools.rst:487
682682
msgid ""
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
689689
msgid ""

library/socket.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,12 +2316,14 @@ msgid ""
23162316
":meth:`~socket.accept` method inherit that timeout. Otherwise, the "
23172317
"behaviour depends on settings of the listening socket:"
23182318
msgstr ""
2319+
"如果 :func:`getdefaulttimeout` 的值不是 :const:`None`,则 :meth:`~socket.accept` "
2320+
"方法返回的套接字将继承该超时值。若是 None,返回的套接字行为取决于侦听套接字的设置:"
23192321

23202322
#: ../../library/socket.rst:1742
23212323
msgid ""
23222324
"if the listening socket is in *blocking mode* or in *timeout mode*, the "
23232325
"socket returned by :meth:`~socket.accept` is in *blocking mode*;"
2324-
msgstr ""
2326+
msgstr "如果侦听套接字处于 *阻塞模式* 或 *超时模式*,则 :meth:`~socket.accept` 返回的套接字处于 *阻塞模式*;"
23252327

23262328
#: ../../library/socket.rst:1745
23272329
msgid ""
@@ -2330,6 +2332,8 @@ msgid ""
23302332
"operating system-dependent. If you want to ensure cross-platform behaviour,"
23312333
" it is recommended you manually override this setting."
23322334
msgstr ""
2335+
"如果侦听套接字处于 *非阻塞模式*,那么 :meth:`~socket.accept` "
2336+
"返回的套接字是阻塞还是非阻塞取决于操作系统。如果要确保跨平台时的正确行为,建议手动覆盖此设置。"
23332337

23342338
#: ../../library/socket.rst:1754
23352339
msgid "Example"

0 commit comments

Comments
 (0)