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

Skip to content

Commit ea8d249

Browse files
[po] auto sync
1 parent a8dafc7 commit ea8d249

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

library/zipapp.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@ msgid ""
470470
"by creating a suitable launcher and tacking the ``.pyz`` file onto the end "
471471
"of it, you end up with a single-file executable that runs your application."
472472
msgstr ""
473+
"因此,在 Windows 系统中,通常最好 由zipapp 创建一个可执行文件。虽然需要用到 C "
474+
"编译器,但还是相对容易做到的。基本做法有赖于以下事实,即 zip 文件内可预置任意数据,Windows 的 exe "
475+
"文件也可以附带任意数据。因此,创建一个合适的启动程序并将 ``.pyz`` 文件附在后面,最后就能得到一个单文件的可执行文件,可运行 Python "
476+
"应用程序。"
473477

474478
#: ../../library/zipapp.rst:322
475479
msgid "A suitable launcher can be as simple as the following::"

0 commit comments

Comments
 (0)