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

Skip to content

Commit 08e4de7

Browse files
[po] auto sync
1 parent 7f047b2 commit 08e4de7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

library/zipapp.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Fred <[email protected]>, 2018
88
# Arisaka97 <[email protected]>, 2020
9-
# Dai Xu <[email protected]>, 2021
109
# Freesand Leo <[email protected]>, 2021
10+
# Dai Xu <[email protected]>, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -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."
104104
msgstr ""
105+
"给打包文件加入 ``#!`` 行,以便指定 *解释器* 作为运行的命令行。另外,还让打包文件在 POSIX 平台上可执行。默认不会写入 ``#!`` "
106+
"行,也不让文件可执行。"
105107

106108
#: ../../library/zipapp.rst:75
107109
msgid ""
@@ -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."
112114
msgstr ""
115+
"在打包文件中写入一个 ``__main__.py`` 文件,用于执行 *mainfn*。*mainfn* 参数的形式应为 “pkg.mod:fn”,其中"
116+
" “pkg.mod”是打包文件中的某个包/模块,“fn”是该模块中的一个可调用对象。``__main__.py`` 文件将会执行该可调用对象。"
113117

114118
#: ../../library/zipapp.rst:80
115119
msgid ":option:`--main` cannot be specified when copying an archive."

0 commit comments

Comments
 (0)