mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-11-14 21:12:21 +08:00
修改文案
This commit is contained in:
parent
79d12f2409
commit
c825e4b39c
@ -69,7 +69,7 @@ void DownloadItem::setValue(qint64 value)
|
|||||||
ui->label_2->setText(QString::number(double(value) / 100) + "% (" + speed + ")");
|
ui->label_2->setText(QString::number(double(value) / 100) + "% (" + speed + ")");
|
||||||
if(ui->label_2->text().left(4) == "100%")
|
if(ui->label_2->text().left(4) == "100%")
|
||||||
{
|
{
|
||||||
ui->label_2->setText(tr("Downloaded. Open APP Upgrade and Install Settings to enable password-free installation"));
|
ui->label_2->setText(tr("Download Complete."));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -289,7 +289,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/widgets/common/downloaditem.cpp" line="72"/>
|
<location filename="../src/widgets/common/downloaditem.cpp" line="72"/>
|
||||||
<source>Downloaded. Open APP Upgrade and Install Settings to enable password-free installation</source>
|
<source>Download Complete.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|||||||
@ -289,7 +289,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/widgets/common/downloaditem.cpp" line="72"/>
|
<location filename="../src/widgets/common/downloaditem.cpp" line="72"/>
|
||||||
<source>Downloaded. Open APP Upgrade and Install Settings to enable password-free installation</source>
|
<source>Download Complete.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|||||||
@ -296,9 +296,13 @@
|
|||||||
<translation type="obsolete">下载失败,请检查网络连接</translation>
|
<translation type="obsolete">下载失败,请检查网络连接</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/widgets/common/downloaditem.cpp" line="72"/>
|
|
||||||
<source>Downloaded. Open APP Upgrade and Install Settings to enable password-free installation</source>
|
<source>Downloaded. Open APP Upgrade and Install Settings to enable password-free installation</source>
|
||||||
<translation>打开 APP 升级和安装设置以启用无密码安装</translation>
|
<translation type="vanished">打开 APP 升级和安装设置以启用无密码安装</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/widgets/common/downloaditem.cpp" line="72"/>
|
||||||
|
<source>Download Complete.</source>
|
||||||
|
<translation>下载完成</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/widgets/common/downloaditem.cpp" line="130"/>
|
<location filename="../src/widgets/common/downloaditem.cpp" line="130"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user