| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "site": {
- "name": "SmartAI大模型平台"
- },
- "theme": {
- "light": "亮色模式",
- "dark": "暗色模式"
- },
- "message": {
- "hello": "欢迎光临"
- },
- "header": {
- "conversation": "会话",
- "knowledge": "知识库管理",
- "model": "模型管理",
- "agent": "Agent",
- "intelligent": "智能体",
- "permission": "权限管理",
- "search": "搜索",
- "language": "语言",
- "theme": "主题",
- "setting": "设置"
- },
- "login": {
- "logoTitle": "SmartAI大模型平台",
- "titleTips": "覆盖大多数典型业务场景",
- "loginModel": "用户登录",
- "registerModel": "用户注册",
- "usernameTips": "请输入用户名",
- "passwordTips": "请输入密码",
- "emailTips": "请输入邮箱",
- "loginBtn": "登录",
- "registerBtn": "注册",
- "noAccount": "没有账号?",
- "usernameLength": "用户名长度必须在3-20个字符之间",
- "passwordLength": "密码长度必须在6-20个字符之间",
- "emailFormat": "邮箱格式不正确",
- "logout": "退出登录",
- "okBtn": "确定",
- "cancelBtn": "取消",
- "tip": "提示",
- "okText": "确定退出登录?"
- },
- "management": {
- "knowledgeTitle": "欢迎回来,GuanLi4",
- "knowledgeDesc": "今天我们要使用哪个知识库?",
- "modelTitle": "模型提供商",
- "modelDesc": "在此设置模型参数和 APIKey。",
- "intelligentTitle": "智能体管理",
- "intelligentDesc": "智能体通过可视化的流程编排,明确任务执行步骤我们提供场景模板供您使用和参考。",
- "search": "搜索",
- "createKnowledgeBase": "创建知识库",
- "setModel": "系统模型设置",
- "createIntelligent": "新建智能体",
- "document": "文档",
- "edit": "编辑",
- "delete": "删除",
- "online": "上线",
- "offline": "下线",
- "createUser": "创建用户",
- "addedModel": "添加了的模型",
- "unaddModel": "待添加的模型",
- "addModelBtn": "添加模型",
- "showMoreModelBtn": "展示更多模型",
- "downBtn": "展开",
- "upBtn": "收起",
- "useBtn": "使用",
- "addLabelBtn": "添加标签",
- "loadingDataTip": "正在加载数据,请稍后……",
- "noMoreData": "没有更多数据了"
- },
- "permission": {
- "role": "角色",
- "account": "用户",
- "organization": "机构",
- "resource": "资源",
- "group": "用户组"
- },
- "conversation": {
- "chat_new": "开启新会话",
- "chat_history": "历史会话",
- "chat_smart": "SmartAI+",
- "search_history": "搜索历史会话",
- "history_today": "今天",
- "history_month": "本月",
- "history_earlier": "一个月以前",
- "history_loadmore": "加载更多",
- "history_nomore": "没有更多了",
- "history_empty": "暂无数据",
- "hello": "你好",
- "nice_day": "让我们一起度过美好的一天"
- }
- }
|