44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Kevin Deng <kevindeng55+transifex@gmail .com>, 2021
7+ # Dai Xu <daixu61@hotmail .com>, 2021
88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2021-06-29 12:56+0000\n "
1515"PO-Revision-Date : 2021-06-28 01:50+0000\n "
16- "Last-Translator : Kevin Deng <kevindeng55+transifex@gmail .com>, 2021\n "
16+ "Last-Translator : Dai Xu <daixu61@hotmail .com>, 2021\n "
1717"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -23,43 +23,44 @@ msgstr ""
2323
2424#: ../../using/configure.rst:3
2525msgid "Configure Python"
26- msgstr "配置Python "
26+ msgstr "配置 Python "
2727
2828#: ../../using/configure.rst:8
2929msgid "Configure Options"
30- msgstr ""
30+ msgstr "配置参数 "
3131
3232#: ../../using/configure.rst:10
3333msgid "List all ``./configure`` script options using::"
34- msgstr ""
34+ msgstr "用以下方式列出脚本 ``./configure`` 的所有参数: "
3535
3636#: ../../using/configure.rst:14
3737msgid ""
3838"See also the :file:`Misc/SpecialBuilds.txt` in the Python source "
3939"distribution."
40- msgstr ""
40+ msgstr "参阅 Python 源代码中的 :file:`Misc/SpecialBuilds.txt` 。 "
4141
4242#: ../../using/configure.rst:17
4343msgid "General Options"
44- msgstr ""
44+ msgstr "常用参数 "
4545
4646#: ../../using/configure.rst:21
4747msgid ""
4848"Support loadable extensions in the :mod:`_sqlite` extension module (default "
4949"is no)."
50- msgstr ""
50+ msgstr "支持 :mod:`_sqlite` 扩展模块中的可加载扩展(默认为否)。 "
5151
5252#: ../../using/configure.rst:24
5353msgid ""
5454"See the :meth:`sqlite3.Connection.enable_load_extension` method of the "
5555":mod:`sqlite3` module."
5656msgstr ""
57+ "参见 :meth:`sqlite3.Connection.enable_load_extension` 方法的 :mod:`sqlite3` 模块。"
5758
5859#: ../../using/configure.rst:31
5960msgid ""
6061"Disable IPv6 support (enabled by default if supported), see the "
6162":mod:`socket` module."
62- msgstr ""
63+ msgstr "禁用 IPv6 支持(若开启支持则默认启用),见 :mod:`socket` 模块。 "
6364
6465#: ../../using/configure.rst:36
6566msgid "Define the size in bits of Python :class:`int` digits: 15 or 30 bits."
0 commit comments