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

Skip to content

Commit 4e42241

Browse files
[po] auto sync
1 parent 2b78c7a commit 4e42241

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

distutils/builtdist.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
# jsgang <[email protected]>, 2017
88
# cdarlint <[email protected]>, 2017
99
# Fei Yin <[email protected]>, 2018
10-
# Freesand Leo <[email protected]>, 2018
1110
# 叶浚安 <[email protected]>, 2019
1211
# Kelly Hwong <[email protected]>, 2019
1312
# ppcfish <[email protected]>, 2019
1413
# meowmeowcat <[email protected]>, 2021
14+
# Freesand Leo <[email protected]>, 2022
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -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
760760
msgid "The Postinstallation script"
761-
msgstr ""
761+
msgstr "安装后脚本"
762762

763763
#: ../../distutils/builtdist.rst:399
764764
msgid ""
@@ -767,6 +767,8 @@ msgid ""
767767
"specified, and the script filename must also be listed in the scripts "
768768
"argument to the setup function."
769769
msgstr ""
770+
"从 Python 2.3 开始,可以通过 :option:`!--install-script` 选项指定一个安装后脚本。 "
771+
"必须要指定脚本的主文件名,并且该脚本文件名还必须在传给 setup 函数的参数中列出。"
770772

771773
#: ../../distutils/builtdist.rst:404
772774
msgid ""
@@ -775,13 +777,17 @@ msgid ""
775777
" again at uninstallation time before the files are removed with ``argv[1]`` "
776778
"set to :option:`!-remove`."
777779
msgstr ""
780+
"在安装时当所有文件拷贝完毕后该脚本将会在目标系统上运行,并将 ``argv[1]`` 设为 "
781+
":option:`!-install`,而在卸载时当文件被移除前会再次运行并将 ``argv[1]`` 设为 :option:`!-remove`。"
778782

779783
#: ../../distutils/builtdist.rst:409
780784
msgid ""
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."
784788
msgstr ""
789+
"安装脚本嵌入在 Windows 安装程序中运行,每个输出 (``sys.stdout``, ``sys.stderr``) "
790+
"都会被重定向到一个缓冲区并将在脚本完成后显示到 GUI 中。"
785791

786792
#: ../../distutils/builtdist.rst:413
787793
msgid ""

0 commit comments

Comments
 (0)