mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
4.14.4 features (#6090)
* perf: zod with app log (#6083) * perf: safe decode * perf: zod with app log * fix: text * remove log * rename field * refactor: improve like/dislike interaction (#6080) * refactor: improve like/dislike interaction * button style & merge status * perf * fix * i18n * feedback ui * format * api optimize * openapi * read status --------- Co-authored-by: archer <545436317@qq.com> * perf: remove empty chat * perf: delete resource tip * fix: confirm * feedback filter * fix: ts * perf: linker scroll * perf: feedback ui * fix: plugin file input store * fix: max tokens * update comment * fix: condition value type * fix feedback (#6095) * fix feedback * text * list * fix: versionid --------- Co-authored-by: archer <545436317@qq.com> * fix: chat setting render;export logs filter * add test * perf: log list api * perf: redirect check * perf: log list * create ui * create ui --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
"add_new": "新增",
|
||||
"add_new_param": "新增参数",
|
||||
"add_success": "添加成功",
|
||||
"aipoint_desc": "每次调用 AI 模型时,都会消耗一定的 AI 积分(类似于 token)。点击可查看详细计算规则。",
|
||||
"all_quotes": "全部引用",
|
||||
"all_result": "完整结果",
|
||||
"app_evaluation": "Agent 评测(Beta)",
|
||||
@@ -210,10 +211,13 @@
|
||||
"comfirm_leave_page": "确认离开该页面?",
|
||||
"comfirn_create": "确认创建",
|
||||
"commercial_function_tip": "请升级商业版后使用该功能:https://doc.fastgpt.cn/docs/introduction/commercial/",
|
||||
"community_support": "社区免费支持",
|
||||
"comon.Continue_Adding": "继续添加",
|
||||
"compliance.chat": "内容由第三方 AI 生成,无法确保真实准确,仅供参考",
|
||||
"compliance.dataset": "请确保您的内容严格遵守相关法律法规,避免包含任何违法或侵权的内容。请谨慎上传可能涉及敏感信息的资料。",
|
||||
"confirm_choice": "确认选择",
|
||||
"confirm_input_delete_placeholder": "请输入: {{confirmText}}",
|
||||
"confirm_input_delete_tip": "请输入 <bold>{{confirmText}}</bold> 确认",
|
||||
"confirm_logout": "确认退出登录?",
|
||||
"confirm_move": "移动到这",
|
||||
"confirm_update": "确认更新",
|
||||
@@ -946,6 +950,18 @@
|
||||
"move.confirm": "确认移动",
|
||||
"move_success": "移动成功",
|
||||
"move_to": "移动到",
|
||||
"n_agent_amount": "{{amount}} 个 Agent",
|
||||
"n_ai_points": "{{amount}} 积分",
|
||||
"n_app_registration_amount": "{{amount}} 个应用备案",
|
||||
"n_chat_records_retain": "{{amount}} 天对话记录保留",
|
||||
"n_custom_domain_amount": "{{amount}} 个自定义域名",
|
||||
"n_custom_domain_amount tip": "团队可以配置的自定义域名数量,目前可用于接入企微智能机器人",
|
||||
"n_dataset_amount": "{{amount}} 个知识库",
|
||||
"n_dataset_size": "{{amount}} 组知识库索引",
|
||||
"n_team_audit_day": "{{amount}} 天团队操作日志记录",
|
||||
"n_team_members": "{{amount}} 个团队成员",
|
||||
"n_team_qpm": "{{amount}} QPM",
|
||||
"n_website_sync_max_pages": "站点同步最大 {{amount}} 页",
|
||||
"name": "名称",
|
||||
"name_is_empty": "名称不能为空",
|
||||
"navbar.Account": "账号",
|
||||
@@ -981,7 +997,6 @@
|
||||
"option": "选项",
|
||||
"page": "页",
|
||||
"page_center": "页面居中",
|
||||
"page_error": "出现未捕获的异常。\n1. 私有部署用户,90%是由于模型配置不正确/模型未启用导致。。\n2. 部分系统不兼容相关API。大部分是苹果的safari 浏览器导致,可以尝试更换 chrome。\n3. 请关闭浏览器翻译功能,部分翻译导致页面崩溃。\n\n排除3后,打开控制台的 console 查看具体报错信息。\n如果提示 xxx undefined 的话,就是模型配置不正确,检查:\n1. 请确保系统内每个系列模型至少有一个可用,可以在【账号-模型提供商】中检查。\n2. 请确保至少有一个知识库文件处理模型(语言模型中有一个开关),否则知识库创建会报错。\n2. 检查模型中一些“对象”参数是否异常(数组和对象),如果为空,可以尝试给个空数组或空对象。",
|
||||
"pay.amount": "金额",
|
||||
"pay.error_desc": "转换支付途径时出现了问题",
|
||||
"pay.noclose": "支付完成后,请等待系统自动更新",
|
||||
@@ -1047,6 +1062,7 @@
|
||||
"price_over_wx_limit": "超出支付提供商限额:微信支付仅支持 6000 元以下",
|
||||
"prompt_input_placeholder": "请输入提示词",
|
||||
"psw_inconsistency": "两次密码不一致",
|
||||
"qpm_desc": "主要指团队每分钟请求 Agent 的最大次数,与单个 Agent 复杂度无关。其他 OpenAPI 接口也受此影响,每个接口单独计算",
|
||||
"question_feedback": "工单咨询",
|
||||
"read_course": "查看教程",
|
||||
"read_doc": "查看文档",
|
||||
@@ -1194,7 +1210,6 @@
|
||||
"support.wallet.noBill": "无账单记录~",
|
||||
"support.wallet.no_invoice": "暂无开票记录",
|
||||
"support.wallet.subscription.AI points": "AI 积分",
|
||||
"aipoint_desc": "每次调用 AI 模型时,都会消耗一定的 AI 积分(类似于 token)。点击可查看详细计算规则。",
|
||||
"support.wallet.subscription.AI points usage": "AI 积分使用量",
|
||||
"support.wallet.subscription.AI points usage tip": "每次调用 AI 模型时,都会消耗一定的 AI 积分。具体的计算标准可参考上方的“计费标准”",
|
||||
"support.wallet.subscription.Ai points": "AI 积分计算标准",
|
||||
@@ -1224,22 +1239,7 @@
|
||||
"support.wallet.subscription.Upgrade plan": "升级套餐",
|
||||
"support.wallet.subscription.ai_model": "AI语言模型",
|
||||
"support.wallet.subscription.eval_items_count": "单次评测数据条数: {{count}} 条",
|
||||
"n_app_registration_amount": "{{amount}} 个应用备案",
|
||||
"n_team_audit_day": "{{amount}} 天团队操作日志记录",
|
||||
"n_custom_domain_amount": "{{amount}} 个自定义域名",
|
||||
"n_chat_records_retain": "{{amount}} 天对话记录保留",
|
||||
"n_agent_amount": "{{amount}} 个 Agent",
|
||||
"n_dataset_amount": "{{amount}} 个知识库",
|
||||
"n_dataset_size": "{{amount}} 组知识库索引",
|
||||
"n_team_members": "{{amount}} 个团队成员",
|
||||
"n_ai_points": "{{amount}} 积分",
|
||||
"n_team_qpm": "{{amount}} QPM",
|
||||
"worker_order_support_time": "{{amount}} 小时工单支持响应",
|
||||
"community_support": "社区免费支持",
|
||||
"support.wallet.subscription.function.Community support tip": "可前往 FastGPT 社区免费获取帮助和技术支持",
|
||||
"n_website_sync_max_pages": "站点同步最大 {{amount}} 页",
|
||||
"n_custom_domain_amount tip": "团队可以配置的自定义域名数量,目前可用于接入企微智能机器人",
|
||||
"qpm_desc": "主要指团队每分钟请求 Agent 的最大次数,与单个 Agent 复杂度无关。其他 OpenAPI 接口也受此影响,每个接口单独计算",
|
||||
"support.wallet.subscription.mode.Month": "按月",
|
||||
"support.wallet.subscription.mode.Period": "订阅周期",
|
||||
"support.wallet.subscription.mode.Year": "按年",
|
||||
@@ -1397,6 +1397,7 @@
|
||||
"user_leaved": "离开",
|
||||
"value": "值",
|
||||
"verification": "验证",
|
||||
"worker_order_support_time": "{{amount}} 小时工单支持响应",
|
||||
"xx_search_result": "{{key}} 的搜索结果",
|
||||
"yes": "是",
|
||||
"yesterday": "昨天",
|
||||
|
||||
Reference in New Issue
Block a user