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": "金額",
|
||||
|
||||
@@ -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