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": "confirm",
|
||||
"contact_phone": "Contact phone number",
|
||||
"contact_phone_void": "Contact phone number format error",
|
||||
"day": "sky",
|
||||
"default_header": "Default header",
|
||||
"detail": "Details",
|
||||
"email_address": "Email address",
|
||||
@@ -22,6 +23,7 @@
|
||||
"invoice_detail": "Invoice details",
|
||||
"invoice_sending_info": "The invoice will be sent to your mailbox within 3-7 working days, please be patient.",
|
||||
"mm": "mm",
|
||||
"month": "moon",
|
||||
"need_special_invoice": "Do you need a special ticket?",
|
||||
"no": "no",
|
||||
"no_invoice_record": "No bill record~",
|
||||
@@ -30,14 +32,16 @@
|
||||
"order_type": "Order type",
|
||||
"organization_name": "Organization name",
|
||||
"payment_method": "Payment method",
|
||||
"payway_coupon": "Redeem code",
|
||||
"save": "save",
|
||||
"save_failed": "Save exception",
|
||||
"save_success": "Saved successfully",
|
||||
"status": "state",
|
||||
"sub_mode_custom": "Customize",
|
||||
"submit_failed": "Submission failed",
|
||||
"submit_success": "Submission successful",
|
||||
"submitted": "Submitted",
|
||||
"subscription_mode_month": "by month",
|
||||
"subscription_mode_month": "Duration",
|
||||
"subscription_package": "Subscription package",
|
||||
"subscription_period": "Subscription cycle",
|
||||
"support_wallet_amount": "Amount",
|
||||
|
||||
@@ -74,5 +74,6 @@
|
||||
"user_team_team_name": "Team",
|
||||
"verification_code": "Verification code",
|
||||
"you_can_convert": "you can redeem",
|
||||
"yuan": "Yuan"
|
||||
"yuan": "Yuan",
|
||||
"redeem_coupon": "Redeem coupon"
|
||||
}
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
"log_join_team": "【{{name}}】Join the team through the invitation link 【{{link}}】",
|
||||
"log_kick_out_team": "{{name}} removed member {{memberName}}",
|
||||
"log_login": "【{{name}}】Logined in the system",
|
||||
"log_recover_team_member": "【{{name}}】Restored member【{{memberName}}】",
|
||||
"log_relocate_department": "【{{name}}】Displayed department【{{departmentName}}】",
|
||||
"log_time": "Operation time",
|
||||
"log_type": "Operation Type",
|
||||
@@ -83,6 +84,7 @@
|
||||
"permission_datasetCreate_Tip": "Can create knowledge bases in the root directory (creation permissions in folders are controlled by the folder)",
|
||||
"permission_manage": "Admin",
|
||||
"permission_manage_tip": "Can manage members, create groups, manage all groups, and assign permissions to groups and members",
|
||||
"recover_team_member": "Member Recovery",
|
||||
"relocate_department": "Department Mobile",
|
||||
"remark": "remark",
|
||||
"remove_tip": "Confirm to remove {{username}} from the team?",
|
||||
|
||||
@@ -63,7 +63,10 @@
|
||||
"response.child total points": "Sub-workflow point consumption",
|
||||
"response.dataset_concat_length": "Combined total",
|
||||
"response.node_inputs": "Node Inputs",
|
||||
"response_embedding_model": "Vector model",
|
||||
"response_embedding_model_tokens": "Vector Model Tokens",
|
||||
"response_hybrid_weight": "Embedding : Full text = {{emb}} : {{text}}",
|
||||
"response_rerank_tokens": "Rearrange Model Tokens",
|
||||
"select": "Select",
|
||||
"select_file": "Upload File",
|
||||
"select_file_img": "Upload file / image",
|
||||
|
||||
@@ -36,12 +36,18 @@
|
||||
"Warning": "Warning",
|
||||
"add_new": "Add New",
|
||||
"add_new_param": "Add new param",
|
||||
"all_quotes": "Quote all",
|
||||
"app.templateMarket.templateTags.Image_generation": "Image generation",
|
||||
"app.templateMarket.templateTags.Office_services": "Office Services",
|
||||
"app.templateMarket.templateTags.Roleplay": "role play",
|
||||
"app.templateMarket.templateTags.Web_search": "Search online",
|
||||
"app.templateMarket.templateTags.Writing": "Writing",
|
||||
"back": "Back",
|
||||
"bill_already_processed": "Order has been processed",
|
||||
"bill_expired": "Order expired",
|
||||
"bill_not_pay_processed": "Non-online orders",
|
||||
"button.extra_dataset_size_tip": "You are purchasing [Extra Knowledge Base Capacity]",
|
||||
"button.extra_points_tip": "You are purchasing [Extra AI Points]",
|
||||
"can_copy_content_tip": "It is not possible to copy automatically using the browser, please manually copy the following content",
|
||||
"chose_condition": "Choose Condition",
|
||||
"chosen": "Chosen",
|
||||
@@ -977,14 +983,22 @@
|
||||
"no": "No",
|
||||
"no_laf_env": "System Not Configured with Laf Environment",
|
||||
"not_model_config": "No related model configured",
|
||||
"not_permission": "The current subscription package does not support team operation logs",
|
||||
"not_yet_introduced": "No Introduction Yet",
|
||||
"option": "Option",
|
||||
"pay.amount": "Amount",
|
||||
"pay.error_desc": "There was a problem when converting payment routes",
|
||||
"pay.noclose": "After payment is completed, please wait for the system to update automatically",
|
||||
"pay.package_tip.buy": "The package you purchased is lower than the current package. This package will take effect after the current package expires.\nYou can view the package usage in Account - Personal Information - Package Details.",
|
||||
"pay.package_tip.renewal": "You are renewing the package. You can view the package usage in Account - Personal Information - Package Details.",
|
||||
"pay.package_tip.upgrade": "The package you purchased is higher than the current package. This package will take effect immediately, and the current package will take effect later. You can view the package usage in Account - Personal Information - Package Details.",
|
||||
"pay.wechat": "Please scan the QR code on WeChat to pay: {{price}} yuan\n\nPlease do not close the page before payment is completed",
|
||||
"pay.wx_payment": "WeChat Payment",
|
||||
"pay.yuan": "{{amount}} Yuan",
|
||||
"pay_alipay_payment": "Alipay Payment",
|
||||
"pay_corporate_payment": "Payment to the public",
|
||||
"pay_money": "Amount payable",
|
||||
"pay_success": "Payment successfully",
|
||||
"permission.Collaborator": "Collaborator",
|
||||
"permission.Default permission": "Default Permission",
|
||||
"permission.Manage": "Manage",
|
||||
@@ -1038,6 +1052,7 @@
|
||||
"required": "Required",
|
||||
"rerank_weight": "Rearrange weights",
|
||||
"resume_failed": "Resume Failed",
|
||||
"scan_code": "Scan the QR code to pay",
|
||||
"select_reference_variable": "Select Reference Variable",
|
||||
"share_link": "Share Link",
|
||||
"support.account.Individuation": "Personalization",
|
||||
@@ -1120,7 +1135,9 @@
|
||||
"support.wallet.bill.Status": "Status",
|
||||
"support.wallet.bill.Type": "Order Type",
|
||||
"support.wallet.bill.payWay.Way": "Payment Method",
|
||||
"support.wallet.bill.payWay.alipay": "Alipay Payment",
|
||||
"support.wallet.bill.payWay.balance": "Balance Payment",
|
||||
"support.wallet.bill.payWay.bank": "Bank Transfer",
|
||||
"support.wallet.bill.payWay.wx": "WeChat Payment",
|
||||
"support.wallet.bill.status.closed": "Closed",
|
||||
"support.wallet.bill.status.notpay": "Unpaid",
|
||||
@@ -1181,7 +1198,6 @@
|
||||
"support.wallet.subscription.mode.Year": "Yearly",
|
||||
"support.wallet.subscription.mode.Year sale": "Two Months Free",
|
||||
"support.wallet.subscription.point": "Points",
|
||||
"support.wallet.subscription.rerank": "Result Re-rank",
|
||||
"support.wallet.subscription.standardSubLevel.custom": "Custom",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise": "Enterprise",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise_desc": "Suitable for small and medium-sized enterprises to build Dataset applications in production environments",
|
||||
@@ -1194,6 +1210,7 @@
|
||||
"support.wallet.subscription.status.active": "Active",
|
||||
"support.wallet.subscription.status.expired": "Expired",
|
||||
"support.wallet.subscription.status.inactive": "Inactive",
|
||||
"support.wallet.subscription.team_operation_log": "Record team operation logs",
|
||||
"support.wallet.subscription.token_compute": "Click to View Online Tokens Calculator",
|
||||
"support.wallet.subscription.type.balance": "Balance Recharge",
|
||||
"support.wallet.subscription.type.extraDatasetSize": "Dataset Expansion",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"app_alias_name": "Tool name",
|
||||
"app_description": "Application Description",
|
||||
"app_name": "Application name",
|
||||
"app_tool_name": "Tool alias",
|
||||
"apps": "Exposed applications",
|
||||
"create_mcp": "Create an MCP service",
|
||||
"create_mcp_server": "Create a new service",
|
||||
@@ -19,5 +18,8 @@
|
||||
"search_app": "Search for apps",
|
||||
"select_app": "Application selection",
|
||||
"start_use": "Get started",
|
||||
"tool_name": "Tool name",
|
||||
"tool_name_placeholder": "It is recommended to use an English name",
|
||||
"tool_name_tip": "Some Clients only support English, and you can modify this value to the tool name in English.",
|
||||
"usage_way": "MCP service usage"
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
"assigned_reply": "Assigned Reply",
|
||||
"auth_tmb_id": "Auth member",
|
||||
"auth_tmb_id_tip": "After it is turned on, when the application is released to the outside world, the knowledge base will be filtered based on whether the user has permission to the knowledge base.\n\nIf it is not enabled, the configured knowledge base will be searched directly without permission filtering.",
|
||||
"auto_align": "Automatic alignment",
|
||||
"can_not_loop": "This node can't loop.",
|
||||
"choose_another_application_to_call": "Select another application to call",
|
||||
"classification_result": "Classification Result",
|
||||
|
||||
@@ -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": "分类结果",
|
||||
|
||||
@@ -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": "金額",
|
||||
|
||||
@@ -74,5 +74,6 @@
|
||||
"user_team_team_name": "團隊",
|
||||
"verification_code": "驗證碼",
|
||||
"you_can_convert": "您可以兌換",
|
||||
"yuan": "元"
|
||||
}
|
||||
"yuan": "元",
|
||||
"redeem_coupon": "兌換代碼"
|
||||
}
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
"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": "操作類型",
|
||||
@@ -83,6 +84,7 @@
|
||||
"permission_datasetCreate_Tip": "可以在根目錄建立知識庫,(資料夾下的建立權限由資料夾控制)",
|
||||
"permission_manage": "管理員",
|
||||
"permission_manage_tip": "可以管理成員、建立群組、管理所有群組、為群組和成員分配權限",
|
||||
"recover_team_member": "成員恢復",
|
||||
"relocate_department": "部門移動",
|
||||
"remark": "備註",
|
||||
"remove_tip": "確認將 {{username}} 移出團隊?",
|
||||
|
||||
@@ -61,7 +61,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\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": "點選檢視線上 Token 計算機",
|
||||
"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\n若未開啟,則直接按設定的知識庫進行檢索,不進行權限過濾。",
|
||||
"auto_align": "自動對齊",
|
||||
"can_not_loop": "這個節點不能迴圈。",
|
||||
"choose_another_application_to_call": "選擇另一個應用程式來呼叫",
|
||||
"classification_result": "分類結果",
|
||||
|
||||
Reference in New Issue
Block a user