!370 更新规范化 Transhell 文本

* 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.
This commit is contained in:
2025-10-13 13:38:50 +00:00
committed by shenmo
parent 9936b10d37
commit 3ec3d09781
15 changed files with 109 additions and 109 deletions

View File

@@ -1,18 +1,18 @@
#!/bin/bash
TRANSHELL_CONTENT_UPDATE_CHEKING_PLEASE_WAIT="Checking for update, please wait..."
TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL="Spark Store APP Upgrade module"
TRANSHELL_CONTENT_CHECK_UPDATE_PROCESS_ERROR_PRESS_CONFIRM_TO_CHECK="Error occured in checking for update! Press Confirm to get the error log (Can be useful when feedback)"
TRANSHELL_CONTENT_I_ALREDY_COPIED_THE_LOG_HERE_AND_WILL_USE_IT_TO_FEEDBACK="I already copied the log in the text box and I will attach it when feeding back. You can find feedback entry in the settings which is located in the top right of the store."
TRANSHELL_CONTENT_FEEDBACK_CAN_BE_FOUND_IN_THE_SETTINGS="Feedback entry in the settings which is located in the top right of the store"
TRANSHELL_CONTENT_NO_NEED_TO_UPGRADE="All APPs are up to date."
TRANSHELL_CONTENT_CAN_NOT_UPGRADE_FOR_BEING_HOLD="Unable to upgrade: Being marked as hold"
TRANSHELL_CONTENT_CHOOSE_APP_TO_UPGRADE="Choose the app you want to upgrade"
TRANSHELL_CONTENT_CHOOSE="Choose"
TRANSHELL_CONTENT_APP_NAME="APP name"
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="Upgrade from"
TRANSHELL_CONTENT_NO_APP_IS_CHOSEN="No app is chosen"
TRANSHELL_CONTENT_UPGRADING_PLEASE_WAIT="Upgrading $APP_UPGRADE , please wait..."
TRANSHELL_CONTENT_CHOSEN_APP_UPGRADE_FINISHED="The chosen app is upgraded"
TRANSHELL_CONTENT_APP_UGRADE_PROCESS_ERROR_PRESS_CONFIRM_TO_CHECK="Error occured when upgrading! Press Confirm to get the error log (Can be useful when feedback)"
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."