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

Skip to content

Commit 6cfab67

Browse files
[po] auto sync
1 parent f736e88 commit 6cfab67

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.20%", "updated_at": "2023-08-29T13:57:31Z"}
1+
{"translation": "90.21%", "updated_at": "2023-08-29T15:57:22Z"}

c-api/init.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ msgstr ""
419419
msgid ""
420420
"Set to ``1`` if the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment "
421421
"variable is set to a non-empty string."
422-
msgstr ""
422+
msgstr "如果 :envvar:`PYTHONLEGACYWINDOWSFSENCODING` 环境变量被设为非空字符串则设为 ``1``。"
423423

424424
#: ../../c-api/init.rst:220
425425
msgid "See :pep:`529` for more details."
@@ -435,12 +435,16 @@ msgid ""
435435
":c:member:`PyConfig.legacy_windows_stdio` should be used instead, see "
436436
":ref:`Python Initialization Configuration <init-config>`."
437437
msgstr ""
438+
"此 API 被保留用于向下兼容:应当改为设置 :c:member:`PyConfig.legacy_windows_stdio`,参见 "
439+
":ref:`Python 初始化配置 <init-config>`。"
438440

439441
#: ../../c-api/init.rst:232
440442
msgid ""
441443
"If the flag is non-zero, use :class:`io.FileIO` instead of "
442444
":class:`!io._WindowsConsoleIO` for :mod:`sys` standard streams."
443445
msgstr ""
446+
"如果该旗标为非零值,则会使用 :class:`io.FileIO` 而不是 :class:`!io._WindowsConsoleIO` 作为 "
447+
":mod:`sys` 标准流。"
444448

445449
#: ../../c-api/init.rst:235
446450
msgid ""
@@ -458,6 +462,8 @@ msgid ""
458462
":c:member:`PyConfig.site_import` should be used instead, see :ref:`Python "
459463
"Initialization Configuration <init-config>`."
460464
msgstr ""
465+
"此 API 被保留用于向下兼容:应当改为设置 :c:member:`PyConfig.site_import`,参见 :ref:`Python "
466+
"初始化配置 <init-config>`。"
461467

462468
#: ../../c-api/init.rst:250
463469
msgid ""

c-api/init_config.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,28 +1756,28 @@ msgid ""
17561756
"Verbose mode. If greater than ``0``, print a message each time a module is "
17571757
"imported, showing the place (filename or built-in module) from which it is "
17581758
"loaded."
1759-
msgstr ""
1759+
msgstr "详细模式。 如果大于 ``0``,则每次导入模块时都会打印一条消息,显示加载模块的位置(文件名或内置模块)。"
17601760

17611761
#: ../../c-api/init_config.rst:1231
17621762
msgid ""
17631763
"If greater than or equal to ``2``, print a message for each file that is "
17641764
"checked for when searching for a module. Also provides information on module"
17651765
" cleanup at exit."
1766-
msgstr ""
1766+
msgstr "如果大于等于 ``2``,则为搜索模块时每个被检查的文件打印一条消息。 还在退出时提供关于模块清理的信息。"
17671767

17681768
#: ../../c-api/init_config.rst:1235
17691769
msgid "Incremented by the :option:`-v` command line option."
1770-
msgstr ""
1770+
msgstr "由 :option:`-v` 命令行选项执行递增。"
17711771

17721772
#: ../../c-api/init_config.rst:1237
17731773
msgid "Set by the :envvar:`PYTHONVERBOSE` environment variable value."
1774-
msgstr ""
1774+
msgstr "通过 :envvar:`PYTHONVERBOSE` 环境变量值设置。"
17751775

17761776
#: ../../c-api/init_config.rst:1243
17771777
msgid ""
17781778
"Options of the :mod:`warnings` module to build warnings filters, lowest to "
17791779
"highest priority: :data:`sys.warnoptions`."
1780-
msgstr ""
1780+
msgstr ":mod:`warnings` 模块用于构建警告过滤器的选项,优先级从低到高: :data:`sys.warnoptions`。"
17811781

17821782
#: ../../c-api/init_config.rst:1246
17831783
msgid ""

0 commit comments

Comments
 (0)