first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
export default {
|
||||
"ai.chat.title": "AI 对话",
|
||||
"ai.chat.newChat": "新建对话",
|
||||
"ai.chat.placeholder": "输入您的问题,按 Enter 发送...",
|
||||
"ai.chat.welcome.title": "有什么可以帮助您的?",
|
||||
"ai.chat.welcome.description": "我是您的 AI 助手,可以帮您解答问题、编写代码、分析数据等",
|
||||
"ai.chat.loading": "正在思考...",
|
||||
"ai.chat.error.send": "发送失败,请重试",
|
||||
"ai.chat.delete.confirm": "确定要删除这个会话吗?",
|
||||
"ai.chat.delete.success": "会话已删除",
|
||||
"ai.chat.empty": "暂无会话,开始一个新的对话吧",
|
||||
"ai.chat.copy": "复制",
|
||||
"ai.chat.copy.success": "已复制到剪贴板",
|
||||
"ai.chat.retry": "重试",
|
||||
"ai.chat.thinking": "深度思考中...",
|
||||
"ai.chat.thinking.done": "思考完成",
|
||||
"ai.chat.attachment.upload": "上传文件",
|
||||
"ai.chat.attachment.maxCount": "最多上传 {count} 个文件",
|
||||
"ai.chat.attachment.error": "文件上传失败",
|
||||
"ai.chat.switchAgent": "切换智能体",
|
||||
"ai.chat.defaultTitle": "AI 对话",
|
||||
};
|
||||
Reference in New Issue
Block a user