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

Skip to content

Commit 68b7134

Browse files
committed
[po] auto sync bot
1 parent a298959 commit 68b7134

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

distutils/examples.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# Fred <[email protected]>, 2018
8-
# Kan Huang <[email protected]>, 2019
98
# zkonge, 2019
9+
# Kan Huang <[email protected]>, 2019
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1717
"PO-Revision-Date: 2017-02-16 17:41+0000\n"
18-
"Last-Translator: zkonge, 2019\n"
18+
"Last-Translator: Kan Huang <[email protected]>, 2019\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -218,7 +218,7 @@ msgstr "如果 :mod:`foo` 扩展属于根包,则配置脚本可以是:"
218218
#: ../../distutils/examples.rst:221
219219
msgid ""
220220
"If the extension actually belongs in a package, say :mod:`foopkg`, then"
221-
msgstr ""
221+
msgstr "如果扩展在包中,比如 :mod:`foopkg`,那么"
222222

223223
#: ../../distutils/examples.rst:223
224224
msgid ""
@@ -277,6 +277,7 @@ msgid ""
277277
"that allows you to query the metadata fields of a project through the "
278278
"``setup.py`` script of a given project:"
279279
msgstr ""
280+
":func:`distutils.core.setup` 函数提供一个通过项目的 ``setup.py`` 脚本,来查询项目的元数据的域的命令行接口:"
280281

281282
#: ../../distutils/examples.rst:300
282283
msgid ""
@@ -290,6 +291,11 @@ msgid ""
290291
"version as defined in the Metadata, and ``pyX.X`` the major and minor "
291292
"version of Python like ``2.7`` or ``3.2``."
292293
msgstr ""
294+
"这个调用通过运行 :func:`distutils.core.setup` 函数读取 ``name`` 元数据。然而,当源文件或者二进制分发用 "
295+
"Distutils 创建时,元数据域写入一个名为 :file:`PKG-INFO` 的静态文件。当一个基于Distutils的项目安装在 Python "
296+
"中时,:file:`PKG-INFO` 文件随着分发的模块和包一起复制到 :file:`NAME-VERSION-pyX.X.egg-info` "
297+
"中,其中 ``NAME`` 是项目的名字,``VERSION`` 是元数据中定义的版本, ``pyX.X`` 则是 Python 的大版本和小版本,如 "
298+
"``2.7`` 或者 ``3.2``。"
293299

294300
#: ../../distutils/examples.rst:310
295301
msgid ""

0 commit comments

Comments
 (0)