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

Skip to content

Commit a6be43c

Browse files
[po] auto sync
1 parent 895f296 commit a6be43c

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

library/getopt.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# matthew Yip <yymmatthew@gmail.com>, 2020
7+
# Freesand Leo <yuqinju@163.com>, 2020
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:12+0000\n"
16-
"Last-Translator: matthew Yip <yymmatthew@gmail.com>, 2020\n"
16+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
1717
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,11 +23,11 @@ msgstr ""
2323

2424
#: ../../library/getopt.rst:2
2525
msgid ":mod:`getopt` --- C-style parser for command line options"
26-
msgstr ""
26+
msgstr ":mod:`getopt` --- C 风格的命令行选项解析器"
2727

2828
#: ../../library/getopt.rst:8
2929
msgid "**Source code:** :source:`Lib/getopt.py`"
30-
msgstr "*资源代码:* 资源:'Lib/getopt.py'"
30+
msgstr "**源代码:** :source:`Lib/getopt.py`"
3131

3232
#: ../../library/getopt.rst:12
3333
msgid ""

library/select.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#
66
# Translators:
77
# 操旭 <[email protected]>, 2017
8-
# Freesand Leo <[email protected]>, 2018
98
# 林行众 <[email protected]>, 2019
109
# Zombie110year <[email protected]>, 2019
1110
# ppcfish <[email protected]>, 2019
1211
# Arisaka97 <[email protected]>, 2020
12+
# Freesand Leo <[email protected]>, 2020
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2020-05-26 14:03+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:25+0000\n"
21-
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2020\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -181,6 +181,9 @@ msgid ""
181181
"integers representing file descriptors or objects with a parameterless "
182182
"method named :meth:`~io.IOBase.fileno` returning such an integer:"
183183
msgstr ""
184+
"这是一个明白直观的 Unix :c:func:`select` 系统调用接口。 "
185+
"前三个参数是由‘可等待对象’组成的序列:可以是代表文件描述符的整数,或是带有名为 :meth:`~io.IOBase.fileno` "
186+
"的返回这样的整数的无形参方法的对象:"
184187

185188
#: ../../library/select.rst:124
186189
msgid "*rlist*: wait until ready for reading"
@@ -205,6 +208,9 @@ msgid ""
205208
"until at least one file descriptor is ready. A time-out value of zero "
206209
"specifies a poll and never blocks."
207210
msgstr ""
211+
"允许空的可迭代对象,但是否接受三个空的可迭代对象则取决于具体平台。 (已知在 Unix 上可行但在 Windows 上不可行。) 可选的 "
212+
"*timeout* 参数以一个浮点数表示超时秒数。 当省略 *timeout* 参数时该函数将阻塞直到至少有一个文件描述符准备就绪。 "
213+
"超时值为零表示执行轮询且永不阻塞。"
208214

209215
#: ../../library/select.rst:136
210216
msgid ""
@@ -222,6 +228,10 @@ msgid ""
222228
" as long as it has an appropriate :meth:`~io.IOBase.fileno` method (that "
223229
"really returns a file descriptor, not just a random integer)."
224230
msgstr ""
231+
"可迭代对象中可接受的对象类型有 Python :term:`文件对象 <file object>` (例如 ``sys.stdin`` 以及 "
232+
":func:`open` 或 :func:`os.popen` 所返回的对象),由 :func:`socket.socket` 返回的套接字对象等。 "
233+
"你也可以自定义一个 :dfn:`wrapper` 类,只要它具有适当的 :meth:`~io.IOBase.fileno` "
234+
"方法(该方法要确实返回一个文件描述符,而不能只是一个随机整数)。"
225235

226236
#: ../../library/select.rst:155
227237
msgid ""

0 commit comments

Comments
 (0)