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

@@ -347,4 +347,14 @@
<string name="language_follow_system">跟随系统</string>
<string name="language_changed">语言已更改,重启应用以应用更改</string>
<string name="settings_card_dim">卡片暗度调节</string>
<!-- 超级用户相关 -->
<string name="scroll_to_top">顶部</string>
<string name="scroll_to_bottom">底部</string>
<string name="scroll_to_top_description">滚动到顶部</string>
<string name="scroll_to_bottom_description">滚动到底部</string>
<string name="authorized">已授权</string>
<string name="unauthorized">未授权</string>
<string name="selected">已选择</string>
<string name="select">选择</string>
<string name="profile_umount_modules_disable">禁用自定义卸载模块</string>
</resources>

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>