@@ -268,38 +268,45 @@ msgid ""
268268"supply your own :file:`MANIFEST`, you must specify everything: the default "
269269"set of files described above does not apply in this case."
270270msgstr ""
271+ "如果你想要制作你自己的声明文件,格式很简单:每行一个文件名,仅限常规文件。 如果你提供你自己的 "
272+ ":file:`MANIFEST`,你必须指明一切:上面描述的默认集将不适用于这种情况。"
271273
272274#: ../../distutils/sourcedist.rst:123
273275msgid ""
274276"An existing generated :file:`MANIFEST` will be regenerated without "
275277":command:`sdist` comparing its modification time to the one of "
276278":file:`MANIFEST.in` or :file:`setup.py`."
277279msgstr ""
280+ "现有的已生成 :file:`MANIFEST` 将被生成而无需 :command:`sdist` 来将其修改时间与 "
281+ ":file:`MANIFEST.in` 或 :file:`setup.py` 的修改时间进行比较。"
278282
279283#: ../../distutils/sourcedist.rst:128
280284msgid ""
281285":file:`MANIFEST` files start with a comment indicating they are generated. "
282286"Files without this comment are not overwritten or removed."
283- msgstr ""
287+ msgstr ":file:`MANIFEST` 文件以一个表明它们已生成的注释开始。 没有这条注释的文件不会被覆盖或移除。 "
284288
285289#: ../../distutils/sourcedist.rst:132
286290msgid ""
287291":command:`sdist` will read a :file:`MANIFEST` file if no :file:`MANIFEST.in`"
288292" exists, like it used to do."
289293msgstr ""
294+ ":command:`sdist` 将在不存在 :file:`MANIFEST.in` 时读取一个 :file:`MANIFEST` "
295+ "文件,如它以前所做的一样。"
290296
291297#: ../../distutils/sourcedist.rst:136
292298msgid ""
293299":file:`README.rst` is now included in the list of distutils standard "
294300"READMEs."
295- msgstr ""
301+ msgstr ":file:`README.rst` 现在已被包括在 distutils 标准 README 列表中。 "
296302
297303#: ../../distutils/sourcedist.rst:140
298304msgid ""
299305"The manifest template has one command per line, where each command specifies"
300306" a set of files to include or exclude from the source distribution. For an "
301307"example, again we turn to the Distutils' own manifest template:"
302308msgstr ""
309+ "声明模板每行都有一个命令,其中每个命令指定了一组源代码发布版中要包括或排除的文件。 举例来说,我们再次关注 Distutils 自己的声明模板:"
303310
304311#: ../../distutils/sourcedist.rst:150
305312msgid ""
0 commit comments