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

Skip to content

Commit 94b2a8a

Browse files
[po] auto sync
1 parent d24e10c commit 94b2a8a

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

library/socketserver.po

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -613,47 +613,49 @@ msgstr ""
613613

614614
#: ../../library/socketserver.rst:501 ../../library/socketserver.rst:573
615615
msgid "This is the client side::"
616-
msgstr ""
616+
msgstr "以下是客户端::"
617617

618618
#: ../../library/socketserver.rst:522 ../../library/socketserver.rst:648
619619
msgid "The output of the example should look something like this:"
620-
msgstr ""
620+
msgstr "这个示例程序的输出应该是像这样的:"
621621

622622
#: ../../library/socketserver.rst:524
623623
msgid "Server:"
624-
msgstr ""
624+
msgstr "服务器:"
625625

626626
#: ../../library/socketserver.rst:534
627627
msgid "Client:"
628-
msgstr ""
628+
msgstr "客户端:"
629629

630630
#: ../../library/socketserver.rst:547
631631
msgid ":class:`socketserver.UDPServer` Example"
632-
msgstr ""
632+
msgstr ":class:`socketserver.UDPServer` 示例"
633633

634634
#: ../../library/socketserver.rst:592
635635
msgid ""
636636
"The output of the example should look exactly like for the TCP server "
637637
"example."
638-
msgstr ""
638+
msgstr "这个示例程序的输出应该是与 TCP 服务器示例相一致的。"
639639

640640
#: ../../library/socketserver.rst:596
641641
msgid "Asynchronous Mixins"
642-
msgstr ""
642+
msgstr "异步混合类"
643643

644644
#: ../../library/socketserver.rst:598
645645
msgid ""
646646
"To build asynchronous handlers, use the :class:`ThreadingMixIn` and "
647647
":class:`ForkingMixIn` classes."
648-
msgstr ""
648+
msgstr "要构建异步处理句柄,请使用 :class:`ThreadingMixIn` 和 :class:`ForkingMixIn` 类。"
649649

650650
#: ../../library/socketserver.rst:601
651651
msgid "An example for the :class:`ThreadingMixIn` class::"
652-
msgstr ""
652+
msgstr ":class:`ThreadingMixIn` 类的示例::"
653653

654654
#: ../../library/socketserver.rst:659
655655
msgid ""
656656
"The :class:`ForkingMixIn` class is used in the same way, except that the "
657657
"server will spawn a new process for each request. Available only on POSIX "
658658
"platforms that support :func:`~os.fork`."
659659
msgstr ""
660+
":class:`ForkingMixIn` 类的使用方式是相同的,区别在于服务器将为每个请求产生一个新的进程。 仅在支持 "
661+
":func:`~os.fork` 的 POSIX 系统平台上可用。"

0 commit comments

Comments
 (0)