@@ -613,47 +613,49 @@ msgstr ""
613613
614614#: ../../library/socketserver.rst:501 ../../library/socketserver.rst:573
615615msgid "This is the client side::"
616- msgstr ""
616+ msgstr "以下是客户端:: "
617617
618618#: ../../library/socketserver.rst:522 ../../library/socketserver.rst:648
619619msgid "The output of the example should look something like this:"
620- msgstr ""
620+ msgstr "这个示例程序的输出应该是像这样的: "
621621
622622#: ../../library/socketserver.rst:524
623623msgid "Server:"
624- msgstr ""
624+ msgstr "服务器: "
625625
626626#: ../../library/socketserver.rst:534
627627msgid "Client:"
628- msgstr ""
628+ msgstr "客户端: "
629629
630630#: ../../library/socketserver.rst:547
631631msgid ":class:`socketserver.UDPServer` Example"
632- msgstr ""
632+ msgstr ":class:`socketserver.UDPServer` 示例 "
633633
634634#: ../../library/socketserver.rst:592
635635msgid ""
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
641641msgid "Asynchronous Mixins"
642- msgstr ""
642+ msgstr "异步混合类 "
643643
644644#: ../../library/socketserver.rst:598
645645msgid ""
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
651651msgid "An example for the :class:`ThreadingMixIn` class::"
652- msgstr ""
652+ msgstr ":class:`ThreadingMixIn` 类的示例:: "
653653
654654#: ../../library/socketserver.rst:659
655655msgid ""
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`."
659659msgstr ""
660+ ":class:`ForkingMixIn` 类的使用方式是相同的,区别在于服务器将为每个请求产生一个新的进程。 仅在支持 "
661+ ":func:`~os.fork` 的 POSIX 系统平台上可用。"
0 commit comments