!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,6 +1,6 @@
#!/bin/bash
TRANSHELL_CONTENT_HASH_CHECK_FAILED="Failed in checking package hash! \nPossibly reason can be the package is broken, laggy in sync of Spark Store repository, or, there is a malware attempt to attack. \nIf you don't know what happend, please try install again after execute the command below\n sudo aptss update\n\nIf the problem still happen, please click APP Feedback button in the APP information page to feedback to us.\n\n If you are in the Audition GroupPlease use ssaudit instead of ssinstall to audit APPsfor ssinstall is used for password-free install now.\nIf you want to install an app that is removed from Spark Store repositoryyou can also use ssaudit."
TRANSHELL_CONTENT_PLEASE_RUN_AS_ROOT="Please run ssinstall as root"
TRANSHELL_CONTENT_FILE_NOT_EXIST="File not exist"
TRANSHELL_CONTENT_WILL_NOT_DELETE_DEB="No delete after install option given, will not delete the deb"
TRANSHELL_CONTENT_DEB_IS_DELETED="--delete-after-install option is given and the installation is succeeded, delete the deb file."
TRANSHELL_CONTENT_HASH_CHECK_FAILED="An unexpected error caused the package verification to fail, and the installation process has been terminated.\n\nPossible causes include:\nNetwork or storage issues resulting in a corrupted package; The Spark Store repository has not yet completed synchronization; In extreme cases, malware may be attempting to tamper with the installation package to compromise the system.\n\nFor normal users: please run the following command in the terminal and then try installing again:\nsudo aptss update\n\nIf the problem persists, click 'App Feedback' button in the application information page to submit the issue.\n\nFor auditors: please use ssaudit instead of ssinstall for auditing, as ssinstall is now reserved for password-free installation.\nThe ssaudit command can also be used to attempt installation of applications that have been removed from the Spark Store."
TRANSHELL_CONTENT_PLEASE_RUN_AS_ROOT="Please run the ssinstall command with Root privileges."
TRANSHELL_CONTENT_FILE_NOT_EXIST="The specified file does not exist."
TRANSHELL_CONTENT_WILL_NOT_DELETE_DEB="No --delete-after-install option specified or installation failed. The Deb package will not be deleted."
TRANSHELL_CONTENT_DEB_IS_DELETED="The --delete-after-install option was used and the installation succeeded. The Deb package has been deleted."

View File

@@ -1,6 +1,6 @@
#!/bin/bash
TRANSHELL_CONTENT_HASH_CHECK_FAILED="软件包校验失败!这不应该发生!\n可能是因为软件包损坏星火仓库未同步,或者最坏的情况:恶意软件尝试利用自动安装来入侵系统!\n如果你不清楚发生了什么执行 sudo aptss update 后再尝试安装。\n如果问题仍然存在,请在应用信息界面点击 应用反馈 来提交反馈给我们!\n\n 如果你是审核人员,请使用 ssaudit替代ssinstall进行审核工作,因为现在ssinstall已被用于免密安装。\n如果你正在尝试安装已经下架的星火应用也可用ssaudit来替代ssinstall"
TRANSHELL_CONTENT_PLEASE_RUN_AS_ROOT="请使用root启动ssinstall"
TRANSHELL_CONTENT_FILE_NOT_EXIST="文件不存在"
TRANSHELL_CONTENT_WILL_NOT_DELETE_DEB="未指定安装后删除或安装出错,不删除deb包"
TRANSHELL_CONTENT_DEB_IS_DELETED="使用了--delete-after-install选项且安装未出错删除deb包"
TRANSHELL_CONTENT_HASH_CHECK_FAILED="意外错误导致软件包校验失败,安装进程已终止。\n\n可能导致此错误的原因\n网络或存储问题导致软件包损坏星火应用商店软件仓库未完成同步;极端情况下,恶意软件尝试篡改安装包进行入侵。\n\n对于普通用户请在终端执行 sudo aptss update 后再尝试安装;如仍然遇到此错误,请在应用信息界面点击应用反馈”提交问题。\n对于审核人员,请使用 ssaudit 替代 ssinstall 执行,现在 ssinstall 已被用于免密安装;此替代命令也可用于尝试安装已于星火应用商店下架的应用。"
TRANSHELL_CONTENT_PLEASE_RUN_AS_ROOT="请使用 Root 权限运行 ssinstall 命令。"
TRANSHELL_CONTENT_FILE_NOT_EXIST="指定的文件不存在"
TRANSHELL_CONTENT_WILL_NOT_DELETE_DEB="未指定安装后删除软件包或安装出错,不删除 Deb 包。"
TRANSHELL_CONTENT_DEB_IS_DELETED="使用了 --delete-after-install 选项且安装未出错,删除 Deb 包。"