77# jsgang <[email protected] >, 201788# cdarlint <[email protected] >, 201799# Fei Yin <[email protected] >, 201810- # Freesand Leo <[email protected] >, 201811101211# Kelly Hwong <[email protected] >, 20191312# ppcfish <[email protected] >, 20191413# meowmeowcat <[email protected] >, 202114+ # Freesand Leo <[email protected] >, 20221515#
1616#, fuzzy
1717msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020"Report-Msgid-Bugs-To : \n "
2121"POT-Creation-Date : 2021-01-01 05:02+0000\n "
2222"PO-Revision-Date : 2017-02-16 17:40+0000\n "
23- "Last-Translator : meowmeowcat <meowmeowcat1211@gmail .com>, 2021 \n "
23+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2022 \n "
2424"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2525"MIME-Version : 1.0\n "
2626"Content-Type : text/plain; charset=UTF-8\n "
@@ -758,7 +758,7 @@ msgstr ""
758758
759759#: ../../distutils/builtdist.rst:397
760760msgid "The Postinstallation script"
761- msgstr ""
761+ msgstr "安装后脚本 "
762762
763763#: ../../distutils/builtdist.rst:399
764764msgid ""
@@ -767,6 +767,8 @@ msgid ""
767767"specified, and the script filename must also be listed in the scripts "
768768"argument to the setup function."
769769msgstr ""
770+ "从 Python 2.3 开始,可以通过 :option:`!--install-script` 选项指定一个安装后脚本。 "
771+ "必须要指定脚本的主文件名,并且该脚本文件名还必须在传给 setup 函数的参数中列出。"
770772
771773#: ../../distutils/builtdist.rst:404
772774msgid ""
@@ -775,13 +777,17 @@ msgid ""
775777" again at uninstallation time before the files are removed with ``argv[1]`` "
776778"set to :option:`!-remove`."
777779msgstr ""
780+ "在安装时当所有文件拷贝完毕后该脚本将会在目标系统上运行,并将 ``argv[1]`` 设为 "
781+ ":option:`!-install`,而在卸载时当文件被移除前会再次运行并将 ``argv[1]`` 设为 :option:`!-remove`。"
778782
779783#: ../../distutils/builtdist.rst:409
780784msgid ""
781785"The installation script runs embedded in the windows installer, every output"
782786" (``sys.stdout``, ``sys.stderr``) is redirected into a buffer and will be "
783787"displayed in the GUI after the script has finished."
784788msgstr ""
789+ "安装脚本嵌入在 Windows 安装程序中运行,每个输出 (``sys.stdout``, ``sys.stderr``) "
790+ "都会被重定向到一个缓冲区并将在脚本完成后显示到 GUI 中。"
785791
786792#: ../../distutils/builtdist.rst:413
787793msgid ""
0 commit comments