init
This commit is contained in:
16
src/components/Chat/i18n/en.ts
Normal file
16
src/components/Chat/i18n/en.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
chat: {
|
||||
send: 'Send',
|
||||
inputPlaceholder: 'Type a message...',
|
||||
title: 'AI Assistant',
|
||||
clearChat: 'Clear Chat',
|
||||
webSearchEnabled: 'Web Search Enabled',
|
||||
webSearchDisabled: 'Web Search Disabled',
|
||||
welcome: 'Hello! I am a general AI model. How can I help you?',
|
||||
thinking: 'Thinking...',
|
||||
thinkingCompleted: 'Thinking Completed',
|
||||
thinkingTime: 'Time taken',
|
||||
connectionError: 'Connection lost, please try again',
|
||||
seconds: 'seconds',
|
||||
},
|
||||
};
|
||||
16
src/components/Chat/i18n/zh-cn.ts
Normal file
16
src/components/Chat/i18n/zh-cn.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
chat: {
|
||||
send: '发送',
|
||||
inputPlaceholder: '请输入消息...',
|
||||
title: 'AI 助手',
|
||||
clearChat: '清空会话',
|
||||
webSearchEnabled: '已开启联网搜索',
|
||||
webSearchDisabled: '已关闭联网搜索',
|
||||
welcome: '您好!我是通用大模型,请问有什么可以帮助您?',
|
||||
thinking: '正在思考...',
|
||||
thinkingCompleted: '已完成思考',
|
||||
thinkingTime: '用时',
|
||||
connectionError: '连接已断开,请重试',
|
||||
seconds: '秒',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user