diff --git a/tool/ssaudit b/tool/ssaudit
index e6cced1..0cc7e2e 100755
--- a/tool/ssaudit
+++ b/tool/ssaudit
@@ -257,7 +257,10 @@ function install_in_ace_env() {
local ace_cmd="$1"
local deb_path="$2"
local ace_env_pkg="${3#*:}"
-
+ if [ "$IS_ACE_ENV" != "" ]; then
+ echo "无法在ACE中安装ACE包"
+ return 1
+ fi
if ! ensure_ace_env "$ace_env_pkg"; then
return 1
fi
@@ -316,7 +319,7 @@ function auto_try_install() {
fi
# 如果主机安装失败且不在强制本地模式,尝试ACE环境
- if [ "$FORCE_NATIVE" -eq 0 ]; then
+ if [ "$FORCE_NATIVE" -eq 0 ] || [ "$IS_ACE_ENV" = "" ]; then
for ace_entry in "${ACE_ENVIRONMENTS_FOR_AUTOINSTALL[@]}"; do
local ace_cmd=${ace_entry%%:*}
local ace_env_pkg=${ace_entry#*:}
diff --git a/tool/ssinstall b/tool/ssinstall
index 3ec57c1..19186b8 100755
--- a/tool/ssinstall
+++ b/tool/ssinstall
@@ -258,6 +258,10 @@ function install_in_ace_env() {
local deb_path="$2"
local ace_env_pkg="${3#*:}"
+ if [ "$IS_ACE_ENV" != "" ]; then
+ echo "无法在ACE中安装ACE包"
+ return 1
+ fi
if ! ensure_ace_env "$ace_env_pkg"; then
return 1
fi
@@ -315,8 +319,8 @@ function auto_try_install() {
return 0
fi
- # 如果主机安装失败且不在强制本地模式,尝试ACE环境
- if [ "$FORCE_NATIVE" -eq 0 ]; then
+ # 如果主机安装失败,并非在ACE内运行且不在强制本地模式,尝试ACE环境
+ if [ "$FORCE_NATIVE" -eq 0 ] || [ "$IS_ACE_ENV" = "" ]; then
for ace_entry in "${ACE_ENVIRONMENTS_FOR_AUTOINSTALL[@]}"; do
local ace_cmd=${ace_entry%%:*}
local ace_env_pkg=${ace_entry#*:}
@@ -391,7 +395,9 @@ function lock_file() {
}
function unlock_file() {
+ if [ -e "$1" ];then
chattr -i "$1"
+ fi
}
# 主安装流程
diff --git a/tool/store-helper/check-is-installed b/tool/store-helper/check-is-installed
index 97b0201..9aaffe0 100755
--- a/tool/store-helper/check-is-installed
+++ b/tool/store-helper/check-is-installed
@@ -2,13 +2,15 @@
dpkg -s "$1" > /dev/null
RET="$?"
if [[ "$RET" != "0" ]] &&[[ "$IS_ACE_ENV" == "" ]];then ## 如果未在ACE环境中
- # 定义按顺序尝试的ACE环境(命令:推荐安装包)
- declare -a ace_commands_order=(
- "bookworm-run:amber-ce-bookworm"
- "trixie-run:amber-ce-trixie"
- "deepin23-run:amber-ce-deepin23"
- )
-for ace_entry in "${ace_commands_order[@]}"; do
+readonly ACE_ENVIRONMENTS=(
+ "bookworm-run:amber-ce-bookworm"
+ "trixie-run:amber-ce-trixie"
+ "deepin23-run:amber-ce-deepin23"
+ "sid-run:amber-ce-sid"
+)
+
+
+for ace_entry in "${ACE_ENVIRONMENTS[@]}"; do
ace_cmd=${ace_entry%%:*}
if command -v "$ace_cmd" >/dev/null 2>&1; then
echo "----------------------------------------"
diff --git a/translations/spark-store_en.ts b/translations/spark-store_en.ts
index 9932a13..e14fb49 100644
--- a/translations/spark-store_en.ts
+++ b/translations/spark-store_en.ts
@@ -24,68 +24,63 @@
-
-
+
+
+ <html><head/><body><p>Capable to deepin 23</p></body></html>
+
+
+
+
+ <html><head/><body><p>This app is developed by community user,we give this tag to honor those who contribute to the Linux Ecology</p></body></html>
-
-
+
+ <html><head/><body><p>Capable to UOS home 20</p></body></html>
-
-
+
+ <html><head/><body><p>A deepin-wine2 app. Spark Store will automatically configure the wine kit for you.</p></body></html>
-
- <html><head/><body><p><img src=":/tags/dwine2-small.png"/></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>This is a DTK5 app,which means it would have better effect on Deepin Desktop Environment</p></body></html>
-
-
- <html><head/><body><p>Capable to deepin 20</p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>An Appimage to deb app.</p></body></html>
-
+ ShareSpk share link
-
+ APP Feedback
-
+ Introduction
-
+ Description
-
+ Screen capture
@@ -94,94 +89,55 @@
-
+ Download and Install
-
- <html><head/><body><p><img src=":/tags/community.svg" height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>Capable to Ubuntu 22.04</p></body></html>
-
- <html><head/><body><p><img src=":/tags/ubuntu.png" width=30 height=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/uos-authorize.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/logo_icon.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/deepin.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/a2d.png"height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>A Wine app.Spark Store will automatically configure the wine kit for you</p></body></html>
-
- <html><head/><body><p><img src=":/tags/dwine5.svg" height=30 width=30 /></p></body></html>
-
-
-
-
+
+ <html><head/><body><p>Capable to Debian Stable</p></body></html>
-
- <html><head/><body><p><img src=":/tags/debian.svg" height="30" width="30"/></p></body></html>
-
-
-
-
+ Update
-
+ Contributor
-
+ Pkgname
-
+ Author
-
+ Size
-
+ Website
@@ -260,18 +216,18 @@
-
+ Spark Store
-
+ Uninstall succeeded
-
+ The URL has been copied to the clipboard
@@ -359,9 +315,9 @@
-
-
+
+ Spark Store
@@ -372,32 +328,32 @@
-
+ Installation complete.
-
-
+
+ Finish
-
+ Retry
-
-
-
-
- Error happened in dpkg progress , please check the install info or try to reinstall.
-
-
+ Error happened in dpkg progress , please check the install info or try to reinstall.
+
+
+
+
+
+ dpkg progress had been aborted, please check the install info or try to reinstall.
diff --git a/translations/spark-store_es.ts b/translations/spark-store_es.ts
index bc77882..d41cefe 100644
--- a/translations/spark-store_es.ts
+++ b/translations/spark-store_es.ts
@@ -24,68 +24,63 @@
Número de descargas
-
-
+
+
+ <html><head/><body><p>Capable to deepin 23</p></body></html>
+ <html><head/><body><p>Capaz de deepin 20</p></body></html> {23<?}
+
+
+
+ <html><head/><body><p>This app is developed by community user,we give this tag to honor those who contribute to the Linux Ecology</p></body></html><html><head/><body><p>Esta aplicación fue desarrollada por usuarios de la comunidad y la Etiquetamos en honor a aquellos que contribuyeron a la ecología de linux.</p></body></html>
-
-
+
+ <html><head/><body><p>Capable to UOS home 20</p></body></html><html><head/><body><p>Capaz de UOS home 20</p></body></html>
-
-
+
+ <html><head/><body><p>A deepin-wine2 app. Spark Store will automatically configure the wine kit for you.</p></body></html><html><head/><body><p>A deepin-wine2 app. La tienda Spark le configurará automáticamente un traje de vino.</p></body></html>
-
- <html><head/><body><p><img src=":/tags/dwine2-small.png"/></p></body></html>
- <html><head/><body><p><img src=":/tags/dwine2-small.png"/></p></body></html>
-
-
-
-
+
+ <html><head/><body><p>This is a DTK5 app,which means it would have better effect on Deepin Desktop Environment</p></body></html><html><head/><body><p>Esta es una aplicación dtk5, lo que significa que funcionará mejor en un entorno de escritorio profundo.</p></body></html>
-
-
- <html><head/><body><p>Capable to deepin 20</p></body></html>
- <html><head/><body><p>Capaz de deepin 20</p></body></html>
-
-
-
-
+
+ <html><head/><body><p>An Appimage to deb app.</p></body></html><html><head/><body><p>Appimage de la aplicación deb.</p></body></html>
-
+ ShareComunión
-
+ APP FeedbackComentarios de la app
-
+ IntroductionIntroducción
-
+ DescriptionDescripción
-
+ Screen captureCaptura de pantalla
@@ -94,94 +89,55 @@
-
+ Download and InstallDescargar e instalar
-
- <html><head/><body><p><img src=":/tags/community.svg" height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>Capable to Ubuntu 22.04</p></body></html><html><head/><body><p>Capaz de Ubuntu 22.04</p></body></html>
-
- <html><head/><body><p><img src=":/tags/ubuntu.png" width=30 height=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/uos-authorize.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/logo_icon.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/deepin.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/a2d.png"height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>A Wine app.Spark Store will automatically configure the wine kit for you</p></body></html><html><head/><body><p>La aplicación wine. Spark Store configurará automáticamente el kit Wine para usted</p></body></html>
-
- <html><head/><body><p><img src=":/tags/dwine5.svg" height=30 width=30 /></p></body></html>
-
-
-
-
+
+ <html><head/><body><p>Capable to Debian Stable</p></body></html>
-
- <html><head/><body><p><img src=":/tags/debian.svg" height="30" width="30"/></p></body></html>
-
-
-
-
+ UpdateModernizar
-
+ ContributorContribuyentes
-
+ PkgnameNombre del embalaje
-
+ AuthorAutor
-
+ SizeTamaño
-
+ WebsiteSitio web
@@ -260,18 +216,18 @@
-
+ Spark StoreSPARK Store
-
+ Uninstall succeededDesinstalación exitosa
-
+ The URL has been copied to the clipboardLa URL ha sido copiada al portapapeles
@@ -359,9 +315,9 @@
Descarga completada.
-
-
+
+ Spark StoreSPARK Store
@@ -372,32 +328,32 @@
Se está instalando
-
+ Installation complete.La instalación está completa.
-
-
+
+ FinishCompletado
-
+ RetryReinterpretar
-
-
-
-
- Error happened in dpkg progress , please check the install info or try to reinstall.
- Se produjo un error durante el proceso dpkg, verifique la información de instalación o intente reinstalar.
-
+ Error happened in dpkg progress , please check the install info or try to reinstall.
+ Se produjo un error durante el proceso dpkg, verifique la información de instalación o intente reinstalar.
+
+
+
+
+ dpkg progress had been aborted, please check the install info or try to reinstall.El proceso de DPKG ha sido interrumpido, compruebe la información de instalación o intente reinstalar.
diff --git a/translations/spark-store_fr.ts b/translations/spark-store_fr.ts
index 1e62451..5c08721 100644
--- a/translations/spark-store_fr.ts
+++ b/translations/spark-store_fr.ts
@@ -24,68 +24,63 @@
Nombre de téléchargements
-
-
+
+
+ <html><head/><body><p>Capable to deepin 23</p></body></html>
+ <html><head/><body><p>Capable de la deepin 20</p></body></html> {23<?}
+
+
+
+ <html><head/><body><p>This app is developed by community user,we give this tag to honor those who contribute to the Linux Ecology</p></body></html><html><head/><body><p>Cette application a été développée par des utilisateurs de la communauté et nous avons donné ce label à ceux qui ont contribué à l'écologie de Linux</p></body></html>
-
-
+
+ <html><head/><body><p>Capable to UOS home 20</p></body></html><html><head/><body><p>Capable de la home UOS 20</p></body></html>
-
-
+
+ <html><head/><body><p>A deepin-wine2 app. Spark Store will automatically configure the wine kit for you.</p></body></html><html><head/><body><p>Une application deepin-wine2. Le Spark Store configure automatiquement votre pack de vins.</p></body></html>
-
- <html><head/><body><p><img src=":/tags/dwine2-small.png"/></p></body></html>
- <html><head/><body><p><img src=":/tags/dwine2-small.png"/></p></body></html>
-
-
-
-
+
+ <html><head/><body><p>This is a DTK5 app,which means it would have better effect on Deepin Desktop Environment</p></body></html><html><head/><body><p>C'est une application dtk5, ce qui signifie qu'elle fonctionnera mieux dans un environnement de bureau profond.</p></body></html>
-
-
- <html><head/><body><p>Capable to deepin 20</p></body></html>
- <html><head/><body><p>Capable de la deepin 20</p></body></html>
-
-
-
-
+
+ <html><head/><body><p>An Appimage to deb app.</p></body></html><html><head/><body><p>Appimage pour l'application DEB</p></body></html>
-
+ ShareAu total
-
+ APP FeedbackApp feedback
-
+ IntroductionPrésentation
-
+ DescriptionDescription
-
+ Screen captureCaptures d'écran
@@ -94,94 +89,55 @@
-
+ Download and InstallTélécharger et installer
-
- <html><head/><body><p><img src=":/tags/community.svg" height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>Capable to Ubuntu 22.04</p></body></html><html><head/><body><p>Capable de la Ubuntu 22.04</p></body></html>
-
- <html><head/><body><p><img src=":/tags/ubuntu.png" width=30 height=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/uos-authorize.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/logo_icon.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/deepin.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/a2d.png"height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>A Wine app.Spark Store will automatically configure the wine kit for you</p></body></html><html><head/><body><p>L'application wine. Spark Store configure automatiquement le kit Wine pour vous</p></body></html>
-
- <html><head/><body><p><img src=":/tags/dwine5.svg" height=30 width=30 /></p></body></html>
-
-
-
-
+
+ <html><head/><body><p>Capable to Debian Stable</p></body></html>
-
- <html><head/><body><p><img src=":/tags/debian.svg" height="30" width="30"/></p></body></html>
-
-
-
-
+ UpdateModerniser
-
+ ContributorContributeurs
-
+ PkgnameNom de l'emballage
-
+ AuthorAuteur
-
+ SizeTaille
-
+ WebsiteSite Web
@@ -260,18 +216,18 @@
-
+ Spark StoreLe Spark store
-
+ Uninstall succeededDésinstallation réussie
-
+ The URL has been copied to the clipboardL'URL a été copiée dans le presse - papiers
@@ -359,9 +315,9 @@
Le téléchargement est terminé.
-
-
+
+ Spark StoreLe Spark store
@@ -372,32 +328,32 @@
Installation en cours
-
+ Installation complete.L'installation est terminée.
-
-
+
+ FinishTerminé
-
+ RetryEssayez à nouveau
-
-
-
-
- Error happened in dpkg progress , please check the install info or try to reinstall.
- Une erreur s'est produite dans le processus dpkg, vérifiez les informations d'installation ou essayez de réinstaller.
-
+ Error happened in dpkg progress , please check the install info or try to reinstall.
+ Une erreur s'est produite dans le processus dpkg, vérifiez les informations d'installation ou essayez de réinstaller.
+
+
+
+
+ dpkg progress had been aborted, please check the install info or try to reinstall.La progression de DPKG a été interrompue, veuillez vérifier les informations d’installation ou essayer de réinstaller.
diff --git a/translations/spark-store_zh_CN.ts b/translations/spark-store_zh_CN.ts
index 3765f74..fae7ea2 100644
--- a/translations/spark-store_zh_CN.ts
+++ b/translations/spark-store_zh_CN.ts
@@ -24,63 +24,58 @@
下载量
-
-
+
+
+ <html><head/><body><p>Capable to deepin 23</p></body></html>
+ <html><head/><body><p>支持deepin 20</p></body></html> {23<?}
+
+
+
+ <html><head/><body><p>This app is developed by community user,we give this tag to honor those who contribute to the Linux Ecology</p></body></html><html><head/><body><p>这款应用是社区开发者开发的,我们为社区开发者颁发这款勋章以表彰他们对Linux生态的贡献</p></body></html>
-
-
+
+ <html><head/><body><p>Capable to UOS home 20</p></body></html><html><head/><body><p>支持UOS家庭版 20</p></body></html>
-
-
+
+ <html><head/><body><p>A deepin-wine2 app. Spark Store will automatically configure the wine kit for you.</p></body></html>这是一款 deepin-wine2 应用。星火商店会为你自动配置wine环境
-
- <html><head/><body><p><img src=":/tags/dwine2-small.png"/></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>This is a DTK5 app,which means it would have better effect on Deepin Desktop Environment</p></body></html><html><head/><body><p>这是一款DTK5应用,请使用深度桌面环境来获得最完美的体验</p></body></html>
-
-
- <html><head/><body><p>Capable to deepin 20</p></body></html>
- <html><head/><body><p>支持deepin 20</p></body></html>
-
-
-
-
+
+ <html><head/><body><p>An Appimage to deb app.</p></body></html><html><head/><body><p>这是一款Appimage转制应用.</p></body></html>
-
+ ShareSpk分享链接
-
+ APP Feedback应用反馈
-
+ Description描述
-
+ Screen capture屏幕截图
@@ -89,99 +84,60 @@
-
+ Download and Install下载并安装
-
- <html><head/><body><p><img src=":/tags/community.svg" height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>Capable to Ubuntu 22.04</p></body></html><html><head/><body><p>支持Ubuntu 22.04</p></body></html>
-
- <html><head/><body><p><img src=":/tags/ubuntu.png" width=30 height=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/uos-authorize.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/logo_icon.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/deepin.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/a2d.png"height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>A Wine app.Spark Store will automatically configure the wine kit for you</p></body></html>这是一款 Wine 应用。星火商店会为你自动配置wine环境
-
- <html><head/><body><p><img src=":/tags/dwine5.svg" height=30 width=30 /></p></body></html>
-
-
-
-
+
+ <html><head/><body><p>Capable to Debian Stable</p></body></html><html><head/><body><p>支持Debian Stable</p></body></html>
-
- <html><head/><body><p><img src=":/tags/debian.svg" height="30" width="30"/></p></body></html>
-
-
-
-
+ Introduction介绍
-
+ Update更新时间
-
+ Contributor投稿用户
-
+ Pkgname软件包名
-
+ Author软件作者
-
+ Size软件大小
-
+ Website软件官网
@@ -260,18 +216,18 @@
当前应用不支持或未在您的平台上测试过,安装后可能会出现问题
-
+ Spark Store星火应用商店
-
+ Uninstall succeeded卸载成功
-
+ The URL has been copied to the clipboard链接已复制到剪贴板
@@ -359,9 +315,9 @@
下载完成.
-
-
+
+ Spark Store星火应用商店
@@ -372,32 +328,32 @@
正在安装
-
+ Installation complete.安装完成.
-
-
+
+ Finish完成
-
+ Retry重试
-
-
-
-
- Error happened in dpkg progress , please check the install info or try to reinstall.
- 安装出现错误,请检查安装详情或尝试重新安装。
-
+ Error happened in dpkg progress , please check the install info or try to reinstall.
+ 安装出现错误,请检查安装详情或尝试重新安装。
+
+
+
+
+ dpkg progress had been aborted, please check the install info or try to reinstall.安装被中止,请检查安装详情或尝试重新安装。
diff --git a/translations/spark-store_zh_TW.ts b/translations/spark-store_zh_TW.ts
index ddc6048..6d84644 100644
--- a/translations/spark-store_zh_TW.ts
+++ b/translations/spark-store_zh_TW.ts
@@ -24,63 +24,58 @@
下載次數
-
-
+
+
+ <html><head/><body><p>Capable to deepin 23</p></body></html>
+ <html><head/><body><p>支持deepin 20</p></body></html> {23<?}
+
+
+
+ <html><head/><body><p>This app is developed by community user,we give this tag to honor those who contribute to the Linux Ecology</p></body></html><html><head/><body><p>这款应用是社区开发者开发的,我们为社区开发者颁发这款勋章以表彰他们对Linux生态的贡献</p></body></html>
-
-
+
+ <html><head/><body><p>Capable to UOS home 20</p></body></html><html><head/><body><p>支持UOS家庭版 20</p></body></html>
-
-
+
+ <html><head/><body><p>A deepin-wine2 app. Spark Store will automatically configure the wine kit for you.</p></body></html>这是一款 deepin-wine2 应用。星火商店会为你自动配置wine环境
-
- <html><head/><body><p><img src=":/tags/dwine2-small.png"/></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>This is a DTK5 app,which means it would have better effect on Deepin Desktop Environment</p></body></html><html><head/><body><p>这是一款DTK5应用,请使用深度桌面环境来获得最完美的体验</p></body></html>
-
-
- <html><head/><body><p>Capable to deepin 20</p></body></html>
- <html><head/><body><p>支持deepin 20</p></body></html>
-
-
-
-
+
+ <html><head/><body><p>An Appimage to deb app.</p></body></html><html><head/><body><p>这是一款Appimage转制应用.</p></body></html>
-
+ ShareSpk共享链接
-
+ APP Feedback軟件錯誤回報
-
+ Description軟體詳細資料
-
+ Screen capture軟體演示
@@ -89,99 +84,60 @@
-
+ Download and Install下載並安裝
-
- <html><head/><body><p><img src=":/tags/community.svg" height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>Capable to Ubuntu 22.04</p></body></html><html><head/><body><p>支持Ubuntu 22.04</p></body></html>
-
- <html><head/><body><p><img src=":/tags/ubuntu.png" width=30 height=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/uos-authorize.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/logo_icon.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/deepin.svg" height=30 width=30 /></p></body></html>
-
-
-
-
- <html><head/><body><p><img src=":/tags/a2d.png"height=30 width=30 /></p></body></html>
-
-
-
-
-
+
+ <html><head/><body><p>A Wine app.Spark Store will automatically configure the wine kit for you</p></body></html>这是一款 Wine 应用。星火商店会为你自动配置wine环境
-
- <html><head/><body><p><img src=":/tags/dwine5.svg" height=30 width=30 /></p></body></html>
-
-
-
-
+
+ <html><head/><body><p>Capable to Debian Stable</p></body></html>
-
- <html><head/><body><p><img src=":/tags/debian.svg" height="30" width="30"/></p></body></html>
-
-
-
-
+ Introduction軟體介紹
-
+ Update更新时间
-
+ Contributor投稿用户
-
+ Pkgname软件包名
-
+ Author软件作者
-
+ Size软件大小
-
+ Website软件官网
@@ -260,18 +216,18 @@
-
+ Spark Store星火应用商店
-
+ Uninstall succeeded卸载成功
-
+ The URL has been copied to the clipboard链接已复制到剪贴板
@@ -359,9 +315,9 @@
下載完成.
-
-
+
+ Spark Store星火应用商店
@@ -372,32 +328,32 @@
正在安裝
-
+ Installation complete.安裝完成.
-
-
+
+ Finish完成
-
+ Retry重试
-
-
-
-
- Error happened in dpkg progress , please check the install info or try to reinstall.
- 安裝出現錯誤,請檢查安裝詳情或嘗試重新安裝。
-
+ Error happened in dpkg progress , please check the install info or try to reinstall.
+ 安裝出現錯誤,請檢查安裝詳情或嘗試重新安裝。
+
+
+
+
+ dpkg progress had been aborted, please check the install info or try to reinstall.安裝被中止,請檢查安裝詳情或嘗試重新安裝。