mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-11-02 15:22:21 +08:00
* update tool/update-upgrade/transhell/ss-do-upgrade.sh_en_US.transhell. * update tool/update-upgrade/transhell/ss-do-upgrade.sh_zh_TW.transhell. * update tool/update-upgrade/transhell/ss-do-upgrade.sh_zh_CN.transhell. * update tool/update-upgrade/transhell/ss-update-controler.sh_en_US.transhell. * update tool/update-upgrade/transhell/ss-update-controler.sh_zh_TW.transhell. * update tool/update-upgrade/transhell/ss-update-controler.sh_zh_CN.transhell. * update tool/update-upgrade/transhell/ss-update-notifier.sh_en_US.transhell. * update tool/update-upgrade/transhell/ss-update-notifier.sh_zh_TW.transhell. * update tool/update-upgrade/transhell/ss-update-notifier.sh_zh_CN.transhell. * update pkg/usr/share/aptss/transhell/aptss_en_US.transhell. * update pkg/usr/share/aptss/transhell/aptss_zh_CN.transhell. * update pkg/usr/share/ssinstall-local/transhell/ssinstall-local_en_US.transhell. * update pkg/usr/share/ssinstall/transhell/ssinstall_en_US.transhell. * update pkg/usr/share/ssinstall-local/transhell/ssinstall-local_zh_CN.transhell. * update pkg/usr/share/ssinstall/transhell/ssinstall_zh_CN.transhell.
5 lines
529 B
Bash
5 lines
529 B
Bash
#!/bin/bash
|
|
TRANSHELL_CONTENT_NETWORK_FAIL="The current network is abnormal. To prevent blocking the dpkg process, the update has been paused."
|
|
TRANSHELL_CONTENT_UPDATE_ERROR_AND_WAIT_15_SEC="An error occurred during the update process. It will automatically retry in 15 seconds."
|
|
TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_NOTIFY="Spark Store Update Notifier"
|
|
TRANSHELL_CONTENT_THERE_ARE_APPS_TO_UPGRADE="There are ${update_app_number} packages available for update in the repository. Click to open the Spark Store menu for details." |