manager: Add configure susfs uname value in more settings

Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
This commit is contained in:
ShirkNeko
2025-06-14 01:10:40 +08:00
parent d7a5e80d34
commit d6c8ef3737
6 changed files with 811 additions and 1 deletions

View File

@@ -396,4 +396,35 @@
<string name="menu_options">菜单选项</string>
<string name="sort_options">排序方式</string>
<string name="app_categories">应用类型选择</string>
<!-- SuSFS Configuration -->
<string name="susfs_config_title">SuSFS 配置</string>
<string name="susfs_config_description">配置说明</string>
<string name="susfs_config_description_text">此功能允许您自定义 SuSFS 的 uname 值。输入您想要设置的值,点击应用即可生效</string>
<string name="susfs_uname_label">Uname 值</string>
<string name="susfs_uname_placeholder">请输入自定义 uname 值</string>
<string name="susfs_current_value">当前值: %s</string>
<string name="susfs_reset_to_default">重置为默认值</string>
<string name="susfs_apply">应用</string>
<!-- SuSFS Reset Confirmation -->
<string name="susfs_reset_confirm_title">确认重置</string>
<string name="susfs_reset_confirm_message">确定要将 SuSFS uname 重置为默认值吗?此操作不可撤销。</string>
<string name="susfs_reset_confirm">确认重置</string>
<!-- SuSFS Toast Messages -->
<string name="susfs_binary_not_found">无法找到 ksu_susfs 文件</string>
<string name="susfs_command_failed">SuSFS 命令执行失败</string>
<string name="susfs_command_error">执行 SuSFS 命令时出错: %s</string>
<string name="susfs_uname_set_success">SuSFS uname 设置成功: %s</string>
<!-- SuSFS Settings Item -->
<string name="susfs_config_setting_title">SuSFS 配置</string>
<string name="susfs_config_setting_summary">配置 SuSFS 的 uname 值 (当前: %s)</string>
<!-- 开机自启动相关 -->
<string name="susfs_autostart_title">开机自启动</string>
<string name="susfs_autostart_description">系统启动时自动应用 uname 配置</string>
<string name="susfs_autostart_enabled">开机自启动已启用</string>
<string name="susfs_autostart_disabled">开机自启动已禁用</string>
<string name="susfs_autostart_enable_failed">启用开机自启动失败</string>
<string name="susfs_autostart_disable_failed">禁用开机自启动失败</string>
<string name="susfs_autostart_error">开机自启动配置错误: %s</string>
<string name="susfs_no_config_to_autostart">没有可用的配置进行开机自启动</string>
<string name="susfs_autostart_tis">需要输入非默认值才能启用开机自启动</string>
</resources>

View File

@@ -398,4 +398,35 @@
<string name="menu_options">Menu Options</string>
<string name="sort_options">Sort by</string>
<string name="app_categories">Application Type Selection</string>
<!-- SuSFS Configuration -->
<string name="susfs_config_title">SuSFS Configuration</string>
<string name="susfs_config_description">Configuration Description</string>
<string name="susfs_config_description_text">This feature allows you to customize the SuSFS uname value. Enter the value you want to set and click Apply to take effect.</string>
<string name="susfs_uname_label">Uname Value</string>
<string name="susfs_uname_placeholder">Please enter custom uname value</string>
<string name="susfs_current_value">Current value: %s</string>
<string name="susfs_reset_to_default">Reset to Default</string>
<string name="susfs_apply">Apply</string>
<!-- SuSFS Reset Confirmation -->
<string name="susfs_reset_confirm_title">Confirm Reset</string>
<string name="susfs_reset_confirm_message">Are you sure you want to reset SuSFS uname to default value? This action cannot be undone.</string>
<string name="susfs_reset_confirm">Confirm Reset</string>
<!-- SuSFS Toast Messages -->
<string name="susfs_binary_not_found">Cannot find ksu_susfs file</string>
<string name="susfs_command_failed">SuSFS command execution failed</string>
<string name="susfs_command_error">Error executing SuSFS command: %s</string>
<string name="susfs_uname_set_success">SuSFS uname set successfully: %s</string>
<!-- SuSFS Settings Item -->
<string name="susfs_config_setting_title">SuSFS Configuration</string>
<string name="susfs_config_setting_summary">Configure SuSFS uname value (Current: %s)</string>
<!-- 开机自启动相关 -->
<string name="susfs_autostart_title">boot-up</string>
<string name="susfs_autostart_description">Automatic application of uname configuration at system startup</string>
<string name="susfs_autostart_enabled">Boot Self-Start is enabled</string>
<string name="susfs_autostart_disabled">Boot Self-Start is disabled</string>
<string name="susfs_autostart_enable_failed">Failed to enable boot self-start</string>
<string name="susfs_autostart_disable_failed">Failure to disable boot-up</string>
<string name="susfs_autostart_error">Boot-up misconfiguration: %s</string>
<string name="susfs_no_config_to_autostart">There is no available configuration for boot self-start</string>
<string name="susfs_autostart_tis">Need to enter a non-default value to enable bootstrapping</string>
</resources>