fix: chat views refine translation

This commit is contained in:
wangdan-fit2cloud 2025-02-08 10:43:27 +08:00
parent 5ec072ef17
commit 4a85d2302b

View File

@ -3,7 +3,7 @@ export default {
createChat: 'New Chat',
history: 'Chat History',
only20history: 'Only showing the last 20 chats',
question_count: 'Questions',
question_count: 'Messages',
exportRecords: 'Export Chat Records',
chatId: 'Chat ID',
userInput: 'User Input',
@ -91,7 +91,7 @@ export default {
consumeTime: 'Run Time'
},
paragraphSource: {
title: 'Knowledge Reference',
title: 'Quote',
question: 'User Question',
optimizationQuestion: 'Optimized Question'
}