44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Freesand Leo <[email protected] >, 201987# MuSheng Chen <[email protected] >, 20198+ # Freesand Leo <[email protected] >, 201999#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1616"PO-Revision-Date : 2017-02-16 23:03+0000\n "
17- "Last-Translator : MuSheng Chen <sheng.2179@gmail .com>, 2019\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
1818"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -80,7 +80,7 @@ msgstr "应立即收集 *iterables* 不要延迟再收集;"
8080msgid ""
8181"*func* is executed asynchronously and several calls to *func* may be made "
8282"concurrently."
83- msgstr "*func*是异步执行的以及对 *func*的调用可以同时执行 。"
83+ msgstr "*func* 是异步执行的且对 *func* 的调用可以并发执行 。"
8484
8585#: ../../library/concurrent.futures.rst:50
8686msgid ""
@@ -109,9 +109,10 @@ msgid ""
109109"*chunksize* can significantly improve performance compared to the default "
110110"size of 1. With :class:`ThreadPoolExecutor`, *chunksize* has no effect."
111111msgstr ""
112- "使用:class:`ProcessPoolExecutor`时,它会将 *iterables* "
113- "分割任务块并作为独立的任务并提交到执行池中。这些块的大概数量可以由*chunksize*指定正整数设置。对很长的迭代器来说,使用大的*chunksize*值比默认值1能显著地提高性能。*chunksize*对"
114- " :class:`ThreadPoolExecutor`没有效果。"
112+ "使用 :class:`ProcessPoolExecutor` 时,它会将 *iterables* "
113+ "分割任务块并作为独立的任务并提交到执行池中。这些块的大概数量可以由 *chunksize* 指定正整数设置。 对很长的迭代器来说,使用大的 "
114+ "*chunksize* 值比默认值 1 能显著地提高性能。 *chunksize* 对 :class:`ThreadPoolExecutor` "
115+ "没有效果。"
115116
116117#: ../../library/concurrent.futures.rst:67
117118msgid "Added the *chunksize* argument."
@@ -148,8 +149,8 @@ msgid ""
148149"(waiting as if :meth:`Executor.shutdown` were called with *wait* set to "
149150"``True``)::"
150151msgstr ""
151- "如果使用:keyword:`with`语句,你就可以避免显式调用这个方法,它将会停止 "
152- ":class:`Executor`(就好像: meth:`Executor.shutdown`调用时*wait*设为 ``True``一样等待)::"
152+ "如果使用 :keyword:`with` 语句,你就可以避免显式调用这个方法,它将会停止 :class:`Executor` (就好像 "
153+ ":meth:`Executor.shutdown` 调用时 *wait* 设为 ``True`` 一样等待)::"
153154
154155#: ../../library/concurrent.futures.rst:99
155156msgid "ThreadPoolExecutor"
0 commit comments