strings: Modifying SuSFS Configuration to Optimize Boot Self-Start Description

This commit is contained in:
ShirkNeko
2025-06-15 16:05:04 +08:00
parent e95a469bdb
commit 67a05e8813
3 changed files with 7 additions and 7 deletions

View File

@@ -419,11 +419,11 @@
<string name="susfs_uname_set_success" formatted="false">SuSFS 内核名称和构建时间设置成功: %s, %s</string> <string name="susfs_uname_set_success" formatted="false">SuSFS 内核名称和构建时间设置成功: %s, %s</string>
<!-- SuSFS Settings Item --> <!-- SuSFS Settings Item -->
<string name="susfs_config_setting_title">SuSFS 配置</string> <string name="susfs_config_setting_title">SuSFS 配置</string>
<string name="susfs_config_setting_summary">配置 SuSFS 的 uname 值和构建时间伪装 (当前: %s)</string> <string name="susfs_config_setting_summary">配置 SuSFS 的内核名称和构建时间伪装以及更多功能 (当前: %s)</string>
<!-- 开机自启动相关 --> <!-- 开机自启动相关 -->
<string name="susfs_autostart_title">开机自启动</string> <string name="susfs_autostart_title">开机自启动</string>
<string name="susfs_autostart_description">系统启动时自动应用 uname 配置</string> <string name="susfs_autostart_description">重启时自动应用所有非默认配置</string>
<string name="susfs_autostart_requirement">需要配置 uname 或添加路径后才能启用</string> <string name="susfs_autostart_requirement">需要添加配置后才能启用</string>
<string name="susfs_autostart_enabled">开机自启动已启用</string> <string name="susfs_autostart_enabled">开机自启动已启用</string>
<string name="susfs_autostart_disabled">开机自启动已禁用</string> <string name="susfs_autostart_disabled">开机自启动已禁用</string>
<string name="susfs_autostart_enable_failed">启用开机自启动失败</string> <string name="susfs_autostart_enable_failed">启用开机自启动失败</string>

View File

@@ -421,11 +421,11 @@
<string name="susfs_uname_set_success" formatted="false">SuSFS uname and build time set successfully: %s, %s</string> <string name="susfs_uname_set_success" formatted="false">SuSFS uname and build time set successfully: %s, %s</string>
<!-- SuSFS Settings Item --> <!-- SuSFS Settings Item -->
<string name="susfs_config_setting_title">SuSFS Configuration</string> <string name="susfs_config_setting_title">SuSFS Configuration</string>
<string name="susfs_config_setting_summary">Configure SuSFS uname value and build time spoofing (Current: %s)</string> <string name="susfs_config_setting_summary">Configuring Uname and Build Time Artifacts and More for SuSFS (Current: %s)</string>
<!-- 开机自启动相关 --> <!-- 开机自启动相关 -->
<string name="susfs_autostart_title">Auto Start</string> <string name="susfs_autostart_title">Auto Start</string>
<string name="susfs_autostart_description">Automatically apply uname configuration at system startup</string> <string name="susfs_autostart_description">Automatically apply all non-default configurations on reboot</string>
<string name="susfs_autostart_requirement">Need to configure uname or add paths to enable</string> <string name="susfs_autostart_requirement">Configuration needs to be added to enable</string>
<string name="susfs_autostart_enabled">Auto Start enabled</string> <string name="susfs_autostart_enabled">Auto Start enabled</string>
<string name="susfs_autostart_disabled">Auto Start disabled</string> <string name="susfs_autostart_disabled">Auto Start disabled</string>
<string name="susfs_autostart_enable_failed">Failed to enable auto start</string> <string name="susfs_autostart_enable_failed">Failed to enable auto start</string>