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

Skip to content

Commit b21a104

Browse files
committed
[po] auto sync bot
1 parent b72c9c2 commit b21a104

3 files changed

Lines changed: 18 additions & 14 deletions

File tree

library/asyncio-llapi-index.po

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ msgstr ":meth:`loop.remove_writer`"
454454

455455
#: ../../library/asyncio-llapi-index.rst:214
456456
msgid "Stop watching a file descriptor for write availability."
457-
msgstr "停止对一个文件描述符的可写性的监控。"
457+
msgstr "停止对一个文件描述符的可写性的监视。"
458458

459459
#: ../../library/asyncio-llapi-index.rst:217
460460
msgid "Unix Signals"
@@ -984,46 +984,49 @@ msgstr "与子进程通信的其中一个管道关闭时被调用。"
984984
msgid ""
985985
"``callback`` :meth:`process_exited() <SubprocessProtocol.process_exited>`"
986986
msgstr ""
987+
"``callback`` :meth:`process_exited() <SubprocessProtocol.process_exited>`"
987988

988989
#: ../../library/asyncio-llapi-index.rst:486
989990
msgid "Called when the child process has exited."
990-
msgstr ""
991+
msgstr "子进程退出时被调用。"
991992

992993
#: ../../library/asyncio-llapi-index.rst:490
993994
msgid "Event Loop Policies"
994-
msgstr ""
995+
msgstr "事件循环策略"
995996

996997
#: ../../library/asyncio-llapi-index.rst:492
997998
msgid ""
998999
"Policies is a low-level mechanism to alter the behavior of functions like "
9991000
":func:`asyncio.get_event_loop`. See also the main :ref:`policies section "
10001001
"<asyncio-policies>` for more details."
10011002
msgstr ""
1003+
"策略是改变类似 :func:`asyncio.get_event_loop` 函数行为的一个底层机制。更多细节可以查阅 :ref:`策略段落"
1004+
"<asyncio-policies> ` "
10021005

10031006
#: ../../library/asyncio-llapi-index.rst:498
10041007
msgid "Accessing Policies"
1005-
msgstr ""
1008+
msgstr "访问策略"
10061009

10071010
#: ../../library/asyncio-llapi-index.rst:503
10081011
msgid ":meth:`asyncio.get_event_loop_policy`"
1009-
msgstr ""
1012+
msgstr ":meth:`asyncio.get_event_loop_policy`"
10101013

10111014
#: ../../library/asyncio-llapi-index.rst:504
10121015
msgid "Return the current process-wide policy."
1013-
msgstr ""
1016+
msgstr "返回当前进程域的策略。"
10141017

10151018
#: ../../library/asyncio-llapi-index.rst:506
10161019
msgid ":meth:`asyncio.set_event_loop_policy`"
1017-
msgstr ""
1020+
msgstr ":meth:`asyncio.set_event_loop_policy`"
10181021

10191022
#: ../../library/asyncio-llapi-index.rst:507
10201023
msgid "Set a new process-wide policy."
1021-
msgstr ""
1024+
msgstr "设置一个新的进程域策略。"
10221025

10231026
#: ../../library/asyncio-llapi-index.rst:509
10241027
msgid ":class:`AbstractEventLoopPolicy`"
1025-
msgstr ""
1028+
msgstr ":class:`AbstractEventLoopPolicy`"
10261029

10271030
#: ../../library/asyncio-llapi-index.rst:510
10281031
msgid "Base class for policy objects."
1029-
msgstr ""
1032+
msgstr "策略对象的基类。"

library/asyncio-policy.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Pan Felix <[email protected]>, 2019
88
# cdarlint <[email protected]>, 2019
9+
# MuSheng Chen <[email protected]>, 2019
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1617
"PO-Revision-Date: 2018-09-18 00:23+0000\n"
17-
"Last-Translator: cdarlint <cdarling@126.com>, 2019\n"
18+
"Last-Translator: MuSheng Chen <sheng.2179@gmail.com>, 2019\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,7 +25,7 @@ msgstr ""
2425

2526
#: ../../library/asyncio-policy.rst:8
2627
msgid "Policies"
27-
msgstr ""
28+
msgstr "策略"
2829

2930
#: ../../library/asyncio-policy.rst:10
3031
msgid ""
@@ -64,7 +65,7 @@ msgstr ""
6465

6566
#: ../../library/asyncio-policy.rst:34
6667
msgid "Return the current process-wide policy."
67-
msgstr ""
68+
msgstr "返回当前进程域的策略。"
6869

6970
#: ../../library/asyncio-policy.rst:38
7071
msgid "Set the current process-wide policy to *policy*."

library/asyncio-protocol.po

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

942942
#: ../../library/asyncio-protocol.rst:703
943943
msgid "Called when the child process has exited."
944-
msgstr ""
944+
msgstr "子进程退出时被调用。"
945945

946946
#: ../../library/asyncio-protocol.rst:707
947947
msgid "Examples"

0 commit comments

Comments
 (0)