export default { noHistory: '暂无历史记录', createChat: '新建对话', history: '历史记录', only20history: '仅显示最近 20 条对话', question_count: '条提问', exportRecords: '导出聊天记录', chatId: '对话id', userInput: '用户输入', passwordValidator: { title: '请输入密码打开链接', errorMessage1: '密码不能为空', errorMessage2: '密码错误' }, tip: { error500Message: '抱歉,当前正在维护,无法提供服务,请稍后再试!', errorIdentifyMessage: '无法识别用户身份', errorLimitMessage: '抱歉,您的提问已达到最大限制,请明天再来吧!' }, executionDetails: { title: '执行详情', paramInput: '参数输入', paramOutput: '参数输出' }, KnowledgeSource: { title: '知识来源', referenceParagraph: '引用分段', consume: '消耗', consumeTime: '耗时' } }