manager: Add SuSFS Kstat-related configuration

This commit is contained in:
ShirkNeko
2025-06-19 11:26:15 +08:00
parent 2ff3b5ee06
commit c83baad6d5
6 changed files with 1101 additions and 37 deletions

View File

@@ -543,4 +543,34 @@
<!-- SuSFS 自启动相关字符串 -->
<string name="susfs_autostart_enabled_success">SuSFS自启动模块已启用模块路径%s</string>
<string name="susfs_autostart_disabled_success">SuSFS自启动模块已禁用</string>
<string name="susfs_execute_location_updated_post_fs_data">执行位置已更新到 post-fs-data</string>
<string name="susfs_execute_location_updated_service">执行位置已更新到 service</string>
<string name="susfs_execute_location_update_failed">执行位置更新失败</string>
<string name="susfs_execute_location_update_error">更新执行位置时出错:%s</string>
<!-- SuSFS Kstat相关字符串 -->
<string name="susfs_tab_kstat_config">Kstat 配置</string>
<string name="kstat_static_config_added">Kstat静态配置已添加: %1$s</string>
<string name="kstat_config_removed">已移除Kstat配置: %1$s</string>
<string name="kstat_path_added">Kstat路径已添加: %1$s</string>
<string name="kstat_path_removed">已移除Kstat路径: %1$s</string>
<string name="kstat_updated">Kstat已更新: %1$s</string>
<string name="kstat_full_clone_updated">Kstat完整克隆已更新: %1$s</string>
<string name="add_kstat_statically_title">添加Kstat静态配置</string>
<string name="file_or_directory_path_label">文件/目录路径</string>
<string name="hint_use_default_value">提示:可以使用 ”default“ 来使用原始值</string>
<string name="add_kstat_path_title">添加Kstat路径</string>
<string name="kstat_command_description">此命令用于在路径被绑定挂载或覆盖之前添加用于在内核内存中存储原始stat信息。</string>
<string name="add">添加</string>
<string name="reset_kstat_config_title">重置Kstat配置</string>
<string name="reset_kstat_config_message">确定要清除所有Kstat配置吗此操作不可撤销。</string>
<string name="confirm_reset">确认重置</string>
<string name="kstat_config_management">Kstat配置管理</string>
<string name="kstat_config_description_title">Kstat配置说明</string>
<string name="kstat_config_description_add_statically">• add_sus_kstat_statically: 静态配置文件/目录的stat信息</string>
<string name="kstat_config_description_add">• add_sus_kstat: 在绑定挂载前添加路径存储原始stat信息</string>
<string name="kstat_config_description_update">• update_sus_kstat: 更新目标ino保持size和blocks不变</string>
<string name="kstat_config_description_update_full_clone">• update_sus_kstat_full_clone: 仅更新ino其他保持原始值</string>
<string name="static_kstat_config">静态Kstat配置</string>
<string name="kstat_path_management">Kstat路径管理</string>
<string name="no_kstat_config_message">暂无Kstat配置点击上方按钮添加配置</string>
</resources>