17 lines
433 B
TypeScript
17 lines
433 B
TypeScript
export default {
|
|
noHistory: '暂无历史记录',
|
|
createChat: '新建对话',
|
|
history: '历史记录',
|
|
only20history: '仅显示最近 20 条对话',
|
|
question_count: '条提问',
|
|
exportReords: '导出聊天记录',
|
|
passwordValidator: {
|
|
title: '请输入密码打开链接',
|
|
errorMessage1: '密码不能为空',
|
|
errorMessage2: '密码错误'
|
|
},
|
|
executionDetails: {
|
|
paramOutput: '参数输出',
|
|
}
|
|
}
|