V4.9.7 feature (#4669)
* update doc * feat: Add coupon redemption feature for team subscriptions (#4595) * feat: Add coupon redemption feature for team subscriptions - Introduced `TeamCouponSub` and `TeamCouponSchema` types - Added `redeemCoupon` API endpoint - Updated UI to include a modal for coupon redemption - Added new icon and translations for "Redeem coupon" * perf: remove field teamId * perf: use dynamic import * refactor: move to page component * perf: coupon code * perf: mcp server * perf: test * auto layout (#4634) * fix 4.9.6 (#4631) * fix debug quote list * delete next text node match * fix extract default boolean value * export latest 100 chat items * fix quote item ui * doc * fix doc * feat: auto layout * perf: auto layout * fix: auto layout null * add start node --------- Co-authored-by: heheer <heheer@sealos.io> * fix: share link (#4644) * Add workflow run duration;Get audio duration (#4645) * add duration * get audio duration * Custom config path (#4649) * feat: 通过环境变量DATA_PATH获取配置文件目录 (#4622) 通过环境变量DATA_PATH获取配置文件目录,以应对不同的部署方式的多样化需求 * feat: custom configjson path * doc --------- Co-authored-by: John Chen <sss1991@163.com> * 程序api调用场景下,如果大量调用带有图片或视频,产生的聊天记录会导致后台mongo数据库异常。这个修改给api客户端一个禁止生成聊天记录的选项,避免这个后果。 (#3964) * update special chatId * perf: vector db rename * update operationLog (#4647) * update operationLog * combine operationLogMap * solve operationI18nLogMap bug * remoce log * feat: Rerank usage (#4654) * refresh concat when update (#4655) * fix: refresh code * perf: timer lock * Fix operationLog (#4657) * perf: http streamable mcp * add alipay (#4630) * perf: subplan ui * perf: pay code * hiden bank tip * Fix: pay error (#4665) * fix quote number (#4666) * remove log --------- Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: John Chen <sss1991@163.com> Co-authored-by: gaord <bengao168@msn.com> Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"confirm": "确认",
|
||||
"contact_phone": "联系电话",
|
||||
"contact_phone_void": "联系电话格式错误",
|
||||
"day": "天",
|
||||
"default_header": "默认抬头",
|
||||
"detail": "详情",
|
||||
"email_address": "邮箱地址",
|
||||
@@ -22,6 +23,7 @@
|
||||
"invoice_detail": "发票详情",
|
||||
"invoice_sending_info": "发票将在 3-7 个工作日内发送至邮箱,请耐心等待",
|
||||
"mm": "毫米",
|
||||
"month": "月",
|
||||
"need_special_invoice": "是否需要专票",
|
||||
"no": "否",
|
||||
"no_invoice_record": "无账单记录~",
|
||||
@@ -30,14 +32,16 @@
|
||||
"order_type": "订单类型",
|
||||
"organization_name": "组织名称",
|
||||
"payment_method": "支付方式",
|
||||
"payway_coupon": "兑换码",
|
||||
"save": "保存",
|
||||
"save_failed": "保存异常",
|
||||
"save_success": "保存成功",
|
||||
"status": "状态",
|
||||
"sub_mode_custom": "自定义",
|
||||
"submit_failed": "提交失败",
|
||||
"submit_success": "提交成功",
|
||||
"submitted": "已提交",
|
||||
"subscription_mode_month": "按月",
|
||||
"subscription_mode_month": "时长",
|
||||
"subscription_package": "订阅套餐",
|
||||
"subscription_period": "订阅周期",
|
||||
"support_wallet_amount": "金额",
|
||||
|
||||
@@ -73,5 +73,6 @@
|
||||
"user_team_team_name": "团队",
|
||||
"verification_code": "验证码",
|
||||
"you_can_convert": "您可以兑换",
|
||||
"yuan": "元"
|
||||
}
|
||||
"yuan": "元",
|
||||
"redeem_coupon": "兑换码"
|
||||
}
|
||||
|
||||
@@ -53,7 +53,20 @@
|
||||
"label_sync": "标签同步",
|
||||
"leave": "已离职",
|
||||
"leave_team_failed": "离开团队异常",
|
||||
"log_assign_permission": "【{{name}}】更新了【{{objectName}}】的权限:[应用创建:【{{appCreate}}】, 知识库:【{{datasetCreate}}】, API密钥:【{{apiKeyCreate}}】, 管理:【{{manage}}】]",
|
||||
"log_change_department": "【{{name}}】更新了部门【{{departmentName}}】",
|
||||
"log_change_member_name": "【{{name}}】将成员【{{memberName}}】重命名为【{{newName}}】",
|
||||
"log_create_department": "【{{name}}】创建了部门【{{departmentName}}】",
|
||||
"log_create_group": "【{{name}}】创建了群组【{{groupName}}】",
|
||||
"log_create_invitation_link": "【{{name}}】创建了邀请链接【{{link}}】",
|
||||
"log_delete_department": "【{{name}}】删除了部门【{{departmentName}}】",
|
||||
"log_delete_group": "【{{name}}】删除了群组【{{groupName}}】",
|
||||
"log_details": "详情",
|
||||
"log_join_team": "【{{name}}】通过邀请链接【{{link}}】加入团队",
|
||||
"log_kick_out_team": "【{{name}}】移除了成员【{{memberName}}】",
|
||||
"log_login": "【{{name}}】登录了系统",
|
||||
"log_recover_team_member": "【{{name}}】恢复了成员【{{memberName}}】",
|
||||
"log_relocate_department": "【{{name}}】移动了部门【{{departmentName}}】",
|
||||
"log_time": "操作时间",
|
||||
"log_type": "操作类型",
|
||||
"log_user": "操作人员",
|
||||
@@ -70,7 +83,16 @@
|
||||
"org_name": "部门名称",
|
||||
"owner": "所有者",
|
||||
"permission": "权限",
|
||||
"permission_apikeyCreate": "创建 API 密钥",
|
||||
"permission_apikeyCreate_Tip": "可以创建全局的 APIKey",
|
||||
"permission_appCreate": "创建应用",
|
||||
"permission_appCreate_tip": "可以在根目录创建应用,(文件夹下的创建权限由文件夹控制)",
|
||||
"permission_datasetCreate": "创建知识库",
|
||||
"permission_datasetCreate_Tip": "可以在根目录创建知识库,(文件夹下的创建权限由文件夹控制)",
|
||||
"permission_manage": "管理员",
|
||||
"permission_manage_tip": "可以管理成员、创建群组、管理所有群组、为群组和成员分配权限",
|
||||
"please_bind_contact": "请绑定联系方式",
|
||||
"recover_team_member": "成员恢复",
|
||||
"relocate_department": "部门移动",
|
||||
"remark": "备注",
|
||||
"remove_tip": "确认将 {{username}} 移出团队?成员将被标记为“已离职”,不删除操作数据,账号下资源自动转让给团队所有者。",
|
||||
@@ -93,25 +115,5 @@
|
||||
"user_team_invite_member": "邀请成员",
|
||||
"user_team_leave_team": "离开团队",
|
||||
"user_team_leave_team_failed": "离开团队失败",
|
||||
"waiting": "待接受",
|
||||
"permission_appCreate": "创建应用",
|
||||
"permission_datasetCreate": "创建知识库",
|
||||
"permission_apikeyCreate": "创建 API 密钥",
|
||||
"permission_appCreate_tip": "可以在根目录创建应用,(文件夹下的创建权限由文件夹控制)",
|
||||
"permission_datasetCreate_Tip": "可以在根目录创建知识库,(文件夹下的创建权限由文件夹控制)",
|
||||
"permission_apikeyCreate_Tip": "可以创建全局的 APIKey",
|
||||
"permission_manage": "管理员",
|
||||
"permission_manage_tip": "可以管理成员、创建群组、管理所有群组、为群组和成员分配权限",
|
||||
"log_login": "【{{name}}】登录了系统",
|
||||
"log_create_invitation_link": "【{{name}}】创建了邀请链接【{{link}}】",
|
||||
"log_join_team": "【{{name}}】通过邀请链接【{{link}}】加入团队",
|
||||
"log_change_member_name": "【{{name}}】将成员【{{memberName}}】重命名为【{{newName}}】",
|
||||
"log_kick_out_team": "【{{name}}】移除了成员【{{memberName}}】",
|
||||
"log_create_department": "【{{name}}】创建了部门【{{departmentName}}】",
|
||||
"log_change_department": "【{{name}}】更新了部门【{{departmentName}}】",
|
||||
"log_delete_department": "【{{name}}】删除了部门【{{departmentName}}】",
|
||||
"log_relocate_department": "【{{name}}】移动了部门【{{departmentName}}】",
|
||||
"log_create_group": "【{{name}}】创建了群组【{{groupName}}】",
|
||||
"log_delete_group": "【{{name}}】删除了群组【{{groupName}}】",
|
||||
"log_assign_permission": "【{{name}}】更新了【{{objectName}}】的权限:[应用创建:【{{appCreate}}】, 知识库:【{{datasetCreate}}】, API密钥:【{{apiKeyCreate}}】, 管理:【{{manage}}】]"
|
||||
"waiting": "待接受"
|
||||
}
|
||||
|
||||
@@ -63,7 +63,10 @@
|
||||
"response.child total points": "子工作流积分消耗",
|
||||
"response.dataset_concat_length": "合并后总数",
|
||||
"response.node_inputs": "节点输入",
|
||||
"response_embedding_model": "向量模型",
|
||||
"response_embedding_model_tokens": "向量模型 Tokens",
|
||||
"response_hybrid_weight": "语义检索 : 全文检索 = {{emb}} : {{text}}",
|
||||
"response_rerank_tokens": "重排模型 Tokens",
|
||||
"select": "选择",
|
||||
"select_file": "上传文件",
|
||||
"select_file_img": "上传文件/图片",
|
||||
|
||||
@@ -36,12 +36,18 @@
|
||||
"Warning": "提示",
|
||||
"add_new": "新增",
|
||||
"add_new_param": "新增参数",
|
||||
"all_quotes": "全部引用",
|
||||
"app.templateMarket.templateTags.Image_generation": "图片生成",
|
||||
"app.templateMarket.templateTags.Office_services": "办公服务",
|
||||
"app.templateMarket.templateTags.Roleplay": "角色扮演",
|
||||
"app.templateMarket.templateTags.Web_search": "联网搜索",
|
||||
"app.templateMarket.templateTags.Writing": "文本创作",
|
||||
"back": "返回",
|
||||
"bill_already_processed": "订单已处理",
|
||||
"bill_expired": "订单已过期",
|
||||
"bill_not_pay_processed": "非在线订单",
|
||||
"button.extra_dataset_size_tip": "您正在购买【额外知识库容量】",
|
||||
"button.extra_points_tip": "您正在购买【额外 AI 积分】",
|
||||
"can_copy_content_tip": "无法使用浏览器自动复制,请手动复制下面内容",
|
||||
"chose_condition": "选择条件",
|
||||
"chosen": "已选",
|
||||
@@ -976,14 +982,22 @@
|
||||
"no": "否",
|
||||
"no_laf_env": "系统未配置Laf环境",
|
||||
"not_model_config": "未配置相关模型",
|
||||
"not_permission": "当前订阅套餐不支持团队操作日志",
|
||||
"not_yet_introduced": "暂无介绍",
|
||||
"option": "选项",
|
||||
"pay.amount": "金额",
|
||||
"pay.error_desc": "转换支付途径时出现了问题",
|
||||
"pay.noclose": "支付完成后,请等待系统自动更新",
|
||||
"pay.package_tip.buy": "您购买的套餐等级低于当前套餐,该套餐将在当前套餐过期后生效。\n您可在账号—个人信息—套餐详情里,查看套餐使用情况。",
|
||||
"pay.package_tip.renewal": "您正在续费套餐。您可在账号—个人信息—套餐详情里,查看套餐使用情况。",
|
||||
"pay.package_tip.upgrade": "您购买的套餐等级高于当前套餐,该套餐将即刻生效,当前套餐将延后生效。您可在账号—个人信息—套餐详情里,查看套餐使用情况。",
|
||||
"pay.wechat": "请微信扫码支付: {{price}}元\n支付完成前,请勿关闭页面",
|
||||
"pay.wx_payment": "微信支付",
|
||||
"pay.yuan": "{{amount}}元",
|
||||
"pay_alipay_payment": "支付宝支付",
|
||||
"pay_corporate_payment": "对公支付",
|
||||
"pay_money": "应付金额",
|
||||
"pay_success": "支付成功",
|
||||
"permission.Collaborator": "协作者",
|
||||
"permission.Default permission": "默认权限",
|
||||
"permission.Manage": "管理",
|
||||
@@ -1037,6 +1051,7 @@
|
||||
"required": "必须",
|
||||
"rerank_weight": "重排权重",
|
||||
"resume_failed": "恢复失败",
|
||||
"scan_code": "扫码支付",
|
||||
"select_reference_variable": "选择引用变量",
|
||||
"share_link": "分享链接",
|
||||
"support.account.Individuation": "个性化",
|
||||
@@ -1119,7 +1134,9 @@
|
||||
"support.wallet.bill.Status": "状态",
|
||||
"support.wallet.bill.Type": "订单类型",
|
||||
"support.wallet.bill.payWay.Way": "支付方式",
|
||||
"support.wallet.bill.payWay.alipay": "支付宝支付",
|
||||
"support.wallet.bill.payWay.balance": "余额支付",
|
||||
"support.wallet.bill.payWay.bank": "对公支付",
|
||||
"support.wallet.bill.payWay.wx": "微信支付",
|
||||
"support.wallet.bill.status.closed": "已关闭",
|
||||
"support.wallet.bill.status.notpay": "未支付",
|
||||
@@ -1180,7 +1197,6 @@
|
||||
"support.wallet.subscription.mode.Year": "按年",
|
||||
"support.wallet.subscription.mode.Year sale": "赠送两个月",
|
||||
"support.wallet.subscription.point": "积分",
|
||||
"support.wallet.subscription.rerank": "检索结果重排",
|
||||
"support.wallet.subscription.standardSubLevel.custom": "自定义版",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise": "企业版",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise_desc": "适合中小企业在生产环境构建知识库应用",
|
||||
@@ -1193,6 +1209,7 @@
|
||||
"support.wallet.subscription.status.active": "生效中",
|
||||
"support.wallet.subscription.status.expired": "已过期",
|
||||
"support.wallet.subscription.status.inactive": "待使用",
|
||||
"support.wallet.subscription.team_operation_log": "记录团队操作日志",
|
||||
"support.wallet.subscription.token_compute": "点击查看在线 Tokens 计算器",
|
||||
"support.wallet.subscription.type.balance": "余额充值",
|
||||
"support.wallet.subscription.type.extraDatasetSize": "知识库扩容",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"app_alias_name": "工具名",
|
||||
"app_description": "应用描述",
|
||||
"app_name": "应用名",
|
||||
"app_tool_name": "工具别名",
|
||||
"apps": "暴露的应用",
|
||||
"create_mcp": "创建 MCP 服务",
|
||||
"create_mcp_server": "新建服务",
|
||||
@@ -19,5 +18,8 @@
|
||||
"search_app": "搜索应用",
|
||||
"select_app": "应用选择",
|
||||
"start_use": "开始使用",
|
||||
"tool_name": "工具名",
|
||||
"tool_name_placeholder": "建议使用英文名",
|
||||
"tool_name_tip": "部分 Client 仅支持英文,可以将该值修改成英文的工具名",
|
||||
"usage_way": "MCP 服务使用"
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
"assigned_reply": "指定回复",
|
||||
"auth_tmb_id": "使用者鉴权",
|
||||
"auth_tmb_id_tip": "开启后,对外发布该应用时,还会根据用户是否有该知识库权限进行知识库过滤。\n若未开启,则直接按配置的知识库进行检索,不进行权限过滤。",
|
||||
"auto_align": "自动对齐",
|
||||
"can_not_loop": "该节点不支持循环嵌套",
|
||||
"choose_another_application_to_call": "选择一个其他应用进行调用",
|
||||
"classification_result": "分类结果",
|
||||
|
||||
Reference in New Issue
Block a user