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