x9适配
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
"volumeMaxConfirmTitle": "Set volume to maximum?",
|
||||
"volumeMaxConfirmDesc": "Headphone volume will be set to the highest level. Continue?",
|
||||
"volumeMaxConfirmOk": "Set to maximum",
|
||||
"volumePassthroughHint": "Volume passthrough is on; volume cannot be adjusted",
|
||||
"volumePassthroughBlocked": "Volume passthrough is active ({mode}). Headphone volume is fixed. Turn passthrough off in Audio settings.",
|
||||
"volumePassthroughMode0dB": "0dB",
|
||||
"volumePassthroughMode12dB": "-12dB",
|
||||
"powerOffToastDemo": "Demo mode: disconnected from the device.",
|
||||
"powerOffToastSent": "Shutdown command sent.",
|
||||
"doubleClickHint": "Double-click to enter",
|
||||
@@ -159,9 +163,23 @@
|
||||
},
|
||||
"subwoofer": {
|
||||
"label": "Subwoofer",
|
||||
"freq": "Cut off frequency",
|
||||
"attenuation": "Attenuation slope",
|
||||
"cutOffFrequency": "Cut off frequency",
|
||||
"subFullRange": "Sub Full Range",
|
||||
"mainFullRange": "Main Full Range",
|
||||
"attenuationSlope": "Attenuation slope",
|
||||
"gain": "Gain",
|
||||
"selectAttenuationTitle": "Select attenuation slope",
|
||||
"selectOutputTitle": "Select output type",
|
||||
"rateOptions": [
|
||||
"6dB/oct",
|
||||
"12dB/oct",
|
||||
"18dB/oct",
|
||||
"24dB/oct",
|
||||
"30dB/oct",
|
||||
"36dB/oct",
|
||||
"42dB/oct",
|
||||
"48dB/oct"
|
||||
],
|
||||
"output": {
|
||||
"label": "Output type",
|
||||
"options": [
|
||||
@@ -174,6 +192,13 @@
|
||||
"index": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"delay": {
|
||||
"label": "Delay",
|
||||
"mainSpeaker": "Main speakers",
|
||||
"subwoofer": "Subwoofer",
|
||||
"leftChannel": "Left channel",
|
||||
"rightChannel": "Right channel"
|
||||
}
|
||||
},
|
||||
"enableConfirmTitle": "Effects is off",
|
||||
@@ -336,6 +361,28 @@
|
||||
"sectionSystemInterface": "System & interface",
|
||||
"balance": "Left-right balance",
|
||||
"sensitivity": "VU Meter Sensitivity",
|
||||
"analogInputGain": "Analog input gain",
|
||||
"autoImpedanceDetection": "Auto Impedance Detection",
|
||||
"dacVolumeDirect": {
|
||||
"label": "Pre-out Volume passthrough",
|
||||
"options": [
|
||||
{ "index": 0, "label": "Off" },
|
||||
{ "index": 1, "label": "0dB" },
|
||||
{ "index": 2, "label": "-12dB" }
|
||||
],
|
||||
"confirmTitle": "Notice",
|
||||
"confirm0dB": "Passthrough mode will set the volume to maximum and volume cannot be adjusted.",
|
||||
"confirm12dB": "Passthrough mode will set the volume to -12 dB and volume cannot be adjusted.",
|
||||
"confirmOk": "Confirm",
|
||||
"confirmCancel": "Cancel"
|
||||
},
|
||||
"dacArc": {
|
||||
"label": "ARC model",
|
||||
"options": [
|
||||
{ "index": 0, "label": "ARC" },
|
||||
{ "index": 1, "label": "EARC" }
|
||||
]
|
||||
},
|
||||
"filters": {
|
||||
"label": "Filters",
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user