manager: Optimize slot selection dialog to remove unnecessary information

This commit is contained in:
ShirkNeko
2025-06-03 15:15:48 +08:00
parent 92f6f2f51e
commit ec0b26a174
3 changed files with 36 additions and 24 deletions

View File

@@ -289,7 +289,7 @@
<string name="horizon_getting_original_slot">获取原有槽位</string>
<string name="horizon_setting_target_slot">设置指定槽位</string>
<string name="horizon_restoring_original_slot">恢复默认槽位</string>
<string name="current_slot">当前槽位:%1$s </string>
<string name="current_slot">当前系统默认槽位:%1$s </string>
<!-- Error Messages -->
<string name="horizon_copy_failed">复制失败</string>
<string name="horizon_unknown_error">未知错误</string>
@@ -302,7 +302,6 @@
<string name="configuration">配置</string>
<string name="app_settings">应用设置</string>
<string name="tools">工具</string>
<string name="currently_selected">当前</string>
<!-- String resources used in SuperUser -->
<string name="clear">清除</string>
<string name="apps_with_root">Root 权限应用</string>

View File

@@ -291,7 +291,7 @@
<string name="horizon_getting_original_slot">Getting the original slot</string>
<string name="horizon_setting_target_slot">Setting the specified slot</string>
<string name="horizon_restoring_original_slot">Restore Default Slot</string>
<string name="current_slot">Current Slot%1$s </string>
<string name="current_slot">Current system default slot%1$s </string>
<!-- Error Messages -->
<string name="horizon_copy_failed">Copy failed</string>
<string name="horizon_unknown_error">Unknown error</string>
@@ -304,7 +304,6 @@
<string name="configuration">Configure</string>
<string name="app_settings">Application Settings</string>
<string name="tools">Tools</string>
<string name="currently_selected">Currently</string>
<!-- String resources used in SuperUser -->
<string name="clear">Removals</string>
<string name="apps_with_root">Applications with root privileges</string>