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

Skip to content

Commit 67d8ca0

Browse files
[po] auto sync
1 parent 19a7011 commit 67d8ca0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

distutils/setupscript.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# ppcfish <[email protected]>, 2020
1313
# 1lin24 <[email protected]>, 2020
1414
# Kelly Hwong <[email protected]>, 2020
15+
# ww song <[email protected]>, 2022
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
2223
"PO-Revision-Date: 2020-05-30 11:52+0000\n"
23-
"Last-Translator: Kelly Hwong <dianhuangkan@gmail.com>, 2020\n"
24+
"Last-Translator: ww song <sww4718168@gmail.com>, 2022\n"
2425
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -53,6 +54,10 @@ msgid ""
5354
" the Distutils by the module developer is supplied as keyword arguments to "
5455
":func:`setup`."
5556
msgstr ""
57+
"安装脚本是使用 Distutils 进行构建、分发和安装模块的的入口。设置脚本的主要目的是向 Distutils "
58+
"描述如何分发您的模块,以便对您的模块进行操作的各种命令正确运行。正如我们在上面的 :ref:`distutils-simple-example` "
59+
"部分中看到的,安装脚本主要包含对 :func:`setup` 的调用,并且模块开发人员提供给 Distutils 的大部分信息都作为关键字参数提供给 "
60+
":func:`setup`。"
5661

5762
#: ../../distutils/setupscript.rst:17
5863
msgid ""

0 commit comments

Comments
 (0)