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 "
@@ -160,7 +160,7 @@ msgstr ""
160160msgid ""
161161"Deadlocks can occur when the callable associated with a :class:`Future` "
162162"waits on the results of another :class:`Future`. For example::"
163- msgstr "当回调已关联了一个 :class:`Future`然后再等待另一个:class:`Future`的结果时就会发产死锁情况。 例如::"
163+ msgstr "当回调已关联了一个 :class:`Future` 然后再等待另一个 :class:`Future` 的结果时就会发生死锁情况。 例如::"
164164
165165#: ../../library/concurrent.futures.rst:123
166166msgid "And::"
@@ -231,8 +231,8 @@ msgid ""
231231"Calling :class:`Executor` or :class:`Future` methods from a callable "
232232"submitted to a :class:`ProcessPoolExecutor` will result in deadlock."
233233msgstr ""
234- "从提交给:class:`ProcessPoolExecutor`的回调中调用:class:`Executor`或 :class:`Future` "
235- "方法会导致死锁。"
234+ "从提交给 :class:`ProcessPoolExecutor` 的回调中调用 :class:`Executor` 或 :class:`Future`"
235+ " 方法会导致死锁。"
236236
237237#: ../../library/concurrent.futures.rst:214
238238msgid ""
@@ -261,7 +261,8 @@ msgid ""
261261"undefined but operations on the executor or its futures would often freeze "
262262"or deadlock."
263263msgstr ""
264- "如果其中一个工作进程被突然终止,:exc:`BrokenProcessPool`就会马上触发。可预计的行为没有定义,但执行器上的操作或它futures(期程)会被冻结或死锁。"
264+ "如果其中一个工作进程被突然终止,:exc:`BrokenProcessPool` 就会马上触发。可预计的行为没有定义,但执行器上的操作或它的 "
265+ "future(期程)会被冻结或死锁。"
265266
266267#: ../../library/concurrent.futures.rst:235
267268msgid ""
@@ -282,14 +283,15 @@ msgid ""
282283"The :class:`Future` class encapsulates the asynchronous execution of a "
283284"callable. :class:`Future` instances are created by :meth:`Executor.submit`."
284285msgstr ""
285- ":class:`Future` 类将回调封装为异步执行。:class:`Future` 实例由 :meth:`Executor.submit`创建。"
286+ ":class:`Future` 类将回调封装为异步执行。:class:`Future` 实例由 :meth:`Executor.submit` 创建。"
286287
287288#: ../../library/concurrent.futures.rst:286
288289msgid ""
289290"Encapsulates the asynchronous execution of a callable. :class:`Future` "
290291"instances are created by :meth:`Executor.submit` and should not be created "
291292"directly except for testing."
292- msgstr "将回调封装为异步执行。:class:`Future` 实例由 :meth:`Executor.submit`创建,除非测试,不应直接创建。"
293+ msgstr ""
294+ "将回调封装为异步执行。:class:`Future` 实例由 :meth:`Executor.submit` 创建,除非测试,不应直接创建。"
293295
294296#: ../../library/concurrent.futures.rst:292
295297msgid ""
0 commit comments