mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 17:43:55 +08:00
删除多的定义
This commit is contained in:
@@ -831,14 +831,11 @@ export default {
|
||||
// 預設角色管理頁面文本
|
||||
'agentTemplateManagement.title': '預設角色管理',
|
||||
'agentTemplateManagement.templateName': '模板名稱',
|
||||
'agentTemplateManagement.description': '模板描述',
|
||||
'agentTemplateManagement.createTime': '建立時間',
|
||||
'agentTemplateManagement.action': '操作',
|
||||
'agentTemplateManagement.createTemplate': '建立模板',
|
||||
'agentTemplateManagement.editTemplate': '編輯模板',
|
||||
'agentTemplateManagement.deleteTemplate': '刪除模板',
|
||||
'agentTemplateManagement.deleteSuccess': '模板刪除成功',
|
||||
'agentTemplateManagement.confirmDelete': '確定要刪除選取的模板嗎?',
|
||||
'agentTemplateManagement.batchDelete': '批次刪除',
|
||||
'agentTemplateManagement.batchDeleteSuccess': '批次刪除成功',
|
||||
'agentTemplateManagement.selectTemplate': '請選擇模板',
|
||||
@@ -863,33 +860,17 @@ export default {
|
||||
'templateQuickConfig.agentSettings.agentNamePlaceholder': '請輸入助手暱稱',
|
||||
'templateQuickConfig.agentSettings.systemPrompt': '角色介紹',
|
||||
'templateQuickConfig.agentSettings.systemPromptPlaceholder': '請輸入角色介紹',
|
||||
'templateQuickConfig.modelSettings': '模型設置',
|
||||
'templateQuickConfig.voiceSettings': '語音設置',
|
||||
'templateQuickConfig.serviceSettings': '服務設置',
|
||||
'templateQuickConfig.deviceSettings': '設備設置',
|
||||
'templateQuickConfig.pluginSettings': '外掛設置',
|
||||
'templateQuickConfig.saveConfig': '保存配置',
|
||||
'templateQuickConfig.resetConfig': '重置配置',
|
||||
'templateQuickConfig.configSaved': '配置保存成功',
|
||||
'templateQuickConfig.configReset': '配置已重置',
|
||||
'templateQuickConfig.confirmReset': '確定要重置配置嗎?',
|
||||
'templateQuickConfig.success': '成功',
|
||||
'templateQuickConfig.error': '錯誤',
|
||||
'templateQuickConfig.configSaveFailed': '模板配置保存失敗',
|
||||
'templateQuickConfig.saveBackendError': '保存失敗,請檢查後端服務是否正常',
|
||||
'templateQuickConfig.confirm': '確定',
|
||||
'templateQuickConfig.cancel': '取消',
|
||||
'templateQuickConfig.templateNotFound': '未找到指定模板',
|
||||
'templateQuickConfig.fetchTemplateFailed': '獲取模板失敗',
|
||||
'templateQuickConfig.fetchTemplateBackendError': '獲取模板失敗,請檢查後端服務是否正常',
|
||||
'templateQuickConfig.newTemplate': '新模板',
|
||||
'error': '錯誤',
|
||||
'warning': '警告',
|
||||
'info': '提示',
|
||||
|
||||
// agentTemplateManagement錯誤處理相關
|
||||
'agentTemplateManagement.invalidResponse': '無效的回應物件:',
|
||||
'agentTemplateManagement.apiCallFailed': 'API調用失敗:',
|
||||
'agentTemplateManagement.apiCallException': '調用API時發生異常:',
|
||||
'common.networkError': '網路請求失敗'
|
||||
}
|
||||
Reference in New Issue
Block a user