Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58bf48c

Browse filesBrowse files
[po] auto sync
1 parent ba14ef0 commit 58bf48c
Copy full SHA for 58bf48c

File tree

2 files changed

+24
-10
lines changed
Filter options

2 files changed

+24
-10
lines changed

‎.stat.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.95%", "updated_at": "2024-07-20T05:28:44Z"}
1+
{"translation": "93.95%", "updated_at": "2024-07-26T16:31:57Z"}

‎library/asyncio.po

Copy file name to clipboardExpand all lines: library/asyncio.po
+23-9Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, 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-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-29 03:05+0000\n"
14+
"POT-Creation-Date: 2024-07-26 15:53+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
2121
"Language: zh_CN\n"
2222
"Plural-Forms: nplurals=1; plural=0;\n"
2323

24-
#: ../../library/asyncio.rst:76 ../../library/asyncio.rst:76
24+
#: ../../library/asyncio.rst:85 ../../library/asyncio.rst:85
2525
msgid "High-level APIs"
2626
msgstr "高层级 API"
2727

28-
#: ../../library/asyncio.rst:87 ../../library/asyncio.rst:87
28+
#: ../../library/asyncio.rst:96 ../../library/asyncio.rst:96
2929
msgid "Low-level APIs"
3030
msgstr "低层级 API"
3131

32-
#: ../../library/asyncio.rst:97 ../../library/asyncio.rst:97
32+
#: ../../library/asyncio.rst:106 ../../library/asyncio.rst:106
3333
msgid "Guides and Tutorials"
3434
msgstr "指南与教程"
3535

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

118-
#: ../../library/asyncio.rst:59
118+
#: ../../library/asyncio.rst:62
119+
msgid "asyncio REPL"
120+
msgstr ""
121+
122+
#: ../../library/asyncio.rst:63
119123
msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:"
120124
msgstr "你可以在 REPL 中尝试使用 ``asyncio`` 并发上下文:"
121125

122126
#: ../../library/asyncio.rst:75
127+
msgid ""
128+
"Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no "
129+
"arguments."
130+
msgstr "没有参数时,会触发 :ref:`审计事件 <auditing>` ``cpython.run_stdin`` 。"
131+
132+
#: ../../library/asyncio.rst:77
133+
msgid "(also 3.9.20, and 3.8.20) Emits audit events."
134+
msgstr ""
135+
136+
#: ../../library/asyncio.rst:84
123137
msgid "Reference"
124138
msgstr "参考"
125139

126-
#: ../../library/asyncio.rst:106
140+
#: ../../library/asyncio.rst:115
127141
msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
128142
msgstr "asyncio 的源代码可以在 :source:`Lib/asyncio/` 中找到。"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.