文案修改

删除投递入口
更改反馈入口
This commit is contained in:
2024-04-28 22:34:43 +08:00
parent d4e695fb8d
commit ec1cbeb445
8 changed files with 77 additions and 67 deletions

View File

@@ -36,13 +36,13 @@ Application::Application(int &argc, char **argv)
setApplicationDisplayName(QObject::tr("Spark Store")); // 设置窗口显示标题 (Wayland 下会显示 Qt 原生标题栏) setApplicationDisplayName(QObject::tr("Spark Store")); // 设置窗口显示标题 (Wayland 下会显示 Qt 原生标题栏)
setProductName(QObject::tr("Spark Store")); setProductName(QObject::tr("Spark Store"));
setProductIcon(QIcon::fromTheme("spark-store")); setProductIcon(QIcon::fromTheme("spark-store"));
setApplicationHomePage("https://gitee.com/deepin-community-store"); setApplicationHomePage("https://www.spark-app.store");
setApplicationDescription( setApplicationDescription(
QObject::tr( QObject::tr(
"<span style=' font-size:10pt;font-weight:60;'>An appstore powered by community</span><br/>" "<span style=' font-size:10pt;font-weight:60;'>Professional application distribution solution</span><br/>"
"<a href='https://www.spark-app.store/'>https://www.spark-app.store</a><br/>" "<a href='https://www.spark-app.store/'>https://www.spark-app.store</a><br/>"
"<span style=' font-size:12pt;'>Spark developers</span>")); "<span style=' font-size:12pt;'>Flamescion (Shenyang) Computer Software Development Co., Ltd.</span>"));
setApplicationLicense(" <a href='https://gitee.com/deepin-community-store/spark-store/blob/Flamescion/LICENSE'>GPLv3</a> "); setApplicationLicense(" <a href='https://gitee.com/spark-store-project/spark-store/blob/Flamescion/LICENSE'>Spark Opensource License</a> ");
// 检查 ~/.config/spark-union/spark-store 文件夹是否存在 // 检查 ~/.config/spark-union/spark-store 文件夹是否存在
checkAppConfigLocation(); checkAppConfigLocation();

View File

@@ -538,17 +538,8 @@ void AppIntoPage::on_shareButton_clicked()
void AppIntoPage::on_updateButton_clicked() void AppIntoPage::on_updateButton_clicked()
{ {
QString feedbackSpk = "spk://store/chat/store.spark-app.feedback";
QFileInfo actionSubmissionClientStatus("/opt/durapps/store.spark-app.feedback"); QProcess::startDetached("zenity", QStringList() << "--info" << "--text=请点击左侧的Spk分享链接以向您所在部门的IT反馈" << "--width=200");
if (actionSubmissionClientStatus.exists() && actionSubmissionClientStatus.isDir())
{
qDebug() << "反馈器存在";
QProcess::startDetached("sh", QStringList() << "/opt/durapps/store.spark-app.feedback/launch.sh");
}
else
{
qDebug() << "反馈器不存在,跳转页面";
openUrl(feedbackSpk);
}
} }

View File

@@ -608,6 +608,9 @@
<property name="text"> <property name="text">
<string>APP Feedback</string> <string>APP Feedback</string>
</property> </property>
<property name="flat">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@@ -676,7 +679,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>482</width> <width>485</width>
<height>601</height> <height>601</height>
</rect> </rect>
</property> </property>

View File

