66# Translators:
7788# Arisaka97 <[email protected] >, 20209- # Dai Xu <[email protected] >, 2021109# Freesand Leo <[email protected] >, 202110+ # Dai Xu <[email protected] >, 20211111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2021-01-01 05:02+0000\n "
1818"PO-Revision-Date : 2017-02-16 23:37+0000\n "
19- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\n "
19+ "Last-Translator : Dai Xu <daixu61@hotmail .com>, 2021\n "
2020"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -102,6 +102,8 @@ msgid ""
102102"run. Also, on POSIX, make the archive executable. The default is to write "
103103"no ``#!`` line, and not make the file executable."
104104msgstr ""
105+ "给打包文件加入 ``#!`` 行,以便指定 *解释器* 作为运行的命令行。另外,还让打包文件在 POSIX 平台上可执行。默认不会写入 ``#!`` "
106+ "行,也不让文件可执行。"
105107
106108#: ../../library/zipapp.rst:75
107109msgid ""
@@ -110,6 +112,8 @@ msgid ""
110112"a package/module in the archive, and \" fn\" is a callable in the given "
111113"module. The ``__main__.py`` file will execute that callable."
112114msgstr ""
115+ "在打包文件中写入一个 ``__main__.py`` 文件,用于执行 *mainfn*。*mainfn* 参数的形式应为 “pkg.mod:fn”,其中"
116+ " “pkg.mod”是打包文件中的某个包/模块,“fn”是该模块中的一个可调用对象。``__main__.py`` 文件将会执行该可调用对象。"
113117
114118#: ../../library/zipapp.rst:80
115119msgid ":option:`--main` cannot be specified when copying an archive."
0 commit comments