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

Skip to content

Commit 54fea1f

Browse files
committed
[po] auto sync bot
1 parent 2228776 commit 54fea1f

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

library/asyncio-llapi-index.po

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ msgstr ""
725725

726726
#: ../../library/asyncio-llapi-index.rst:352
727727
msgid "Return high and low water marks for write flow control."
728-
msgstr "返回写入流控制的高位水印和低位水印。"
728+
msgstr "返回写入流控制的高位标记位和低位标记位。"
729729

730730
#: ../../library/asyncio-llapi-index.rst:354
731731
msgid ""
@@ -737,7 +737,7 @@ msgstr ""
737737

738738
#: ../../library/asyncio-llapi-index.rst:356
739739
msgid "Set new high and low water marks for write flow control."
740-
msgstr "设置新的写入流控制的高位水印和低位水印。"
740+
msgstr "设置新的写入流控制的高位标记位和低位标记位。"
741741

742742
#: ../../library/asyncio-llapi-index.rst:359
743743
msgid "Transports returned by :meth:`loop.create_datagram_endpoint`:"
@@ -805,71 +805,71 @@ msgstr "返回子进程的返回代号。"
805805

806806
#: ../../library/asyncio-llapi-index.rst:393
807807
msgid ":meth:`transport.kill() <SubprocessTransport.kill>`"
808-
msgstr ""
808+
msgstr ":meth:`transport.kill() <SubprocessTransport.kill>`"
809809

810810
#: ../../library/asyncio-llapi-index.rst:394
811811
msgid "Kill the subprocess."
812-
msgstr ""
812+
msgstr "杀死子进程。"
813813

814814
#: ../../library/asyncio-llapi-index.rst:396
815815
msgid ":meth:`transport.send_signal() <SubprocessTransport.send_signal>`"
816-
msgstr ""
816+
msgstr ":meth:`transport.send_signal() <SubprocessTransport.send_signal>`"
817817

818818
#: ../../library/asyncio-llapi-index.rst:397
819819
msgid "Send a signal to the subprocess."
820-
msgstr ""
820+
msgstr "发送一个信号到子进程。"
821821

822822
#: ../../library/asyncio-llapi-index.rst:399
823823
msgid ":meth:`transport.terminate() <SubprocessTransport.terminate>`"
824-
msgstr ""
824+
msgstr ":meth:`transport.terminate() <SubprocessTransport.terminate>`"
825825

826826
#: ../../library/asyncio-llapi-index.rst:400
827827
msgid "Stop the subprocess."
828-
msgstr ""
828+
msgstr "停止子进程。"
829829

830830
#: ../../library/asyncio-llapi-index.rst:402
831831
msgid ":meth:`transport.close() <SubprocessTransport.close>`"
832-
msgstr ""
832+
msgstr ":meth:`transport.close() <SubprocessTransport.close>`"
833833

834834
#: ../../library/asyncio-llapi-index.rst:403
835835
msgid "Kill the subprocess and close all pipes."
836-
msgstr ""
836+
msgstr "杀死子进程并关闭所有管道。"
837837

838838
#: ../../library/asyncio-llapi-index.rst:407
839839
msgid "Protocols"
840-
msgstr ""
840+
msgstr "协议"
841841

842842
#: ../../library/asyncio-llapi-index.rst:409
843843
msgid "Protocol classes can implement the following **callback methods**:"
844-
msgstr ""
844+
msgstr "协议类可以由下面 **回调方法** 实现:"
845845

846846
#: ../../library/asyncio-llapi-index.rst:415
847847
msgid "``callback`` :meth:`connection_made() <BaseProtocol.connection_made>`"
848-
msgstr ""
848+
msgstr "``callback`` :meth:`connection_made() <BaseProtocol.connection_made>`"
849849

850850
#: ../../library/asyncio-llapi-index.rst:416
851851
msgid "Called when a connection is made."
852-
msgstr ""
852+
msgstr "链接建立时被调用。"
853853

854854
#: ../../library/asyncio-llapi-index.rst:418
855855
msgid "``callback`` :meth:`connection_lost() <BaseProtocol.connection_lost>`"
856-
msgstr ""
856+
msgstr "``callback`` :meth:`connection_lost() <BaseProtocol.connection_lost>`"
857857

858858
#: ../../library/asyncio-llapi-index.rst:419
859859
msgid "Called when the connection is lost or closed."
860-
msgstr ""
860+
msgstr "链接丢失或关闭时被调用。"
861861

862862
#: ../../library/asyncio-llapi-index.rst:421
863863
msgid "``callback`` :meth:`pause_writing() <BaseProtocol.pause_writing>`"
864-
msgstr ""
864+
msgstr "``callback`` :meth:`pause_writing() <BaseProtocol.pause_writing>`"
865865

866866
#: ../../library/asyncio-llapi-index.rst:422
867867
msgid "Called when the transport's buffer goes over the high water mark."
868-
msgstr ""
868+
msgstr "传输的缓冲区超过高位标记位时被调用。"
869869

870870
#: ../../library/asyncio-llapi-index.rst:424
871871
msgid "``callback`` :meth:`resume_writing() <BaseProtocol.resume_writing>`"
872-
msgstr ""
872+
msgstr "``callback`` :meth:`resume_writing() <BaseProtocol.resume_writing>`"
873873

874874
#: ../../library/asyncio-llapi-index.rst:425
875875
msgid "Called when the transport's buffer drains below the low water mark."

library/asyncio-protocol.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ msgstr ""
550550

551551
#: ../../library/asyncio-protocol.rst:399
552552
msgid "Kill the subprocess."
553-
msgstr ""
553+
msgstr "杀死子进程。"
554554

555555
#: ../../library/asyncio-protocol.rst:401
556556
msgid ""
@@ -570,7 +570,7 @@ msgstr ""
570570

571571
#: ../../library/asyncio-protocol.rst:413
572572
msgid "Stop the subprocess."
573-
msgstr ""
573+
msgstr "停止子进程。"
574574

575575
#: ../../library/asyncio-protocol.rst:415
576576
msgid ""
@@ -595,7 +595,7 @@ msgstr ""
595595

596596
#: ../../library/asyncio-protocol.rst:432
597597
msgid "Protocols"
598-
msgstr ""
598+
msgstr "协议"
599599

600600
#: ../../library/asyncio-protocol.rst:434
601601
msgid ""
@@ -663,7 +663,7 @@ msgstr ""
663663

664664
#: ../../library/asyncio-protocol.rst:484
665665
msgid "Called when a connection is made."
666-
msgstr ""
666+
msgstr "链接建立时被调用。"
667667

668668
#: ../../library/asyncio-protocol.rst:486
669669
msgid ""
@@ -673,7 +673,7 @@ msgstr ""
673673

674674
#: ../../library/asyncio-protocol.rst:492
675675
msgid "Called when the connection is lost or closed."
676-
msgstr ""
676+
msgstr "链接丢失或关闭时被调用。"
677677

678678
#: ../../library/asyncio-protocol.rst:494
679679
msgid ""

0 commit comments

Comments
 (0)