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

Skip to content

Commit 5c3dba0

Browse files
[po] auto sync
1 parent e851418 commit 5c3dba0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

library/socket.po

Lines changed: 5 additions & 3 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-
# Arisaka97 <[email protected]>, 2020
1716
# Freesand Leo <[email protected]>, 2020
17+
# Arisaka97 <[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: Freesand Leo <yuqinju@163.com>, 2020\n"
26+
"Last-Translator: Arisaka97 <solitaire2312@gmail.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"
@@ -1562,13 +1562,15 @@ msgid ""
15621562
" fail. The remote end will receive no more data (after queued data is "
15631563
"flushed)."
15641564
msgstr ""
1565+
"将套接字标记为关闭。当 :meth:`makefile()` "
1566+
"创建的所有文件对象都关闭时,底层系统资源(如文件描述符)也将关闭。一旦上述情况发生,将来对套接字对象的所有操作都会失败。对端将接收不到任何数据(清空队列数据后)。"
15651567

15661568
#: ../../library/socket.rst:1125
15671569
msgid ""
15681570
"Sockets are automatically closed when they are garbage-collected, but it is "
15691571
"recommended to :meth:`close` them explicitly, or to use a :keyword:`with` "
15701572
"statement around them."
1571-
msgstr ""
1573+
msgstr "垃圾回收时,套接字会自动关闭,但建议显式 :meth:`close` 它们,或在它们周围使用 :keyword:`with` 语句。"
15721574

15731575
#: ../../library/socket.rst:1129
15741576
msgid ""

0 commit comments

Comments
 (0)