Files
controller-v2/client/src/locales/data-zh.json
T

597 lines
21 KiB
JSON
Raw Normal View History

{
"connect": {
"ipMissingTitle": "未指定设备 IP",
"ipMissingDesc": "请在地址栏添加设备 IP 参数后再打开本页,例如:",
"connecting": "正在连接 {ip}…",
"failedTitle": "连接失败",
"failedDesc": "请检查设备 IP 与网络连接。",
"failedHint": "通过地址栏指定设备,例如 ?ip=10.0.0.119"
},
"home": {
"audioSet": "音频设置",
"systemSet": "系统设置",
"power": "电源",
"input": "输入源",
"output": "输出端口",
"vu": "VU表",
"powerOffConfirmTitle": "确认关闭电源?",
"powerOffConfirmDesc": "设备将关机并断开与本应用的连接,是否继续?",
"powerOffConfirmOk": "关闭电源",
"powerOffConfirmCancel": "取消",
"volumeMinConfirmTitle": "确认将音量设为最小?",
"volumeMinConfirmDesc": "音量将调至最低(静音),是否继续?",
"volumeMinConfirmOk": "设为最小",
"volumeMaxConfirmTitle": "确认将音量设为最大?",
"volumeMaxConfirmDesc": "音量将调至最大,是否继续?",
"volumeMaxConfirmOk": "设为最大",
2026-05-26 18:46:41 +08:00
"volumePassthroughHint": "当前为音量直通模式,音量不可调节",
"volumePassthroughBlocked": "当前为音量直通模式({mode}),无法调节耳机音量。请在音频设置中关闭直通或改为「关闭」。",
"volumePassthroughMode0dB": "0dB",
"volumePassthroughMode12dB": "-12dB",
"powerOffToastDemo": "演示模式:已断开与设备的连接",
"powerOffToastSent": "已发送关机指令",
"doubleClickHint": "双击进入",
"backToLegacy": "返回旧版"
},
"vuPage": {
"title": "VU 表库"
},
"bottomNav": {
"community": "社区",
"hpEq": "HP-EQ",
"home": "主页",
"effects": "Effect",
"myAi": "我的AI"
},
"communityPage": {
"title": "社区",
"intro": "论坛需在系统浏览器中打开。请复制下方完整链接,在手机浏览器地址栏粘贴并访问。",
"copyLink": "复制链接",
"toastCopied": "链接已复制",
"toastCopyFailed": "复制失败,请长按链接手动复制"
},
"source": {
"label": "输入输出",
"pageTitle": "输入输出",
"inputSection": "输入",
"outputSection": "输出",
2026-06-03 15:42:58 +08:00
"inputOptions": ["USB-B", "USB-C", "同轴", "光纤", "蓝牙", "HDMI-EARC", "模拟RCA", "U盘"],
"outputOptions": ["XLR", "RCA", "XLR/RCA", "耳机"],
"input": { "coaxial": "同轴", "optical": "光纤", "bluetooth": "蓝牙", "rca": "模拟RCA" },
"output": { "headset": "耳机" }
},
"effect": {
"pageTitle": "音效",
"selectStyleTitle": "选择音效风格",
"selectCrossfeedTitle": "选择交叉反馈模式",
"lowBass": "低音",
"enterBass": "中音",
"highBass": "高音",
"tone": "音调",
"loudness": "响度",
"threshold": "阈值",
"delayed": "延时",
"mainframeCase": "主机箱",
"subwooferUnit": "低音炮",
"style": {
"label": "风格",
"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": "声场宽度" },
"crossfeed": {
"label": "交叉反馈",
"options": [
"BS2B default(700Hz,4.5dB)",
"BS2B polular(700Hz,6dB)",
"BS2B relax(650Hz,9.5dB)"
]
},
"subwoofer": {
"label": "低音炮输出",
2026-05-26 18:46:41 +08:00
"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": [
2026-05-26 18:46:41 +08:00
{ "label": "单声道 Mono(Mix)", "index": 0 },
{ "label": "立体声 Stereo", "index": 1 }
]
2026-05-26 18:46:41 +08:00
},
"delay": {
"label": "延时",
"mainSpeaker": "主机箱",
"subwoofer": "低音炮",
"leftChannel": "左声道",
"rightChannel": "右声道"
}
},
"enableConfirmTitle": "音效未开启",
"enableConfirmDesc": "当前 Effect 功能已关闭,是否开启?",
"enableConfirmOk": "开启",
"enableConfirmCancel": "取消"
},
"peq": {
"Standard": "标准均衡器预设",
"edit": "批量编辑",
"headset": "添加耳机型号",
"share": "分享 EQ",
"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": "确定载入",
"peqNoneItem": "未配置",
"eqUi": {
"batchEditTitle": "批量编辑",
"batchEditHint": "共 11 行:第 1 行为 Preamp,第 211 行为 Filter 1–10。保存后将覆盖当前耳机的参数。",
"addPresetTitle": "新增预设",
"addPresetNameEmpty": "名称不能为空",
"addPresetNameExists": "名称已存在,请修改后再保存",
"toastAddPresetOk": "已新增预设",
"toastAddPresetFail": "新增预设失败",
2026-06-12 15:53:05 +08:00
"toastPresetLimitReached": "预设已达上限({{max}} 个),请先清理后再操作",
"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 110 必须全部提供",
"chartCopyTo": "复制到 {{mode}}",
"chartApplyB": "应用 B",
"chartSaveB": "另存 B",
"saveBTitle": "另存 B",
"toastChartCopied": "已复制到 {{mode}}",
"toastApplyBSuccess": "已将 B 曲线应用到 A",
"toastApplyBFail": "应用 B 失败",
"toastSaveBOk": "已另存 B 预设",
"toastSaveBFail": "另存 B 失败",
"enableConfirmTitle": "HP-EQ 未开启",
"enableConfirmDesc": "当前 HP-EQ 功能已关闭,是否开启?",
"enableConfirmOk": "开启",
"paramInputTitleFreq": "设置频率",
"paramInputTitleGain": "设置增益",
"paramInputTitleQ": "设置 Q 值",
"paramInputHintFreq": "范围:20 20000 Hz,可使用 k 表示 kHz(如 9.5k",
"paramInputHintGain": "范围:-15.0 +15.0 dB",
"paramInputHintQ": "范围:0.10 10.00",
"paramInputInvalid": "请输入有效数值",
"paramInputOutOfRangeFreq": "频率需在 {{min}} {{max}} Hz 之间",
"paramInputOutOfRangeGain": "增益需在 {{min}} {{max}} dB 之间",
"paramInputOutOfRangeQ": "Q 值需在 {{min}} {{max}} 之间",
"shareTitle": "分享 EQ",
"shareSelectHint": "选择要分享的 EQ 预设",
"shareConfirm": "生成分享码",
"shareCodeLabel": "分享码",
"shareCopied": "已复制分享码",
"shareGenerating": "生成中…",
"importTab": "导入 EQ",
"importCodeHint": "输入或粘贴 5 位分享码",
"importQuery": "查询",
"importQuerying": "查询中…",
"importCodeNotFound": "分享码不存在",
"importEqName": "EQ 名称",
"importButton": "导入",
"importSuccess": "EQ 导入成功",
"mySharesTab": "我的分享",
"mySharesLoading": "加载中…",
"mySharesEmpty": "暂无分享记录",
"mySharesCode": "分享码",
"mySharesName": "EQ 名称",
"mySharesLoadFail": "加载分享列表失败"
}
},
"dac": {
"sectionBalanceSensitivity": "平衡与灵敏度",
"sectionOutput": "输出特性",
"sectionIisSettings": "IIS设置",
"sectionSystemInterface": "系统与接口",
"balance": "左右平衡",
"sensitivity": "vu表灵敏度",
2026-05-26 18:46:41 +08:00
"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": [
{ "index": 0, "label": "快速滚降" },
{ "index": 1, "label": "慢速滚降" },
{ "index": 2, "label": "短延迟快速滚降" },
{ "index": 3, "label": "短延迟慢速滚降" },
2026-05-27 13:52:16 +08:00
{ "index": 4, "label": "超慢速滚降" },
{ "index": 5, "label": "低离散短延迟" }
]
},
"dacGain": {
"label": "耳机增益",
"options": [
{ "index": 0, "label": "低" },
{ "index": 1, "label": "中" },
{ "index": 2, "label": "高" }
]
},
"volumeStep": "音量幅度",
"bootVolume": {
"label": "开机音量",
"options": [
{ "index": 0, "label": "默认" },
{ "index": 1, "label": "-5dB" },
{ "index": 2, "label": "-10dB" },
{ "index": 3, "label": "-15dB" },
{ "index": 4, "label": "-20dB" },
{ "index": 5, "label": "-25dB" },
{ "index": 6, "label": "-30dB" },
{ "index": 7, "label": "-35dB" },
{ "index": 8, "label": "-40dB" },
{ "index": 9, "label": "-45dB" },
{ "index": 10, "label": "-50dB" }
]
},
"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": "中文(简体)" }
]
},
"Automatic": {
"label": "自动返回首页",
"options": [
{ "index": 0, "label": "关闭" },
{ "index": 1, "label": "无操作20秒" },
{ "index": 2, "label": "无操作40秒" },
{ "index": 3, "label": "无操作60秒" }
]
},
"systemPage": {
"sectionDisplay": "显示",
"sectionGeneral": "通用",
"sectionAbout": "关于",
"screenBrightnessDesc": "调节屏幕的整体亮度",
"turnOffScreenDesc": "设备无操作后自动关闭屏幕的时间",
"knobBrightnessDesc": "调节旋钮指示灯的亮度",
"buttonLightDesc": "锁屏后旋钮是否显示呼吸灯效果",
"languageDesc": "设置系统显示语言",
"automaticDesc": "闲置一段时间后自动回到主界面",
"sleepDesc": "设置设备进入低功耗模式的时间",
"deviceName": "设备名称",
"firmwareVersion": "固件版本",
"macAddress": "MAC 地址",
"deviceIp": "设备 IP"
}
},
"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": "右声道"
},
"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 面板",
"ariaRestoreSplit": "还原分栏",
"clearCurrent": "清空当前会话",
"cleared": "已清空当前会话",
"clearFailed": "清空失败:{message}",
"deviceRequired": "请先连接设备",
"deviceDisconnected": "设备未连接",
"loadHistoryFailed": "加载历史失败:{message}",
"loadChatFailed": "加载会话失败:{message}",
"toolResultFailed": "工具结果回传失败:{message}",
"history": {
"title": "历史会话",
"newChat": "开始新会话",
"empty": "暂无历史会话",
"current": "当前",
"delete": "删除",
"deleteConfirm": "确定删除这条会话吗?删除后无法恢复。",
"deleted": "会话已删除",
"deleteFailed": "删除失败:{message}"
},
"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": "回滚后",
"close": "关闭",
"apply": "应用此优化",
"rollback": "回滚到优化前",
"paramSummary": "{count} 段 · preamp {preamp} dB"
}
}
}