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
@@ -156,7 +156,11 @@
}
]
}
}
},
"enableConfirmTitle": "Effects is off",
"enableConfirmDesc": "Effects is currently disabled. Turn it on?",
"enableConfirmOk": "Enable",
"enableConfirmCancel": "Cancel"
},
"peq": {
"Standard": "Standard equalizer preset",
@@ -290,7 +294,10 @@
"toastApplyBSuccess": "Curve B applied to A",
"toastApplyBFail": "Failed to apply B",
"toastSaveBOk": "Preset saved from curve B",
"toastSaveBFail": "Failed to save curve B"
"toastSaveBFail": "Failed to save curve B",
"enableConfirmTitle": "HP-EQ is off",
"enableConfirmDesc": "HP-EQ is currently disabled. Turn it on?",
"enableConfirmOk": "Enable"
}
},
"dac": {