manager: Add Hide Bootloader Scripts and Cleanup Tool Residue feature and switch

This commit is contained in:
ShirkNeko
2025-06-29 17:50:39 +08:00
parent 10c35f4baa
commit 2fedb051b8
5 changed files with 271 additions and 22 deletions

View File

@@ -529,7 +529,7 @@
<string name="susfs_restore_title">还原</string>
<string name="susfs_restore_description">从备份文件还原SuSFS配置。这将覆盖所有当前设置。</string>
<string name="susfs_restore_select_file">选择备份文件</string>
<string name="susfs_restore_success">配置还原成功,备份创建于 %s来自设备%s</string>
<string name="susfs_restore_success" formatted="false">配置还原成功,备份创建于 %s来自设备%s</string>
<string name="susfs_restore_failed">还原失败:%s</string>
<string name="susfs_restore_confirm_title">确认还原</string>
<string name="susfs_restore_confirm_description">这将覆盖所有当前的SuSFS配置。您确定要继续吗</string>
@@ -537,4 +537,8 @@
<string name="susfs_backup_info_date">备份日期:%s</string>
<string name="susfs_backup_info_device">设备:%s</string>
<string name="susfs_backup_info_version">版本:%s</string>
<string name="hide_bl_script">隐藏BL脚本</string>
<string name="hide_bl_script_description">启用隐藏Bootloader解锁状态脚本</string>
<string name="cleanup_residue">清理工具残留</string>
<string name="cleanup_residue_description">清理各种模块以及工具的残留文件和目录(可能会误删导致丢失以及无法启动,谨慎使用)</string>
</resources>

View File

@@ -531,7 +531,7 @@
<string name="susfs_restore_title">Restore</string>
<string name="susfs_restore_description">Restore SuSFS configurations from a backup file. This will overwrite all current settings.</string>
<string name="susfs_restore_select_file">Select Backup File</string>
<string name="susfs_restore_success">Configuration restored successfully from backup created on %s from device: %s</string>
<string name="susfs_restore_success" formatted="false">Configuration restored successfully from backup created on %s from device: %s</string>
<string name="susfs_restore_failed">Restore failed: %s</string>
<string name="susfs_restore_confirm_title">Confirm Restore</string>
<string name="susfs_restore_confirm_description">This will overwrite all current SuSFS configurations. Are you sure you want to continue?</string>
@@ -539,4 +539,8 @@
<string name="susfs_backup_info_date">Backup Date: %s</string>
<string name="susfs_backup_info_device">Device: %s</string>
<string name="susfs_backup_info_version">Version: %s</string>
<string name="hide_bl_script">Hide BL Script</string>
<string name="hide_bl_script_description">Enable Hide Bootloader Unlock Status Scripts</string>
<string name="cleanup_residue">Cleanup Residue</string>
<string name="cleanup_residue_description">Clean up the residual files and directories of various modules and tools (may be deleted by mistake, resulting in loss and failure to start, use with caution)</string>
</resources>