@@ -110,17 +110,17 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="765"/> <location filename="../src/pages/appintopage.ui" line="768"/>
<source>Introduction</source> <source>Introduction</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1068"/> <location filename="../src/pages/appintopage.ui" line="1071"/>
<source>Description</source> <source>Description</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="903"/> <location filename="../src/pages/appintopage.ui" line="906"/>
<source>Screen capture</source> <source>Screen capture</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@@ -146,32 +146,32 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1161"/> <location filename="../src/pages/appintopage.ui" line="1164"/>
<source>Update</source> <source>Update</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1190"/> <location filename="../src/pages/appintopage.ui" line="1193"/>
<source>Contributor</source> <source>Contributor</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1197"/> <location filename="../src/pages/appintopage.ui" line="1200"/>
<source>Pkgname</source> <source>Pkgname</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1303"/> <location filename="../src/pages/appintopage.ui" line="1306"/>
<source>Author</source> <source>Author</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1339"/> <location filename="../src/pages/appintopage.ui" line="1342"/>
<source>Size</source> <source>Size</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1375"/> <location filename="../src/pages/appintopage.ui" line="1378"/>
<source>Website</source> <source>Website</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@@ -523,7 +523,7 @@
</message> </message>
<message> <message>
<location filename="../src/application.cpp" line="41"/> <location filename="../src/application.cpp" line="41"/>
<source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</source> <source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;Professional application distribution solution&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Flamescion (Shenyang) Computer Software Development Co., Ltd.&lt;/span&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@@ -110,17 +110,17 @@
<translation>Comentarios de la app</translation> <translation>Comentarios de la app</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="765"/> <location filename="../src/pages/appintopage.ui" line="768"/>
<source>Introduction</source> <source>Introduction</source>
<translation>Introducción</translation> <translation>Introducción</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1068"/> <location filename="../src/pages/appintopage.ui" line="1071"/>
<source>Description</source> <source>Description</source>
<translation>Descripción</translation> <translation>Descripción</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="903"/> <location filename="../src/pages/appintopage.ui" line="906"/>
<source>Screen capture</source> <source>Screen capture</source>
<translation>Captura de pantalla</translation> <translation>Captura de pantalla</translation>
</message> </message>
@@ -146,32 +146,32 @@
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;La aplicación wine. Spark Store configurará automáticamente el kit Wine para usted&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;La aplicación wine. Spark Store configurará automáticamente el kit Wine para usted&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1161"/> <location filename="../src/pages/appintopage.ui" line="1164"/>
<source>Update</source> <source>Update</source>
<translation>Modernizar</translation> <translation>Modernizar</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1190"/> <location filename="../src/pages/appintopage.ui" line="1193"/>
<source>Contributor</source> <source>Contributor</source>
<translation>Contribuyentes</translation> <translation>Contribuyentes</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1197"/> <location filename="../src/pages/appintopage.ui" line="1200"/>
<source>Pkgname</source> <source>Pkgname</source>
<translation>Nombre del embalaje</translation> <translation>Nombre del embalaje</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1303"/> <location filename="../src/pages/appintopage.ui" line="1306"/>
<source>Author</source> <source>Author</source>
<translation>Autor</translation> <translation>Autor</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1339"/> <location filename="../src/pages/appintopage.ui" line="1342"/>
<source>Size</source> <source>Size</source>
<translation>Tamaño</translation> <translation>Tamaño</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1375"/> <location filename="../src/pages/appintopage.ui" line="1378"/>
<source>Website</source> <source>Website</source>
<translation>Sitio web</translation> <translation>Sitio web</translation>
</message> </message>
@@ -523,8 +523,12 @@
</message> </message>
<message> <message>
<location filename="../src/application.cpp" line="41"/> <location filename="../src/application.cpp" line="41"/>
<source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;Professional application distribution solution&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Flamescion (Shenyang) Computer Software Development Co., Ltd.&lt;/span&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</source> <source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</source>
<translation>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</translation> <translation type="vanished">&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/application.cpp" line="149"/> <location filename="../src/application.cpp" line="149"/>

View File

@@ -110,17 +110,17 @@
<translation>App feedback</translation> <translation>App feedback</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="765"/> <location filename="../src/pages/appintopage.ui" line="768"/>
<source>Introduction</source> <source>Introduction</source>
<translation>Présentation</translation> <translation>Présentation</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1068"/> <location filename="../src/pages/appintopage.ui" line="1071"/>
<source>Description</source> <source>Description</source>
<translation>Description</translation> <translation>Description</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="903"/> <location filename="../src/pages/appintopage.ui" line="906"/>
<source>Screen capture</source> <source>Screen capture</source>
<translation>Captures d&apos;écran</translation> <translation>Captures d&apos;écran</translation>
</message> </message>
@@ -146,32 +146,32 @@
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;L&apos;application wine. Spark Store configure automatiquement le kit Wine pour vous&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;L&apos;application wine. Spark Store configure automatiquement le kit Wine pour vous&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1161"/> <location filename="../src/pages/appintopage.ui" line="1164"/>
<source>Update</source> <source>Update</source>
<translation>Moderniser</translation> <translation>Moderniser</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1190"/> <location filename="../src/pages/appintopage.ui" line="1193"/>
<source>Contributor</source> <source>Contributor</source>
<translation>Contributeurs</translation> <translation>Contributeurs</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1197"/> <location filename="../src/pages/appintopage.ui" line="1200"/>
<source>Pkgname</source> <source>Pkgname</source>
<translation>Nom de l&apos;emballage</translation> <translation>Nom de l&apos;emballage</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1303"/> <location filename="../src/pages/appintopage.ui" line="1306"/>
<source>Author</source> <source>Author</source>
<translation>Auteur</translation> <translation>Auteur</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1339"/> <location filename="../src/pages/appintopage.ui" line="1342"/>
<source>Size</source> <source>Size</source>
<translation>Taille</translation> <translation>Taille</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1375"/> <location filename="../src/pages/appintopage.ui" line="1378"/>
<source>Website</source> <source>Website</source>
<translation>Site Web</translation> <translation>Site Web</translation>
</message> </message>
@@ -523,8 +523,12 @@
</message> </message>
<message> <message>
<location filename="../src/application.cpp" line="41"/> <location filename="../src/application.cpp" line="41"/>
<source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;Professional application distribution solution&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Flamescion (Shenyang) Computer Software Development Co., Ltd.&lt;/span&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</source> <source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</source>
<translation>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</translation> <translation type="vanished">&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/application.cpp" line="149"/> <location filename="../src/application.cpp" line="149"/>

