Update locale files for English, Traditional Chinese, and Simplified Chinese to include new effect titles and crossfeed options; refactor EffectsPage to utilize localized labels and improve state management for audio effects.
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
"output": { "headset": "耳機" }
|
||||
},
|
||||
"effect": {
|
||||
"pageTitle": "音效",
|
||||
"selectStyleTitle": "選擇音效風格",
|
||||
"selectCrossfeedTitle": "選擇交叉回授模式",
|
||||
"lowBass": "低頻",
|
||||
"enterBass": "中頻",
|
||||
"highBass": "高頻",
|
||||
@@ -60,7 +63,14 @@
|
||||
]
|
||||
},
|
||||
"stereoWidth": { "label": "聲場寬度" },
|
||||
"crossfeed": { "label": "交叉回授" },
|
||||
"crossfeed": {
|
||||
"label": "交叉回授",
|
||||
"options": [
|
||||
"BS2B default(700Hz,4.5dB)",
|
||||
"BS2B polular(700Hz,6dB)",
|
||||
"BS2B relax(650Hz,9.5dB)"
|
||||
]
|
||||
},
|
||||
"subwoofer": {
|
||||
"label": "重低音輸出",
|
||||
"freq": "低通頻率",
|
||||
|
||||
Reference in New Issue
Block a user