mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-15 21:32:05 +08:00
Compare commits
107 Commits
4.3.0-fix5
...
4.3.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
| fdc7bf2551 | |||
| ed3db29806 | |||
| 81ab122d6b | |||
| bab1b1cb0a | |||
| 15e826898b | |||
| 62642cc0a6 | |||
| 7c1e44010c | |||
| 4bb389e378 | |||
| 22ea57c263 | |||
|
|
019f20dcba | ||
|
|
f4fa07d589 | ||
| 44d04c5bcb | |||
| e7d15f903d | |||
| c865643e8d | |||
| 0b4733c08c | |||
| fb01686527 | |||
| 7ad606bbd4 | |||
| 723475ca9c | |||
| f74e936aa5 | |||
| 6fee032bd1 | |||
| f3a690d9ae | |||
| 120793dbcc | |||
| 39a2f74f2e | |||
|
|
b49ea2c71f | ||
| 3647d80037 | |||
| 42cafb7487 | |||
| b292c6cbf2 | |||
| 267eae076e | |||
| adbb2f2b11 | |||
| 568bfe3417 | |||
| e67c4b435b | |||
| 5b018a4696 | |||
| 8113eaf1e7 | |||
| 9e7e957f4f | |||
| 94f555bfa6 | |||
| fd7fa2da30 | |||
| 0ac6c90629 | |||
| 84d8ac7c9f | |||
| 7b228cf100 | |||
| b8c1914406 | |||
| abb8f4ee54 | |||
| 0b0bbefd88 | |||
| 63b39a9fe3 | |||
| e01510e92c | |||
| 28f3931436 | |||
| 76e969714d | |||
| 031ef20d8c | |||
| 4f8e91b971 | |||
| a6da148d3a | |||
| 5f3ca00671 | |||
| d0f32387b5 | |||
| 5d63f7a3b7 | |||
| 3843d6c5b6 | |||
| 8bc93fda5d | |||
| 33d0d71feb | |||
| 962d20e7bf | |||
| 102f35b0cf | |||
| c8759e8284 | |||
| 85ce641fef | |||
|
|
2688b8b418 | ||
| 28bd302506 | |||
| 8aa1a40b41 | |||
| 6f4fe1a823 | |||
| 7a25c3c542 | |||
| 506ead11f9 | |||
| 21a5636a07 | |||
| 5592f90cf8 | |||
|
|
8125cc627e | ||
|
|
5c11af9ce6 | ||
|
|
b7bc8008f3 | ||
|
|
874ffd5822 | ||
|
|
8d8783502c | ||
| 38d592d7e3 | |||
| 249b0c7a02 | |||
| 883476827b | |||
| 8777d9d3c4 | |||
| 0387b6f20f | |||
| c6aea69d86 | |||
| e701f5e18c | |||
| 1d8cca19c0 | |||
|
|
2d1ca2463e | ||
| 132c2cf35f | |||
| ff0e893726 | |||
| 3da39f1276 | |||
| a62f180da6 | |||
| e08c7a37bd | |||
| c55529aa8c | |||
| a20454b92c | |||
| 5cbc41f1ce | |||
| 6c108aecca | |||
| 7cd2977032 | |||
| 94a6532509 | |||
| 9acf7cc8d4 | |||
| 75b73088b4 | |||
| dd0629bc8d | |||
| 39be4cdf6f | |||
| fc58de0325 | |||
| ba00b208f0 | |||
| 2cca83a34b | |||
| ea7baa9ab0 | |||
| c228706144 | |||
| c030bf9e6e | |||
| 9ac0c67a25 | |||
| fd4b52e384 | |||
| db79a59fb6 | |||
| 6891fc5b87 | |||
| 62f52451b7 |
13
.github/workflows/program-builder.yml
vendored
Normal file
13
.github/workflows/program-builder.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Building Program
|
||||||
|
run-name: Building ${{ GITHUB.REPOSITORY }}
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- "*"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@master
|
||||||
|
secrets: inherit
|
||||||
29
debian/changelog
vendored
29
debian/changelog
vendored
@@ -1,3 +1,32 @@
|
|||||||
|
spark-store (4.3.2.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* 修复 aptss policy / aptss search 需要root的问题
|
||||||
|
|
||||||
|
-- shenmo <shenmo@spark-app.store> Tue, 24 Sep 2024 11:27:08 +0800
|
||||||
|
|
||||||
|
spark-store (4.3.2.0) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* 后续更新请从4.3.2.0版本号开始,4.3.2版本仅用于GXDE测试
|
||||||
|
* 支持dummyapps 安装包安装
|
||||||
|
* 支持紧凑模式
|
||||||
|
* 修复部分情况下升级安装失败的问题
|
||||||
|
|
||||||
|
-- shenmo <shenmo@spark-app.store> Tue, 24 Sep 2024 11:27:08 +0800
|
||||||
|
|
||||||
|
spark-store (4.3.2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* ssinstall支持安装conflict包
|
||||||
|
* 支持紧凑模式
|
||||||
|
|
||||||
|
-- shenmo <shenmo@spark-app.store> Tue, 24 Sep 2024 11:27:08 +0800
|
||||||
|
|
||||||
|
spark-store (4.3.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* 修复自提权更新问题
|
||||||
|
* 提升aptss稳定性
|
||||||
|
|
||||||
|
-- shenmo <shenmo@spark-app.store> Tue, 24 Sep 2024 11:27:08 +0800
|
||||||
|
|
||||||
spark-store (4.3.0-fix5) stable; urgency=medium
|
spark-store (4.3.0-fix5) stable; urgency=medium
|
||||||
|
|
||||||
* 支持GXDE,重启空链接清理
|
* 支持GXDE,重启空链接清理
|
||||||
|
|||||||
3
debian/spark-store.postinst
vendored
3
debian/spark-store.postinst
vendored
@@ -42,8 +42,7 @@ case "$1" in
|
|||||||
|
|
||||||
ln -s -f /opt/durapps/spark-store/bin/aptss /usr/bin/aptss
|
ln -s -f /opt/durapps/spark-store/bin/aptss /usr/bin/aptss
|
||||||
|
|
||||||
# Create symbol links for SSINSTALL
|
|
||||||
ln -s -f /opt/durapps/spark-store/bin/auto-install-policy/store.spark-app.ssinstall.policy /usr/share/polkit-1/actions/store.spark-app.ssinstall.policy
|
|
||||||
|
|
||||||
# Install key
|
# Install key
|
||||||
mkdir -p /tmp/spark-store-install/
|
mkdir -p /tmp/spark-store-install/
|
||||||
|
|||||||
3
debian/spark-store.prerm
vendored
3
debian/spark-store.prerm
vendored
@@ -47,8 +47,7 @@ for username in `ls /home`
|
|||||||
# Stop update detect service
|
# Stop update detect service
|
||||||
systemctl disable spark-update-notifier
|
systemctl disable spark-update-notifier
|
||||||
|
|
||||||
# Clean the auto install polkit file if exist
|
|
||||||
rm -f /usr/share/polkit-1/actions/store.spark-app.ssinstall.policy
|
|
||||||
|
|
||||||
# Remove gpg key file
|
# Remove gpg key file
|
||||||
rm -f /etc/apt/trusted.gpg.d/spark-store.gpg
|
rm -f /etc/apt/trusted.gpg.d/spark-store.gpg
|
||||||
|
|||||||
11
pkg/lib/systemd/system/spark-update-notifier.timer
Normal file
11
pkg/lib/systemd/system/spark-update-notifier.timer
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Timer for Spark Update Notifier
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
# 开机后第一次执行
|
||||||
|
OnBootSec=1min
|
||||||
|
# 每天执行一次
|
||||||
|
OnUnitActiveSec=1d
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
||||||
@@ -4,15 +4,15 @@
|
|||||||
<policyconfig>
|
<policyconfig>
|
||||||
<vendor>Spark Store</vendor>
|
<vendor>Spark Store</vendor>
|
||||||
<icon_name>x-package-repository</icon_name>
|
<icon_name>x-package-repository</icon_name>
|
||||||
<action id="store.spark-app.ss-do-upgrade-worker">
|
<action id="store.spark-app.ss-do-upgrade">
|
||||||
<description>运行ss-do-upgrade-worker需要权限</description>
|
<description>运行ss-do-upgrade需要权限</description>
|
||||||
<message>要使用ss-do-upgrade-worker需要权限</message>
|
<message>要使用ss-do-upgrade需要权限</message>
|
||||||
<defaults>
|
<defaults>
|
||||||
<allow_any>yes</allow_any>
|
<allow_any>yes</allow_any>
|
||||||
<allow_inactive>yes</allow_inactive>
|
<allow_inactive>yes</allow_inactive>
|
||||||
<allow_active>yes</allow_active>
|
<allow_active>yes</allow_active>
|
||||||
</defaults>
|
</defaults>
|
||||||
<annotate key="org.freedesktop.policykit.exec.path">/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh</annotate>
|
<annotate key="org.freedesktop.policykit.exec.path">/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade.sh</annotate>
|
||||||
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
||||||
</action>
|
</action>
|
||||||
</policyconfig>
|
</policyconfig>
|
||||||
@@ -46,7 +46,7 @@ desktop.path = /usr/share/applications
|
|||||||
service.files += pkg/usr/lib/systemd/system/spark-update-notifier.service
|
service.files += pkg/usr/lib/systemd/system/spark-update-notifier.service
|
||||||
service.path = /usr/lib/systemd/system/
|
service.path = /usr/lib/systemd/system/
|
||||||
|
|
||||||
polkit-1.files += pkg/usr/share/polkit-1/actions/store.spark-app.ss-do-upgrade-worker.policy
|
polkit-1.files += pkg/usr/share/polkit-1/actions/*
|
||||||
polkit-1.path = /usr/share/polkit-1/actions/
|
polkit-1.path = /usr/share/polkit-1/actions/
|
||||||
|
|
||||||
icon.files += pkg/usr/share/icons/hicolor/scalable/apps/*.svg
|
icon.files += pkg/usr/share/icons/hicolor/scalable/apps/*.svg
|
||||||
|
|||||||
@@ -22,9 +22,6 @@
|
|||||||
#define AppPageSearchlist 1
|
#define AppPageSearchlist 1
|
||||||
#define AppPageAppdetail 2
|
#define AppPageAppdetail 2
|
||||||
#define AppPageSettings 3
|
#define AppPageSettings 3
|
||||||
#define WaylandSearchCenter 1
|
|
||||||
#define OtherSearchCenter 2
|
|
||||||
#define RightSearchSpace 1
|
|
||||||
#define UploadServerUrl "https://upload.deepinos.org.cn/"
|
#define UploadServerUrl "https://upload.deepinos.org.cn/"
|
||||||
|
|
||||||
MainWindow::MainWindow(QWidget *parent)
|
MainWindow::MainWindow(QWidget *parent)
|
||||||
@@ -126,6 +123,16 @@ void MainWindow::closeEvent(QCloseEvent *event)
|
|||||||
BaseWidgetOpacity::closeEvent(event);
|
BaseWidgetOpacity::closeEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void MainWindow::changeEvent(QEvent *event)
|
||||||
|
{
|
||||||
|
if (event->type() != QEvent::StyleChange) {
|
||||||
|
return BaseWidgetOpacity::changeEvent(event);
|
||||||
|
}
|
||||||
|
|
||||||
|
BaseWidgetOpacity::changeEvent(event);
|
||||||
|
downloadButton->setFixedSize(searchEdit->sizeHint().height(), searchEdit->sizeHint().height());
|
||||||
|
}
|
||||||
|
|
||||||
void MainWindow::initUI()
|
void MainWindow::initUI()
|
||||||
{
|
{
|
||||||
QSettings config(QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + "/config.ini", QSettings::IniFormat);
|
QSettings config(QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + "/config.ini", QSettings::IniFormat);
|
||||||
@@ -159,8 +166,9 @@ void MainWindow::initTitleBar()
|
|||||||
ui->titlebar->setBackgroundTransparent(true);
|
ui->titlebar->setBackgroundTransparent(true);
|
||||||
|
|
||||||
// 初始化标题栏控件
|
// 初始化标题栏控件
|
||||||
DLabel *title = new DLabel(ui->titlebar);
|
DLabel *titleLabel = new DLabel(ui->titlebar);
|
||||||
title->setText(tr("Spark Store"));
|
titleLabel->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
|
||||||
|
titleLabel->setText(tr("Spark Store"));
|
||||||
|
|
||||||
backButton = new DPushButton(ui->titlebar);
|
backButton = new DPushButton(ui->titlebar);
|
||||||
|
|
||||||
@@ -170,34 +178,37 @@ void MainWindow::initTitleBar()
|
|||||||
searchEdit->lineEdit()->setFixedWidth(350);
|
searchEdit->lineEdit()->setFixedWidth(350);
|
||||||
|
|
||||||
downloadButton = new ProgressButton(ui->titlebar);
|
downloadButton = new ProgressButton(ui->titlebar);
|
||||||
|
downloadButton->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
|
||||||
downloadButton->setDownloadListWidget(downloadlistwidget);
|
downloadButton->setDownloadListWidget(downloadlistwidget);
|
||||||
downloadButton->setFocusPolicy(Qt::FocusPolicy::ClickFocus);
|
downloadButton->setFocusPolicy(Qt::FocusPolicy::ClickFocus);
|
||||||
|
downloadButton->setFixedSize(searchEdit->sizeHint().height(), searchEdit->sizeHint().height());
|
||||||
downloadlistwidget->setFocusProxy(downloadButton);
|
downloadlistwidget->setFocusProxy(downloadButton);
|
||||||
|
|
||||||
QWidget *w_titlebar = new QWidget(ui->titlebar);
|
QWidget *customWidget = new QWidget(ui->titlebar);
|
||||||
QHBoxLayout *ly_titlebar = new QHBoxLayout(w_titlebar);
|
customWidget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
|
||||||
ly_titlebar->addWidget(title);
|
ui->titlebar->setCustomWidget(customWidget);
|
||||||
ly_titlebar->addWidget(backButton);
|
|
||||||
// Check wayland configs
|
QHBoxLayout *customWidgetLayout = new QHBoxLayout(customWidget);
|
||||||
QSettings config(QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + "/config.ini", QSettings::IniFormat);
|
customWidgetLayout->setContentsMargins(8, 0, 0, 0);
|
||||||
if (!config.value("runtime/isDDE").toBool() && config.value("runtime/useWayland").toBool())
|
customWidgetLayout->setSpacing(0);
|
||||||
{
|
customWidgetLayout->addWidget(titleLabel, 0, Qt::AlignLeft);
|
||||||
// Wayland 搜索栏居中
|
customWidgetLayout->addSpacing(8);
|
||||||
ly_titlebar->addStretch(WaylandSearchCenter);
|
customWidgetLayout->addWidget(backButton, 0, Qt::AlignLeft);
|
||||||
}
|
QWidget *centralWidget = new QWidget(customWidget);
|
||||||
else
|
centralWidget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
|
||||||
{
|
customWidgetLayout->addWidget(centralWidget, 1, Qt::AlignHCenter);
|
||||||
// dwayland dxcb 搜索栏顶部右侧居中
|
|
||||||
ly_titlebar->addStretch(OtherSearchCenter);
|
QHBoxLayout *centralLayout = new QHBoxLayout(centralWidget);
|
||||||
}
|
centralLayout->setContentsMargins(20, 0, 10, 0);
|
||||||
ly_titlebar->addWidget(searchEdit);
|
centralLayout->setSpacing(0);
|
||||||
ly_titlebar->addWidget(downloadButton);
|
|
||||||
ly_titlebar->addStretch(RightSearchSpace);
|
centralLayout->addWidget(searchEdit, 0, Qt::AlignHCenter);
|
||||||
ui->titlebar->setCustomWidget(w_titlebar);
|
centralLayout->addSpacing(10);
|
||||||
|
centralLayout->addWidget(downloadButton, 0, Qt::AlignHCenter);
|
||||||
|
|
||||||
initTitleBarMenu();
|
initTitleBarMenu();
|
||||||
|
|
||||||
backButton->hide();
|
backButton->setDisabled(true);
|
||||||
downloadlistwidget->hide();
|
downloadlistwidget->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -353,9 +364,9 @@ void MainWindow::initConnections()
|
|||||||
ui->stackedWidget->setCurrentIndex(pageHistory.at(pageHistory.count() - 2));
|
ui->stackedWidget->setCurrentIndex(pageHistory.at(pageHistory.count() - 2));
|
||||||
pageHistory.removeLast();
|
pageHistory.removeLast();
|
||||||
if (pageHistory.count() > 1) {
|
if (pageHistory.count() > 1) {
|
||||||
backButton->show();
|
backButton->setEnabled(true);
|
||||||
} else {
|
} else {
|
||||||
backButton->hide();
|
backButton->setDisabled(true);
|
||||||
} });
|
} });
|
||||||
|
|
||||||
// 搜索事件
|
// 搜索事件
|
||||||
@@ -446,11 +457,11 @@ void MainWindow::switchPage(int now) // 临时方案,回家后修改
|
|||||||
qDebug() << pageHistory.count();
|
qDebug() << pageHistory.count();
|
||||||
if (pageHistory.count() >= 1)
|
if (pageHistory.count() >= 1)
|
||||||
{
|
{
|
||||||
backButton->show();
|
backButton->setEnabled(true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
backButton->hide();
|
backButton->setDisabled(true);
|
||||||
}
|
}
|
||||||
ui->stackedWidget->setCurrentIndex(now);
|
ui->stackedWidget->setCurrentIndex(now);
|
||||||
ui->stackedWidget->currentWidget()->setFocus();
|
ui->stackedWidget->currentWidget()->setFocus();
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
void closeEvent(QCloseEvent *event) override;
|
void closeEvent(QCloseEvent *event) override;
|
||||||
|
void changeEvent(QEvent *event) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void initUI();
|
void initUI();
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -9,10 +9,6 @@
|
|||||||
ProgressButton::ProgressButton(QWidget *parent)
|
ProgressButton::ProgressButton(QWidget *parent)
|
||||||
: QWidget{parent}
|
: QWidget{parent}
|
||||||
{
|
{
|
||||||
// this->setWindowFlags(Qt::FramelessWindowHint);
|
|
||||||
// this->setAttribute(Qt::WA_TranslucentBackground, true);
|
|
||||||
setMinimumSize(36, 36);
|
|
||||||
|
|
||||||
svgPath = "";
|
svgPath = "";
|
||||||
backColor = Qt::transparent;
|
backColor = Qt::transparent;
|
||||||
|
|
||||||
@@ -37,7 +33,7 @@ void ProgressButton::setProgress(int progress)
|
|||||||
buttonState = state::closeProgress;
|
buttonState = state::closeProgress;
|
||||||
update();
|
update();
|
||||||
WaterDrop *waterDrop = new WaterDrop(parentWidget());
|
WaterDrop *waterDrop = new WaterDrop(parentWidget());
|
||||||
waterDrop->move(geometry().center());
|
waterDrop->move(QRectF(geometry()).center());
|
||||||
waterDrop->show();
|
waterDrop->show();
|
||||||
}
|
}
|
||||||
repaint();
|
repaint();
|
||||||
@@ -77,12 +73,9 @@ void ProgressButton::mousePressEvent(QMouseEvent *event)
|
|||||||
|
|
||||||
void ProgressButton::mouseReleaseEvent(QMouseEvent *event)
|
void ProgressButton::mouseReleaseEvent(QMouseEvent *event)
|
||||||
{
|
{
|
||||||
if (buttonState == state::hover || buttonState == state::normal)
|
if (buttonState == state::hover
|
||||||
{
|
|| buttonState == state::normal
|
||||||
widthChangeValue = (this->width() - 6) / 2;
|
|| buttonState == state::closeProgress)
|
||||||
update();
|
|
||||||
}
|
|
||||||
else if (buttonState == state::closeProgress)
|
|
||||||
{
|
{
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
@@ -131,19 +124,15 @@ void ProgressButton::paintEvent(QPaintEvent *event)
|
|||||||
{
|
{
|
||||||
QPainter painter(this);
|
QPainter painter(this);
|
||||||
painter.setRenderHint(QPainter::Antialiasing, true);
|
painter.setRenderHint(QPainter::Antialiasing, true);
|
||||||
QRect rect = event->rect();
|
QRectF rect = this->rect();
|
||||||
|
|
||||||
if (buttonState == state::normal || buttonState == state::hover)
|
if (buttonState == state::normal || buttonState == state::hover)
|
||||||
{
|
{
|
||||||
int radius = (rect.height() - 6) / 2;
|
qreal radius = rect.height() / 2;
|
||||||
painter.translate(rect.center());
|
painter.translate(rect.center());
|
||||||
painter.setPen(Qt::transparent);
|
painter.setPen(Qt::transparent);
|
||||||
painter.setBrush(QColor(buttonState == state::normal ? color : color.darker()));
|
|
||||||
// painter.drawEllipse(QPoint(0, 0), radius, radius);
|
|
||||||
|
|
||||||
// radiu -= 3;
|
|
||||||
painter.setBrush(backColor);
|
painter.setBrush(backColor);
|
||||||
painter.drawEllipse(QPoint(0, 0), radius, radius);
|
painter.drawEllipse(QPointF(0, 0), radius, radius);
|
||||||
|
|
||||||
QSvgRenderer m_svgRender;
|
QSvgRenderer m_svgRender;
|
||||||
m_svgRender.load(svgPath);
|
m_svgRender.load(svgPath);
|
||||||
@@ -151,42 +140,34 @@ void ProgressButton::paintEvent(QPaintEvent *event)
|
|||||||
}
|
}
|
||||||
else if (buttonState == state::openProgress)
|
else if (buttonState == state::openProgress)
|
||||||
{
|
{
|
||||||
|
qreal radius = rect.height() / 2 - 1;
|
||||||
painter.translate(rect.center());
|
painter.translate(rect.center());
|
||||||
int radius = (rect.height() - 6) / 2 - 3;
|
painter.setPen(QPen(backColor.darker(), 2));
|
||||||
painter.setBrush(backColor);
|
painter.setBrush(backColor);
|
||||||
painter.setPen(QPen(backColor, 3));
|
painter.drawEllipse(QPointF(0, 0), radius, radius);
|
||||||
painter.drawEllipse(QPoint(0, 0), radius, radius);
|
|
||||||
|
|
||||||
painter.setPen(QPen(backColor, 3));
|
QRectF rectF = QRectF(-radius, -radius, radius * 2, radius * 2);
|
||||||
|
painter.setPen(QPen(color.darker(100), 2));
|
||||||
|
qreal angle = progress * 360 / 100 * 1.0;
|
||||||
|
painter.drawArc(rectF, 90 * 16, -qIntCast(angle * 16));
|
||||||
|
|
||||||
QSvgRenderer m_svgRender;
|
QSvgRenderer m_svgRender;
|
||||||
m_svgRender.load(svgPath);
|
m_svgRender.load(svgPath);
|
||||||
m_svgRender.render(&painter, QRectF(-radius / 2, -radius / 2, radius, radius));
|
m_svgRender.render(&painter, QRectF(-radius / 2, -radius / 2, radius, radius));
|
||||||
|
|
||||||
QRect rect = QRect(-radius, -radius,
|
|
||||||
radius * 2, radius * 2);
|
|
||||||
|
|
||||||
painter.setPen(QPen(color.darker(100), 3));
|
|
||||||
qreal angle = progress * 360 / 100 * 1.0;
|
|
||||||
painter.drawArc(rect.adjusted(-3, -3, 3, 3), 90 * 16, -qIntCast(angle * 16));
|
|
||||||
}
|
}
|
||||||
else if (buttonState == state::closeProgress)
|
else if (buttonState == state::closeProgress)
|
||||||
{
|
{
|
||||||
auto radius = (rect.height() - 6) / 2;
|
qreal radius = rect.height() / 2 - 1;
|
||||||
painter.translate(rect.center());
|
painter.translate(rect.center());
|
||||||
painter.setPen(Qt::transparent);
|
painter.setPen(QPen(color.darker(100), 2));
|
||||||
painter.setBrush(QColor(0, 0, 0, 63));
|
|
||||||
painter.drawEllipse(QPoint(0, 0), radius, radius);
|
|
||||||
|
|
||||||
radius -= 3;
|
|
||||||
painter.setBrush(backColor);
|
painter.setBrush(backColor);
|
||||||
painter.drawEllipse(QPoint(0, 0), radius, radius);
|
painter.drawEllipse(QPointF(0, 0), radius, radius);
|
||||||
|
|
||||||
painter.setPen(QPen(color, 3, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin));
|
painter.setPen(QPen(color, 2, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin));
|
||||||
painter.drawLine(QPoint(-radius / 3, 0),
|
painter.drawLine(QPointF(-radius / 3, 0),
|
||||||
QPoint(-radius / 5, radius / 3));
|
QPointF(-radius / 5, radius / 3));
|
||||||
painter.drawLine(QPoint(-radius / 5, radius / 3),
|
painter.drawLine(QPointF(-radius / 5, radius / 3),
|
||||||
QPoint(radius / 4, -radius / 4));
|
QPointF(radius / 4, -radius / 4));
|
||||||
}
|
}
|
||||||
QWidget::paintEvent(event);
|
QWidget::paintEvent(event);
|
||||||
}
|
}
|
||||||
@@ -195,7 +176,7 @@ void ProgressButton::operationProcessing()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
const int RADIUS = 60;
|
const int RADIUS = 30;
|
||||||
WaterDrop::WaterDrop(QWidget *parent)
|
WaterDrop::WaterDrop(QWidget *parent)
|
||||||
: QWidget(parent)
|
: QWidget(parent)
|
||||||
, m_waterDropAnimation(new QVariantAnimation(this))
|
, m_waterDropAnimation(new QVariantAnimation(this))
|
||||||
@@ -210,20 +191,20 @@ WaterDrop::WaterDrop(QWidget *parent)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 把鼠标点击的点转换为圆心点坐标
|
// 把鼠标点击的点转换为圆心点坐标
|
||||||
void WaterDrop::move(const QPoint &point)
|
void WaterDrop::move(const QPointF &point)
|
||||||
{
|
{
|
||||||
QPoint translatePoint = point - QPoint(RADIUS, RADIUS);
|
QPointF translatePoint = point - QRectF(rect()).center();
|
||||||
QWidget::move(translatePoint);
|
QWidget::move(qRound(translatePoint.x()), qRound(translatePoint.y()));
|
||||||
}
|
}
|
||||||
|
|
||||||
void WaterDrop::show()
|
void WaterDrop::show()
|
||||||
{
|
{
|
||||||
m_waterDropAnimation->setStartValue(0);
|
m_waterDropAnimation->setStartValue(0);
|
||||||
m_waterDropAnimation->setEndValue(RADIUS);
|
m_waterDropAnimation->setEndValue(RADIUS - 2);
|
||||||
m_waterDropAnimation->setDuration(350);
|
m_waterDropAnimation->setDuration(350);
|
||||||
|
|
||||||
connect(m_waterDropAnimation, &QVariantAnimation::valueChanged, this, &WaterDrop::onRadiusChanged);
|
connect(m_waterDropAnimation, &QVariantAnimation::valueChanged, this, &WaterDrop::onRadiusChanged);
|
||||||
connect(m_waterDropAnimation, &QVariantAnimation::finished, this, &WaterDrop::close);
|
connect(m_waterDropAnimation, &QVariantAnimation::finished, this, &WaterDrop::deleteLater);
|
||||||
m_waterDropAnimation->start(QVariantAnimation::DeleteWhenStopped);
|
m_waterDropAnimation->start(QVariantAnimation::DeleteWhenStopped);
|
||||||
QWidget::show();
|
QWidget::show();
|
||||||
}
|
}
|
||||||
@@ -232,10 +213,9 @@ void WaterDrop::paintEvent(QPaintEvent *event)
|
|||||||
{
|
{
|
||||||
QPainter painter(this);
|
QPainter painter(this);
|
||||||
painter.setRenderHint(QPainter::Antialiasing);
|
painter.setRenderHint(QPainter::Antialiasing);
|
||||||
QPen pen(QBrush(QColor("#ffff80")), 5.0);
|
QPen pen(QBrush(QColor("#ffff80")), 4.0);
|
||||||
pen.setWidth(5);
|
|
||||||
painter.setPen(pen);
|
painter.setPen(pen);
|
||||||
painter.drawEllipse(event->rect().center(), m_animationRadius, m_animationRadius);
|
painter.drawEllipse(QRectF(rect()).center(), m_animationRadius, m_animationRadius);
|
||||||
|
|
||||||
QWidget::paintEvent(event);
|
QWidget::paintEvent(event);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ private:
|
|||||||
QColor backColor;
|
QColor backColor;
|
||||||
QColor color;
|
QColor color;
|
||||||
QString svgPath;
|
QString svgPath;
|
||||||
int widthChangeValue{0};
|
|
||||||
int progress{0};//处理百分比
|
int progress{0};//处理百分比
|
||||||
|
|
||||||
bool m_mouseMoved = false;
|
bool m_mouseMoved = false;
|
||||||
@@ -66,7 +65,7 @@ class WaterDrop : public QWidget
|
|||||||
public:
|
public:
|
||||||
explicit WaterDrop(QWidget *parent = nullptr);
|
explicit WaterDrop(QWidget *parent = nullptr);
|
||||||
void show();
|
void show();
|
||||||
void move(const QPoint &point);
|
void move(const QPointF &point);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void paintEvent(QPaintEvent *event);
|
void paintEvent(QPaintEvent *event);
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ for argument in "$@"; do
|
|||||||
option="source"
|
option="source"
|
||||||
root=0
|
root=0
|
||||||
;;
|
;;
|
||||||
changelog)
|
changelog|search|policy)
|
||||||
root=0
|
root=0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@@ -600,9 +600,18 @@ if [ "$option" == "install" ]; then
|
|||||||
|
|
||||||
eval "${_DOWNLOADER}" # execute downloadhelper command
|
eval "${_DOWNLOADER}" # execute downloadhelper command
|
||||||
if [ "$(find "$DLDIR" -printf . | wc -c)" -gt 1 ]; then
|
if [ "$(find "$DLDIR" -printf . | wc -c)" -gt 1 ]; then
|
||||||
|
|
||||||
|
# Delete incomplete/corrupted downloaded files, if any: Not recursive, as we don't expect any dirs to exist within $DLDIR.
|
||||||
|
|
||||||
|
# When Aria2c downloads a file and detects it is corrupted, its filename won't be renamed back to its actual name,
|
||||||
|
# preserving .aria2 file extension, which also indicates when a file hasn't been completely downloaded.
|
||||||
|
for x in *.aria2; do
|
||||||
|
rm -f "$x" "${x%.aria2}"
|
||||||
|
done
|
||||||
|
|
||||||
# Move all packages to the apt install directory by force to ensure
|
# Move all packages to the apt install directory by force to ensure
|
||||||
# already existing debs which may be incomplete are replaced
|
# already existing debs which may be incomplete are replaced
|
||||||
find . -type f -name "*.deb" -execdir mv -ft "$APTCACHE" {} \+
|
find . -type f \( -name '*.deb' -o -name '*.ddeb' \) -execdir mv -ft "$APTCACHE" {} \+
|
||||||
fi
|
fi
|
||||||
cd - &>/dev/null || msg "Failed to change back directory" "warning"
|
cd - &>/dev/null || msg "Failed to change back directory" "warning"
|
||||||
fi
|
fi
|
||||||
|
|||||||
21
tool/aptss
21
tool/aptss
@@ -78,7 +78,7 @@ if [ "$1" = "install" ] || [ "$1" = "upgrade" ] || [ "$1" = "full-upgrade" ] ||
|
|||||||
|
|
||||||
###执行
|
###执行
|
||||||
|
|
||||||
${SS_APT_FAST} "$@" --allow-downgrades -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
${SS_APT_FAST} "$@" --allow-downgrades -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
||||||
ret="$?"
|
ret="$?"
|
||||||
if [ "$ret" -ne 0 ];then
|
if [ "$ret" -ne 0 ];then
|
||||||
echo -e "\e[1;33m$TRANSHELL_CONTENT_PLEASE_USE_APTSS_INSTEAD_OF_APT\e[0m"
|
echo -e "\e[1;33m$TRANSHELL_CONTENT_PLEASE_USE_APTSS_INSTEAD_OF_APT\e[0m"
|
||||||
@@ -86,19 +86,7 @@ exit $ret
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
elif [ "$1" = "download" ];then
|
|
||||||
|
|
||||||
###执行
|
|
||||||
|
|
||||||
${SS_APT_FAST} "$@" --allow-downgrades -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
|
||||||
|
|
||||||
|
|
||||||
elif [ "$1" = "policy" ] || [ "$1" = "search" ];then
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###执行
|
|
||||||
/usr/bin/apt "$@" -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
|
||||||
|
|
||||||
elif [ "$1" = "ssupdate" ];then
|
elif [ "$1" = "ssupdate" ];then
|
||||||
|
|
||||||
@@ -116,6 +104,7 @@ curl --silent -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/spar
|
|||||||
#只更新星火源
|
#只更新星火源
|
||||||
|
|
||||||
elif [ "$1" = "update" ];then
|
elif [ "$1" = "update" ];then
|
||||||
|
|
||||||
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
echo -e "\e[1;32m${TRANSHELL_CONTENT_GETTING_SERVER_CONFIG_AND_MIRROR_LIST}\e[0m"
|
||||||
echo
|
echo
|
||||||
curl --progress-bar -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list "${SPARK_DOWNLOAD_SERVER_URL}/sparkstore${STORE_LIST_URL}.list"
|
curl --progress-bar -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list "${SPARK_DOWNLOAD_SERVER_URL}/sparkstore${STORE_LIST_URL}.list"
|
||||||
@@ -123,8 +112,10 @@ mkdir -p /tmp/aptss-conf/
|
|||||||
curl --progress-bar -o /tmp/aptss-conf/apt-fast.conf "${SPARK_DOWNLOAD_SERVER_URL}/apt-fast.conf"
|
curl --progress-bar -o /tmp/aptss-conf/apt-fast.conf "${SPARK_DOWNLOAD_SERVER_URL}/apt-fast.conf"
|
||||||
chmod -R 755 /tmp/aptss-conf
|
chmod -R 755 /tmp/aptss-conf
|
||||||
### 额外一份拿来给aptss自动补全用
|
### 额外一份拿来给aptss自动补全用
|
||||||
/usr/bin/apt "$@" -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
|
||||||
|
${SS_APT_FAST} "$@" -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
||||||
|
|
||||||
else
|
else
|
||||||
/usr/bin/apt "$@" -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
${SS_APT_FAST} "$@" -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
||||||
load_transhell_debug
|
load_transhell_debug
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
case $(arch) in
|
case $(arch) in
|
||||||
x86_64)
|
x86_64)
|
||||||
@@ -122,7 +123,7 @@ DEBPATH=$(realpath "$1")
|
|||||||
exit "$try_run_ret"
|
exit "$try_run_ret"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dpkg -i "$DEBPATH" || aptss install -yf
|
aptss install "$DEBPATH" -yf --reinstall
|
||||||
|
|
||||||
if [ "$?" = "0" ] && [ "$2" = "--delete-after-install" ]; then
|
if [ "$?" = "0" ] && [ "$2" = "--delete-after-install" ]; then
|
||||||
if dpkg -s "$package_name" >/dev/null 2>&1; then
|
if dpkg -s "$package_name" >/dev/null 2>&1; then
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
||||||
load_transhell_debug
|
load_transhell_debug
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
trap 'unlock_file $DEBPATH' EXIT
|
trap 'unlock_file $DEBPATH' EXIT
|
||||||
case $(arch) in
|
case $(arch) in
|
||||||
@@ -165,7 +166,7 @@ if [ ! -z "$IS_SHA512SUM_CHECKED" ]; then
|
|||||||
exit "$try_run_ret"
|
exit "$try_run_ret"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dpkg -i "$DEBPATH" || aptss install -yf
|
aptss install "$DEBPATH" -yf --reinstall
|
||||||
|
|
||||||
unlock_file "$DEBPATH"
|
unlock_file "$DEBPATH"
|
||||||
|
|
||||||
|
|||||||
45
tool/store-helper/pass-auth.sh
Executable file
45
tool/store-helper/pass-auth.sh
Executable file
@@ -0,0 +1,45 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# We use sudo twice to avoid ACE bug here
|
||||||
|
# https://gitee.com/amber-ce/amber-ce-bookworm/commit/43e1a1599ede474b37e41aa10c53fd8afc4d35a1
|
||||||
|
|
||||||
|
function zenity() {
|
||||||
|
if [[ -e /usr/bin/garma ]]; then
|
||||||
|
garma "$@"
|
||||||
|
else
|
||||||
|
$(command -v zenity) "$@"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 检查sudo是否需要密码
|
||||||
|
if sudo sudo -n true 2>/dev/null; then
|
||||||
|
echo "sudo 无需密码,继续执行"
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
# 循环输入密码直到成功或用户取消
|
||||||
|
while true; do
|
||||||
|
# 使用zenity弹出密码输入框
|
||||||
|
PASSWORD=$(zenity --password --title="需要sudo权限" )
|
||||||
|
|
||||||
|
# 检查用户是否取消输入
|
||||||
|
if [ -z "$PASSWORD" ]; then
|
||||||
|
zenity --error --text="操作已取消"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
# 尝试使用输入的密码执行sudo命令
|
||||||
|
echo "$PASSWORD" | sudo sudo -S true 2>/dev/null
|
||||||
|
|
||||||
|
# 检查sudo是否成功
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
echo "密码正确,继续执行"
|
||||||
|
break
|
||||||
|
else
|
||||||
|
zenity --error --text="密码错误,请重新输入"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "$PASSWORD" | sudo sudo -S "$@"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
export LANGUAGE=en_US
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
case $1 in
|
case $1 in
|
||||||
ssupdate)
|
ssupdate)
|
||||||
if [ "$(id -u)" != "0" ] ; then
|
if [ "$(id -u)" != "0" ] ; then
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
if [ "$(id -u)" != "0" ] ; then
|
||||||
|
if [[ IS_ACE_ENV="1" ]];then
|
||||||
|
/opt/durapps/spark-store/bin/store-helper/pass-auth.sh "$0" "$@"
|
||||||
|
else
|
||||||
|
pkexec "$0" "$@"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
fi
|
||||||
trap "rm -f /tmp/spark-store/upgradeStatus.txt" EXIT
|
trap "rm -f /tmp/spark-store/upgradeStatus.txt" EXIT
|
||||||
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
||||||
load_transhell_debug
|
load_transhell_debug
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export LANGUAGE=en_US
|
|
||||||
|
|
||||||
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
source /opt/durapps/spark-store/bin/bashimport/transhell.amber
|
||||||
load_transhell_debug
|
load_transhell_debug
|
||||||
@@ -55,26 +55,23 @@ fi
|
|||||||
|
|
||||||
aptss update
|
aptss update
|
||||||
|
|
||||||
updatetext=`aptss ssupdate 2>&1`
|
updatetext=`LANGUAGE=en_US aptss ssupdate 2>&1`
|
||||||
|
|
||||||
until [ "`echo $updatetext | grep E: `" = "" ];do
|
until [ "`echo $updatetext | grep E: `" = "" ];do
|
||||||
echo "${TRANSHELL_CONTENT_UPDATE_ERROR_AND_WAIT_15_SEC}"
|
echo "${TRANSHELL_CONTENT_UPDATE_ERROR_AND_WAIT_15_SEC}"
|
||||||
sleep 15
|
sleep 15
|
||||||
updatetext=`aptss ssupdate 2>&1`
|
updatetext=`LANGUAGE=en_US aptss ssupdate 2>&1`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
isupdate=`echo ${updatetext: -5}`
|
update_app_number=$(env LANGUAGE=en_US /usr/bin/apt -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf list --upgradable -o Dir::Etc::sourcelist="/opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list" -o Dir::Etc::sourceparts="/dev/null" -o APT::Get::List-Cleanup="0" 2>/dev/null | grep -c upgradable)
|
||||||
if [ "$isupdate" = "date." ] ; then
|
|
||||||
|
if [ "$update_app_number" -le 0 ] ; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## 从这里开始,只有检测到了更新才会进行
|
|
||||||
update_app_number=`echo ${updatetext%package*} #从右向左截取第一个 src 后的字符串`
|
|
||||||
update_app_number=`echo ${update_app_number##*information...}`
|
|
||||||
|
|
||||||
# 获取用户选择的要更新的应用
|
# 获取用户选择的要更新的应用
|
||||||
PKG_LIST="$(/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh upgradable-list)"
|
PKG_LIST="$(/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh upgradable-list)"
|
||||||
# 指定分隔符为 \n
|
# 指定分隔符为 \n
|
||||||
|
|||||||
@@ -129,7 +129,7 @@
|
|||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="530"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="502"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="478"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -209,46 +209,46 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -411,103 +411,103 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="166"/>
|
<location filename="../src/mainwindow-dtk.ui" line="116"/>
|
||||||
<source>Home</source>
|
<source>Home</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="203"/>
|
<location filename="../src/mainwindow-dtk.ui" line="153"/>
|
||||||
<source>Network</source>
|
<source>Network</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="231"/>
|
<location filename="../src/mainwindow-dtk.ui" line="181"/>
|
||||||
<source>Chat</source>
|
<source>Chat</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="259"/>
|
<location filename="../src/mainwindow-dtk.ui" line="209"/>
|
||||||
<source>Music</source>
|
<source>Music</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="287"/>
|
<location filename="../src/mainwindow-dtk.ui" line="237"/>
|
||||||
<source>Video</source>
|
<source>Video</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="315"/>
|
<location filename="../src/mainwindow-dtk.ui" line="265"/>
|
||||||
<source>Picture</source>
|
<source>Picture</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="343"/>
|
<location filename="../src/mainwindow-dtk.ui" line="293"/>
|
||||||
<source>Game</source>
|
<source>Game</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="371"/>
|
<location filename="../src/mainwindow-dtk.ui" line="321"/>
|
||||||
<source>Office</source>
|
<source>Office</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="399"/>
|
<location filename="../src/mainwindow-dtk.ui" line="349"/>
|
||||||
<source>Reading</source>
|
<source>Reading</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="427"/>
|
<location filename="../src/mainwindow-dtk.ui" line="377"/>
|
||||||
<source>Development</source>
|
<source>Development</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="455"/>
|
<location filename="../src/mainwindow-dtk.ui" line="405"/>
|
||||||
<source>Tool</source>
|
<source>Tool</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="483"/>
|
<location filename="../src/mainwindow-dtk.ui" line="433"/>
|
||||||
<source>Theme</source>
|
<source>Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="511"/>
|
<location filename="../src/mainwindow-dtk.ui" line="461"/>
|
||||||
<source>Other</source>
|
<source>Other</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="539"/>
|
<location filename="../src/mainwindow-dtk.ui" line="489"/>
|
||||||
<source>APP Upgrade</source>
|
<source>APP Upgrade</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="206"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="217"/>
|
||||||
<source>Submit App</source>
|
<source>Submit App</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="207"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="218"/>
|
||||||
<source>Submit App with client(Recommanded)</source>
|
<source>Submit App with client(Recommanded)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="208"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="219"/>
|
||||||
<source>Settings</source>
|
<source>Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="209"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="220"/>
|
||||||
<source>APP Upgrade and Install Settings</source>
|
<source>APP Upgrade and Install Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="163"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="171"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="260"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="271"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="168"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="176"/>
|
||||||
<source>Search or enter spk://</source>
|
<source>Search or enter spk://</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/application.cpp" line="36"/>
|
<location filename="../src/application.cpp" line="36"/>
|
||||||
<location filename="../src/application.cpp" line="37"/>
|
<location filename="../src/application.cpp" line="37"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="142"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="149"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="263"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="274"/>
|
||||||
<source>Show MainWindow</source>
|
<source>Show MainWindow</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -658,12 +658,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>TitleBarMenu</name>
|
<name>TitleBarMenu</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="264"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="275"/>
|
||||||
<source>About</source>
|
<source>About</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="265"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="276"/>
|
||||||
<source>Exit</source>
|
<source>Exit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
@@ -129,7 +129,7 @@
|
|||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="530"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation>Descargar e instalar</translation>
|
<translation>Descargar e instalar</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="502"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation>Reinstalación</translation>
|
<translation>Reinstalación</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="478"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation>Instalación</translation>
|
<translation>Instalación</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -209,46 +209,46 @@
|
|||||||
<translation>Se está instalando</translation>
|
<translation>Se está instalando</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Aviso</translation>
|
<translation>Aviso</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>SPARK Store</translation>
|
<translation>SPARK Store</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation>Desinstalación exitosa</translation>
|
<translation>Desinstalación exitosa</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation>La URL ha sido copiada al portapapeles</translation>
|
<translation>La URL ha sido copiada al portapapeles</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -411,103 +411,103 @@
|
|||||||
<translation>Ventana principal</translation>
|
<translation>Ventana principal</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="166"/>
|
<location filename="../src/mainwindow-dtk.ui" line="116"/>
|
||||||
<source>Home</source>
|
<source>Home</source>
|
||||||
<translation>Casa</translation>
|
<translation>Casa</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="203"/>
|
<location filename="../src/mainwindow-dtk.ui" line="153"/>
|
||||||
<source>Network</source>
|
<source>Network</source>
|
||||||
<translation>Red</translation>
|
<translation>Red</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="231"/>
|
<location filename="../src/mainwindow-dtk.ui" line="181"/>
|
||||||
<source>Chat</source>
|
<source>Chat</source>
|
||||||
<translation>Charla</translation>
|
<translation>Charla</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="259"/>
|
<location filename="../src/mainwindow-dtk.ui" line="209"/>
|
||||||
<source>Music</source>
|
<source>Music</source>
|
||||||
<translation>Música</translation>
|
<translation>Música</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="287"/>
|
<location filename="../src/mainwindow-dtk.ui" line="237"/>
|
||||||
<source>Video</source>
|
<source>Video</source>
|
||||||
<translation>Vídeo</translation>
|
<translation>Vídeo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="315"/>
|
<location filename="../src/mainwindow-dtk.ui" line="265"/>
|
||||||
<source>Picture</source>
|
<source>Picture</source>
|
||||||
<translation>Foto</translation>
|
<translation>Foto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="343"/>
|
<location filename="../src/mainwindow-dtk.ui" line="293"/>
|
||||||
<source>Game</source>
|
<source>Game</source>
|
||||||
<translation>Juego</translation>
|
<translation>Juego</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="371"/>
|
<location filename="../src/mainwindow-dtk.ui" line="321"/>
|
||||||
<source>Office</source>
|
<source>Office</source>
|
||||||
<translation>Oficina</translation>
|
<translation>Oficina</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="399"/>
|
<location filename="../src/mainwindow-dtk.ui" line="349"/>
|
||||||
<source>Reading</source>
|
<source>Reading</source>
|
||||||
<translation>Leer</translation>
|
<translation>Leer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="427"/>
|
<location filename="../src/mainwindow-dtk.ui" line="377"/>
|
||||||
<source>Development</source>
|
<source>Development</source>
|
||||||
<translation>Desarrollo</translation>
|
<translation>Desarrollo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="455"/>
|
<location filename="../src/mainwindow-dtk.ui" line="405"/>
|
||||||
<source>Tool</source>
|
<source>Tool</source>
|
||||||
<translation>Herramientas</translation>
|
<translation>Herramientas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="483"/>
|
<location filename="../src/mainwindow-dtk.ui" line="433"/>
|
||||||
<source>Theme</source>
|
<source>Theme</source>
|
||||||
<translation>Tema</translation>
|
<translation>Tema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="511"/>
|
<location filename="../src/mainwindow-dtk.ui" line="461"/>
|
||||||
<source>Other</source>
|
<source>Other</source>
|
||||||
<translation>Además</translation>
|
<translation>Además</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="539"/>
|
<location filename="../src/mainwindow-dtk.ui" line="489"/>
|
||||||
<source>APP Upgrade</source>
|
<source>APP Upgrade</source>
|
||||||
<translation>Actualización de app</translation>
|
<translation>Actualización de app</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="206"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="217"/>
|
||||||
<source>Submit App</source>
|
<source>Submit App</source>
|
||||||
<translation>Presentación de la aplicación</translation>
|
<translation>Presentación de la aplicación</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="207"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="218"/>
|
||||||
<source>Submit App with client(Recommanded)</source>
|
<source>Submit App with client(Recommanded)</source>
|
||||||
<translation>Enviar la aplicación al cliente (recomendación)</translation>
|
<translation>Enviar la aplicación al cliente (recomendación)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="208"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="219"/>
|
||||||
<source>Settings</source>
|
<source>Settings</source>
|
||||||
<translation>Configuración</translation>
|
<translation>Configuración</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="209"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="220"/>
|
||||||
<source>APP Upgrade and Install Settings</source>
|
<source>APP Upgrade and Install Settings</source>
|
||||||
<translation>Actualización e instalación de app</translation>
|
<translation>Actualización e instalación de app</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="163"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="171"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="260"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="271"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>SPARK Store</translation>
|
<translation>SPARK Store</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="168"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="176"/>
|
||||||
<source>Search or enter spk://</source>
|
<source>Search or enter spk://</source>
|
||||||
<translation>Buscar o introducir spk: /%</translation>
|
<translation>Buscar o introducir spk: /%</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/application.cpp" line="36"/>
|
<location filename="../src/application.cpp" line="36"/>
|
||||||
<location filename="../src/application.cpp" line="37"/>
|
<location filename="../src/application.cpp" line="37"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="142"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="149"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>SPARK Store</translation>
|
<translation>SPARK Store</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
<translation>Descargar lista</translation>
|
<translation>Descargar lista</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="263"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="274"/>
|
||||||
<source>Show MainWindow</source>
|
<source>Show MainWindow</source>
|
||||||
<translation>Mostrar la ventana principal</translation>
|
<translation>Mostrar la ventana principal</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -658,12 +658,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>TitleBarMenu</name>
|
<name>TitleBarMenu</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="264"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="275"/>
|
||||||
<source>About</source>
|
<source>About</source>
|
||||||
<translation>Sobre</translation>
|
<translation>Sobre</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="265"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="276"/>
|
||||||
<source>Exit</source>
|
<source>Exit</source>
|
||||||
<translation>Exportaciones</translation>
|
<translation>Exportaciones</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
@@ -129,7 +129,7 @@
|
|||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="530"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation>Télécharger et installer</translation>
|
<translation>Télécharger et installer</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="502"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation>Réinstaller</translation>
|
<translation>Réinstaller</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="478"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation>Installation</translation>
|
<translation>Installation</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -209,46 +209,46 @@
|
|||||||
<translation>Installation en cours</translation>
|
<translation>Installation en cours</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>Avertissement</translation>
|
<translation>Avertissement</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>Le Spark store</translation>
|
<translation>Le Spark store</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation>Désinstallation réussie</translation>
|
<translation>Désinstallation réussie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation>L'URL a été copiée dans le presse - papiers</translation>
|
<translation>L'URL a été copiée dans le presse - papiers</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -411,103 +411,103 @@
|
|||||||
<translation>Fenêtre principale</translation>
|
<translation>Fenêtre principale</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="166"/>
|
<location filename="../src/mainwindow-dtk.ui" line="116"/>
|
||||||
<source>Home</source>
|
<source>Home</source>
|
||||||
<translation>Maison</translation>
|
<translation>Maison</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="203"/>
|
<location filename="../src/mainwindow-dtk.ui" line="153"/>
|
||||||
<source>Network</source>
|
<source>Network</source>
|
||||||
<translation>Réseau</translation>
|
<translation>Réseau</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="231"/>
|
<location filename="../src/mainwindow-dtk.ui" line="181"/>
|
||||||
<source>Chat</source>
|
<source>Chat</source>
|
||||||
<translation>Bavarder</translation>
|
<translation>Bavarder</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="259"/>
|
<location filename="../src/mainwindow-dtk.ui" line="209"/>
|
||||||
<source>Music</source>
|
<source>Music</source>
|
||||||
<translation>Musique</translation>
|
<translation>Musique</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="287"/>
|
<location filename="../src/mainwindow-dtk.ui" line="237"/>
|
||||||
<source>Video</source>
|
<source>Video</source>
|
||||||
<translation>Vidéo</translation>
|
<translation>Vidéo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="315"/>
|
<location filename="../src/mainwindow-dtk.ui" line="265"/>
|
||||||
<source>Picture</source>
|
<source>Picture</source>
|
||||||
<translation>Photos</translation>
|
<translation>Photos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="343"/>
|
<location filename="../src/mainwindow-dtk.ui" line="293"/>
|
||||||
<source>Game</source>
|
<source>Game</source>
|
||||||
<translation>Jeux</translation>
|
<translation>Jeux</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="371"/>
|
<location filename="../src/mainwindow-dtk.ui" line="321"/>
|
||||||
<source>Office</source>
|
<source>Office</source>
|
||||||
<translation>Bureaux</translation>
|
<translation>Bureaux</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="399"/>
|
<location filename="../src/mainwindow-dtk.ui" line="349"/>
|
||||||
<source>Reading</source>
|
<source>Reading</source>
|
||||||
<translation>Lire</translation>
|
<translation>Lire</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="427"/>
|
<location filename="../src/mainwindow-dtk.ui" line="377"/>
|
||||||
<source>Development</source>
|
<source>Development</source>
|
||||||
<translation>Développement</translation>
|
<translation>Développement</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="455"/>
|
<location filename="../src/mainwindow-dtk.ui" line="405"/>
|
||||||
<source>Tool</source>
|
<source>Tool</source>
|
||||||
<translation>Outils</translation>
|
<translation>Outils</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="483"/>
|
<location filename="../src/mainwindow-dtk.ui" line="433"/>
|
||||||
<source>Theme</source>
|
<source>Theme</source>
|
||||||
<translation>Thèmes</translation>
|
<translation>Thèmes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="511"/>
|
<location filename="../src/mainwindow-dtk.ui" line="461"/>
|
||||||
<source>Other</source>
|
<source>Other</source>
|
||||||
<translation>En outre</translation>
|
<translation>En outre</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="539"/>
|
<location filename="../src/mainwindow-dtk.ui" line="489"/>
|
||||||
<source>APP Upgrade</source>
|
<source>APP Upgrade</source>
|
||||||
<translation>Mise à niveau app</translation>
|
<translation>Mise à niveau app</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="206"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="217"/>
|
||||||
<source>Submit App</source>
|
<source>Submit App</source>
|
||||||
<translation>Soumettre une application</translation>
|
<translation>Soumettre une application</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="207"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="218"/>
|
||||||
<source>Submit App with client(Recommanded)</source>
|
<source>Submit App with client(Recommanded)</source>
|
||||||
<translation>Soumettre une demande au client (recommandé)</translation>
|
<translation>Soumettre une demande au client (recommandé)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="208"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="219"/>
|
||||||
<source>Settings</source>
|
<source>Settings</source>
|
||||||
<translation>Paramètres</translation>
|
<translation>Paramètres</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="209"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="220"/>
|
||||||
<source>APP Upgrade and Install Settings</source>
|
<source>APP Upgrade and Install Settings</source>
|
||||||
<translation>Paramètres de mise à niveau et d'installation de l'app</translation>
|
<translation>Paramètres de mise à niveau et d'installation de l'app</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="163"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="171"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="260"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="271"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>Le Spark store</translation>
|
<translation>Le Spark store</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="168"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="176"/>
|
||||||
<source>Search or enter spk://</source>
|
<source>Search or enter spk://</source>
|
||||||
<translation>Rechercher ou entrer SPK /</translation>
|
<translation>Rechercher ou entrer SPK /</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/application.cpp" line="36"/>
|
<location filename="../src/application.cpp" line="36"/>
|
||||||
<location filename="../src/application.cpp" line="37"/>
|
<location filename="../src/application.cpp" line="37"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="142"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="149"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>Le Spark store</translation>
|
<translation>Le Spark store</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
<translation>Télécharger la Liste</translation>
|
<translation>Télécharger la Liste</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="263"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="274"/>
|
||||||
<source>Show MainWindow</source>
|
<source>Show MainWindow</source>
|
||||||
<translation>Afficher la fenêtre principale</translation>
|
<translation>Afficher la fenêtre principale</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -658,12 +658,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>TitleBarMenu</name>
|
<name>TitleBarMenu</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="264"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="275"/>
|
||||||
<source>About</source>
|
<source>About</source>
|
||||||
<translation>À propos</translation>
|
<translation>À propos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="265"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="276"/>
|
||||||
<source>Exit</source>
|
<source>Exit</source>
|
||||||
<translation>Exportations</translation>
|
<translation>Exportations</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="530"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation>下载并安装</translation>
|
<translation>下载并安装</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="502"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation>重新安装</translation>
|
<translation>重新安装</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="478"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation>安装</translation>
|
<translation>安装</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -209,46 +209,46 @@
|
|||||||
<translation>正在安装</translation>
|
<translation>正在安装</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation>警告</translation>
|
<translation>警告</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation>当前应用不支持或未在deepin上测试过,安装后可能会出现问题</translation>
|
<translation>当前应用不支持或未在deepin上测试过,安装后可能会出现问题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation>当前应用不支持或未在UOS上测试过,安装后可能会出现问题</translation>
|
<translation>当前应用不支持或未在UOS上测试过,安装后可能会出现问题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation>当前应用不支持或未在Ubuntu上测试过,安装后可能会出现问题</translation>
|
<translation>当前应用不支持或未在Ubuntu上测试过,安装后可能会出现问题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation>当前应用不支持或未在您的平台上测试过,安装后可能会出现问题</translation>
|
<translation>当前应用不支持或未在您的平台上测试过,安装后可能会出现问题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>星火应用商店</translation>
|
<translation>星火应用商店</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation>卸载成功</translation>
|
<translation>卸载成功</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation>链接已复制到剪贴板</translation>
|
<translation>链接已复制到剪贴板</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -411,103 +411,103 @@
|
|||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="166"/>
|
<location filename="../src/mainwindow-dtk.ui" line="116"/>
|
||||||
<source>Home</source>
|
<source>Home</source>
|
||||||
<translation>主页</translation>
|
<translation>主页</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="203"/>
|
<location filename="../src/mainwindow-dtk.ui" line="153"/>
|
||||||
<source>Network</source>
|
<source>Network</source>
|
||||||
<translation>网络</translation>
|
<translation>网络</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="231"/>
|
<location filename="../src/mainwindow-dtk.ui" line="181"/>
|
||||||
<source>Chat</source>
|
<source>Chat</source>
|
||||||
<translation>社交</translation>
|
<translation>社交</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="259"/>
|
<location filename="../src/mainwindow-dtk.ui" line="209"/>
|
||||||
<source>Music</source>
|
<source>Music</source>
|
||||||
<translation>音乐</translation>
|
<translation>音乐</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="287"/>
|
<location filename="../src/mainwindow-dtk.ui" line="237"/>
|
||||||
<source>Video</source>
|
<source>Video</source>
|
||||||
<translation>视频</translation>
|
<translation>视频</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="315"/>
|
<location filename="../src/mainwindow-dtk.ui" line="265"/>
|
||||||
<source>Picture</source>
|
<source>Picture</source>
|
||||||
<translation>图像</translation>
|
<translation>图像</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="343"/>
|
<location filename="../src/mainwindow-dtk.ui" line="293"/>
|
||||||
<source>Game</source>
|
<source>Game</source>
|
||||||
<translation>游戏</translation>
|
<translation>游戏</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="371"/>
|
<location filename="../src/mainwindow-dtk.ui" line="321"/>
|
||||||
<source>Office</source>
|
<source>Office</source>
|
||||||
<translation>办公</translation>
|
<translation>办公</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="399"/>
|
<location filename="../src/mainwindow-dtk.ui" line="349"/>
|
||||||
<source>Reading</source>
|
<source>Reading</source>
|
||||||
<translation>阅读</translation>
|
<translation>阅读</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="427"/>
|
<location filename="../src/mainwindow-dtk.ui" line="377"/>
|
||||||
<source>Development</source>
|
<source>Development</source>
|
||||||
<translation>开发</translation>
|
<translation>开发</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="455"/>
|
<location filename="../src/mainwindow-dtk.ui" line="405"/>
|
||||||
<source>Tool</source>
|
<source>Tool</source>
|
||||||
<translation>工具</translation>
|
<translation>工具</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="483"/>
|
<location filename="../src/mainwindow-dtk.ui" line="433"/>
|
||||||
<source>Theme</source>
|
<source>Theme</source>
|
||||||
<translation>主题</translation>
|
<translation>主题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="511"/>
|
<location filename="../src/mainwindow-dtk.ui" line="461"/>
|
||||||
<source>Other</source>
|
<source>Other</source>
|
||||||
<translation>其他</translation>
|
<translation>其他</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="539"/>
|
<location filename="../src/mainwindow-dtk.ui" line="489"/>
|
||||||
<source>APP Upgrade</source>
|
<source>APP Upgrade</source>
|
||||||
<translation>更新</translation>
|
<translation>更新</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="206"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="217"/>
|
||||||
<source>Submit App</source>
|
<source>Submit App</source>
|
||||||
<translation>投递应用</translation>
|
<translation>投递应用</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="207"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="218"/>
|
||||||
<source>Submit App with client(Recommanded)</source>
|
<source>Submit App with client(Recommanded)</source>
|
||||||
<translation>使用本地投稿器投递应用(推荐)</translation>
|
<translation>使用本地投稿器投递应用(推荐)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="208"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="219"/>
|
||||||
<source>Settings</source>
|
<source>Settings</source>
|
||||||
<translation>设置</translation>
|
<translation>设置</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="209"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="220"/>
|
||||||
<source>APP Upgrade and Install Settings</source>
|
<source>APP Upgrade and Install Settings</source>
|
||||||
<translation>应用更新和安装设置</translation>
|
<translation>应用更新和安装设置</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="163"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="171"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="260"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="271"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>星火应用商店</translation>
|
<translation>星火应用商店</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="168"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="176"/>
|
||||||
<source>Search or enter spk://</source>
|
<source>Search or enter spk://</source>
|
||||||
<translation>搜索或打开链接</translation>
|
<translation>搜索或打开链接</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/application.cpp" line="36"/>
|
<location filename="../src/application.cpp" line="36"/>
|
||||||
<location filename="../src/application.cpp" line="37"/>
|
<location filename="../src/application.cpp" line="37"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="142"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="149"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>星火应用商店</translation>
|
<translation>星火应用商店</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
<translation>下载列表</translation>
|
<translation>下载列表</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="263"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="274"/>
|
||||||
<source>Show MainWindow</source>
|
<source>Show MainWindow</source>
|
||||||
<translation>显示主窗口</translation>
|
<translation>显示主窗口</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -658,12 +658,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>TitleBarMenu</name>
|
<name>TitleBarMenu</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="264"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="275"/>
|
||||||
<source>About</source>
|
<source>About</source>
|
||||||
<translation>关于</translation>
|
<translation>关于</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="265"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="276"/>
|
||||||
<source>Exit</source>
|
<source>Exit</source>
|
||||||
<translation>退出</translation>
|
<translation>退出</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
<location filename="../src/pages/appintopage.cpp" line="198"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
<location filename="../src/pages/appintopage.cpp" line="336"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
<location filename="../src/pages/appintopage.cpp" line="370"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="530"/>
|
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
||||||
<source>Download and Install</source>
|
<source>Download and Install</source>
|
||||||
<translation>下載並安裝</translation>
|
<translation>下載並安裝</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
<location filename="../src/pages/appintopage.cpp" line="183"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
<location filename="../src/pages/appintopage.cpp" line="363"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="502"/>
|
<location filename="../src/pages/appintopage.cpp" line="505"/>
|
||||||
<source>Reinstall</source>
|
<source>Reinstall</source>
|
||||||
<translation>重新安裝</translation>
|
<translation>重新安裝</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
<location filename="../src/pages/appintopage.cpp" line="341"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="478"/>
|
<location filename="../src/pages/appintopage.cpp" line="481"/>
|
||||||
<source>Install</source>
|
<source>Install</source>
|
||||||
<translation>安装</translation>
|
<translation>安装</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -209,46 +209,46 @@
|
|||||||
<translation>正在安装</translation>
|
<translation>正在安装</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>Warning</source>
|
<source>Warning</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="457"/>
|
<location filename="../src/pages/appintopage.cpp" line="460"/>
|
||||||
<source>The current application does not support or tested on deepin, there may be problems</source>
|
<source>The current application does not support or tested on deepin, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="461"/>
|
<location filename="../src/pages/appintopage.cpp" line="464"/>
|
||||||
<source>The current application does not support or tested on UOS, there may be problems</source>
|
<source>The current application does not support or tested on UOS, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="465"/>
|
<location filename="../src/pages/appintopage.cpp" line="468"/>
|
||||||
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
<source>The current application does not support or tested on Ubuntu, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="469"/>
|
<location filename="../src/pages/appintopage.cpp" line="472"/>
|
||||||
<source>The current application does not support or tested on current platform, there may be problems</source>
|
<source>The current application does not support or tested on current platform, there may be problems</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>星火应用商店</translation>
|
<translation>星火应用商店</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="533"/>
|
<location filename="../src/pages/appintopage.cpp" line="536"/>
|
||||||
<source>Uninstall succeeded</source>
|
<source>Uninstall succeeded</source>
|
||||||
<translation>卸载成功</translation>
|
<translation>卸载成功</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/pages/appintopage.cpp" line="548"/>
|
<location filename="../src/pages/appintopage.cpp" line="551"/>
|
||||||
<source>The URL has been copied to the clipboard</source>
|
<source>The URL has been copied to the clipboard</source>
|
||||||
<translation>链接已复制到剪贴板</translation>
|
<translation>链接已复制到剪贴板</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -411,103 +411,103 @@
|
|||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="166"/>
|
<location filename="../src/mainwindow-dtk.ui" line="116"/>
|
||||||
<source>Home</source>
|
<source>Home</source>
|
||||||
<translation>首頁</translation>
|
<translation>首頁</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="203"/>
|
<location filename="../src/mainwindow-dtk.ui" line="153"/>
|
||||||
<source>Network</source>
|
<source>Network</source>
|
||||||
<translation>網路</translation>
|
<translation>網路</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="231"/>
|
<location filename="../src/mainwindow-dtk.ui" line="181"/>
|
||||||
<source>Chat</source>
|
<source>Chat</source>
|
||||||
<translation>聊天</translation>
|
<translation>聊天</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="259"/>
|
<location filename="../src/mainwindow-dtk.ui" line="209"/>
|
||||||
<source>Music</source>
|
<source>Music</source>
|
||||||
<translation>音樂</translation>
|
<translation>音樂</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="287"/>
|
<location filename="../src/mainwindow-dtk.ui" line="237"/>
|
||||||
<source>Video</source>
|
<source>Video</source>
|
||||||
<translation>播放</translation>
|
<translation>播放</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="315"/>
|
<location filename="../src/mainwindow-dtk.ui" line="265"/>
|
||||||
<source>Picture</source>
|
<source>Picture</source>
|
||||||
<translation>圖片</translation>
|
<translation>圖片</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="343"/>
|
<location filename="../src/mainwindow-dtk.ui" line="293"/>
|
||||||
<source>Game</source>
|
<source>Game</source>
|
||||||
<translation>遊戲</translation>
|
<translation>遊戲</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="371"/>
|
<location filename="../src/mainwindow-dtk.ui" line="321"/>
|
||||||
<source>Office</source>
|
<source>Office</source>
|
||||||
<translation>辦公</translation>
|
<translation>辦公</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="399"/>
|
<location filename="../src/mainwindow-dtk.ui" line="349"/>
|
||||||
<source>Reading</source>
|
<source>Reading</source>
|
||||||
<translation>閱讀</translation>
|
<translation>閱讀</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="427"/>
|
<location filename="../src/mainwindow-dtk.ui" line="377"/>
|
||||||
<source>Development</source>
|
<source>Development</source>
|
||||||
<translation>開發</translation>
|
<translation>開發</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="455"/>
|
<location filename="../src/mainwindow-dtk.ui" line="405"/>
|
||||||
<source>Tool</source>
|
<source>Tool</source>
|
||||||
<translation>工具</translation>
|
<translation>工具</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="483"/>
|
<location filename="../src/mainwindow-dtk.ui" line="433"/>
|
||||||
<source>Theme</source>
|
<source>Theme</source>
|
||||||
<translation>主題</translation>
|
<translation>主題</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="511"/>
|
<location filename="../src/mainwindow-dtk.ui" line="461"/>
|
||||||
<source>Other</source>
|
<source>Other</source>
|
||||||
<translation>其他</translation>
|
<translation>其他</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.ui" line="539"/>
|
<location filename="../src/mainwindow-dtk.ui" line="489"/>
|
||||||
<source>APP Upgrade</source>
|
<source>APP Upgrade</source>
|
||||||
<translation>軟體更新</translation>
|
<translation>軟體更新</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="206"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="217"/>
|
||||||
<source>Submit App</source>
|
<source>Submit App</source>
|
||||||
<translation>上傳軟體</translation>
|
<translation>上傳軟體</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="207"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="218"/>
|
||||||
<source>Submit App with client(Recommanded)</source>
|
<source>Submit App with client(Recommanded)</source>
|
||||||
<translation>從客戶端上傳軟體(推薦的)</translation>
|
<translation>從客戶端上傳軟體(推薦的)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="208"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="219"/>
|
||||||
<source>Settings</source>
|
<source>Settings</source>
|
||||||
<translation>設定</translation>
|
<translation>設定</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="209"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="220"/>
|
||||||
<source>APP Upgrade and Install Settings</source>
|
<source>APP Upgrade and Install Settings</source>
|
||||||
<translation>軟體升級 和 安裝設定</translation>
|
<translation>軟體升級 和 安裝設定</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="163"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="171"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="260"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="271"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>星火应用商店</translation>
|
<translation>星火应用商店</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="168"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="176"/>
|
||||||
<source>Search or enter spk://</source>
|
<source>Search or enter spk://</source>
|
||||||
<translation>搜索或打开链接</translation>
|
<translation>搜索或打开链接</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../src/application.cpp" line="36"/>
|
<location filename="../src/application.cpp" line="36"/>
|
||||||
<location filename="../src/application.cpp" line="37"/>
|
<location filename="../src/application.cpp" line="37"/>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="142"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="149"/>
|
||||||
<source>Spark Store</source>
|
<source>Spark Store</source>
|
||||||
<translation>星火应用商店</translation>
|
<translation>星火应用商店</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
<translation>下载列表</translation>
|
<translation>下载列表</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="263"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="274"/>
|
||||||
<source>Show MainWindow</source>
|
<source>Show MainWindow</source>
|
||||||
<translation>显示主窗口</translation>
|
<translation>显示主窗口</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -658,12 +658,12 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>TitleBarMenu</name>
|
<name>TitleBarMenu</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="264"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="275"/>
|
||||||
<source>About</source>
|
<source>About</source>
|
||||||
<translation>关于</translation>
|
<translation>关于</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/mainwindow-dtk.cpp" line="265"/>
|
<location filename="../src/mainwindow-dtk.cpp" line="276"/>
|
||||||
<source>Exit</source>
|
<source>Exit</source>
|
||||||
<translation>退出</translation>
|
<translation>退出</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
Reference in New Issue
Block a user