first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
"ai.agent.page.title": "Agent 管理",
|
||||
"ai.agent.page.description": "管理 AI Agent 的注册与启用状态。Agent 通过数据库 Seeder 注册。",
|
||||
"ai.agent.update.success": "更新成功",
|
||||
"ai.agent.update.failed": "更新失败",
|
||||
"ai.agent.empty": "暂未注册 Agent。",
|
||||
"ai.agent.goChat": "去对话",
|
||||
};
|
||||
@@ -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 对话",
|
||||
};
|
||||
@@ -0,0 +1,26 @@
|
||||
export default {
|
||||
"ai.conversation.page.title": "AI 会话管理",
|
||||
"ai.conversation.page.description": "管理系统中的 AI 对话会话及其消息记录",
|
||||
"ai.conversation.id": "会话 ID",
|
||||
"ai.conversation.username": "所属用户",
|
||||
"ai.conversation.title": "会话标题",
|
||||
"ai.conversation.messageCount": "消息数",
|
||||
"ai.conversation.createdAt": "创建时间",
|
||||
"ai.conversation.updatedAt": "更新时间",
|
||||
"ai.conversation.deleteConfirm": "确定要删除该会话吗?删除后所有消息将被清除。",
|
||||
"ai.conversation.deleteSuccess": "会话已删除",
|
||||
"ai.conversation.viewMessages": "查看消息",
|
||||
"ai.conversation.messageTitle": "会话消息",
|
||||
"ai.conversation.noUser": "匿名用户",
|
||||
|
||||
"ai.conversation.message.id": "消息 ID",
|
||||
"ai.conversation.message.role": "角色",
|
||||
"ai.conversation.message.role.user": "用户",
|
||||
"ai.conversation.message.role.assistant": "助手",
|
||||
"ai.conversation.message.role.system": "系统",
|
||||
"ai.conversation.message.agent": "AI 模型",
|
||||
"ai.conversation.message.content": "消息内容",
|
||||
"ai.conversation.message.createdAt": "发送时间",
|
||||
"ai.conversation.message.toolCalls": "工具调用",
|
||||
"ai.conversation.message.usage": "用量统计",
|
||||
};
|
||||
Reference in New Issue
Block a user