77# Shengjing Zhu <[email protected] >, 201888# gashero liu <[email protected] >, 201999# Kelly Hwong <[email protected] >, 201910+ # Leo Li <[email protected] >, 202011+ # Freesand Leo <[email protected] >, 20201012#
1113#, fuzzy
1214msgid ""
@@ -15,7 +17,7 @@ msgstr ""
1517"Report-Msgid-Bugs-To : \n "
1618"POT-Creation-Date : 2020-02-09 12:40+0000\n "
1719"PO-Revision-Date : 2017-02-16 17:41+0000\n "
18- "Last-Translator : Kelly Hwong <dianhuangkan@gmail .com>, 2019 \n "
20+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020 \n "
1921"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2022"MIME-Version : 1.0\n "
2123"Content-Type : text/plain; charset=UTF-8\n "
@@ -47,7 +49,7 @@ msgstr ""
4749
4850#: ../../distutils/introduction.rst:18
4951msgid "Concepts & Terminology"
50- msgstr ""
52+ msgstr "概念和术语 "
5153
5254#: ../../distutils/introduction.rst:20
5355msgid ""
@@ -59,11 +61,11 @@ msgstr ""
5961
6062#: ../../distutils/introduction.rst:25
6163msgid "write a setup script (:file:`setup.py` by convention)"
62- msgstr ""
64+ msgstr "编写一个设置脚本 (:file:`setup.py` by convention) "
6365
6466#: ../../distutils/introduction.rst:27
6567msgid "(optional) write a setup configuration file"
66- msgstr ""
68+ msgstr "(可选)编写设置脚本的配置文件 "
6769
6870#: ../../distutils/introduction.rst:29
6971msgid "create a source distribution"
@@ -75,7 +77,7 @@ msgstr ""
7577
7678#: ../../distutils/introduction.rst:33
7779msgid "Each of these tasks is covered in this document."
78- msgstr ""
80+ msgstr "每个这些任务均已在此文档覆盖. "
7981
8082#: ../../distutils/introduction.rst:35
8183msgid ""
@@ -112,7 +114,7 @@ msgstr ""
112114
113115#: ../../distutils/introduction.rst:67
114116msgid "Some observations:"
115- msgstr ""
117+ msgstr "一些观察: "
116118
117119#: ../../distutils/introduction.rst:69
118120msgid ""
@@ -151,7 +153,7 @@ msgstr ""
151153msgid ""
152154"For Windows, open a command prompt window (:menuselection:`Start --> "
153155"Accessories`) and change the command to::"
154- msgstr ""
156+ msgstr "Windows用户, 打开命令行窗口 (:menuselection:`Start --> Accessories`) 并且更改命令为:: "
155157
156158#: ../../distutils/introduction.rst:94
157159msgid ""
@@ -160,6 +162,9 @@ msgid ""
160162"module :file:`foo.py`. The archive file will be named :file:`foo-1.0.tar.gz`"
161163" (or :file:`.zip`), and will unpack into a directory :file:`foo-1.0`."
162164msgstr ""
165+ ":command:`sdist` 将创建一个归档文件(例如在 Unix 中为 tarball,在 Windows 中为 ZIP "
166+ "文件),其中包含你的配置脚本 :file:`setup.py` 以及你的模块 :file:`foo.py`。 此归档文件将被命名为 "
167+ ":file:`foo-1.0.tar.gz` (或 :file:`.zip`),并将解包到目录 :file:`foo-1.0` 当中。"
163168
164169#: ../../distutils/introduction.rst:99
165170msgid ""
0 commit comments