This commit is contained in:
吴红兵
2025-12-02 10:37:49 +08:00
commit 1f645dad3e
1183 changed files with 147673 additions and 0 deletions

View 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',
},
};

View File

@@ -0,0 +1,16 @@
export default {
chat: {
send: '发送',
inputPlaceholder: '请输入消息...',
title: 'AI 助手',
clearChat: '清空会话',
webSearchEnabled: '已开启联网搜索',
webSearchDisabled: '已关闭联网搜索',
welcome: '您好!我是通用大模型,请问有什么可以帮助您?',
thinking: '正在思考...',
thinkingCompleted: '已完成思考',
thinkingTime: '用时',
connectionError: '连接已断开,请重试',
seconds: '秒',
},
};