feat: add streaming cloud ASR, polish routing, and settings card layout

Unify Bailian/Volcengine/OpenAI realtime streaming, ABE polish routing with
fun styles, and a shared card-page Settings hierarchy; bump to 1.1 (build 32).
This commit is contained in:
Rocky
2026-07-28 20:25:17 +08:00
parent 956331a2af
commit d656bac8c3
58 changed files with 4153 additions and 1396 deletions
+18 -2
View File
@@ -60,7 +60,7 @@
"error.cloudASR.emptyTranscript" = "云端识别返回了空文本。";
"error.cloudASR.audioTooLong" = "音频片段超过该云端识别服务的时长限制。";
"error.cloudASR.providerUnsupported" = "该服务商暂不支持云端语音识别。";
"error.cloudASR.streamingNotImplemented" = "该服务商需要流式 ASR(WebSocket),当前版本尚未接入。可改用通义、智谱、Groq 或 OpenAI。";
"error.cloudASR.streamingNotImplemented" = "该服务商流式 ASR 失败。请检查 API Key 与网络后重试。";
/* 服务商工具 */
"providerTools.error.invalidURL" = "模型接口地址无效。";
@@ -92,6 +92,10 @@
"polishStyle.formal" = "正式表达";
"polishStyle.dating" = "直男癌拯救器";
"polishStyle.chat" = "日常聊天";
"polishStyle.flex" = "装逼指南";
"polishStyle.corp" = "大厂黑话";
"polishStyle.diba" = "帝吧大神";
"polishStyle.xhs" = "小红书集美";
/* v0.3.0: 润色档位 */
"polish.intensity.off" = "关闭";
@@ -139,13 +143,19 @@
"mac.styles.add" = "添加润色风格";
"mac.styles.edit" = "编辑风格";
"mac.styles.builtin" = "内置风格";
"mac.styles.fun" = "趣味风格";
"mac.styles.custom" = "我的风格";
"mac.styles.copy" = "副本";
"mac.styles.viewPrompt" = "查看提示词";
"mac.styles.light" = "修正识别与标点,尽量少改原话。";
"mac.styles.structured" = "将多个事项整理成清晰段落与列表。";
"mac.styles.formal" = "适合邮件和工作的专业表达。";
"mac.styles.dating" = "自然会撩、有温度且尊重边界的聊天表达。";
"mac.styles.dating" = "有态度、好接,偶尔带一点巧思的恋爱聊天。";
"mac.styles.chat" = "简短自然的聊天消息,避免公文腔。";
"mac.styles.flex" = "中英夹杂的 4A / 留学装逼腔,偶尔点缀品牌格调。";
"mac.styles.corp" = "大厂开会黑话:汇报、吵架、甩锅都像那么回事。";
"mac.styles.diba" = "不脏字的逻辑碾压回复,让对方接不住。";
"mac.styles.xhs" = "姐妹向小红书笔记体:有钩子、可种草、可直接发帖。";
"mac.styles.customDescription" = "自定义完整写作人格";
"mac.styles.error" = "无法保存风格";
"mac.styles.validation" = "请检查名称、提示词长度及 8 个风格的数量上限。";
@@ -204,6 +214,10 @@
"mac.history.clearTitle" = "清空全部历史?";
"mac.history.clearMessage" = "此操作无法撤销。";
"mac.history.clearConfirm" = "全部清空";
"mac.history.clearDayTitle" = "删除这一天的记录?";
"mac.history.clearDayMessage" = "将删除该日全部语音记录,此操作无法撤销。";
"mac.history.clearDayConfirm" = "删除当天";
"mac.history.clearDayButton" = "删除当天历史";
"mac.dict.health" = "词库健康度";
"mac.dict.healthDesc" = "影响识别偏置且润色时不会被改写的自定义词条。";
"mac.dict.add" = "添加个性词";
@@ -246,6 +260,8 @@
"mac.settings.thinking" = "思考";
"mac.settings.thinkingSubtitle" = "速度更慢、质量更高,建议关闭";
"mac.settings.thinkingHint" = "默认关闭。仅在需要更慢、更深的推理时开启。";
"mac.settings.translation" = "润色后翻译";
"mac.settings.translationOff" = "不翻译";
"mac.settings.volcengineAppId" = "APP ID";
"mac.settings.volcengineAccessToken" = "Access Token";
"mac.settings.volcengineResourceId" = "Resource ID";