mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 09:24:03 +00:00
V4.12.3 features (#5595)
* refactor: remove ModelProviderIdType and update related types (#5549) * perf: model provider * fix eval create split (#5570) * git rebase --continuedoc * add more variable types (#5540) * variable types * password * time picker * internal var * file * fix-test * time select default value & range * password & type render * fix * fix build * fix * move method * split date select * icon * perf: variable code * prompt editor add markdown plugin (#5556) * editor markdown * fix build * pnpm lock * add props * update code * fix list * editor ui * fix variable reset (#5586) * perf: variables type code * customize lexical indent (#5588) * perf: multiple selector * perf: tab plugin * doc * refactor: update workflow constants to use ToolTypeEnum (#5491) * refactor: replace FlowNodeTemplateTypeEnum with string literals in workflow templates * perf: tool type --------- Co-authored-by: archer <545436317@qq.com> * update doc * fix: make table's row more natural while dragging it (#5596) * feat: add APIGetTemplate function and refactor template fetching logic (#5498) * feat: add APIGetTemplate function and refactor template fetching logic * chore: adjust the code * chore: update sdk --------- Co-authored-by: FinleyGe <m13203533462@163.com> * perf init system * doc * remove log * remove i18n * perf: variables render --------- Co-authored-by: Ctrlz <143257420+ctrlz526@users.noreply.github.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com> Co-authored-by: FinleyGe <m13203533462@163.com>
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
"chat_debug": "Chat Preview",
|
||||
"chat_logs": "Logs",
|
||||
"chat_logs_tips": "Logs will record the online, shared, and API (requires chatId) conversation records of this app.",
|
||||
"common.day": "day",
|
||||
"config_ai_model_params": "Click to configure AI model related properties",
|
||||
"config_file_upload": "Click to Configure File Upload Rules",
|
||||
"config_question_guide": "Configuration guess you want to ask",
|
||||
@@ -246,16 +247,14 @@
|
||||
"templateMarket.Search_template": "Search Template",
|
||||
"templateMarket.Use": "Use",
|
||||
"templateMarket.no_intro": "No introduction yet~",
|
||||
"templateMarket.templateTags.Image_generation": "Image Generation",
|
||||
"templateMarket.templateTags.Office_services": "Office Services",
|
||||
"templateMarket.templateTags.Recommendation": "Recommendation",
|
||||
"templateMarket.templateTags.Roleplay": "Roleplay",
|
||||
"templateMarket.templateTags.Web_search": "Web Search",
|
||||
"templateMarket.templateTags.Writing": "Writing",
|
||||
"templateMarket.template_guide": "Guide",
|
||||
"template_market": "Templates",
|
||||
"template_market_description": "Explore more features in the template market, with configuration tutorials and usage guides to help you understand and get started with various applications.",
|
||||
"template_market_empty_data": "No suitable templates found",
|
||||
"time_granularity": "Time granularity",
|
||||
"time_range_limit": "Time range limit",
|
||||
"time_type": "Time Type",
|
||||
"time_zone": "Time Zone",
|
||||
"too_to_active": "Active",
|
||||
"tool_active_manual_config_desc": "The temporary key is saved in this application and is only for use by this application.",
|
||||
@@ -266,16 +265,6 @@
|
||||
"tool_input_param_tip": "This plugin requires configuration of related information to run properly.",
|
||||
"tool_not_active": "This tool has not been activated yet",
|
||||
"tool_run_free": "This tool runs without points consumption",
|
||||
"tool_type_communication": "Communication",
|
||||
"tool_type_design": "design",
|
||||
"tool_type_entertainment": "Business",
|
||||
"tool_type_finance": "finance",
|
||||
"tool_type_multimodal": "Multimodal",
|
||||
"tool_type_news": "news",
|
||||
"tool_type_productivity": "productive forces",
|
||||
"tool_type_scientific": "research",
|
||||
"tool_type_search": "Search",
|
||||
"tool_type_social": "Social",
|
||||
"tool_type_tools": "tool",
|
||||
"tools_no_description": "This tool has not been introduced ~",
|
||||
"transition_to_workflow": "Convert to Workflow",
|
||||
@@ -313,7 +302,8 @@
|
||||
"un_auth": "No permission",
|
||||
"upload_file_max_amount": "Maximum File Quantity",
|
||||
"upload_file_max_amount_tip": "Maximum number of files uploaded in a single round of conversation",
|
||||
"variable.select type_desc": "You can define a global variable that does not need to be filled in by the user.\n\nThe value of this variable can come from the API interface, the Query of the shared link, or assigned through the [Variable Update] module.",
|
||||
"variable.internal_type_desc": "Use only inside the workflow and will not appear in the dialog box",
|
||||
"variable.select type_desc": "The input box will be displayed in the site conversation and run preview, and this variable will not be displayed in the sharing link.",
|
||||
"variable.textarea_type_desc": "Allows users to input up to 4000 characters in the dialogue box.",
|
||||
"variable_name_required": "Required variable name",
|
||||
"variable_repeat": "This variable name has been occupied and cannot be used",
|
||||
|
@@ -51,6 +51,7 @@
|
||||
"input_guide_tip": "You can set up some preset questions. When the user inputs a question, related questions from these presets will be suggested.",
|
||||
"input_placeholder_phone": "Please enter your question",
|
||||
"insert_input_guide,_some_data_already_exists": "Duplicate data detected, automatically filtered, {{len}} items inserted",
|
||||
"internal_variables_tip": "Internal variables are visible only when debugging",
|
||||
"invalid_share_url": "Invalid sharing link",
|
||||
"is_chatting": "Chatting in progress... please wait until it finishes",
|
||||
"items": "Items",
|
||||
@@ -159,7 +160,7 @@
|
||||
"stream_output": "Stream Output",
|
||||
"unsupported_file_type": "Unsupported file types",
|
||||
"upload": "Upload",
|
||||
"variable_invisable_in_share": "Custom variables are not visible in login-free links",
|
||||
"variable_invisable_in_share": "External variables are not visible in login-free links",
|
||||
"view_citations": "View References",
|
||||
"web_site_sync": "Web Site Sync"
|
||||
}
|
||||
|
@@ -601,6 +601,7 @@
|
||||
"core.module.Max Length": "Max Length",
|
||||
"core.module.Max Length placeholder": "Maximum length of input text",
|
||||
"core.module.Max Value": "Max Value",
|
||||
"core.module.Min Length": "Minimum number of digits",
|
||||
"core.module.Min Value": "Min Value",
|
||||
"core.module.QueryExtension.placeholder": "For example:\nQuestions about the introduction and use of Python.\nThe current conversation is related to the game 'GTA5'.",
|
||||
"core.module.Select app": "Select App",
|
||||
@@ -727,10 +728,16 @@
|
||||
"core.workflow.inputType.Manual input": "Manual Input",
|
||||
"core.workflow.inputType.Manual select": "Manual Select",
|
||||
"core.workflow.inputType.Reference": "Variable Reference",
|
||||
"core.workflow.inputType.custom": "Custom Variable",
|
||||
"core.workflow.inputType.custom": "External Variable",
|
||||
"core.workflow.inputType.dynamicTargetInput": "Dynamic External Data",
|
||||
"core.workflow.inputType.file": "File upload",
|
||||
"core.workflow.inputType.input": "Single Line Input Box",
|
||||
"core.workflow.inputType.internal": "Internal variables",
|
||||
"core.workflow.inputType.jsonEditor": "JSON Editor",
|
||||
"core.workflow.inputType.modelSelect": "Dialogue Model Selection",
|
||||
"core.workflow.inputType.multipleSelect": "Multiple selection boxes",
|
||||
"core.workflow.inputType.number input": "Number Input Box",
|
||||
"core.workflow.inputType.password": "password",
|
||||
"core.workflow.inputType.select": "Single Select Box",
|
||||
"core.workflow.inputType.selectApp": "App Select",
|
||||
"core.workflow.inputType.selectDataset": "Dataset Select",
|
||||
@@ -738,6 +745,8 @@
|
||||
"core.workflow.inputType.switch": "Switch",
|
||||
"core.workflow.inputType.textInput": "Text Input box",
|
||||
"core.workflow.inputType.textarea": "Multi-line Input Box",
|
||||
"core.workflow.inputType.timePointSelect": "Time point",
|
||||
"core.workflow.inputType.timeRangeSelect": "Time range",
|
||||
"core.workflow.publish.OnRevert version": "Click to Revert to This Version",
|
||||
"core.workflow.publish.OnRevert version confirm": "Confirm to Revert to This Version? The configuration of the editing version will be saved, and a new release version will be created for the reverted version.",
|
||||
"core.workflow.publish.histories": "Release Records",
|
||||
@@ -802,6 +811,7 @@
|
||||
"date_1_month": "1 Month",
|
||||
"date_3_months": "3 Months",
|
||||
"date_6_months": "6 Months",
|
||||
"day": "Day",
|
||||
"deep_rag_search": "In-depth search",
|
||||
"delete_api": "Are you sure you want to delete this API key? \nAfter deletion, the key will become invalid immediately and the corresponding conversation log will not be deleted. Please confirm!",
|
||||
"delete_failed": "Deletion Failed",
|
||||
@@ -844,6 +854,8 @@
|
||||
"had_auth_value": "Filled in",
|
||||
"has_verification": "Verified, Click to Unbind",
|
||||
"have_done": "Completed",
|
||||
"hour": "Hour",
|
||||
"hour_unit": "h",
|
||||
"import_failed": "Import Failed",
|
||||
"import_success": "Imported Successfully",
|
||||
"info.buy_extra": "Buy Extra Package",
|
||||
@@ -881,8 +893,11 @@
|
||||
"max_quote_tokens_tips": "The maximum number of tokens in a single search, about 1 character in Chinese = 1.7 tokens, and about 1 character in English = 1 token",
|
||||
"mcp_server": "MCP Services",
|
||||
"member": "member",
|
||||
"min_length": "At least {{minLenth}} characters are required",
|
||||
"min_similarity": "lowest correlation",
|
||||
"min_similarity_tip": "The relevance of different index models is different. Please select the appropriate value through search testing. \nWhen using Result Rearrange , use the rearranged results for filtering.",
|
||||
"minute": "Minute",
|
||||
"minute_unit": "m",
|
||||
"model.billing": "Billing",
|
||||
"model.model_type": "Model type",
|
||||
"model.name": "Model name",
|
||||
@@ -1007,6 +1022,8 @@
|
||||
"save_success": "Saved Successfully",
|
||||
"scan_code": "Scan the QR code to pay",
|
||||
"search_tool": "Search Tools",
|
||||
"second": "Second",
|
||||
"second_unit": "s",
|
||||
"secret_key": "Secret",
|
||||
"secret_tips": "The value will not return plaintext again after saving",
|
||||
"select_count_num": "{{num}} item selected",
|
||||
@@ -1223,6 +1240,8 @@
|
||||
"templateTags.Writing": "Writing",
|
||||
"template_market": "Template Market",
|
||||
"textarea_variable_picker_tip": "Enter \"/\" to select a variable",
|
||||
"time_point": "Time point",
|
||||
"time_range": "Time period",
|
||||
"to_dataset": "To dataset",
|
||||
"total_num": "Total: {{num}}",
|
||||
"ui.textarea.Magnifying": "Magnifying",
|
||||
|
@@ -57,6 +57,7 @@
|
||||
"execute_a_simple_script_code_usually_for_complex_data_processing": "Execute a simple script code, usually for complex data processing.",
|
||||
"execute_different_branches_based_on_conditions": "Execute different branches based on conditions.",
|
||||
"execution_error": "Execution Error",
|
||||
"external_variables": "External variables",
|
||||
"extraction_requirements_description": "Extraction Requirements Description",
|
||||
"extraction_requirements_description_detail": "Provide AI with some background knowledge or requirements to guide it in completing the task better.\\nThis input box can use global variables.",
|
||||
"extraction_requirements_placeholder": "For example: 1. The current time is: {{cTime}}. \nYou are a laboratory reservation assistant. Your task is to help users make laboratory reservations and obtain the corresponding reservation information from the text.\n\n2. You are the Google Search Assistant and need to extract appropriate search terms from text.",
|
||||
@@ -87,6 +88,7 @@
|
||||
"input_description": "Field Description",
|
||||
"input_type_multiple_select": "Multiple selection boxes",
|
||||
"input_variable_list": "Type / to invoke variable list",
|
||||
"internal_variables": "Internal variables",
|
||||
"intro_assigned_reply": "This module can directly reply with a specified content. Commonly used for guidance or prompts. Non-string content will be converted to string for output.",
|
||||
"intro_custom_feedback": "When this module is triggered, a feedback will be added to the current conversation record. It can be used to automatically record conversation effects, etc.",
|
||||
"intro_custom_plugin_output": "Custom configuration of external output. When using plugins, only the custom configured output is exposed.",
|
||||
|
@@ -49,6 +49,7 @@
|
||||
"chat_debug": "调试预览",
|
||||
"chat_logs": "对话日志",
|
||||
"chat_logs_tips": "日志会记录该应用的在线、分享和 API(需填写 chatId)对话记录",
|
||||
"common.day": "日",
|
||||
"config_ai_model_params": "点击配置 AI 模型相关属性",
|
||||
"config_file_upload": "点击配置文件上传规则",
|
||||
"config_question_guide": "配置猜你想问",
|
||||
@@ -255,16 +256,16 @@
|
||||
"templateMarket.Search_template": "搜索模板",
|
||||
"templateMarket.Use": "使用",
|
||||
"templateMarket.no_intro": "还没有介绍~",
|
||||
"templateMarket.templateTags.Image_generation": "图片生成",
|
||||
"templateMarket.templateTags.Office_services": "办公服务",
|
||||
"templateMarket.templateTags.Recommendation": "推荐",
|
||||
"templateMarket.templateTags.Roleplay": "角色扮演",
|
||||
"templateMarket.templateTags.Web_search": "联网搜索",
|
||||
"templateMarket.templateTags.Writing": "文本创作",
|
||||
"templateMarket.template_guide": "模板说明",
|
||||
"template_market": "模板市场",
|
||||
"template_market_description": "在模板市场探索更多玩法,配置教程与使用引导,带你理解并上手各种应用",
|
||||
"template_market_empty_data": "找不到合适的模板",
|
||||
"time_granularity": "时间粒度",
|
||||
"time_range_end": "结束时间",
|
||||
"time_range_limit": "时间范围限制",
|
||||
"time_range_start": "开始时间",
|
||||
"time_type": "时间类型",
|
||||
"time_zone": "时区",
|
||||
"too_to_active": "去激活",
|
||||
"tool_active_manual_config_desc": "临时密钥保存在本应用中,仅供该应用使用",
|
||||
@@ -275,16 +276,6 @@
|
||||
"tool_input_param_tip": "该插件正常运行需要配置相关信息",
|
||||
"tool_not_active": "该工具尚未激活",
|
||||
"tool_run_free": "该工具运行无积分消耗",
|
||||
"tool_type_communication": "通讯",
|
||||
"tool_type_design": "设计",
|
||||
"tool_type_entertainment": "商业",
|
||||
"tool_type_finance": "金融",
|
||||
"tool_type_multimodal": "多模态",
|
||||
"tool_type_news": "新闻",
|
||||
"tool_type_productivity": "生产力",
|
||||
"tool_type_scientific": "科研",
|
||||
"tool_type_search": "搜索",
|
||||
"tool_type_social": "社交",
|
||||
"tool_type_tools": "工具",
|
||||
"tools_no_description": "这个工具没有介绍~",
|
||||
"transition_to_workflow": "转成工作流",
|
||||
@@ -322,7 +313,8 @@
|
||||
"un_auth": "无权限",
|
||||
"upload_file_max_amount": "最大文件数量",
|
||||
"upload_file_max_amount_tip": "单轮对话中最大上传文件数量",
|
||||
"variable.select type_desc": "可以为工作流定义全局变量,常用临时缓存。赋值的方式包括:\n1. 从对话页面的 query 参数获取。\n2. 通过 API 的 variables 对象传递。\n3. 通过【变量更新】节点进行赋值。",
|
||||
"variable.internal_type_desc": "仅在工作流内部使用,不会出现在对话框中",
|
||||
"variable.select type_desc": "会在站内对话和运行预览中显示输入框,在分享链接中不会显示此变量",
|
||||
"variable.textarea_type_desc": "允许用户最多输入4000字的对话框。",
|
||||
"variable_name_required": "变量名必填",
|
||||
"variable_repeat": "该变量名已被占用,无法使用",
|
||||
|
@@ -51,6 +51,7 @@
|
||||
"input_guide_tip": "可以配置一些预设的问题。在用户输入问题时,会从这些预设问题中获取相关问题进行提示。",
|
||||
"input_placeholder_phone": "输入问题",
|
||||
"insert_input_guide,_some_data_already_exists": "有重复数据,已自动过滤,共插入 {{len}} 条数据",
|
||||
"internal_variables_tip": "内部变量仅调试时可见",
|
||||
"invalid_share_url": "无效的分享链接",
|
||||
"is_chatting": "正在聊天中...请等待结束",
|
||||
"items": "条",
|
||||
@@ -108,16 +109,16 @@
|
||||
"setting.favourite.categories_modal.delete_confirm_button": "删除",
|
||||
"setting.favourite.categories_modal.delete_confirm_title": "确认删除",
|
||||
"setting.favourite.categories_modal.title": "共 {{num}} 个分类",
|
||||
"setting.favourite.category_all": "全部分类",
|
||||
"setting.favourite.category_tab.all": "全部",
|
||||
"setting.favourite.category.no_data": "暂无可用精选应用",
|
||||
"setting.favourite.tag.no_data": "暂无分类",
|
||||
"setting.favourite.category_all": "全部分类",
|
||||
"setting.favourite.category_placeholder": "选择分类",
|
||||
"setting.favourite.category_tab.all": "全部",
|
||||
"setting.favourite.confirm_button": "确定",
|
||||
"setting.favourite.delete_app_cancel_button": "取消",
|
||||
"setting.favourite.delete_app_confirm": "确定要移除该精选应用吗?",
|
||||
"setting.favourite.delete_app_confirm_button": "确定",
|
||||
"setting.favourite.delete_app_title": "删除应用",
|
||||
"setting.favourite.goto_add": "去配置",
|
||||
"setting.favourite.manage_categories_button": "分类管理",
|
||||
"setting.favourite.save_category_for_app_button": "保存",
|
||||
"setting.favourite.search_placeholder": "搜索应用",
|
||||
@@ -126,17 +127,21 @@
|
||||
"setting.favourite.table_column_category": "分类",
|
||||
"setting.favourite.table_column_intro": "介绍",
|
||||
"setting.favourite.table_column_name": "名称",
|
||||
"setting.favourite.tag.no_data": "暂无分类",
|
||||
"setting.favourite.title": "精选应用",
|
||||
"setting.favourite.goto_add": "去配置",
|
||||
"setting.home.available_tools": "可用工具",
|
||||
"setting.home.available_tools.add": "添加",
|
||||
"setting.home.cancel_button": "取消",
|
||||
"setting.home.commercial_version": "商业版",
|
||||
"setting.home.confirm_button": "确定",
|
||||
"setting.home.diagram": "示意图",
|
||||
"setting.home.dialogue_tips": "对话框提示文字",
|
||||
"setting.home.dialogue_tips.default": "你可以问我任何问题",
|
||||
"setting.home.dialogue_tips_placeholder": "请输入对话框提示文字",
|
||||
"setting.home.enable": "启用首页",
|
||||
"setting.home.home_tab_title": "首页标题",
|
||||
"setting.home.home_tab_title_placeholder": "请输入首页标题",
|
||||
"setting.home.no_selected_app": "未选择应用",
|
||||
"setting.home.quick_apps": "快捷应用",
|
||||
"setting.home.quick_apps.add": "配置快捷应用",
|
||||
"setting.home.quick_apps.placeholder": "请选择应用",
|
||||
@@ -144,10 +149,6 @@
|
||||
"setting.home.slogan.default": "你好👋,我是 FastGPT ! 请问有什么可以帮你?",
|
||||
"setting.home.slogan_placeholder": "请输入 Slogan",
|
||||
"setting.home.title": "首页配置",
|
||||
"setting.home.cancel_button": "取消",
|
||||
"setting.home.confirm_button": "确定",
|
||||
"setting.home.no_selected_app": "未选择应用",
|
||||
"setting.home.enable": "启用首页",
|
||||
"setting.incorrect_plan": "当前套餐不支持该功能,请升级订阅套餐",
|
||||
"setting.incorrect_version": "当前版本不支持该功能",
|
||||
"setting.log_details.title": "首页日志",
|
||||
@@ -162,7 +163,7 @@
|
||||
"stream_output": "流输出",
|
||||
"unsupported_file_type": "不支持的文件类型",
|
||||
"upload": "上传",
|
||||
"variable_invisable_in_share": "自定义变量在免登录链接中不可见",
|
||||
"variable_invisable_in_share": "外部变量在免登录链接中不可见",
|
||||
"view_citations": "查看引用",
|
||||
"web_site_sync": "Web站点同步"
|
||||
}
|
||||
|
@@ -601,6 +601,7 @@
|
||||
"core.module.Max Length": "最大长度",
|
||||
"core.module.Max Length placeholder": "输入文本的最大长度",
|
||||
"core.module.Max Value": "最大值",
|
||||
"core.module.Min Length": "最小位数",
|
||||
"core.module.Min Value": "最小值",
|
||||
"core.module.QueryExtension.placeholder": "例如:\n关于 Python 的介绍和使用等问题。\n当前对话与游戏《GTA5》有关。",
|
||||
"core.module.Select app": "选择应用",
|
||||
@@ -727,10 +728,17 @@
|
||||
"core.workflow.inputType.Manual input": "手动输入",
|
||||
"core.workflow.inputType.Manual select": "手动选择",
|
||||
"core.workflow.inputType.Reference": "变量引用",
|
||||
"core.workflow.inputType.custom": "自定义变量",
|
||||
"core.workflow.inputType.custom": "外部变量",
|
||||
"core.workflow.inputType.datasetSelect": "知识库选择",
|
||||
"core.workflow.inputType.dynamicTargetInput": "动态外部数据",
|
||||
"core.workflow.inputType.file": "文件上传",
|
||||
"core.workflow.inputType.input": "单行输入框",
|
||||
"core.workflow.inputType.internal": "内部变量",
|
||||
"core.workflow.inputType.jsonEditor": "JSON 输入框",
|
||||
"core.workflow.inputType.modelSelect": "对话模型选择",
|
||||
"core.workflow.inputType.multipleSelect": "多选框",
|
||||
"core.workflow.inputType.number input": "数字输入框",
|
||||
"core.workflow.inputType.password": "密码",
|
||||
"core.workflow.inputType.select": "单选框",
|
||||
"core.workflow.inputType.selectApp": "应用选择",
|
||||
"core.workflow.inputType.selectDataset": "知识库选择",
|
||||
@@ -738,6 +746,8 @@
|
||||
"core.workflow.inputType.switch": "开关",
|
||||
"core.workflow.inputType.textInput": "文本输入框",
|
||||
"core.workflow.inputType.textarea": "多行输入框",
|
||||
"core.workflow.inputType.timePointSelect": "时间点",
|
||||
"core.workflow.inputType.timeRangeSelect": "时间范围",
|
||||
"core.workflow.publish.OnRevert version": "点击回退到该版本",
|
||||
"core.workflow.publish.OnRevert version confirm": "确认回退至该版本?会为您保存编辑中版本的配置,并为回退版本创建一个新的发布版本。",
|
||||
"core.workflow.publish.histories": "发布记录",
|
||||
@@ -802,6 +812,7 @@
|
||||
"date_1_month": "1个月",
|
||||
"date_3_months": "3个月",
|
||||
"date_6_months": "6个月",
|
||||
"day": "日",
|
||||
"deep_rag_search": "深度搜索",
|
||||
"delete_api": "确认删除该API密钥?删除后该密钥立即失效,对应的对话日志不会删除,请确认!",
|
||||
"delete_failed": "删除失败",
|
||||
@@ -844,6 +855,8 @@
|
||||
"had_auth_value": "已填写",
|
||||
"has_verification": "已验证,点击取消绑定",
|
||||
"have_done": "已完成",
|
||||
"hour": "小时",
|
||||
"hour_unit": "时",
|
||||
"import_failed": "导入失败",
|
||||
"import_success": "导入成功",
|
||||
"info.buy_extra": "购买额外套餐",
|
||||
@@ -881,8 +894,11 @@
|
||||
"max_quote_tokens_tips": "单次搜索最大的 token 数量,中文约 1 字=1.7 tokens,英文约 1 字=1 token",
|
||||
"mcp_server": "MCP 服务",
|
||||
"member": "成员",
|
||||
"min_length": "最少需要 {{minLenth}} 个字符",
|
||||
"min_similarity": "最低相关度",
|
||||
"min_similarity_tip": "不同索引模型的相关度有区别,请通过搜索测试来选择合适的数值。使用 结果重排 时,使用重排结果进行过滤。",
|
||||
"minute": "分钟",
|
||||
"minute_unit": "分",
|
||||
"model.billing": "模型计费",
|
||||
"model.model_type": "模型类型",
|
||||
"model.name": "模型名",
|
||||
@@ -1007,6 +1023,8 @@
|
||||
"save_success": "保存成功",
|
||||
"scan_code": "扫码支付",
|
||||
"search_tool": "搜索工具",
|
||||
"second": "秒",
|
||||
"second_unit": "秒",
|
||||
"secret_key": "密钥",
|
||||
"secret_tips": "值保存后不会再次明文返回",
|
||||
"select_count_num": "已选 {{num}} 项",
|
||||
@@ -1224,6 +1242,8 @@
|
||||
"templateTags.Writing": "文本创作",
|
||||
"template_market": "模板市场",
|
||||
"textarea_variable_picker_tip": "输入\"/\"可选择变量",
|
||||
"time_point": "时间点",
|
||||
"time_range": "时间段",
|
||||
"to_dataset": "前往知识库",
|
||||
"total_num": "总数: {{num}}",
|
||||
"ui.textarea.Magnifying": "放大",
|
||||
|
@@ -57,6 +57,7 @@
|
||||
"execute_a_simple_script_code_usually_for_complex_data_processing": "执行一段简单的脚本代码,通常用于进行复杂的数据处理。",
|
||||
"execute_different_branches_based_on_conditions": "根据一定的条件,执行不同的分支。",
|
||||
"execution_error": "运行错误",
|
||||
"external_variables": "外部变量",
|
||||
"extraction_requirements_description": "提取要求描述",
|
||||
"extraction_requirements_description_detail": "给AI一些对应的背景知识或要求描述,引导AI更好的完成任务。\\n该输入框可使用全局变量。",
|
||||
"extraction_requirements_placeholder": "例如: 1. 当前时间为: {{cTime}}。你是一个实验室预约助手,你的任务是帮助用户预约实验室,从文本中获取对应的预约信息。\n2. 你是谷歌搜索助手,需要从文本中提取出合适的搜索词。",
|
||||
@@ -87,6 +88,7 @@
|
||||
"input_description": "字段描述",
|
||||
"input_type_multiple_select": "多选框",
|
||||
"input_variable_list": "可输入 / 唤起变量列表",
|
||||
"internal_variables": "内部变量",
|
||||
"intro_assigned_reply": "该模块可以直接回复一段指定的内容。常用于引导、提示。非字符串内容传入时,会转成字符串进行输出。",
|
||||
"intro_custom_feedback": "该模块被触发时,会给当前的对话记录增加一条反馈。可用于自动记录对话效果等。",
|
||||
"intro_custom_plugin_output": "自定义配置外部输出,使用插件时,仅暴露自定义配置的输出",
|
||||
|
@@ -246,16 +246,14 @@
|
||||
"templateMarket.Search_template": "搜尋範本",
|
||||
"templateMarket.Use": "使用",
|
||||
"templateMarket.no_intro": "還沒有介紹~",
|
||||
"templateMarket.templateTags.Image_generation": "影像生成",
|
||||
"templateMarket.templateTags.Office_services": "辦公服務",
|
||||
"templateMarket.templateTags.Recommendation": "推薦",
|
||||
"templateMarket.templateTags.Roleplay": "角色扮演",
|
||||
"templateMarket.templateTags.Web_search": "網路搜尋",
|
||||
"templateMarket.templateTags.Writing": "文字創作",
|
||||
"templateMarket.template_guide": "範本說明",
|
||||
"template_market": "範本市集",
|
||||
"template_market_description": "在範本市集探索更多玩法,設定教學與使用指引,帶您理解並上手各種應用程式",
|
||||
"template_market_empty_data": "找不到合適的範本",
|
||||
"time_granularity": "時間粒度",
|
||||
"time_range_limit": "時間範圍限制",
|
||||
"time_type": "時間類型",
|
||||
"time_zone": "時區",
|
||||
"too_to_active": "去激活",
|
||||
"tool_active_manual_config_desc": "臨時密鑰保存在本應用中,僅供該應用使用",
|
||||
@@ -266,16 +264,6 @@
|
||||
"tool_input_param_tip": "這個外掛正常執行需要設定相關資訊",
|
||||
"tool_not_active": "該工具尚未激活",
|
||||
"tool_run_free": "該工具運行無積分消耗",
|
||||
"tool_type_communication": "通訊",
|
||||
"tool_type_design": "設計",
|
||||
"tool_type_entertainment": "商業",
|
||||
"tool_type_finance": "金融",
|
||||
"tool_type_multimodal": "多模態",
|
||||
"tool_type_news": "新聞",
|
||||
"tool_type_productivity": "生產力",
|
||||
"tool_type_scientific": "科研",
|
||||
"tool_type_search": "搜尋",
|
||||
"tool_type_social": "社交",
|
||||
"tool_type_tools": "工具",
|
||||
"tools_no_description": "這個工具沒有介紹~",
|
||||
"transition_to_workflow": "轉換成工作流程",
|
||||
@@ -313,7 +301,8 @@
|
||||
"un_auth": "無權限",
|
||||
"upload_file_max_amount": "最大檔案數量",
|
||||
"upload_file_max_amount_tip": "單輪對話中最大上傳檔案數量",
|
||||
"variable.select type_desc": "可以為工作流程定義全域變數,常用於暫存。賦值的方式包括:\n1. 從對話頁面的 query 參數取得。\n2. 透過 API 的 variables 物件傳遞。\n3. 透過【變數更新】節點進行賦值。",
|
||||
"variable.internal_type_desc": "僅在工作流內部使用,不會出現在對話框中",
|
||||
"variable.select type_desc": "會在站內對話和運行預覽中顯示輸入框,在分享鏈接中不會顯示此變量",
|
||||
"variable.textarea_type_desc": "允許使用者最多輸入 4000 字的對話框。",
|
||||
"variable_name_required": "變量名必填",
|
||||
"variable_repeat": "該變量名已被佔用,無法使用",
|
||||
|
@@ -51,6 +51,7 @@
|
||||
"input_guide_tip": "您可以設定一些預設問題。當使用者輸入問題時,系統會從這些預設問題中提供相關問題作為提示。",
|
||||
"input_placeholder_phone": "請輸入問題",
|
||||
"insert_input_guide,_some_data_already_exists": "偵測到重複資料,已自動過濾,共插入 {{len}} 筆資料",
|
||||
"internal_variables_tip": "內部變量僅調試時可見",
|
||||
"invalid_share_url": "無效的分享鏈接",
|
||||
"is_chatting": "對話進行中...請稍候",
|
||||
"items": "筆",
|
||||
@@ -159,7 +160,7 @@
|
||||
"stream_output": "串流輸出",
|
||||
"unsupported_file_type": "不支援的檔案類型",
|
||||
"upload": "上傳",
|
||||
"variable_invisable_in_share": "自定義變數在免登入連結中不可見",
|
||||
"variable_invisable_in_share": "外部變量在免登錄鏈接中不可見",
|
||||
"view_citations": "檢視引用",
|
||||
"web_site_sync": "網站同步"
|
||||
}
|
||||
|
@@ -600,6 +600,7 @@
|
||||
"core.module.Max Length": "最大長度",
|
||||
"core.module.Max Length placeholder": "輸入文字的最大長度",
|
||||
"core.module.Max Value": "最大值",
|
||||
"core.module.Min Length": "最小位數",
|
||||
"core.module.Min Value": "最小值",
|
||||
"core.module.QueryExtension.placeholder": "例如:\n關於 Python 的介紹和使用等問題。\n目前對話與遊戲《GTA5》有關。",
|
||||
"core.module.Select app": "選擇應用程式",
|
||||
@@ -726,10 +727,16 @@
|
||||
"core.workflow.inputType.Manual input": "手動輸入",
|
||||
"core.workflow.inputType.Manual select": "手動選擇",
|
||||
"core.workflow.inputType.Reference": "變數引用",
|
||||
"core.workflow.inputType.custom": "自訂變數",
|
||||
"core.workflow.inputType.custom": "外部變數",
|
||||
"core.workflow.inputType.dynamicTargetInput": "動態外部資料",
|
||||
"core.workflow.inputType.file": "文件上傳",
|
||||
"core.workflow.inputType.input": "單行輸入框",
|
||||
"core.workflow.inputType.internal": "內部變量",
|
||||
"core.workflow.inputType.jsonEditor": "JSON 輸入框",
|
||||
"core.workflow.inputType.modelSelect": "對話模型選擇",
|
||||
"core.workflow.inputType.multipleSelect": "多選框",
|
||||
"core.workflow.inputType.number input": "數字輸入框",
|
||||
"core.workflow.inputType.password": "密碼",
|
||||
"core.workflow.inputType.select": "單選框",
|
||||
"core.workflow.inputType.selectApp": "應用程式選擇",
|
||||
"core.workflow.inputType.selectDataset": "知識庫選擇",
|
||||
@@ -737,6 +744,8 @@
|
||||
"core.workflow.inputType.switch": "開關",
|
||||
"core.workflow.inputType.textInput": "文字輸入框",
|
||||
"core.workflow.inputType.textarea": "多行輸入框",
|
||||
"core.workflow.inputType.timePointSelect": "時間點",
|
||||
"core.workflow.inputType.timeRangeSelect": "時間範圍",
|
||||
"core.workflow.publish.OnRevert version": "點選回復至此版本",
|
||||
"core.workflow.publish.OnRevert version confirm": "確認回復至此版本?將為您儲存編輯中版本的設定,並為回復版本建立一個新的發布版本。",
|
||||
"core.workflow.publish.histories": "發布記錄",
|
||||
@@ -801,6 +810,7 @@
|
||||
"date_1_month": "1個月",
|
||||
"date_3 months": "3個月",
|
||||
"date_6_months": "6個月",
|
||||
"day": "日",
|
||||
"deep_rag_search": "深度搜尋",
|
||||
"delete_api": "確認刪除此 API 金鑰?\n刪除後該金鑰將立即失效,對應的對話記錄不會被刪除,請確認!",
|
||||
"delete_failed": "刪除失敗",
|
||||
@@ -843,6 +853,8 @@
|
||||
"had_auth_value": "已填寫",
|
||||
"has_verification": "已驗證,點選解除綁定",
|
||||
"have_done": "已完成",
|
||||
"hour": "小時",
|
||||
"hour_unit": "時",
|
||||
"import_failed": "匯入失敗",
|
||||
"import_success": "匯入成功",
|
||||
"info.buy_extra": "購買額外方案",
|
||||
@@ -880,8 +892,11 @@
|
||||
"max_quote_tokens_tips": "單次搜尋最大的 token 數量,中文約 1 字=1.7 tokens,英文約 1 字=1 token",
|
||||
"mcp_server": "MCP 服務",
|
||||
"member": "成員",
|
||||
"min_length": "最少需要 {{minLenth}} 個字符",
|
||||
"min_similarity": "最低相關度",
|
||||
"min_similarity_tip": "不同索引模型的相關度有區別,請透過搜尋測試來選擇合適的數值。\n使用 結果重排 時,使用重排結果過濾。",
|
||||
"minute": "分鐘",
|
||||
"minute_unit": "分",
|
||||
"model.billing": "模型計費",
|
||||
"model.model_type": "模型類型",
|
||||
"model.name": "模型名",
|
||||
@@ -1006,6 +1021,8 @@
|
||||
"save_success": "儲存成功",
|
||||
"scan_code": "掃碼支付",
|
||||
"search_tool": "搜索工具",
|
||||
"second": "秒",
|
||||
"second_unit": "秒",
|
||||
"secret_key": "密鑰",
|
||||
"secret_tips": "值保存後不會再次明文返回",
|
||||
"select_count_num": "已選 {{num}} 項",
|
||||
@@ -1222,6 +1239,8 @@
|
||||
"templateTags.Writing": "文字創作",
|
||||
"template_market": "模板市場",
|
||||
"textarea_variable_picker_tip": "輸入「/」以選擇變數",
|
||||
"time_point": "時間點",
|
||||
"time_range": "時間段",
|
||||
"to_dataset": "前往知識庫",
|
||||
"total_num": "總數: {{num}}",
|
||||
"ui.textarea.Magnifying": "放大",
|
||||
|
@@ -57,6 +57,7 @@
|
||||
"execute_a_simple_script_code_usually_for_complex_data_processing": "執行一段簡單的腳本程式碼,通常用於複雜的資料處理。",
|
||||
"execute_different_branches_based_on_conditions": "根據條件執行不同的分支。",
|
||||
"execution_error": "執行錯誤",
|
||||
"external_variables": "外部變量",
|
||||
"extraction_requirements_description": "擷取需求描述",
|
||||
"extraction_requirements_description_detail": "提供 AI 相對應的背景知識或需求描述,引導 AI 更好地完成任務。\\n這個輸入框可以使用全域變數。",
|
||||
"extraction_requirements_placeholder": "例如:1. 目前時間為:{{cTime}}。\n你是實驗室預約助手,你的任務是幫助使用者預約實驗室,從文字中取得對應的預約資訊。\n\n2. 你是 Google 搜尋助手,需要從文字中提取出合適的搜尋字詞。",
|
||||
@@ -87,6 +88,7 @@
|
||||
"input_description": "欄位描述",
|
||||
"input_type_multiple_select": "多選框",
|
||||
"input_variable_list": "輸入 / 叫出變數清單",
|
||||
"internal_variables": "內部變量",
|
||||
"intro_assigned_reply": "這個模組可以直接回覆指定的內容。常用於引導、提示。非字串內容傳入時,會轉換成字串輸出。",
|
||||
"intro_custom_feedback": "當這個模組被觸發時,會在目前的對話紀錄中新增一條回饋。可以用於自動記錄對話效果等等。",
|
||||
"intro_custom_plugin_output": "自訂設定外部輸出,使用外掛程式時,只顯示自訂設定的輸出",
|
||||
|
Reference in New Issue
Block a user