Skip to content

Commit cffaa20

Browse files
[po] auto sync
1 parent a34e465 commit cffaa20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/concurrent.futures.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
# Translators:
77
# walkinrain <walkinrain2008@outlook.com>, 2019
88
# MuSheng Chen <sheng.2179@gmail.com>, 2019
9-
# Freesand Leo <yuqinju@163.com>, 2022
9+
# Freesand Leo <yuqinju@163.com>, 2023
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.7\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-02-24 14:40+0000\n"
16+
"POT-Creation-Date: 2023-06-04 12:41+0000\n"
1717
"PO-Revision-Date: 2019-09-01 03:21+0000\n"
18-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
19-
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
19+
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
2222
"Content-Transfer-Encoding: 8bit\n"
@@ -49,7 +49,7 @@ msgid ""
4949
"defined by the abstract :class:`Executor` class."
5050
msgstr ""
5151
"异步执行可以由 :class:`ThreadPoolExecutor` 使用线程或由 :class:`ProcessPoolExecutor` "
52-
"使用单独的进程来实现。 两者都是实现抽像类 :class:`Executor` 定义的接口。"
52+
"使用单独的进程来实现。 两者都是实现抽象类 :class:`Executor` 定义的接口。"
5353

5454
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/concurrent.futures.rst:24
5555
msgid "Executor Objects"
@@ -370,7 +370,7 @@ msgstr ""
370370
msgid ""
371371
"If the future is cancelled before completing then :exc:`.CancelledError` "
372372
"will be raised."
373-
msgstr "如果 futrue 在完成前被取消则 :exc:`.CancelledError` 将被触发。"
373+
msgstr "如果 future 在完成前被取消则 :exc:`.CancelledError` 将被触发。"
374374

375375
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/concurrent.futures.rst:327
376376
msgid "If the call raised, this method will raise the same exception."

0 commit comments

Comments
 (0)