- Optimizing interface text

- Use string resources instead of hardcoding
This commit is contained in:
ShirkNeko
2025-03-23 10:36:10 +08:00
parent 82edd46e0e
commit cca608954a
5 changed files with 25 additions and 37 deletions

View File

@@ -153,6 +153,7 @@
<string name="backup_failed">备份失败:%1$s</string>
<string name="backup_modules">备份模块</string>
<string name="restore_modules">恢复模块</string>
<string name="backup">备份</string>
<!-- Restore related messages -->
<string name="restore_success">模块已成功还原,需重启生效</string>
<string name="restore_failed">还原失败:%1$s</string>
@@ -214,4 +215,6 @@
<string name="yes"></string>
<string name="no"></string>
<string name="failed_reboot">重启失败</string>
<string name="batch_authorization">批量授权</string>
<string name="batch_cancel_authorization">批量取消授权</string>
</resources>