修复bug

This commit is contained in:
yangy
2026-05-27 15:10:04 +08:00
parent fe2a0f6b3d
commit b59a7bb583
10 changed files with 412 additions and 49 deletions
+33 -1
View File
@@ -24,7 +24,9 @@
"volumeMaxConfirmTitle": "Set volume to maximum?",
"volumeMaxConfirmDesc": "Volume will be set to the highest level. Continue?",
"volumeMaxConfirmOk": "Set to maximum",
"powerOffToastDemo": "Demo mode: disconnected from the device.",
"volumePassthroughLockedToast": "Volume is in passthrough mode and cannot be adjusted.",
"volumePassthroughLockedHint": "Volume is in passthrough mode and cannot be adjusted.",
"powerOffToastDemo": "Demo mode: shutdown command sent.",
"powerOffToastSent": "Shutdown command sent.",
"doubleClickHint": "Double-click to enter",
"backToLegacy": "Legacy version"
@@ -382,6 +384,36 @@
}
]
},
"autoImpedance": {
"label": "Auto Impedance Detection",
"options": [
{ "index": 0, "label": "Off" },
{ "index": 1, "label": "On" }
]
},
"dreMode": {
"label": "Dynamic Range Enhancement",
"options": [
{ "index": 0, "label": "Off" },
{ "index": 1, "label": "On" }
]
},
"dacVolumeDirect": {
"label": "Pre-out Volume passthrough",
"options": [
{ "index": 0, "label": "Off" },
{ "index": 1, "label": "0dB" },
{ "index": 2, "label": "-12dB" }
]
},
"dacVolumeDirectConfirm": {
"title0db": "Enable 0 dB passthrough?",
"desc0db": "Passthrough mode sets volume to maximum and disables volume adjustment.",
"title12db": "Enable -12 dB passthrough?",
"desc12db": "Passthrough mode sets volume to -12 dB and disables volume adjustment.",
"confirm": "Confirm",
"cancel": "Cancel"
},
"volumeStep": "Volume step",
"bootVolume": {
"label": "Boot volume",
+33 -1
View File
@@ -24,7 +24,9 @@
"volumeMaxConfirmTitle": "確認將音量設為最大?",
"volumeMaxConfirmDesc": "音量將調至最大,是否繼續?",
"volumeMaxConfirmOk": "設為最大",
"powerOffToastDemo": "演示模式:已中斷與裝置的連線",
"volumePassthroughLockedToast": "目前為音量直通模式,無法調節音量",
"volumePassthroughLockedHint": "目前為音量直通模式,無法調節音量",
"powerOffToastDemo": "演示模式:已傳送關機指令",
"powerOffToastSent": "已傳送關機指令",
"doubleClickHint": "按兩下進入",
"backToLegacy": "返回舊版"
@@ -291,6 +293,36 @@
{ "index": 2, "label": "高" }
]
},
"autoImpedance": {
"label": "自動檢測耳機阻抗",
"options": [
{ "index": 0, "label": "關閉" },
{ "index": 1, "label": "打開" }
]
},
"dreMode": {
"label": "動態範圍增強",
"options": [
{ "index": 0, "label": "關閉" },
{ "index": 1, "label": "打開" }
]
},
"dacVolumeDirect": {
"label": "前級輸出音量直通模式",
"options": [
{ "index": 0, "label": "關閉" },
{ "index": 1, "label": "0dB" },
{ "index": 2, "label": "-12dB" }
]
},
"dacVolumeDirectConfirm": {
"title0db": "開啟 0dB 直通模式?",
"desc0db": "直通模式會將音量調到最大,並且不可調節。",
"title12db": "開啟 -12dB 直通模式?",
"desc12db": "直通模式會將音量調到 -12dB,並且不可調節。",
"confirm": "確認",
"cancel": "取消"
},
"volumeStep": "音量級距",
"bootVolume": {
"label": "開機音量",
+33 -1
View File
@@ -24,7 +24,9 @@
"volumeMaxConfirmTitle": "确认将音量设为最大?",
"volumeMaxConfirmDesc": "音量将调至最大,是否继续?",
"volumeMaxConfirmOk": "设为最大",
"powerOffToastDemo": "演示模式:已断开与设备的连接",
"volumePassthroughLockedToast": "当前为音量直通模式,无法调节音量",
"volumePassthroughLockedHint": "当前为音量直通模式,无法调节音量",
"powerOffToastDemo": "演示模式:已发送关机指令",
"powerOffToastSent": "已发送关机指令",
"doubleClickHint": "双击进入",
"backToLegacy": "返回旧版"
@@ -291,6 +293,36 @@
{ "index": 2, "label": "高" }
]
},
"autoImpedance": {
"label": "自动检测耳机阻抗",
"options": [
{ "index": 0, "label": "关闭" },
{ "index": 1, "label": "打开" }
]
},
"dreMode": {
"label": "动态范围增强",
"options": [
{ "index": 0, "label": "关闭" },
{ "index": 1, "label": "打开" }
]
},
"dacVolumeDirect": {
"label": "前级输出音量直通模式",
"options": [
{ "index": 0, "label": "关闭" },
{ "index": 1, "label": "0dB" },
{ "index": 2, "label": "-12dB" }
]
},
"dacVolumeDirectConfirm": {
"title0db": "开启 0dB 直通模式?",
"desc0db": "直通模式会将音量调到最大,并且不可调节。",
"title12db": "开启 -12dB 直通模式?",
"desc12db": "直通模式会将音量调到 -12dB,并且不可调节。",
"confirm": "确认",
"cancel": "取消"
},
"volumeStep": "音量幅度",
"bootVolume": {
"label": "开机音量",