33a5b8a9b0
- 在音频参数中加入 uac_ver 字段,支持区分 UAC 2.0 和 UAC 1.0 - 在多语言资源中添加 UAC 版本选项及对应标签(中英文、德语、西班牙语、法语、繁体中文等) - 在 AudioPage 页面新增 UAC 版本选择组件,支持用户选择不同版本 - 在 SelectPage 中加入 uac_ver 的映射,保证数据正确传递 - 为 UAC 版本选项新增“Custom”自定义项,丰富配置可能性
958 lines
26 KiB
JSON
958 lines
26 KiB
JSON
{
|
||
"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": "设为最大",
|
||
"volumePassthroughLockedToast": "当前为音量直通模式,无法调节音量",
|
||
"volumePassthroughLockedHint": "当前为音量直通模式,无法调节音量",
|
||
"powerOffToastDemo": "演示模式:已发送关机指令",
|
||
"powerOffToastSent": "已发送关机指令",
|
||
"doubleClickHint": "双击进入",
|
||
"changelog": "更新说明",
|
||
"changelogLoadFailed": "加载失败,请稍后重试"
|
||
},
|
||
"vuPage": {
|
||
"title": "VU 表库"
|
||
},
|
||
"bottomNav": {
|
||
"community": "社区",
|
||
"hpEq": "HP-EQ",
|
||
"home": "主页",
|
||
"effects": "Effect",
|
||
"myAi": "我的AI"
|
||
},
|
||
"communityPage": {
|
||
"title": "社区",
|
||
"intro": "论坛需在系统浏览器中打开。请复制下方完整链接,在手机浏览器地址栏粘贴并访问。",
|
||
"copyLink": "复制链接",
|
||
"toastCopied": "链接已复制",
|
||
"toastCopyFailed": "复制失败,请长按链接手动复制"
|
||
},
|
||
"source": {
|
||
"label": "输入输出",
|
||
"pageTitle": "输入输出",
|
||
"inputSection": "输入",
|
||
"outputSection": "输出",
|
||
"inputOptions": [
|
||
"USB-B",
|
||
"USB-C",
|
||
"同轴",
|
||
"光纤",
|
||
"蓝牙",
|
||
"IIS"
|
||
],
|
||
"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)",
|
||
"Custom"
|
||
]
|
||
},
|
||
"subwoofer": {
|
||
"label": "低音炮输出",
|
||
"freq": "低通频率",
|
||
"attenuation": "衰减斜率",
|
||
"gain": "低音增强",
|
||
"output": {
|
||
"label": "输出方式",
|
||
"options": [
|
||
{
|
||
"label": "单声道",
|
||
"index": 0
|
||
},
|
||
{
|
||
"label": "立体声",
|
||
"index": 1
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"enableConfirmTitle": "音效未开启",
|
||
"enableConfirmDesc": "当前 Effect 功能已关闭,是否开启?",
|
||
"enableConfirmOk": "开启",
|
||
"enableConfirmCancel": "取消"
|
||
},
|
||
"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": "确定载入",
|
||
"peqNoneItem": "未配置",
|
||
"eqUi": {
|
||
"batchEditTitle": "批量编辑",
|
||
"batchEditHint": "共 11 行:第 1 行为 Preamp,第 2–11 行为 Filter 1–10。保存后将覆盖当前耳机的参数。",
|
||
"addPresetTitle": "新增预设",
|
||
"addPresetNameEmpty": "名称不能为空",
|
||
"addPresetNameExists": "名称已存在,请修改后再保存",
|
||
"addPresetNameTooLong": "名称不能超过 80 个字符",
|
||
"toastAddPresetOk": "已新增预设",
|
||
"toastAddPresetFail": "新增预设失败",
|
||
"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": "批量编辑格式错误",
|
||
"undo": "撤销",
|
||
"toastUndo": "已撤销:{{detail}}",
|
||
"toastUndoEmpty": "已撤销",
|
||
"undoBandParam": "{{mode}} 频段{{band}} {{param}} {{from}} → {{to}}",
|
||
"undoSimpleParam": "{{param}} {{from}} → {{to}}",
|
||
"undoMultiple": "{{count}} 项变更({{summary}})",
|
||
"undoMoreSuffix": "(另有 {{count}} 项)",
|
||
"undoDetailSep": ";",
|
||
"undoParamFreq": "频率",
|
||
"undoParamGain": "增益",
|
||
"undoParamQ": "Q",
|
||
"undoParamType": "滤波器",
|
||
"undoParamPreamp": "总增益",
|
||
"undoParamAuto": "AUTO",
|
||
"undoParamAbMode": "A/B",
|
||
"undoAutoOn": "开",
|
||
"undoAutoOff": "关",
|
||
"toastBrandsFail": "获取品牌列表失败",
|
||
"toastModelsFail": "获取型号列表失败",
|
||
"toastCurveFail": "获取曲线失败",
|
||
"toastNewEqOk": "新耳机 EQ 已上报",
|
||
"toastTargetSelected": "已选目标:{{name}}",
|
||
"deleteConfirm": "是否删除耳机「{{name}}」?",
|
||
"batchDeleteConfirm": "是否删除选中的 {{count}} 个预设?",
|
||
"deletePresetConfirm": "是否删除预设「{{name}}」?",
|
||
"managePresetTitle": "管理 EQ 预设",
|
||
"selectAll": "全选",
|
||
"batchDelete": "批量删除",
|
||
"noPresets": "暂无预设",
|
||
"renamePreset": "重命名",
|
||
"movePresetUp": "上移",
|
||
"movePresetDown": "下移",
|
||
"confirmOrder": "确认顺序",
|
||
"moveToFirst": "置顶",
|
||
"moveToLast": "置底",
|
||
"currentPreset": "当前选中",
|
||
"toastOrderSaved": "顺序已保存",
|
||
"toastOrderFail": "保存顺序失败",
|
||
"deletePreset": "删除",
|
||
"toastRenamed": "已重命名",
|
||
"toastRenameFail": "重命名失败",
|
||
"renameEmptyName": "名称不能为空",
|
||
"renameNameExists": "名称已存在",
|
||
"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}}",
|
||
"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}} 之间",
|
||
"overwritePresetTitle": "预设名称已存在",
|
||
"overwritePresetDesc": "预设「{{name}}」已存在,确认覆盖原有数据吗?",
|
||
"overwritePresetConfirm": "覆盖",
|
||
"overwritePresetCancelled": "已取消",
|
||
"shareTitle": "分享 EQ",
|
||
"shareSelectHint": "选择要分享的 EQ 预设",
|
||
"shareConfirm": "生成分享码",
|
||
"shareCodeLabel": "分享码",
|
||
"shareCopied": "已复制分享码",
|
||
"shareGenerating": "生成中…",
|
||
"shareCreateFail": "生成分享码失败",
|
||
"shareActiveExists": "已有未过期的分享码,请稍后再试",
|
||
"shareInvalidParams": "请求参数无效,请检查后重试",
|
||
"shareSystemError": "系统错误,请稍后重试",
|
||
"shareExpireAt": "有效期至",
|
||
"importTab": "导入 EQ",
|
||
"importCodeHint": "输入或粘贴 5 位分享码",
|
||
"importQuery": "查询",
|
||
"importQuerying": "查询中…",
|
||
"importCodeNotFound": "分享码不存在或已过期",
|
||
"importEqName": "EQ 名称",
|
||
"importEqNameHint": "可自定义名称",
|
||
"importSourceModel": "来源设备",
|
||
"importButton": "导入",
|
||
"importSaving": "导入中…",
|
||
"importSuccess": "EQ 导入成功",
|
||
"importFail": "EQ 导入失败",
|
||
"mySharesTab": "我的分享",
|
||
"mySharesLoading": "加载中…",
|
||
"mySharesEmpty": "暂无分享记录",
|
||
"mySharesCode": "分享码",
|
||
"mySharesName": "EQ 名称",
|
||
"mySharesLoadFail": "加载分享列表失败",
|
||
"mySharesDeleteConfirmTitle": "删除分享码",
|
||
"mySharesDeleteConfirmDesc": "确定删除分享码 {{code}}?删除后将无法再通过该码导入。",
|
||
"mySharesDeleteConfirmOk": "删除",
|
||
"mySharesDeleteSuccess": "分享码已删除",
|
||
"mySharesDeleteFail": "删除分享码失败"
|
||
},
|
||
"share": "分享 EQ"
|
||
},
|
||
"dac": {
|
||
"sectionBalanceSensitivity": "平衡与灵敏度",
|
||
"sectionOutput": "输出特性",
|
||
"sectionIisSettings": "IIS设置",
|
||
"sectionSystemInterface": "系统与接口",
|
||
"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)"
|
||
}
|
||
]
|
||
},
|
||
"dacGain": {
|
||
"label": "耳机增益",
|
||
"options": [
|
||
{
|
||
"index": 0,
|
||
"label": "低"
|
||
},
|
||
{
|
||
"index": 1,
|
||
"label": "中"
|
||
},
|
||
{
|
||
"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": "开机音量",
|
||
"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": "反向"
|
||
}
|
||
]
|
||
},
|
||
"uacVer": {
|
||
"label": "UAC版本",
|
||
"options": [
|
||
{
|
||
"index": 0,
|
||
"label": "UAC 2.0"
|
||
},
|
||
{
|
||
"index": 1,
|
||
"label": "UAC 1.0"
|
||
}
|
||
]
|
||
},
|
||
"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",
|
||
"sectionAmbientLight": "氛围灯",
|
||
"ambientLight": "总开关",
|
||
"ledRed": "红",
|
||
"ledGreen": "绿",
|
||
"ledBlue": "蓝"
|
||
}
|
||
},
|
||
"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": "关闭",
|
||
"ariaFullPage": "全屏打开",
|
||
"ariaHidePanel": "收起 AI 面板",
|
||
"ariaRestoreSplit": "还原分栏",
|
||
"clearCurrent": "清空当前会话",
|
||
"cleared": "已清空当前会话",
|
||
"clearFailed": "清空失败:{message}",
|
||
"deviceRequired": "请先连接设备",
|
||
"inputTooLong": "内容过长,请将输入限制在 {max} 字以内",
|
||
"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": "优化后",
|
||
"legendCurrent": "当前",
|
||
"legendAfterApply": "应用后",
|
||
"legendAfterRollback": "回滚后",
|
||
"close": "关闭",
|
||
"apply": "应用此优化",
|
||
"rollback": "回滚到优化前",
|
||
"paramSummary": "{count} 段 · preamp {preamp} dB"
|
||
}
|
||
}
|
||
}
|