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

Skip to content

Commit 9b3d5f8

Browse files
[po] auto sync
1 parent 1eb035b commit 9b3d5f8

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

library/http.server.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2021
87
# Konge <[email protected]>, 2021
98
# Xi Chen <[email protected]>, 2021
109
# Kevin Deng <[email protected]>, 2021
10+
# Freesand Leo <[email protected]>, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-07-30 13:09+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
19-
"Last-Translator: Kevin Deng <kevindeng55+transifex@gmail.com>, 2021\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -34,7 +34,7 @@ msgstr "**源代码:** :source:`Lib/http/server.py`"
3434

3535
#: ../../library/http.server.rst:17
3636
msgid "This module defines classes for implementing HTTP servers."
37-
msgstr ""
37+
msgstr "这个模块定义了用于实现 HTTP 服务器的类。"
3838

3939
#: ../../library/http.server.rst:22
4040
msgid ""

library/socketserver.po

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

619619
#: ../../library/socketserver.rst:501 ../../library/socketserver.rst:573
620620
msgid "This is the client side::"
621-
msgstr ""
621+
msgstr "以下是客户端::"
622622

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

627627
#: ../../library/socketserver.rst:524
628628
msgid "Server:"
629-
msgstr ""
629+
msgstr "服务器:"
630630

631631
#: ../../library/socketserver.rst:534
632632
msgid "Client:"
633-
msgstr ""
633+
msgstr "客户端:"
634634

635635
#: ../../library/socketserver.rst:547
636636
msgid ":class:`socketserver.UDPServer` Example"
637-
msgstr ""
637+
msgstr ":class:`socketserver.UDPServer` 示例"
638638

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

645645
#: ../../library/socketserver.rst:596
646646
msgid "Asynchronous Mixins"
647-
msgstr ""
647+
msgstr "异步混合类"
648648

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

655655
#: ../../library/socketserver.rst:601
656656
msgid "An example for the :class:`ThreadingMixIn` class::"
657-
msgstr ""
657+
msgstr ":class:`ThreadingMixIn` 类的示例::"
658658

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

0 commit comments

Comments
 (0)