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

Skip to content

Commit 1d9268a

Browse files
[po] auto sync
1 parent c870362 commit 1d9268a

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

library/itertools.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Menghua Xiao <[email protected]>, 2018
88
# zc Jin <[email protected]>, 2018
99
# nick <[email protected]>, 2019
10-
# Freesand Leo <[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-29 14:04+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:16+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 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"
@@ -491,6 +491,7 @@ msgid ""
491491
"the order of the input *iterable*. So, if the input *iterable* is sorted, "
492492
"the combination tuples will be produced in sorted order."
493493
msgstr ""
494+
"组合元组会以字典顺序根据所输入 *iterable* 的顺序发出。 因此,如果所输入 *iterable* 是已排序的,组合元组也将按已排序的顺序生成。"
494495

495496
#: ../../library/itertools.rst:206
496497
msgid ""
@@ -684,6 +685,7 @@ msgid ""
684685
"the order of the input *iterable*. So, if the input *iterable* is sorted, "
685686
"the combination tuples will be produced in sorted order."
686687
msgstr ""
688+
"排列元组会以字典顺序根据所输入 *iterable* 的顺序发出。 因此,如果所输入 *iterable* 是已排序的,组合元组也将按已排序的顺序生成。"
687689

688690
#: ../../library/itertools.rst:491
689691
msgid ""

library/socket.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# Meng Du <[email protected]>, 2019
1414
# Zombie110year <[email protected]>, 2019
1515
# Shengjing Zhu <[email protected]>, 2019
16-
# Freesand Leo <[email protected]>, 2020
1716
# Arisaka97 <[email protected]>, 2020
17+
# Freesand Leo <[email protected]>, 2020
1818
#
1919
#, fuzzy
2020
msgid ""
@@ -23,7 +23,7 @@ msgstr ""
2323
"Report-Msgid-Bugs-To: \n"
2424
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
2525
"PO-Revision-Date: 2017-02-16 23:26+0000\n"
26-
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2020\n"
26+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2727
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2828
"MIME-Version: 1.0\n"
2929
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2373,6 +2373,9 @@ msgid ""
23732373
" will try to connect to the all addresses returned as a result of the name "
23742374
"resolution, and sends traffic to the first one connected successfully. ::"
23752375
msgstr ""
2376+
"下两个例子与上两个很像,但是同时支持 IPv4 和 IPv6。 服务端将监听第一个可用的地址族(它本应同时监听两个)。 在大多数支持 IPv6 "
2377+
"的系统上,IPv6 将有优先权并且服务端可能不会接受 IPv4 流量。 "
2378+
"客户端将尝试连接到作为名称解析结果被返回的所有地址,并将流量发送给连接成功的第一个地址。 ::"
23762379

23772380
#: ../../library/socket.rst:1869
23782381
msgid ""

0 commit comments

Comments
 (0)