manager: Modify the batch selection ui on the superuser page

- Add more convenient buttons for it
This commit is contained in:
ShirkNeko
2025-05-16 16:00:51 +08:00
parent f708e583c3
commit 72361ab8bf
5 changed files with 431 additions and 84 deletions

View File

@@ -351,4 +351,14 @@
<string name="language_follow_system">Follow System</string>
<string name="language_changed">Language changed, restarting to apply changes</string>
<string name="settings_card_dim">Card Darkness Adjustment</string>
<!-- Super User Related -->
<string name="scroll_to_top">Top</string>
<string name="scroll_to_bottom">Bottom</string>
<string name="scroll_to_top_description">Scroll to top</string>
<string name="scroll_to_bottom_description">Scroll to the bottom</string>
<string name="authorized">authorized</string>
<string name="unauthorized">unauthorized</string>
<string name="selected">Selected</string>
<string name="select">option</string>
<string name="profile_umount_modules_disable">Disable custom uninstallation module</string>
</resources>