View File

@@ -110,12 +110,12 @@
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1068"/> <location filename="../src/pages/appintopage.ui" line="1071"/>
<source>Description</source> <source>Description</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="903"/> <location filename="../src/pages/appintopage.ui" line="906"/>
<source>Screen capture</source> <source>Screen capture</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -141,37 +141,37 @@
<translation> Wine wine环境</translation> <translation> Wine wine环境</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="765"/> <location filename="../src/pages/appintopage.ui" line="768"/>
<source>Introduction</source> <source>Introduction</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1161"/> <location filename="../src/pages/appintopage.ui" line="1164"/>
<source>Update</source> <source>Update</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1190"/> <location filename="../src/pages/appintopage.ui" line="1193"/>
<source>Contributor</source> <source>Contributor</source>
<translation>稿</translation> <translation>稿</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1197"/> <location filename="../src/pages/appintopage.ui" line="1200"/>
<source>Pkgname</source> <source>Pkgname</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1303"/> <location filename="../src/pages/appintopage.ui" line="1306"/>
<source>Author</source> <source>Author</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1339"/> <location filename="../src/pages/appintopage.ui" line="1342"/>
<source>Size</source> <source>Size</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1375"/> <location filename="../src/pages/appintopage.ui" line="1378"/>
<source>Website</source> <source>Website</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -523,8 +523,12 @@
</message> </message>
<message> <message>
<location filename="../src/application.cpp" line="41"/> <location filename="../src/application.cpp" line="41"/>
<source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;Professional application distribution solution&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Flamescion (Shenyang) Computer Software Development Co., Ltd.&lt;/span&gt;</source>
<translation>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;火穗(沈阳)计算机软件开发有限公司 &lt;/span&gt;</translation>
</message>
<message>
<source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</source> <source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</source>
<translation>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;星火计划开发者&lt;/span&gt;</translation> <translation type="vanished">&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;星火计划开发者&lt;/span&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/application.cpp" line="149"/> <location filename="../src/application.cpp" line="149"/>

View File

@@ -110,12 +110,12 @@
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1068"/> <location filename="../src/pages/appintopage.ui" line="1071"/>
<source>Description</source> <source>Description</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="903"/> <location filename="../src/pages/appintopage.ui" line="906"/>
<source>Screen capture</source> <source>Screen capture</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -141,37 +141,37 @@
<translation> Wine wine环境</translation> <translation> Wine wine环境</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="765"/> <location filename="../src/pages/appintopage.ui" line="768"/>
<source>Introduction</source> <source>Introduction</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1161"/> <location filename="../src/pages/appintopage.ui" line="1164"/>
<source>Update</source> <source>Update</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1190"/> <location filename="../src/pages/appintopage.ui" line="1193"/>
<source>Contributor</source> <source>Contributor</source>
<translation>稿</translation> <translation>稿</translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1197"/> <location filename="../src/pages/appintopage.ui" line="1200"/>
<source>Pkgname</source> <source>Pkgname</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1303"/> <location filename="../src/pages/appintopage.ui" line="1306"/>
<source>Author</source> <source>Author</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1339"/> <location filename="../src/pages/appintopage.ui" line="1342"/>
<source>Size</source> <source>Size</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../src/pages/appintopage.ui" line="1375"/> <location filename="../src/pages/appintopage.ui" line="1378"/>
<source>Website</source> <source>Website</source>
<translation></translation> <translation></translation>
</message> </message>
@@ -523,8 +523,12 @@
</message> </message>
<message> <message>
<location filename="../src/application.cpp" line="41"/> <location filename="../src/application.cpp" line="41"/>
<source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;Professional application distribution solution&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Flamescion (Shenyang) Computer Software Development Co., Ltd.&lt;/span&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</source> <source>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;An appstore powered by community&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;Spark developers&lt;/span&gt;</source>
<translation>&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;星火计划开发者&lt;/span&gt;</translation> <translation type="vanished">&lt;span style=&apos; font-size:10pt;font-weight:60;&apos;&gt;&lt;/span&gt;&lt;br/&gt;&lt;a href=&apos;https://www.spark-app.store/&apos;&gt;https://www.spark-app.store&lt;/a&gt;&lt;br/&gt;&lt;span style=&apos; font-size:12pt;&apos;&gt;星火计划开发者&lt;/span&gt;</translation>
</message> </message>
<message> <message>
<location filename="../src/application.cpp" line="149"/> <location filename="../src/application.cpp" line="149"/>