44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Dai Xu <[email protected] >, 202187# Freesand Leo <[email protected] >, 20218+ # Dai Xu <[email protected] >, 202199#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2021-06-29 12:56+0000\n "
1616"PO-Revision-Date : 2021-06-28 01:50+0000\n "
17- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\n "
17+ "Last-Translator : Dai Xu <daixu61@hotmail .com>, 2021\n "
1818"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -195,53 +195,57 @@ msgstr ""
195195
196196#: ../../using/configure.rst:121
197197msgid "Install Options"
198- msgstr ""
198+ msgstr "安装时的选项 "
199199
200200#: ../../using/configure.rst:125
201201msgid ""
202202"Don't build nor install test modules, like the :mod:`test` package or the "
203203":mod:`_testcapi` extension module (built and installed by default)."
204- msgstr ""
204+ msgstr "不编译和安装 test 模块,如 :mod:`test` 包或 :mod:`_testcapi` 扩展模块(默认会编译并安装)。 "
205205
206206#: ../../using/configure.rst:132
207207msgid "Select the :mod:`ensurepip` command run on Python installation:"
208- msgstr ""
208+ msgstr "选择 Python 安装时运行的 :mod:`ensurepip` 命令。 "
209209
210210#: ../../using/configure.rst:134
211211msgid ""
212212"``upgrade`` (default): run ``python -m ensurepip --altinstall --upgrade`` "
213213"command."
214214msgstr ""
215+ "``upgrade`` (默认):运行 ``python -m ensurepip --altinstall --upgrade`` 命令。"
215216
216217#: ../../using/configure.rst:136
217218msgid "``install``: run ``python -m ensurepip --altinstall`` command;"
218- msgstr ""
219+ msgstr "``install`` :运行 ``python -m ensurepip --altinstall`` 命令。 "
219220
220221#: ../../using/configure.rst:137
221222msgid "``no``: don't run ensurepip;"
222- msgstr ""
223+ msgstr "``no`` :不运行 ensurepip。 "
223224
224225#: ../../using/configure.rst:143
225226msgid "Performance options"
226- msgstr ""
227+ msgstr "性能选项 "
227228
228229#: ../../using/configure.rst:145
229230msgid ""
230231"Configuring Python using ``--enable-optimizations --with-lto`` (PGO + LTO) "
231232"is recommended for best performance."
232233msgstr ""
234+ "建议用 ``--enable-optimizations --with-lto`` (PGO + LTO)配置 Python,以便实现最佳性能。"
233235
234236#: ../../using/configure.rst:150
235237msgid ""
236238"Enable Profile Guided Optimization (PGO) using :envvar:`PROFILE_TASK` "
237239"(disabled by default)."
238- msgstr ""
240+ msgstr "用 :envvar:`PROFILE_TASK` 启用以配置文件主导的优化(PGO)(默认为禁用)。 "
239241
240242#: ../../using/configure.rst:153
241243msgid ""
242244"The C compiler Clang requires ``llvm-profdata`` program for PGO. On macOS, "
243245"GCC also requires it: GCC is just an alias to Clang on macOS."
244246msgstr ""
247+ "C 编译器 Clang 需要用到 ``llvm-profdata`` 程序进行 PGO。在 macOS 上,GCC 也需要用到它:在 macOS 上 "
248+ "GCC 只是 Clang 的别名而已。"
245249
246250#: ../../using/configure.rst:156
247251msgid ""
@@ -258,7 +262,7 @@ msgstr ""
258262msgid ""
259263"Environment variable used in the Makefile: Python command line arguments for"
260264" the PGO generation task."
261- msgstr ""
265+ msgstr "Makefile 用到的环境变量:PGO 用到的 Python 命令行参数。 "
262266
263267#: ../../using/configure.rst:170
264268msgid "Default: ``-m test --pgo --timeout=$(TESTTIMEOUT)``."
0 commit comments