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

Skip to content

Commit 803178b

Browse files
[po] auto sync
1 parent fac297c commit 803178b

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

distutils/builtdist.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ msgid ""
130130
"executable installer for Windows, is far more convenient for users even if "
131131
"your distribution doesn't include any extensions."
132132
msgstr ""
133+
"显然,对于纯粹的 Python 分发版来说,这并不比运行 ``python setup.py install`` 更简单 --- "
134+
"但是对于包括需要被编译的扩展的非纯粹的分发版来说,就可能是有人能使用你的扩展而有人不能使用的差别。 而创建“自动”构建分发版,例如 RPM 包或 "
135+
"Windows 的可执行文件安装器,对于用户来说就会更加方便,即使你的分发版不包括任何扩展。"
133136

134137
#: ../../distutils/builtdist.rst:62
135138
msgid ""
@@ -291,7 +294,7 @@ msgstr "默认Windows"
291294

292295
#: ../../distutils/builtdist.rst:118
293296
msgid "requires external :program:`compress` utility."
294-
msgstr ""
297+
msgstr "需要外部 :program:`compress` 工具。"
295298

296299
#: ../../distutils/builtdist.rst:121
297300
msgid ""
@@ -318,6 +321,11 @@ msgid ""
318321
":command:`bdist_rpm` generates both binary and source RPMs. The "
319322
":command:`bdist` sub-commands, and the formats generated by each, are:"
320323
msgstr ""
324+
"你不必附带 :option:`!--formats` 来使用 :command:`bdist` 命令;你还可以使用直接实现了你想要的特定格式的命令。 "
325+
"某些这样的 :command:`bdist` \"子命令\" 实际上会生成几种相似的格式;例如,:command:`bdist_dumb` "
326+
"命令将生成所有 \"非自动\" 归档格式 (``tar``, ``gztar``, ``bztar``, ``xztar``, ``ztar`` 和 "
327+
"``zip``),而 :command:`bdist_rpm` 将同时生成二进制和源代码 RPM。 :command:`bdist` "
328+
"子命令以及每个子命令所生成的格式如下:"
321329

322330
#: ../../distutils/builtdist.rst:138
323331
msgid "Command"
@@ -389,12 +397,15 @@ msgid ""
389397
"distributions, you may also be able to create RPMs that work on different "
390398
"RPM-based distributions."
391399
msgstr ""
400+
"RPM 格式被许多流行的 Linux 发行版所使用,包括 Red Hat, SuSE 和 Mandrake。 如果其中(或任何其他基于 RPM 的 "
401+
"Linux 发行版)的某一个是你的常用环境,那么为相同发行版的其他用户创建 RPM 包是很容易的。 根据你的模块分发版的复杂度以及 Linux "
402+
"发行版之间的差异性,你还可能创建适用于多个基于 RPM 的发行版的 RPM 包。"
392403

393404
#: ../../distutils/builtdist.rst:180
394405
msgid ""
395406
"The usual way to create an RPM of your module distribution is to run the "
396407
":command:`bdist_rpm` command::"
397-
msgstr ""
408+
msgstr "为你的模块分发版创建 RPM 的通常方式是运行 :command:`bdist_rpm` 命令::"
398409

399410
#: ../../distutils/builtdist.rst:185
400411
msgid "or the :command:`bdist` command with the :option:`!--format` option::"

0 commit comments

Comments
 (0)