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

@@ -545,4 +545,34 @@
<!-- SuSFS 自启动相关字符串 -->
<string name="susfs_autostart_enabled_success">SuSFS auto-start module enabled, module path: %s</string>
<string name="susfs_autostart_disabled_success">SuSFS auto-start module disabled</string>
<string name="susfs_execute_location_updated_post_fs_data">Execution location updated to post-fs-data</string>
<string name="susfs_execute_location_updated_service">Execution location updated to service</string>
<string name="susfs_execute_location_update_failed">Failed to update execution location</string>
<string name="susfs_execute_location_update_error">Error updating execution location: %s</string>
<!-- SuSFS Kstat相关字符串 -->
<string name="susfs_tab_kstat_config">Kstat Configuration</string>
<string name="kstat_static_config_added">Kstat static configuration added: %1$s</string>
<string name="kstat_config_removed">Kstat configuration removed: %1$s</string>
<string name="kstat_path_added">Kstat path added: %1$s</string>
<string name="kstat_path_removed">Kstat path removed: %1$s</string>
<string name="kstat_updated">Kstat updated: %1$s</string>
<string name="kstat_full_clone_updated">Kstat full clone updated: %1$s</string>
<string name="add_kstat_statically_title">Add Kstat Static Configuration</string>
<string name="file_or_directory_path_label">File/Directory Path</string>
<string name="hint_use_default_value">Hint: You can use ”default“ to use the original value</string>
<string name="add_kstat_path_title">Add Kstat Path</string>
<string name="kstat_command_description">This command is used to add before the path is bind-mounted or overlaid, storing the original stat information in kernel memory.</string>
<string name="add">Add</string>
<string name="reset_kstat_config_title">Reset Kstat Configuration</string>
<string name="reset_kstat_config_message">Are you sure you want to clear all Kstat configurations? This action cannot be undone.</string>
<string name="confirm_reset">Confirm Reset</string>
<string name="kstat_config_management">Kstat Configuration Management</string>
<string name="kstat_config_description_title">Kstat Configuration Description</string>
<string name="kstat_config_description_add_statically">• add_sus_kstat_statically: Static stat info of files/directories</string>
<string name="kstat_config_description_add">• add_sus_kstat: Add path before bind mount, storing original stat info</string>
<string name="kstat_config_description_update">• update_sus_kstat: Update target ino, keep size and blocks unchanged</string>
<string name="kstat_config_description_update_full_clone">• update_sus_kstat_full_clone: Update ino only, keep other original values</string>
<string name="static_kstat_config">Static Kstat Configuration</string>
<string name="kstat_path_management">Kstat Path Management</string>
<string name="no_kstat_config_message">No Kstat configuration yet, click the button above to add</string>
</resources>