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.
18 lines
1.7 KiB
Bash
18 lines
1.7 KiB
Bash
#!/bin/bash
|
|
TRANSHELL_CONTENT_UPDATE_CHEKING_PLEASE_WAIT="Checking for updates, please wait..."
|
|
TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL="Spark Store Update Module"
|
|
TRANSHELL_CONTENT_CHECK_UPDATE_PROCESS_ERROR_PRESS_CONFIRM_TO_CHECK="An error occurred during the update check process. Click Confirm to view the error log, which can be used for issue reporting."
|
|
TRANSHELL_CONTENT_I_ALREDY_COPIED_THE_LOG_HERE_AND_WILL_USE_IT_TO_FEEDBACK="I have copied the log in this text box and will attach it when submitting feedback. The feedback option can be found in the Settings menu at the top-right corner of the main interface."
|
|
TRANSHELL_CONTENT_FEEDBACK_CAN_BE_FOUND_IN_THE_SETTINGS="The feedback option can be found in the Settings menu at the top-right corner of the main interface."
|
|
TRANSHELL_CONTENT_NO_NEED_TO_UPGRADE="All packages are already up to date."
|
|
TRANSHELL_CONTENT_CAN_NOT_UPGRADE_FOR_BEING_HOLD="Unable to update: the current package status is marked as Hold."
|
|
TRANSHELL_CONTENT_CHOOSE_APP_TO_UPGRADE="Please select the application you want to update."
|
|
TRANSHELL_CONTENT_CHOOSE="Select"
|
|
TRANSHELL_CONTENT_APP_NAME="Application Name"
|
|
TRANSHELL_CONTENT_PKG_NAME="Package Name"
|
|
TRANSHELL_CONTENT_NEW_VERSION="New Version"
|
|
TRANSHELL_CONTENT_UPGRADE_FROM="Updating from this version"
|
|
TRANSHELL_CONTENT_NO_APP_IS_CHOSEN="You have not selected any application."
|
|
TRANSHELL_CONTENT_UPGRADING_PLEASE_WAIT="Updating $APP_UPGRADE, please wait..."
|
|
TRANSHELL_CONTENT_CHOSEN_APP_UPGRADE_FINISHED="The selected application has been successfully updated."
|
|
TRANSHELL_CONTENT_APP_UGRADE_PROCESS_ERROR_PRESS_CONFIRM_TO_CHECK="An error occurred during the update process. Click Confirm to view the error log, which can be used for issue reporting." |