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
+49 -2
View File
@@ -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": [
+53 -6
View File
@@ -24,6 +24,10 @@
"volumeMaxConfirmTitle": "確認將音量設為最大?",
"volumeMaxConfirmDesc": "耳機音量將調至最大,是否繼續?",
"volumeMaxConfirmOk": "設為最大",
"volumePassthroughHint": "目前為音量直通模式,音量不可調節",
"volumePassthroughBlocked": "目前為音量直通模式({mode}),無法調節耳機音量。請在音訊設定中關閉直通或改為「關閉」。",
"volumePassthroughMode0dB": "0dB",
"volumePassthroughMode12dB": "-12dB",
"powerOffToastDemo": "演示模式:已中斷與裝置的連線",
"powerOffToastSent": "已傳送關機指令",
"doubleClickHint": "按兩下進入",
@@ -100,16 +104,37 @@
]
},
"subwoofer": {
"label": "低音輸出",
"freq": "低通頻率",
"attenuation": "衰減斜率",
"gain": "低音增強",
"label": "低音輸出",
"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": [
+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": [