修复bug
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user