manager: hide reboot button if ksuversion not found (KSU_NEXT v2 signature not found)

manager: add module migration, backup and restore
manager: update translation for zh-CN (authored by @xiangxiangxiong9)
docs: devies: add more unofficial supported devices
This commit is contained in:
Rifat Azad
2025-01-11 14:43:51 +06:00
parent 6a65d44f3f
commit 587fca9f1f
10 changed files with 318 additions and 101 deletions

View File

@@ -65,10 +65,15 @@
<string name="home_module_mount">Module system</string>
<string name="home_magic_mount">Magic Mount</string>
<string name="home_overlayfs_mount">OverlayFS</string>
<string name="unavailable">Unavailable</string>
<string name="use_overlay_fs">Use OverlayFS (Beta)</string>
<string name="use_overlay_fs_summary">Toggle between using OverlayFS over Magic Mount for KernelSU Next\'s mount system.</string>
<string name="reboot_required">Reboot Required</string>
<string name="reboot_message">Changes will take effect after rebooting the system. Would you like to reboot now?</string>
<string name="module_restore">Restore module</string>
<string name="module_restore_message">Restore modules from recent backup.</string>
<string name="module_backup">Backup module</string>
<string name="module_backup_message">Backup currently installed modules.</string>
<string name="warning">Warning</string>
<string name="warning_message">This feature is still in beta and under development. Please ensure you backup your modules before proceeding. Use this feature only if you understand the potential risks. Proceed with caution.</string>
<string name="proceed">Proceed</string>