UnisKB/ui/src/locales/lang/zh-CN/components/ai-chat.ts

32 lines
939 B
TypeScript
Raw Normal View History

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