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

Skip to content

Commit 9729fd2

Browse files
committed
[po] auto sync bot
1 parent c7a838d commit 9729fd2

6 files changed

Lines changed: 26 additions & 21 deletions

File tree

library/asyncio-task.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,26 @@ msgstr ""
2020

2121
#: ../../library/asyncio-task.rst:6
2222
msgid "Coroutines and Tasks"
23-
msgstr ""
23+
msgstr "协程与任务"
2424

2525
#: ../../library/asyncio-task.rst:8
2626
msgid ""
2727
"This section outlines high-level asyncio APIs to work with coroutines and "
2828
"Tasks."
29-
msgstr ""
29+
msgstr "本节将简述用于协程与任务的高层级 API。"
3030

3131
#: ../../library/asyncio-task.rst:19 ../../library/asyncio-task.rst:121
3232
msgid "Coroutines"
33-
msgstr ""
33+
msgstr "协程"
3434

3535
#: ../../library/asyncio-task.rst:21
3636
msgid ""
3737
"Coroutines declared with async/await syntax is the preferred way of writing "
3838
"asyncio applications. For example, the following snippet of code (requires "
3939
"Python 3.7+) prints \"hello\", waits 1 second, and then prints \"world\"::"
4040
msgstr ""
41+
"协程通过 async/await 语法进行声明,是编写异步应用的推荐方式。例如,以下代码段 (需要 Python 3.7+) 打印 "
42+
"\"hello\",等待 1 秒,然后打印 \"world\"::"
4143

4244
#: ../../library/asyncio-task.rst:37
4345
msgid ""

library/asyncio.po

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,25 @@ msgstr "并发地 :ref:`运行 Python 协程 <coroutine>` 并对其执行过程
5757

5858
#: ../../library/asyncio.rst:38
5959
msgid "perform :ref:`network IO and IPC <asyncio-streams>`;"
60-
msgstr ""
60+
msgstr "执行 :ref:`网络 IO 和 IPC <asyncio-streams>`;"
6161

6262
#: ../../library/asyncio.rst:40
6363
msgid "control :ref:`subprocesses <asyncio-subprocess>`;"
64-
msgstr ""
64+
msgstr "控制 :ref:`子进程 <asyncio-subprocess>`;"
6565

6666
#: ../../library/asyncio.rst:42
6767
msgid "distribute tasks via :ref:`queues <asyncio-queues>`;"
68-
msgstr ""
68+
msgstr "通过 :ref:`队列 <asyncio-queues>` 实现分布式任务;"
6969

7070
#: ../../library/asyncio.rst:44
7171
msgid ":ref:`synchronize <asyncio-sync>` concurrent code;"
72-
msgstr ""
72+
msgstr ":ref:`同步 <asyncio-sync>` 并发代码;"
7373

7474
#: ../../library/asyncio.rst:46
7575
msgid ""
7676
"Additionally, there are **low-level** APIs for *library and framework "
7777
"developers* to:"
78-
msgstr ""
78+
msgstr "此外,还有一些 **低层级** API 以支持 *库和框架的开发者* 实现:"
7979

8080
#: ../../library/asyncio.rst:49
8181
msgid ""
@@ -84,31 +84,34 @@ msgid ""
8484
":meth:`subprocesses <loop.subprocess_exec>`, handling :meth:`OS signals "
8585
"<loop.add_signal_handler>`, etc;"
8686
msgstr ""
87+
"创建和管理 :ref:`事件循环 <asyncio-event-loop>`,以提供异步 API 用于 :meth:`网络化 "
88+
"<loop.create_server>`, 运行 :meth:`子进程 <loop.subprocess_exec>`,处理 :meth:`OS 信号"
89+
" <loop.add_signal_handler>` 等等;"
8790

8891
#: ../../library/asyncio.rst:54
8992
msgid ""
9093
"implement efficient protocols using :ref:`transports <asyncio-transports-"
9194
"protocols>`;"
92-
msgstr ""
95+
msgstr "使用 :ref:`transports <asyncio-transports-protocols>` 实现高效率协议;"
9396

9497
#: ../../library/asyncio.rst:57
9598
msgid ""
9699
":ref:`bridge <asyncio-futures>` callback-based libraries and code with "
97100
"async/await syntax."
98-
msgstr ""
101+
msgstr "通过 async/await 语法 :ref:`桥接 <asyncio-futures>` 基于回调的库和代码。"
99102

100103
#: ../../library/asyncio.rst:65
101104
msgid "Reference"
102-
msgstr ""
105+
msgstr "参考引用"
103106

104107
#: ../../library/asyncio.rst:66
105108
msgid "High-level APIs"
106-
msgstr ""
109+
msgstr "高层级 API"
107110

108111
#: ../../library/asyncio.rst:77
109112
msgid "Low-level APIs"
110-
msgstr ""
113+
msgstr "低层级 API"
111114

112115
#: ../../library/asyncio.rst:87
113116
msgid "Guides and Tutorials"
114-
msgstr ""
117+
msgstr "指南与教程"

library/multiprocessing.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ msgstr ""
371371

372372
#: ../../library/multiprocessing.rst:442
373373
msgid "Reference"
374-
msgstr ""
374+
msgstr "参考引用"
375375

376376
#: ../../library/multiprocessing.rst:444
377377
msgid ""

library/xml.etree.elementtree.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Menghua Xiao <arieshout@gmail.com>, 2018\n"
13+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -434,7 +434,7 @@ msgstr ""
434434

435435
#: ../../library/xml.etree.elementtree.rst:461
436436
msgid "Reference"
437-
msgstr ""
437+
msgstr "参考引用"
438438

439439
#: ../../library/xml.etree.elementtree.rst:466
440440
msgid "Functions"

reference/compound_stmts.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-07-31 08:49+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Jerry Chen <jerrychen9657@gmail.com>, 2017\n"
13+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -653,7 +653,7 @@ msgstr ""
653653

654654
#: ../../reference/compound_stmts.rst:690
655655
msgid "Coroutines"
656-
msgstr ""
656+
msgstr "协程"
657657

658658
#: ../../reference/compound_stmts.rst:698
659659
msgid "Coroutine function definition"

reference/datamodel.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: ww song <sww4718168@gmail.com>, 2018\n"
13+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2901,7 +2901,7 @@ msgstr ""
29012901

29022902
#: ../../reference/datamodel.rst:2576
29032903
msgid "Coroutines"
2904-
msgstr ""
2904+
msgstr "协程"
29052905

29062906
#: ../../reference/datamodel.rst:2580
29072907
msgid "Awaitable Objects"

0 commit comments

Comments
 (0)