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

Skip to content

Commit 9083d38

Browse files
[po] auto sync
1 parent e02ae2d commit 9083d38

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.41%", "updated_at": "2024-03-09T18:31:41Z"}
1+
{"translation": "92.41%", "updated_at": "2024-03-10T15:31:15Z"}

library/asyncio-task.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2023
87
# Rafael Fontenelle <[email protected]>, 2024
8+
# Freesand Leo <[email protected]>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.10\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-02-02 20:30+0000\n"
15+
"POT-Creation-Date: 2024-03-08 16:05+0000\n"
1616
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -70,7 +70,7 @@ msgid ""
7070
"Awaiting on a coroutine. The following snippet of code will print \"hello\""
7171
" after waiting for 1 second, and then print \"world\" after waiting for "
7272
"*another* 2 seconds::"
73-
msgstr "等待一个协程。以下代码段会在等待 1 秒后打印 \"hello\",然后 *再次* 等待 2 秒后打印 \"world\"::"
73+
msgstr "对协程执行 await。以下代码段会在等待 1 秒后打印 \"hello\",然后 *再次* 等待 2 秒后打印 \"world\"::"
7474

7575
#: ../../library/asyncio-task.rst:73
7676
msgid "Expected output::"
@@ -823,7 +823,8 @@ msgid ""
823823
"cancellation, the Future object will be cancelled."
824824
msgstr ""
825825
"要取消一个正在运行的 Task 对象可使用 :meth:`cancel` 方法。调用此方法将使该 Task 对象抛出一个 "
826-
":exc:`CancelledError` 异常给打包的协程。如果取消期间一个协程正在等待一个 Future 对象,该 Future 对象也将被取消。"
826+
":exc:`CancelledError` 异常给打包的协程。如果取消期间一个协程正在对 Future 对象执行 await,该 Future "
827+
"对象也将被取消。"
827828

828829
#: ../../library/asyncio-task.rst:830
829830
msgid ""

0 commit comments

Comments
 (0)