This commit is contained in:
yangy
2026-05-26 18:46:41 +08:00
parent 0c9e42b91c
commit 47ea7d7b56
13 changed files with 1370 additions and 121 deletions
+52 -5
View File
@@ -24,6 +24,10 @@
"volumeMaxConfirmTitle": "确认将音量设为最大?",
"volumeMaxConfirmDesc": "耳机音量将调至最大,是否继续?",
"volumeMaxConfirmOk": "设为最大",
"volumePassthroughHint": "当前为音量直通模式,音量不可调节",
"volumePassthroughBlocked": "当前为音量直通模式({mode}),无法调节耳机音量。请在音频设置中关闭直通或改为「关闭」。",
"volumePassthroughMode0dB": "0dB",
"volumePassthroughMode12dB": "-12dB",
"powerOffToastDemo": "演示模式:已断开与设备的连接",
"powerOffToastSent": "已发送关机指令",
"doubleClickHint": "双击进入",
@@ -101,15 +105,36 @@
},
"subwoofer": {
"label": "低音炮输出",
"freq": "低通频率",
"attenuation": "衰减斜率",
"gain": "低音增强",
"cutOffFrequency": "截止频率",
"subFullRange": "低音炮全频",
"mainFullRange": "主音箱全频",
"attenuationSlope": "衰减斜率",
"gain": "增益",
"selectAttenuationTitle": "选择衰减斜率",
"selectOutputTitle": "选择输出方式",
"rateOptions": [
"6dB/oct",
"12dB/oct",
"18dB/oct",
"24dB/oct",
"30dB/oct",
"36dB/oct",
"42dB/oct",
"48dB/oct"
],
"output": {
"label": "输出方式",
"options": [
{ "label": "单声道", "index": 0 },
{ "label": "立体声", "index": 1 }
{ "label": "单声道 Mono(Mix)", "index": 0 },
{ "label": "立体声 Stereo", "index": 1 }
]
},
"delay": {
"label": "延时",
"mainSpeaker": "主机箱",
"subwoofer": "低音炮",
"leftChannel": "左声道",
"rightChannel": "右声道"
}
},
"enableConfirmTitle": "音效未开启",
@@ -272,6 +297,28 @@
"sectionSystemInterface": "系统与接口",
"balance": "左右平衡",
"sensitivity": "vu表灵敏度",
"analogInputGain": "模拟输入增益",
"autoImpedanceDetection": "自动检测耳机阻抗",
"dacVolumeDirect": {
"label": "前级输出音量直通模式",
"options": [
{ "index": 0, "label": "关闭" },
{ "index": 1, "label": "0dB" },
{ "index": 2, "label": "-12dB" }
],
"confirmTitle": "提示",
"confirm0dB": "直通模式会将音量调到最大,并且不可调节",
"confirm12dB": "直通模式会将音量调到-12dB,并且不可调节",
"confirmOk": "确认",
"confirmCancel": "取消"
},
"dacArc": {
"label": "ARC模式",
"options": [
{ "index": 0, "label": "ARC" },
{ "index": 1, "label": "EARC" }
]
},
"filters": {
"label": "滤波特性",
"options": [