mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 18:23:59 +08:00
Fix agent snapshot history issues
This commit is contained in:
@@ -806,12 +806,126 @@ export default {
|
||||
'roleConfig.addTag': '添加新標籤',
|
||||
'roleConfig.restartNotice': '保存配置後,需要重啟設備,新的配置才會生效。',
|
||||
'roleConfig.saveConfig': '保存配置',
|
||||
'roleConfig.snapshotHistory': '歷史版本',
|
||||
'roleConfig.currentVersion': '目前版本 {version}',
|
||||
'roleConfig.functionName': '功能名稱',
|
||||
'roleConfig.reset': '重置',
|
||||
'roleConfig.agentName': '助手暱稱',
|
||||
'roleConfig.roleTemplate': '角色模版',
|
||||
'roleConfig.roleIntroduction': '角色介紹',
|
||||
'roleConfig.languageCode': '語言編碼',
|
||||
'roleConfig.interactionLanguage': '交互語種',
|
||||
'agentSnapshot.title': '歷史版本',
|
||||
'agentSnapshot.empty': '暫無歷史版本',
|
||||
'agentSnapshot.version': '版本',
|
||||
'agentSnapshot.createdAt': '保存時間',
|
||||
'agentSnapshot.source': '來源',
|
||||
'agentSnapshot.changedFields': '變更內容',
|
||||
'agentSnapshot.actions': '操作',
|
||||
'agentSnapshot.view': '查看',
|
||||
'agentSnapshot.restore': '恢復',
|
||||
'agentSnapshot.delete': '刪除',
|
||||
'agentSnapshot.detailTitle': '變更詳情',
|
||||
'agentSnapshot.restorePreviewTitle': '恢復確認',
|
||||
'agentSnapshot.confirmRestore': '確認恢復',
|
||||
'agentSnapshot.before': '之前',
|
||||
'agentSnapshot.after': '之後',
|
||||
'agentSnapshot.emptyValue': '無',
|
||||
'agentSnapshot.noChangedContent': '暫無可展示的變更內容',
|
||||
'agentSnapshot.noFunctionChange': '功能配置無變化',
|
||||
'agentSnapshot.beforeChange': '變化前',
|
||||
'agentSnapshot.afterChange': '變化後',
|
||||
'agentSnapshot.beforeRestore': '恢復前',
|
||||
'agentSnapshot.afterRestore': '恢復後',
|
||||
'agentSnapshot.restoreMemoryWarning': '恢復到無記憶版本會清空該智能體的聊天記錄,請確認後再繼續。',
|
||||
'agentSnapshot.restoreConfirm': '確定恢復到版本 {version} 嗎?目前配置會先自動保存為新的歷史版本。',
|
||||
'agentSnapshot.restoreSuccess': '已恢復歷史版本',
|
||||
'agentSnapshot.restoreFailed': '恢復歷史版本失敗',
|
||||
'agentSnapshot.restoreFailedRollback': '恢復歷史版本失敗,交易已回滾,目前配置未改變',
|
||||
'agentSnapshot.deleteConfirm': '確定刪除版本 {version} 嗎?刪除後無法復原。',
|
||||
'agentSnapshot.deleteSuccess': '已刪除歷史版本',
|
||||
'agentSnapshot.deleteFailed': '刪除歷史版本失敗',
|
||||
'agentSnapshot.fetchFailed': '獲取歷史版本失敗',
|
||||
'agentSnapshot.detailFailed': '獲取快照詳情失敗',
|
||||
'agentSnapshot.currentVersion': '目前版本',
|
||||
'agentSnapshot.source.config': '配置保存',
|
||||
'agentSnapshot.source.current': '目前配置',
|
||||
'agentSnapshot.source.restore': '恢復前',
|
||||
'agentSnapshot.source.initial': '初始版本',
|
||||
'agentSnapshot.field.restore': '恢復操作',
|
||||
'agentSnapshot.field.initial': '初始快照',
|
||||
'agentSnapshot.field.agentCode': '助手編碼',
|
||||
'agentSnapshot.field.agentName': '助手暱稱',
|
||||
'agentSnapshot.field.asrModelId': '語音識別',
|
||||
'agentSnapshot.field.vadModelId': '語音活動檢測',
|
||||
'agentSnapshot.field.llmModelId': '主語言模型',
|
||||
'agentSnapshot.field.slmModelId': '小參數模型',
|
||||
'agentSnapshot.field.vllmModelId': '視覺大模型',
|
||||
'agentSnapshot.field.ttsModelId': '語音合成',
|
||||
'agentSnapshot.field.ttsVoiceId': '聲音音色',
|
||||
'agentSnapshot.field.ttsLanguage': '對話語言',
|
||||
'agentSnapshot.field.ttsVolume': '音量',
|
||||
'agentSnapshot.field.ttsRate': '語速',
|
||||
'agentSnapshot.field.ttsPitch': '音調',
|
||||
'agentSnapshot.field.memModelId': '記憶模式',
|
||||
'agentSnapshot.field.intentModelId': '意圖識別',
|
||||
'agentSnapshot.field.chatHistoryConf': '聊天記錄配置',
|
||||
'agentSnapshot.field.systemPrompt': '角色介紹',
|
||||
'agentSnapshot.field.summaryMemory': '記憶',
|
||||
'agentSnapshot.field.langCode': '語言編碼',
|
||||
'agentSnapshot.field.language': '交互語種',
|
||||
'agentSnapshot.field.sort': '排序',
|
||||
'agentSnapshot.field.functions': '功能插件',
|
||||
'agentSnapshot.field.contextProviders': '上下文源',
|
||||
'agentSnapshot.field.correctWordFileIds': '替換詞',
|
||||
'agentSnapshot.field.tagNames': '標籤',
|
||||
'agentSnapshot.field.tagIds': '標籤ID',
|
||||
'agentSnapshot.function.added': '已開啟',
|
||||
'agentSnapshot.function.removed': '已關閉',
|
||||
'agentSnapshot.function.updated': '參數變更',
|
||||
'agentSnapshot.function.enabled': '已開啟',
|
||||
'agentSnapshot.function.disabled': '未開啟',
|
||||
'agentSnapshot.function.disabledNote': '未開啟此功能',
|
||||
'agentSnapshot.function.noParams': '無需配置參數',
|
||||
'agentSnapshot.chatHistoryConf.none': '不記錄聊天記錄',
|
||||
'agentSnapshot.chatHistoryConf.text': '上報文字',
|
||||
'agentSnapshot.chatHistoryConf.textVoice': '上報文字+語音',
|
||||
'agentSnapshot.plugin.SYSTEM_PLUGIN_WEATHER': '天氣查詢',
|
||||
'agentSnapshot.plugin.SYSTEM_PLUGIN_MUSIC': '伺服器音樂播放',
|
||||
'agentSnapshot.plugin.SYSTEM_PLUGIN_NEWS_CHINANEWS': '中新網新聞',
|
||||
'agentSnapshot.plugin.SYSTEM_PLUGIN_NEWS_NEWSNOW': 'newsnow新聞聚合',
|
||||
'agentSnapshot.plugin.SYSTEM_PLUGIN_HA_GET_STATE': 'HomeAssistant設備狀態查詢',
|
||||
'agentSnapshot.plugin.SYSTEM_PLUGIN_HA_SET_STATE': 'HomeAssistant設備狀態修改',
|
||||
'agentSnapshot.plugin.SYSTEM_PLUGIN_HA_PLAY_MUSIC': 'HomeAssistant音樂播放',
|
||||
'agentSnapshot.plugin.SYSTEM_PLUGIN_WEB_SEARCH': '聯網搜尋',
|
||||
'agentSnapshot.plugin.SYSTEM_PLUGIN_CALL_DEVICE': '設備呼叫設備',
|
||||
'agentSnapshot.pluginField.url': '接口地址',
|
||||
'agentSnapshot.pluginField.news_sources': '新聞源配置',
|
||||
'agentSnapshot.pluginField.default_rss_url': '預設 RSS 源',
|
||||
'agentSnapshot.pluginField.society_rss_url': '社會新聞 RSS 地址',
|
||||
'agentSnapshot.pluginField.world_rss_url': '國際新聞 RSS 地址',
|
||||
'agentSnapshot.pluginField.finance_rss_url': '財經新聞 RSS 地址',
|
||||
'agentSnapshot.pluginField.api_key': 'API 密鑰',
|
||||
'agentSnapshot.pluginField.default_location': '預設查詢城市',
|
||||
'agentSnapshot.pluginField.api_host': '開發者 API Host',
|
||||
'agentSnapshot.pluginField.base_url': '伺服器地址',
|
||||
'agentSnapshot.pluginField.devices': '設備列表',
|
||||
'agentSnapshot.pluginField.provider': '搜尋源',
|
||||
'agentSnapshot.pluginField.description': '工具描述',
|
||||
'agentSnapshot.pluginField.max_results': '返回數量',
|
||||
'agentSnapshot.model.Memory_nomem': '無記憶',
|
||||
'agentSnapshot.model.Memory_mem_local_short': '本地短記憶',
|
||||
'agentSnapshot.model.Memory_mem0ai': 'Mem0AI記憶',
|
||||
'agentSnapshot.model.Memory_mem_report_only': '僅上報記憶',
|
||||
'agentSnapshot.model.Intent_nointent': '無意圖識別',
|
||||
'agentSnapshot.model.Intent_intent_llm': '外掛的大模型意圖識別',
|
||||
'agentSnapshot.model.Intent_function_call': '大模型自主函式呼叫',
|
||||
'agentSnapshot.voice.TTS_EdgeTTS0001': 'EdgeTTS女聲-曉曉',
|
||||
'agentSnapshot.voice.TTS_EdgeTTS0002': 'EdgeTTS男聲-雲揚',
|
||||
'agentSnapshot.voice.TTS_EdgeTTS0003': 'EdgeTTS女聲-曉伊',
|
||||
'agentSnapshot.voice.TTS_EdgeTTS0004': 'EdgeTTS男聲-雲健',
|
||||
'agentSnapshot.voice.TTS_EdgeTTS0005': 'EdgeTTS男聲-雲希',
|
||||
'agentSnapshot.voice.TTS_EdgeTTS0006': 'EdgeTTS男聲-雲夏',
|
||||
'roleConfig.vad': '語音活動檢測(VAD)',
|
||||
'roleConfig.asr': '語音識別(ASR)',
|
||||
'roleConfig.llm': '主語言模型(LLM)',
|
||||
@@ -1553,4 +1667,4 @@ export default {
|
||||
'addressBookManagement.monthsAgo': '{months}個月前',
|
||||
'addressBookManagement.yearsAgo': '{years}年前',
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user