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

Skip to content

Commit 841a672

Browse files
[po] auto sync
1 parent a6e36fd commit 841a672

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.52%", "updated_at": "2024-03-09T16:42:55Z"}
1+
{"translation": "92.52%", "updated_at": "2024-03-10T15:41:54Z"}

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.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-02-02 18:15+0000\n"
15+
"POT-Creation-Date: 2024-03-09 14:21+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:12+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"
@@ -71,7 +71,7 @@ msgid ""
7171
"Awaiting on a coroutine. The following snippet of code will print \"hello\""
7272
" after waiting for 1 second, and then print \"world\" after waiting for "
7373
"*another* 2 seconds::"
74-
msgstr "等待一个协程。以下代码段会在等待 1 秒后打印 \"hello\",然后 *再次* 等待 2 秒后打印 \"world\"::"
74+
msgstr "对协程执行 await。以下代码段会在等待 1 秒后打印 \"hello\",然后 *再次* 等待 2 秒后打印 \"world\"::"
7575

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

10181019
#: ../../library/asyncio-task.rst:995
10191020
msgid ""

0 commit comments

Comments
 (0)