@@ -1648,102 +1648,108 @@ msgid ""
16481648"If :c:func:`Py_SetStandardStreamEncoding` has been called, use its *error* "
16491649"and *errors* arguments if they are not ``NULL``."
16501650msgstr ""
1651+ "如果 :c:func:`Py_SetStandardStreamEncoding` 已被调用,则当其 *error* 和 *errors* 参数不为 "
1652+ "``NULL`` 时将使用它们。"
16511653
16521654#: ../../c-api/init_config.rst:1164
16531655msgid ""
16541656"Use the :envvar:`PYTHONIOENCODING` environment variable if it is non-empty."
1655- msgstr ""
1657+ msgstr "如果 :envvar:`PYTHONIOENCODING` 环境变量非空则会使用它。 "
16561658
16571659#: ../../c-api/init_config.rst:1167
16581660msgid "Default encoding:"
1659- msgstr ""
1661+ msgstr "默认编码格式: "
16601662
16611663#: ../../c-api/init_config.rst:1169
16621664msgid "``\" UTF-8\" `` if :c:member:`PyPreConfig.utf8_mode` is non-zero."
1663- msgstr ""
1665+ msgstr "如果 :c:member:`PyPreConfig.utf8_mode` 为非零值则使用 `` \" UTF-8 \" ``。 "
16641666
16651667#: ../../c-api/init_config.rst:1170
16661668msgid "Otherwise, use the :term:`locale encoding`."
1667- msgstr ""
1669+ msgstr "在其他情况下,使用 :term:`locale encoding`。 "
16681670
16691671#: ../../c-api/init_config.rst:1172
16701672msgid "Default error handler:"
1671- msgstr ""
1673+ msgstr "默认错误处理句柄: "
16721674
16731675#: ../../c-api/init_config.rst:1174
16741676msgid "On Windows: use ``\" surrogateescape\" ``."
1675- msgstr ""
1677+ msgstr "在 Windows 上:使用 `` \" surrogateescape \" ``。 "
16761678
16771679#: ../../c-api/init_config.rst:1175
16781680msgid ""
16791681"``\" surrogateescape\" `` if :c:member:`PyPreConfig.utf8_mode` is non-zero, or"
16801682" if the LC_CTYPE locale is \" C\" or \" POSIX\" ."
16811683msgstr ""
1684+ "如果 :c:member:`PyPreConfig.utf8_mode` 为非零值,或者如果 LC_CTYPE 语言区域为 \" C\" 或 "
1685+ "\" POSIX\" 则使用 ``\" surrogateescape\" ``。"
16821686
16831687#: ../../c-api/init_config.rst:1177
16841688msgid "``\" strict\" `` otherwise."
1685- msgstr ""
1689+ msgstr "在其他情况下则使用 `` \" strict \" ``。 "
16861690
16871691#: ../../c-api/init_config.rst:1181
16881692msgid "Enable tracemalloc?"
1689- msgstr ""
1693+ msgstr "启用 tracemalloc? "
16901694
16911695#: ../../c-api/init_config.rst:1183
16921696msgid "If non-zero, call :func:`tracemalloc.start` at startup."
1693- msgstr ""
1697+ msgstr "如果为非零值,则在启动时调用 :func:`tracemalloc.start`。 "
16941698
16951699#: ../../c-api/init_config.rst:1185
16961700msgid ""
16971701"Set by :option:`-X tracemalloc=N <-X>` command line option and by the "
16981702":envvar:`PYTHONTRACEMALLOC` environment variable."
16991703msgstr ""
1704+ "通过 :option:`-X tracemalloc=N <-X>` 命令行选项和 :envvar:`PYTHONTRACEMALLOC` "
1705+ "环境变量设置。"
17001706
17011707#: ../../c-api/init_config.rst:1192
17021708msgid "Enable compatibility mode with the perf profiler?"
1703- msgstr ""
1709+ msgstr "启用与 perf 性能分析器兼容的模式? "
17041710
17051711#: ../../c-api/init_config.rst:1194
17061712msgid ""
17071713"If non-zero, initialize the perf trampoline. See :ref:`perf_profiling` for "
17081714"more information."
1709- msgstr ""
1715+ msgstr "如果为非零值,则初始化 perf trampoline。 更多信息参见 :ref:`perf_profiling`。 "
17101716
17111717#: ../../c-api/init_config.rst:1197
17121718msgid ""
17131719"Set by :option:`-X perf <-X>` command line option and by the "
17141720":envvar:`PYTHONPERFSUPPORT` environment variable."
1715- msgstr ""
1721+ msgstr "通过 :option:`-X perf <-X>` 命令行选项和 :envvar:`PYTHONPERFSUPPORT` 环境变量设置。 "
17161722
17171723#: ../../c-api/init_config.rst:1200
17181724msgid "Default: ``-1``."
1719- msgstr ""
1725+ msgstr "默认值: ``-1``。 "
17201726
17211727#: ../../c-api/init_config.rst:1206
17221728msgid "Use :ref:`environment variables <using-on-envvars>`?"
1723- msgstr ""
1729+ msgstr "使用 :ref:`环境变量 <using-on-envvars>`? "
17241730
17251731#: ../../c-api/init_config.rst:1208
17261732msgid ""
17271733"If equals to zero, ignore the :ref:`environment variables <using-on-"
17281734"envvars>`."
1729- msgstr ""
1735+ msgstr "如果等于零,则忽略 :ref:`环境变量 <using-on-envvars>`。 "
17301736
17311737#: ../../c-api/init_config.rst:1211
17321738msgid "Set to ``0`` by the :option:`-E` environment variable."
1733- msgstr ""
1739+ msgstr "由 :option:`-E` 环境变量设置为 ``0``。 "
17341740
17351741#: ../../c-api/init_config.rst:1217
17361742msgid "If non-zero, add the user site directory to :data:`sys.path`."
1737- msgstr ""
1743+ msgstr "如果为非零值,则将用户站点目录添加到 :data:`sys.path`。 "
17381744
17391745#: ../../c-api/init_config.rst:1219
17401746msgid ""
17411747"Set to ``0`` by the :option:`-s` and :option:`-I` command line options."
1742- msgstr ""
1748+ msgstr "通过 :option:`-s` 和 :option:`-I` 命令行选项设置为 ``0``。 "
17431749
17441750#: ../../c-api/init_config.rst:1221
17451751msgid "Set to ``0`` by the :envvar:`PYTHONNOUSERSITE` environment variable."
1746- msgstr ""
1752+ msgstr "由 :envvar:`PYTHONNOUSERSITE` 环境变量设置为 ``0``。 "
17471753
17481754#: ../../c-api/init_config.rst:1227
17491755msgid ""
0 commit comments