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

Skip to content

Commit 25193b2

Browse files
committed
[po] auto sync bot
1 parent 6ff59f6 commit 25193b2

3 files changed

Lines changed: 18 additions & 15 deletions

File tree

faq/gui.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#
66
# Translators:
77
# dgy18787 <[email protected]>, 2019
8-
# Freesand Leo <[email protected]>, 2019
98
# 443 <[email protected]>, 2019
109
# Kade For, 2019
10+
# Freesand Leo <[email protected]>, 2019
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1818
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
19-
"Last-Translator: Kade For, 2019\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2019\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"
@@ -278,9 +278,9 @@ msgid ""
278278
"function which will be called from the Tk mainloop when I/O is possible on a"
279279
" file descriptor. See :ref:`tkinter-file-handlers`."
280280
msgstr ""
281-
"可以。在 Windows 以外的其他平台上,你甚至不需要使用线程!但是你不得不稍微修改一下你的 I/O 代码。Tk 有相应的 Xt 的 "
282-
":c:func:`XtAddInput()` 调用,它允许你注册一个回调函数,当一个文件描述符可以进行 I/O 操作的时候,Tk "
283-
"主循环可以调用这个回调函数。"
281+
"在 Windows 以外的其他平台上可以,你甚至不需要使用线程! 但是你必须修身修改一下你的 I/O 代码。 Tk 有与 Xt 的 "
282+
":c:func:`XtAddInput()` 对应的调用,它允许你注册一个回调函数,当一个文件描述器可以进行 I/O 操作的时候,Tk "
283+
"主循环将会调用这个回调函数。 参见 :ref:`tkinter-file-handlers`。"
284284

285285
#: ../../faq/gui.rst:151
286286
msgid "I can't get key bindings to work in Tkinter: why?"

library/concurrent.futures.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ msgid ""
195195
" and the number of workers should be higher than the number of workers for "
196196
":class:`ProcessPoolExecutor`."
197197
msgstr ""
198-
"如果*max_workers*为``None``或没有指定,将默认为机器处理器的个数,假如:class:`ThreadPoolExecutor`则重于I/O操作而不是CPU运算,那么可以乘以``5``,同时工作线程的数量可以比:class:`ProcessPoolExecutor`的数量高。"
198+
"如果 *max_workers* 为 ``None`` 或没有指定,将默认为机器处理器的个数,假如 "
199+
":class:`ThreadPoolExecutor` 则重于 I/O 操作而不是 CPU 运算,那么可以乘以 ``5``,同时工作线程的数量可以比 "
200+
":class:`ProcessPoolExecutor` 的数量高。"
199201

200202
#: ../../library/concurrent.futures.rst:154
201203
msgid ""

library/zipfile.po

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# cdarlint <[email protected]>, 2019
1010
# sgqy <[email protected]>, 2019
1111
# Zombie110year <[email protected]>, 2019
12+
# Freesand Leo <[email protected]>, 2019
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1920
"PO-Revision-Date: 2017-02-16 23:37+0000\n"
20-
"Last-Translator: Zombie110year <zombie110year@gmail.com>, 2019\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -94,10 +95,10 @@ msgid ""
9495
"of the last modification to the file; the fields are described in section "
9596
":ref:`zipinfo-objects`."
9697
msgstr ""
97-
"用于表示归档内一个成员信息的类。此类的实例由 :class:`ZipFile` :meth:`.getinfo` 和 "
98-
":meth:`.infolist` 方法返回。大多数使用此模块的用户都不需要创建它,只需要使用由模块创建的它们。 *filename* "
99-
"应当是归档成员的全名, *date_time* 应当是包含六个字段的描述最近修改时间的元组,这些字段在章节 :ref:`zipinfo-objects`"
100-
" 中描述。"
98+
"用于表示档案内一个成员信息的类。 此类的实例会由 :class:`ZipFile` 对象的 :meth:`.getinfo` 和 "
99+
":meth:`.infolist` 方法返回。 大多数 :mod:`zipfile` 模块的用户都不必创建它们,只需使用此模块所创建的实例。 "
100+
"*filename* 应当是档案成员的全名,*date_time* 应当是包含六个字段的描述最近修改时间的元组;这些字段的描述请参阅 :ref"
101+
":`zipinfo-objects`。"
101102

102103
#: ../../library/zipfile.rst:75
103104
msgid ""
@@ -147,7 +148,7 @@ msgstr ""
147148

148149
#: ../../library/zipfile.rst:120
149150
msgid "`PKZIP Application Note`_"
150-
msgstr "`PKZIP 应用程序笔记 <PKZIP Application Note>`_"
151+
msgstr "`PKZIP 应用程序笔记`_"
151152

152153
#: ../../library/zipfile.rst:119
153154
msgid ""
@@ -174,7 +175,7 @@ msgid ""
174175
"Open a ZIP file, where *file* can be a path to a file (a string), a file-"
175176
"like object or a :term:`path-like object`."
176177
msgstr ""
177-
"打开一个 ZIP 文件,*file* 为一个指向文件的路径(字符串),一个类文件对象或者一个 :term:`path-like objdect`。"
178+
"打开一个 ZIP 文件,*file* 为一个指向文件的路径(字符串),一个类文件对象或者一个 :term:`path-like object`。"
178179

179180
#: ../../library/zipfile.rst:139
180181
msgid ""
@@ -781,11 +782,11 @@ msgstr ""
781782

782783
#: ../../library/zipfile.rst:631
783784
msgid "Must be zero."
784-
msgstr ""
785+
msgstr "必须为零。"
785786

786787
#: ../../library/zipfile.rst:636
787788
msgid "ZIP flag bits."
788-
msgstr ""
789+
msgstr "ZIP 标志位。"
789790

790791
#: ../../library/zipfile.rst:641
791792
msgid "Volume number of file header."

0 commit comments

Comments
 (0)