Update locale files for English, Traditional Chinese, and Simplified Chinese to include new confirmation prompts for enabling audio effects; refactor EffectsPage and EQPage to integrate FeatureGate for managing effect states and user interactions.

This commit is contained in:
yangy
2026-05-19 13:33:10 +08:00
parent edd677c79d
commit 21839ff339
7 changed files with 315 additions and 43 deletions
+9 -2
View File
@@ -92,7 +92,11 @@
{ "label": "立体声", "index": 1 }
]
}
}
},
"enableConfirmTitle": "音效未开启",
"enableConfirmDesc": "当前 Effect 功能已关闭,是否开启?",
"enableConfirmOk": "开启",
"enableConfirmCancel": "取消"
},
"peq": {
"Standard": "标准均衡器预设",
@@ -226,7 +230,10 @@
"toastApplyBSuccess": "已将 B 曲线应用到 A",
"toastApplyBFail": "应用 B 失败",
"toastSaveBOk": "已另存 B 预设",
"toastSaveBFail": "另存 B 失败"
"toastSaveBFail": "另存 B 失败",
"enableConfirmTitle": "HP-EQ 未开启",
"enableConfirmDesc": "当前 HP-EQ 功能已关闭,是否开启?",
"enableConfirmOk": "开启"
}
},
"dac": {