2026-03-31 18:52:37 +08:00
|
|
|
|
{
|
2026-04-21 14:31:31 +08:00
|
|
|
|
"home": {
|
|
|
|
|
|
"audioSet": "音频设置",
|
2026-05-11 17:42:18 +08:00
|
|
|
|
"systemSet": "系统设置",
|
2026-04-21 14:31:31 +08:00
|
|
|
|
"power": "电源",
|
|
|
|
|
|
"input": "输入源",
|
|
|
|
|
|
"output": "输出端口",
|
|
|
|
|
|
"vu": "VU表",
|
|
|
|
|
|
"powerOffConfirmTitle": "确认关闭电源?",
|
|
|
|
|
|
"powerOffConfirmDesc": "设备将关机并断开与本应用的连接,是否继续?",
|
|
|
|
|
|
"powerOffConfirmOk": "关闭电源",
|
|
|
|
|
|
"powerOffConfirmCancel": "取消",
|
|
|
|
|
|
"powerOffToastDemo": "演示模式:已断开与设备的连接",
|
2026-05-13 17:42:26 +08:00
|
|
|
|
"powerOffToastSent": "已发送关机指令",
|
|
|
|
|
|
"doubleClickHint": "双击进入"
|
2026-04-21 14:31:31 +08:00
|
|
|
|
},
|
2026-05-11 17:42:18 +08:00
|
|
|
|
"vuPage": {
|
|
|
|
|
|
"title": "VU 表库"
|
|
|
|
|
|
},
|
|
|
|
|
|
"bottomNav": {
|
|
|
|
|
|
"community": "社区",
|
|
|
|
|
|
"hpEq": "HP-EQ",
|
|
|
|
|
|
"home": "主页",
|
|
|
|
|
|
"effects": "Effect",
|
|
|
|
|
|
"myAi": "我的AI"
|
|
|
|
|
|
},
|
2026-05-13 17:42:26 +08:00
|
|
|
|
"communityPage": {
|
|
|
|
|
|
"title": "社区",
|
|
|
|
|
|
"intro": "论坛需在系统浏览器中打开。请复制下方完整链接,在手机浏览器地址栏粘贴并访问。",
|
|
|
|
|
|
"copyLink": "复制链接",
|
|
|
|
|
|
"toastCopied": "链接已复制",
|
|
|
|
|
|
"toastCopyFailed": "复制失败,请长按链接手动复制"
|
|
|
|
|
|
},
|
2026-03-31 18:52:37 +08:00
|
|
|
|
"source": {
|
|
|
|
|
|
"label": "输入输出",
|
2026-05-14 15:33:00 +08:00
|
|
|
|
"pageTitle": "输入输出",
|
2026-03-31 18:52:37 +08:00
|
|
|
|
"input": { "coaxial": "同轴", "optical": "光钎", "bluetooth": "蓝牙", "rca": "模拟RCA" },
|
|
|
|
|
|
"output": { "headset": "耳机" }
|
|
|
|
|
|
},
|
|
|
|
|
|
"effect": {
|
2026-05-13 15:18:07 +08:00
|
|
|
|
"pageTitle": "音效",
|
|
|
|
|
|
"selectStyleTitle": "选择音效风格",
|
|
|
|
|
|
"selectCrossfeedTitle": "选择交叉反馈模式",
|
2026-03-31 18:52:37 +08:00
|
|
|
|
"lowBass": "低音",
|
|
|
|
|
|
"enterBass": "中音",
|
|
|
|
|
|
"highBass": "高音",
|
|
|
|
|
|
"tone": "音调",
|
|
|
|
|
|
"loudness": "响度",
|
|
|
|
|
|
"threshold": "阈值",
|
|
|
|
|
|
"delayed": "延时",
|
|
|
|
|
|
"mainframeCase": "主机箱",
|
|
|
|
|
|
"subwooferUnit": "低音炮",
|
|
|
|
|
|
"style": {
|
2026-05-13 15:18:07 +08:00
|
|
|
|
"label": "风格",
|
2026-03-31 18:52:37 +08:00
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "古典" },
|
|
|
|
|
|
{ "index": 1, "label": "舞曲" },
|
|
|
|
|
|
{ "index": 2, "label": "流行" },
|
|
|
|
|
|
{ "index": 3, "label": "雷鬼" },
|
|
|
|
|
|
{ "index": 4, "label": "现场" },
|
|
|
|
|
|
{ "index": 5, "label": "摇滚" },
|
|
|
|
|
|
{ "index": 6, "label": "柔和" },
|
|
|
|
|
|
{ "index": 7, "label": "电子乐" },
|
|
|
|
|
|
{ "index": 8, "label": "俱乐部" },
|
|
|
|
|
|
{ "index": 9, "label": "全低音" },
|
|
|
|
|
|
{ "index": 10, "label": "全高音" },
|
|
|
|
|
|
{ "index": 11, "label": "耳机" },
|
|
|
|
|
|
{ "index": 12, "label": "大厅" },
|
|
|
|
|
|
{ "index": 13, "label": "聚合" },
|
|
|
|
|
|
{ "index": 14, "label": "斯卡" },
|
|
|
|
|
|
{ "index": 15, "label": "慢摇" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"stereoWidth": { "label": "声场宽度" },
|
2026-05-13 15:18:07 +08:00
|
|
|
|
"crossfeed": {
|
|
|
|
|
|
"label": "交叉反馈",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
"BS2B default(700Hz,4.5dB)",
|
|
|
|
|
|
"BS2B polular(700Hz,6dB)",
|
|
|
|
|
|
"BS2B relax(650Hz,9.5dB)"
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2026-03-31 18:52:37 +08:00
|
|
|
|
"subwoofer": {
|
|
|
|
|
|
"label": "低音炮输出",
|
|
|
|
|
|
"freq": "低通频率",
|
|
|
|
|
|
"attenuation": "衰减斜率",
|
|
|
|
|
|
"gain": "低音增强",
|
|
|
|
|
|
"output": {
|
|
|
|
|
|
"label": "输出方式",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "label": "单声道", "index": 0 },
|
|
|
|
|
|
{ "label": "立体声", "index": 1 }
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
"peq": {
|
|
|
|
|
|
"Standard": "标准均衡器预设",
|
|
|
|
|
|
"edit": "批量编辑",
|
|
|
|
|
|
"headset": "添加耳机型号",
|
|
|
|
|
|
"preamp": "总增益",
|
|
|
|
|
|
"filters": {
|
|
|
|
|
|
"label": "滤波器",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"index": 0,
|
|
|
|
|
|
"title": "LPF",
|
|
|
|
|
|
"desc1": "低通滤波器,只允许低于",
|
|
|
|
|
|
"desc2": "某个截止频率的信号通过,",
|
|
|
|
|
|
"desc3": "高频信号被削弱。",
|
|
|
|
|
|
"img": "LPF.png"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"index": 1,
|
|
|
|
|
|
"title": "HPF",
|
|
|
|
|
|
"desc1": "高通滤波器,只允许高于",
|
|
|
|
|
|
"desc2": "某个截止频率的信号通过,",
|
|
|
|
|
|
"desc3": "低频信号被削弱。",
|
|
|
|
|
|
"img": "HPF.png"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"index": 2,
|
|
|
|
|
|
"title": "BPF",
|
|
|
|
|
|
"img": "BPF.png",
|
|
|
|
|
|
"desc1": "带通滤波器,只允许某个",
|
|
|
|
|
|
"desc2": "频率范围内的信号通过,",
|
|
|
|
|
|
"desc3": "其他频率被削弱。"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"index": 3,
|
|
|
|
|
|
"title": "NOTCH",
|
|
|
|
|
|
"img": "NOTCH.png",
|
|
|
|
|
|
"desc1": "陷波滤波器,用于消除特",
|
|
|
|
|
|
"desc2": "定频率的共振或干扰信号。"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"index": 4,
|
|
|
|
|
|
"title": "PEAK",
|
|
|
|
|
|
"img": "PEAK.png",
|
|
|
|
|
|
"desc1": "峰值滤波器,增强或削弱",
|
|
|
|
|
|
"desc2": "某个频率附近的信号。"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"index": 5,
|
|
|
|
|
|
"title": "LSHELF",
|
|
|
|
|
|
"img": "LSHELF.png",
|
|
|
|
|
|
"desc1": "低架滤波器,用于加强或",
|
|
|
|
|
|
"desc2": "削弱低频信号。"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"index": 5,
|
|
|
|
|
|
"title": "HSHELF",
|
|
|
|
|
|
"img": "HSHELF.png",
|
|
|
|
|
|
"desc1": "高架滤波器,用于加强或",
|
|
|
|
|
|
"desc2": "削弱高频信号。"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"index": 6,
|
|
|
|
|
|
"title": "APF",
|
|
|
|
|
|
"img": "APF.png",
|
|
|
|
|
|
"desc1": "全通滤波器,输出信号的",
|
|
|
|
|
|
"desc2": "幅度不变,但相位发生改变。"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"freq": "FREQ",
|
|
|
|
|
|
"gain": "GAIN",
|
|
|
|
|
|
"q": "Q值",
|
|
|
|
|
|
"loadDeviceBtn": "确定载入",
|
2026-05-11 17:42:18 +08:00
|
|
|
|
"peqNoneItem": "未配置",
|
|
|
|
|
|
"eqUi": {
|
|
|
|
|
|
"batchEditTitle": "批量编辑",
|
|
|
|
|
|
"batchEditHint": "共 11 行:第 1 行为 Preamp,第 2–11 行为 Filter 1–10。保存后将覆盖当前耳机的参数。",
|
2026-05-13 17:42:26 +08:00
|
|
|
|
"addPresetTitle": "新增预设",
|
|
|
|
|
|
"addPresetNameEmpty": "名称不能为空",
|
|
|
|
|
|
"addPresetNameExists": "名称已存在,请修改后再保存",
|
|
|
|
|
|
"toastAddPresetOk": "已新增预设",
|
|
|
|
|
|
"toastAddPresetFail": "新增预设失败",
|
2026-05-11 17:42:18 +08:00
|
|
|
|
"cancel": "取消",
|
|
|
|
|
|
"save": "保存",
|
|
|
|
|
|
"tabBrands": "品牌",
|
|
|
|
|
|
"tabModels": "型号",
|
|
|
|
|
|
"tabTarget": "目标",
|
|
|
|
|
|
"searchPlaceholder": "搜索品牌或型号",
|
|
|
|
|
|
"searching": "搜索中…",
|
|
|
|
|
|
"noSearchResults": "未找到相关品牌或型号",
|
|
|
|
|
|
"loading": "加载中…",
|
|
|
|
|
|
"noBrandMatch": "无匹配品牌",
|
|
|
|
|
|
"selectBrandFirst": "请先在「品牌」页选择品牌",
|
|
|
|
|
|
"brandLabel": "品牌:",
|
|
|
|
|
|
"modelFromSearchLabel": "已选搜索型号:",
|
|
|
|
|
|
"noModelsForBrand": "该品牌暂无型号",
|
|
|
|
|
|
"targetBrand": "品牌:",
|
|
|
|
|
|
"targetModel": "型号:",
|
|
|
|
|
|
"targetForm": "Form:",
|
|
|
|
|
|
"formAll": "全部",
|
|
|
|
|
|
"confirmLoading": "处理中…",
|
|
|
|
|
|
"confirmButton": "确认",
|
|
|
|
|
|
"selectModelFirst": "请先选择型号",
|
|
|
|
|
|
"noTargets": "暂无可用目标曲线",
|
|
|
|
|
|
"closeDrawer": "关闭",
|
|
|
|
|
|
"toastBatchApplied": "批量编辑已应用",
|
|
|
|
|
|
"toastBatchParseError": "批量编辑格式错误",
|
|
|
|
|
|
"toastBrandsFail": "获取品牌列表失败",
|
|
|
|
|
|
"toastModelsFail": "获取型号列表失败",
|
|
|
|
|
|
"toastCurveFail": "获取曲线失败",
|
|
|
|
|
|
"toastNewEqOk": "新耳机 EQ 已上报",
|
|
|
|
|
|
"toastTargetSelected": "已选目标:{{name}}",
|
|
|
|
|
|
"deleteConfirm": "是否删除耳机「{{name}}」?",
|
|
|
|
|
|
"toastDeleted": "已删除耳机",
|
|
|
|
|
|
"toastDeleteFail": "删除耳机失败",
|
|
|
|
|
|
"bassBoost": "低频增强:fc {{fc}},q {{q}},gain {{gain}}dB",
|
|
|
|
|
|
"errMinLines": "至少需要 11 行(Preamp + 10 个滤波器)",
|
|
|
|
|
|
"errPreampFirstLine": "第 1 行应为 Preamp:-5.96dB 格式",
|
|
|
|
|
|
"errPreampValue": "Preamp 数值无效",
|
|
|
|
|
|
"errFilterLine": "第 {{line}} 行不符合 Filter 格式",
|
|
|
|
|
|
"errFilterNoRange": "Filter 编号 {{no}} 超出范围",
|
|
|
|
|
|
"errFilterType": "Filter {{no}} 的类型无效({{type}})",
|
|
|
|
|
|
"errFilterNumbers": "Filter {{no}} 的数值无效",
|
|
|
|
|
|
"errFilterAll": "Filter 1–10 必须全部提供",
|
|
|
|
|
|
"chartCopyTo": "复制到 {{mode}}",
|
|
|
|
|
|
"chartLoadToDevice": "加载至设备",
|
|
|
|
|
|
"toastChartCopied": "已复制到 {{mode}}",
|
|
|
|
|
|
"toastChartLoadedDevice": "已加载至设备"
|
|
|
|
|
|
}
|
2026-03-31 18:52:37 +08:00
|
|
|
|
},
|
|
|
|
|
|
"dac": {
|
2026-05-13 17:42:26 +08:00
|
|
|
|
"sectionBalanceSensitivity": "平衡与灵敏度",
|
|
|
|
|
|
"sectionOutput": "输出特性",
|
|
|
|
|
|
"sectionSystemInterface": "系统与接口",
|
2026-03-31 18:52:37 +08:00
|
|
|
|
"balance": "左右平衡",
|
|
|
|
|
|
"sensitivity": "vu表灵敏度",
|
|
|
|
|
|
"filters": {
|
|
|
|
|
|
"label": "滤波特性",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "快速滚降" },
|
|
|
|
|
|
{ "index": 1, "label": "慢速滚降" },
|
|
|
|
|
|
{ "index": 2, "label": "短延迟快速滚降" },
|
|
|
|
|
|
{ "index": 3, "label": "短延迟慢速滚降" },
|
|
|
|
|
|
{ "index": 4, "label": "去重强调" },
|
|
|
|
|
|
{ "index": 5, "label": "非过采样(NOS)" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
2026-04-17 17:57:39 +08:00
|
|
|
|
"dacGain": {
|
2026-03-31 18:52:37 +08:00
|
|
|
|
"label": "耳机增益",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "低" },
|
|
|
|
|
|
{ "index": 1, "label": "中" },
|
|
|
|
|
|
{ "index": 2, "label": "高" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"volumeStep": "音量幅度",
|
|
|
|
|
|
"bootVolume": "开机音量",
|
|
|
|
|
|
"xlr": {
|
|
|
|
|
|
"label": "XLR端口极性",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "正常" },
|
|
|
|
|
|
{ "index": 1, "label": "反向" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"arc": {
|
|
|
|
|
|
"label": "ARC模式",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "ARC" },
|
|
|
|
|
|
{ "index": 1, "label": "EARC" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"mutePolar": {
|
|
|
|
|
|
"label": "IIS静音电平",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "低电平" },
|
|
|
|
|
|
{ "index": 1, "label": "高电平" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"IISMode": {
|
|
|
|
|
|
"label": "IIS模式",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "模式1" },
|
|
|
|
|
|
{ "index": 1, "label": "模式2" },
|
|
|
|
|
|
{ "index": 2, "label": "模式3" },
|
|
|
|
|
|
{ "index": 3, "label": "模式4" },
|
|
|
|
|
|
{ "index": 4, "label": "模式5" },
|
|
|
|
|
|
{ "index": 5, "label": "模式6" },
|
|
|
|
|
|
{ "index": 6, "label": "模式7" },
|
|
|
|
|
|
{ "index": 7, "label": "模式8" }
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
"settings": {
|
|
|
|
|
|
"vu": "设置",
|
|
|
|
|
|
"vuMeter": "VU表",
|
|
|
|
|
|
"screenBrightness": {
|
|
|
|
|
|
"label": "屏幕亮度",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "较亮" },
|
|
|
|
|
|
{ "index": 1, "label": "中等" },
|
|
|
|
|
|
{ "index": 2, "label": "较暗" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"sleep": {
|
|
|
|
|
|
"label": "休眠",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "关闭" },
|
|
|
|
|
|
{ "index": 1, "label": "无信号1分钟" },
|
|
|
|
|
|
{ "index": 2, "label": "无信号5分钟" },
|
|
|
|
|
|
{ "index": 3, "label": "无信号10分钟" },
|
|
|
|
|
|
{ "index": 4, "label": "无信号15分钟" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"turnOffScreen": {
|
|
|
|
|
|
"label": "关闭屏幕",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "常亮" },
|
|
|
|
|
|
{ "index": 1, "label": "无操作30秒" },
|
|
|
|
|
|
{ "index": 2, "label": "无操作1分钟" },
|
|
|
|
|
|
{ "index": 3, "label": "无操作3分钟" },
|
|
|
|
|
|
{ "index": 4, "label": "无操作5分钟" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"knobBrightness": {
|
|
|
|
|
|
"label": "旋钮亮度",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "关闭" },
|
|
|
|
|
|
{ "index": 1, "label": "较亮" },
|
|
|
|
|
|
{ "index": 2, "label": "中等" },
|
|
|
|
|
|
{ "index": 3, "label": "较暗" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
"sleepTime": {
|
|
|
|
|
|
"label": "休眠",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "关闭" },
|
|
|
|
|
|
{ "index": 1, "label": "无信号1分钟后" },
|
|
|
|
|
|
{ "index": 2, "label": "无信号5分钟后" },
|
|
|
|
|
|
{ "index": 3, "label": "无信号10分钟后" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"buttonLight": {
|
|
|
|
|
|
"label": "旋钮熄屏呼吸灯",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "开启" },
|
|
|
|
|
|
{ "index": 1, "label": "关闭" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"language": {
|
|
|
|
|
|
"label": "语言",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "英语" },
|
|
|
|
|
|
{ "index": 1, "label": "中文(繁体)" },
|
|
|
|
|
|
{ "index": 2, "label": "中文(简体)" },
|
|
|
|
|
|
{ "index": 3, "label": "德语" },
|
|
|
|
|
|
{ "index": 4, "label": "西班牙语" },
|
|
|
|
|
|
{ "index": 5, "label": "法语" }
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"Automatic": {
|
|
|
|
|
|
"label": "自动返回首页",
|
|
|
|
|
|
"options": [
|
|
|
|
|
|
{ "index": 0, "label": "关闭" },
|
|
|
|
|
|
{ "index": 1, "label": "无操作20秒" },
|
|
|
|
|
|
{ "index": 2, "label": "无操作40秒" },
|
|
|
|
|
|
{ "index": 3, "label": "无操作60秒" }
|
|
|
|
|
|
]
|
2026-05-13 17:42:26 +08:00
|
|
|
|
},
|
|
|
|
|
|
"systemPage": {
|
|
|
|
|
|
"sectionDisplay": "显示",
|
|
|
|
|
|
"sectionGeneral": "通用",
|
|
|
|
|
|
"sectionAbout": "关于",
|
|
|
|
|
|
"screenBrightnessDesc": "调节屏幕的整体亮度",
|
|
|
|
|
|
"turnOffScreenDesc": "设备无操作后自动关闭屏幕的时间",
|
|
|
|
|
|
"knobBrightnessDesc": "调节旋钮指示灯的亮度",
|
|
|
|
|
|
"buttonLightDesc": "锁屏后旋钮是否显示呼吸灯效果",
|
|
|
|
|
|
"languageDesc": "设置系统显示语言",
|
|
|
|
|
|
"automaticDesc": "闲置一段时间后自动回到主界面",
|
|
|
|
|
|
"sleepDesc": "设置设备进入低功耗模式的时间",
|
|
|
|
|
|
"deviceName": "设备名称",
|
|
|
|
|
|
"firmwareVersion": "固件版本",
|
|
|
|
|
|
"macAddress": "MAC 地址",
|
|
|
|
|
|
"disconnect": "断开连接"
|
2026-03-31 18:52:37 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
"prompt": {
|
|
|
|
|
|
"prompt": "提示",
|
|
|
|
|
|
"NotAdded": "未添加耳机,是否添加耳机?",
|
|
|
|
|
|
"confirm": "确定",
|
|
|
|
|
|
"cancel": "取消",
|
|
|
|
|
|
"save": "保存",
|
|
|
|
|
|
"reset": "重置",
|
|
|
|
|
|
"delete": "删除",
|
|
|
|
|
|
"add": "添加",
|
|
|
|
|
|
"edit": "编辑",
|
|
|
|
|
|
"deleteConfirm": "是否删除?",
|
|
|
|
|
|
"saveConfirm": "确认保存?",
|
|
|
|
|
|
"HP-EQ": "HP-EQ未开启, 是否启用?",
|
|
|
|
|
|
"Effect": "Effect未开启, 是否启用?",
|
|
|
|
|
|
"EnableEffectY": "确定",
|
|
|
|
|
|
"EnableEffectN": "取消",
|
|
|
|
|
|
"noDelete": "该项无法删除",
|
|
|
|
|
|
"SavePreset": "新增预设",
|
|
|
|
|
|
"default": "默认",
|
|
|
|
|
|
"invalidData": "非法数据",
|
|
|
|
|
|
"range": "范围",
|
|
|
|
|
|
"selectedYet": "你还未选择目标曲线",
|
|
|
|
|
|
"leftChannel": "左声道",
|
|
|
|
|
|
"rightChannel": "右声道"
|
2026-04-21 16:41:01 +08:00
|
|
|
|
},
|
|
|
|
|
|
"ai": {
|
|
|
|
|
|
"title": "Luxsin AI",
|
|
|
|
|
|
"welcomeTitle": "你好,我是 Luxsin AI",
|
|
|
|
|
|
"welcomeDescription": "可以帮你查询与调整 {device} 的设置,分析耳机频响、优化 EQ,或者解答使用上的疑问。",
|
|
|
|
|
|
"suggestionsLabel": "试试这样问",
|
|
|
|
|
|
"suggestions": [
|
|
|
|
|
|
{ "title": "优化我的 EQ", "prompt": "帮我优化当前 EQ,我希望人声更清晰一些" },
|
|
|
|
|
|
{ "title": "推荐流行乐 EQ", "prompt": "推荐一套适合听流行音乐的 EQ 参数" },
|
|
|
|
|
|
{ "title": "查看设备状态", "prompt": "帮我查看当前的音量、输入源和输出端口" },
|
|
|
|
|
|
{ "title": "切换输入源", "prompt": "把输入源切换到 USB-C" }
|
|
|
|
|
|
],
|
|
|
|
|
|
"inputPlaceholder": "问问关于设备、EQ、音效……",
|
|
|
|
|
|
"thinking": "思考中…",
|
|
|
|
|
|
"stopped": "(已停止)",
|
|
|
|
|
|
"requestFailed": "请求失败,请稍后重试",
|
|
|
|
|
|
"ariaSend": "发送",
|
|
|
|
|
|
"ariaStop": "停止",
|
|
|
|
|
|
"ariaNewChat": "新建会话",
|
|
|
|
|
|
"ariaHistory": "历史会话",
|
|
|
|
|
|
"ariaClose": "关闭",
|
2026-05-08 18:15:52 +08:00
|
|
|
|
"ariaFullPage": "全屏打开",
|
|
|
|
|
|
"ariaHidePanel": "收起 AI 面板",
|
2026-05-13 17:46:05 +08:00
|
|
|
|
"ariaRestoreSplit": "还原分栏",
|
2026-04-21 16:41:01 +08:00
|
|
|
|
"clearCurrent": "清空当前会话",
|
|
|
|
|
|
"cleared": "已清空当前会话",
|
|
|
|
|
|
"clearFailed": "清空失败:{message}",
|
|
|
|
|
|
"deviceRequired": "请先连接设备",
|
|
|
|
|
|
"deviceDisconnected": "设备未连接",
|
|
|
|
|
|
"loadHistoryFailed": "加载历史失败:{message}",
|
|
|
|
|
|
"loadChatFailed": "加载会话失败:{message}",
|
|
|
|
|
|
"toolResultFailed": "工具结果回传失败:{message}",
|
|
|
|
|
|
"history": {
|
|
|
|
|
|
"title": "历史会话",
|
|
|
|
|
|
"newChat": "开始新会话",
|
|
|
|
|
|
"empty": "暂无历史会话",
|
2026-04-29 15:27:45 +08:00
|
|
|
|
"current": "当前",
|
|
|
|
|
|
"delete": "删除",
|
|
|
|
|
|
"deleteConfirm": "确定删除这条会话吗?删除后无法恢复。",
|
|
|
|
|
|
"deleted": "会话已删除",
|
|
|
|
|
|
"deleteFailed": "删除失败:{message}"
|
2026-04-21 16:41:01 +08:00
|
|
|
|
},
|
|
|
|
|
|
"optimize": {
|
|
|
|
|
|
"badge": "优化记录",
|
|
|
|
|
|
"applied": "已应用",
|
|
|
|
|
|
"summary": "{count} 个滤波器 · 总增益 {preamp} dB",
|
|
|
|
|
|
"compare": "对比",
|
|
|
|
|
|
"apply": "应用",
|
|
|
|
|
|
"rollback": "回滚",
|
|
|
|
|
|
"applySuccess": "已应用新的 EQ",
|
|
|
|
|
|
"rollbackSuccess": "已回滚到原 EQ",
|
|
|
|
|
|
"applyFailed": "操作失败:{message}"
|
|
|
|
|
|
},
|
|
|
|
|
|
"compareDialog": {
|
|
|
|
|
|
"title": "EQ 对比",
|
|
|
|
|
|
"legendBefore": "优化前",
|
|
|
|
|
|
"legendAfter": "优化后",
|
2026-04-23 15:17:03 +08:00
|
|
|
|
"legendCurrent": "当前",
|
|
|
|
|
|
"legendAfterApply": "应用后",
|
|
|
|
|
|
"legendAfterRollback": "回滚后",
|
2026-04-21 16:41:01 +08:00
|
|
|
|
"close": "关闭",
|
|
|
|
|
|
"apply": "应用此优化",
|
|
|
|
|
|
"rollback": "回滚到优化前",
|
|
|
|
|
|
"paramSummary": "{count} 段 · preamp {preamp} dB"
|
|
|
|
|
|
}
|
2026-03-31 18:52:37 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|