feat: introduce InnoSetup for windows package

This commit is contained in:
2026-09-25 17:13:27 +08:00
parent 1cb4d55335
commit 2131f4ffa3
7 changed files with 463 additions and 2 deletions
+28
View File
@@ -0,0 +1,28 @@
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: MetaGlot/polib\n"
#. Display name of the application, used in the installer UI.
msgid "Pineapple Pictures"
msgstr ""
#. Group caption for the extra installer task options.
msgid "Other:"
msgstr ""
#. Installer task description. %1 is the application name.
msgid "Associate %1 with its supported file types."
msgstr ""
#. Status message shown while installing the VC++ runtime.
msgid "Installing Microsoft Visual C++ Redistributable..."
msgstr ""
+24
View File
@@ -0,0 +1,24 @@
msgid ""
msgstr ""
"Project-Id-Version: pineapple-pictures\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. Display name of the application, used in the installer UI.
msgid "Pineapple Pictures"
msgstr "菠萝看图"
#. Group caption for the extra installer task options.
msgid "Other:"
msgstr "其他:"
#. Installer task description. %1 is the application name.
msgid "Associate %1 with its supported file types."
msgstr "将 %1 与其支持的文件类型关联。"
#. Status message shown while installing the VC++ runtime.
msgid "Installing Microsoft Visual C++ Redistributable..."
msgstr "正在安装 Microsoft Visual C++ 运行库..."