Skip to content

Commit 1ac4c45

Browse files
[po] auto sync
1 parent d056732 commit 1ac4c45

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.47%", "updated_at": "2024-07-22T13:20:51Z"}
1+
{"translation": "93.46%", "updated_at": "2024-07-26T17:19:46Z"}

library/asyncio.po

+30-11
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <yuqinju@163.com>, 2019
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8+
# Freesand Leo <yuqinju@163.com>, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.9\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2022-11-04 14:34+0000\n"
15+
"POT-Creation-Date: 2024-07-26 16:33+0000\n"
1516
"PO-Revision-Date: 2017-02-16 17:49+0000\n"
16-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
17-
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
18+
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
2021
"Content-Transfer-Encoding: 8bit\n"
2122
"Language: zh_CN\n"
2223
"Plural-Forms: nplurals=1; plural=0;\n"
2324

24-
#: ../../library/asyncio.rst:65 ../../library/asyncio.rst:65
25+
#: ../../library/asyncio.rst:85 ../../library/asyncio.rst:85
2526
msgid "High-level APIs"
2627
msgstr "高层级 API"
2728

28-
#: ../../library/asyncio.rst:76 ../../library/asyncio.rst:76
29+
#: ../../library/asyncio.rst:96 ../../library/asyncio.rst:96
2930
msgid "Low-level APIs"
3031
msgstr "低层级 API"
3132

32-
#: ../../library/asyncio.rst:86 ../../library/asyncio.rst:86
33+
#: ../../library/asyncio.rst:106 ../../library/asyncio.rst:106
3334
msgid "Guides and Tutorials"
3435
msgstr "指南与教程"
3536

@@ -115,10 +116,28 @@ msgid ""
115116
"async/await syntax."
116117
msgstr "通过 async/await 语法 :ref:`桥接 <asyncio-futures>` 基于回调的库和代码。"
117118

118-
#: ../../library/asyncio.rst:64
119+
#: ../../library/asyncio.rst:62
120+
msgid "asyncio REPL"
121+
msgstr "asyncio REPL"
122+
123+
#: ../../library/asyncio.rst:63
124+
msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:"
125+
msgstr "你可以在 REPL 中尝试使用 ``asyncio`` 并发上下文:"
126+
127+
#: ../../library/asyncio.rst:75
128+
msgid ""
129+
"Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no "
130+
"arguments."
131+
msgstr "没有参数时,会触发 :ref:`审计事件 <auditing>` ``cpython.run_stdin`` 。"
132+
133+
#: ../../library/asyncio.rst:77
134+
msgid "(also 3.8.20) Emits audit events."
135+
msgstr ""
136+
137+
#: ../../library/asyncio.rst:84
119138
msgid "Reference"
120-
msgstr "参考引用"
139+
msgstr "参考"
121140

122-
#: ../../library/asyncio.rst:95
141+
#: ../../library/asyncio.rst:115
123142
msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
124143
msgstr "asyncio 的源代码可以在 :source:`Lib/asyncio/` 中找到。"

0 commit comments

Comments
 (0)