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

Skip to content

Commit 5c2f81e

Browse files
[po] auto sync
1 parent 7835dd4 commit 5c2f81e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

library/socketserver.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,15 +645,17 @@ msgstr "异步混合类"
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)