{ "common": { "actions": { "cancel": "取消", "confirm": "确认", "continue": "继续", "goBack": "返回", "reset": "重置", "submit": "提交" }, "status": { "loading": "加载中...", "error": { "default": "发生错误", "serverConnection": "无法连接到服务器" } } }, "auth": { "login": { "title": "登录以访问应用", "form": { "email": { "label": "电子邮箱", "required": "邮箱是必填项", "placeholder": "me@example.com" }, "password": { "label": "密码", "required": "密码是必填项" }, "actions": { "signin": "登录" }, "alternativeText": { "or": "或" } }, "errors": { "default": "无法登录", "signin": "请尝试使用其他账号登录", "oauthSignin": "请尝试使用其他账号登录", "redirectUriMismatch": "重定向URI与OAuth应用配置不匹配", "oauthCallback": "请尝试使用其他账号登录", "oauthCreateAccount": "请尝试使用其他账号登录", "emailCreateAccount": "请尝试使用其他账号登录", "callback": "请尝试使用其他账号登录", "oauthAccountNotLinked": "为确认您的身份,请使用原始账号登录", "emailSignin": "邮件发送失败", "emailVerify": "请验证您的邮箱,新的验证邮件已发送", "credentialsSignin": "登录失败。请检查您提供的信息是否正确", "sessionRequired": "请登录以访问此页面" } }, "provider": { "continue": "继续使用{{provider}}" } }, "chat": { "input": { "placeholder": "在此输入您的消息...", "actions": { "send": "发送消息", "stop": "停止任务", "attachFiles": "附加文件" } }, "speech": { "start": "开始录音", "stop": "停止录音", "connecting": "连接中" }, "fileUpload": { "dragDrop": "将文件拖放到这里", "browse": "浏览文件", "sizeLimit": "限制:", "errors": { "failed": "上传失败", "cancelled": "已取消上传" }, "actions": { "cancelUpload": "取消上传", "removeAttachment": "移除附件" } }, "commands": { "button": "工具", "changeTool": "更换工具", "availableTools": "可用工具" }, "messages": { "status": { "using": "使用中", "used": "已使用" }, "actions": { "copy": { "button": "复制到剪贴板", "success": "已复制!" } }, "feedback": { "positive": "有帮助", "negative": "没有帮助", "edit": "编辑反馈", "dialog": { "title": "添加评论", "submit": "提交反馈", "yourFeedback": "您的反馈..." }, "status": { "updating": "更新中", "updated": "反馈已更新" } } }, "history": { "title": "最近输入", "empty": "空空如也...", "show": "显示历史" }, "settings": { "title": "设置面板", "customize": "在此自定义您的聊天设置" }, "watermark": "大语言模型可能会犯错。请核实重要信息。" }, "threadHistory": { "sidebar": { "title": "历史对话", "filters": { "search": "搜索", "placeholder": "搜索会话..." }, "timeframes": { "today": "今天", "yesterday": "昨天", "previous7days": "过去7天", "previous30days": "过去30天" }, "empty": "未找到对话", "actions": { "close": "关闭侧边栏", "open": "打开侧边栏" } }, "thread": { "untitled": "未命名对话", "menu": { "rename": "重命名", "share": "分享", "delete": "删除" }, "actions": { "share": { "title": "分享聊天链接", "button": "分享", "status": { "copied": "链接已复制", "created": "分享链接已创建!", "unshared": "已禁用此对话的分享" }, "error": { "create": "创建分享链接失败", "unshare": "取消对话分享失败" } }, "delete": { "title": "确认删除", "description": "这将删除该对话及其所有消息和元素。此操作无法撤销", "success": "对话已删除", "inProgress": "正在删除对话" }, "rename": { "title": "重命名对话", "description": "为此对话输入新名称", "form": { "name": { "label": "名称", "placeholder": "输入新名称" } }, "success": "对话已重命名!", "inProgress": "正在重命名对话" } } } }, "navigation": { "header": { "chat": "聊天", "readme": "说明", "theme": { "light": "浅色主题", "dark": "深色主题", "system": "跟随系统" } }, "newChat": { "button": "新建对话", "dialog": { "title": "创建新对话", "description": "这将清除您当前的聊天记录。确定要继续吗?", "tooltip": "新建对话" } }, "user": { "menu": { "settings": "设置", "settingsKey": "S", "apiKeys": "API密钥", "logout": "退出登录" } } }, "apiKeys": { "title": "所需API密钥", "description": "使用此应用需要以下API密钥。这些密钥存储在您设备的本地存储中。", "success": { "saved": "保存成功" } }, "alerts": { "info": "信息", "note": "注释", "tip": "提示", "important": "重要", "warning": "警告", "caution": "注意", "debug": "调试", "example": "示例", "success": "成功", "help": "帮助", "idea": "想法", "pending": "待处理", "security": "安全", "beta": "测试", "best-practice": "最佳实践" }, "components": { "MultiSelectInput": { "placeholder": "选择..." } } }