mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
V4.14.1 feature (#5880)
* feat: app split (#5858) * feat: app split script * fix: app split * chore: app split script try-catch * adjust dashborad page (#5872) * create page * create page * create button * router name * bot * template * create page * mobile * toolfolder * fix * fix * fix build * split tool select * img * doc * rename enum * fix page adjust (#5883) * fix page adjust * fix ad store * fix: initv4141 (#5886) * fix: create app * doc * hide api * doc * feat: payment pause interactive (#5892) * fix: copy clbs (#5889) * fix: copy clbs * fix: copy clbs * fix: http protocol handling in baseURL (#5890) * fix: http protocol handling in baseURL * ui fix * auto saved version * fix * auto save * fix: model permission modal (#5895) * folder * fix: del app * navbar * fix: plugin file selector (#5893) * fix: plugin file selector * fix: plugin file selector * workflow tool inputform * pick --------- Co-authored-by: archer <545436317@qq.com> * fix: workflow tool time * doc * fix workorder button (#5896) * add inform track (#5897) * remove invalid track * comment * feat: marketplace refresh api (#5884) * marketplace refresh * fix: helper bot menu button (#5898) --------- Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"custom_model": "custom model",
|
||||
"default_model": "Default model",
|
||||
"default_model_config": "Default model configuration",
|
||||
"language": "Language and time zone",
|
||||
"logout": "Sign out",
|
||||
"model.active": "Active",
|
||||
"model.alias": "Alias",
|
||||
|
||||
@@ -51,18 +51,21 @@
|
||||
"app.version_past": "Previously Published",
|
||||
"app.version_publish_tips": "This version will be saved to the team cloud, synchronized with the entire team, and update the app version on all release channels.",
|
||||
"app_detail": "Application Details",
|
||||
"app_name_placeholder": "Enter app name",
|
||||
"apply_code": "Apply",
|
||||
"apply_code_failed": "Failed to apply code",
|
||||
"auto_execute": "Automatic execution",
|
||||
"auto_execute_default_prompt_placeholder": "Default questions sent when executing automatically",
|
||||
"auto_execute_tip": "After turning it on, the workflow will be automatically triggered when the user enters the conversation interface. \nExecution order: 1. Dialogue starter; 2. Global variables; 3. Automatic execution.",
|
||||
"auto_save": "Auto save",
|
||||
"change_app_type": "Change App Type",
|
||||
"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.",
|
||||
"click_to_config": "Go to configuration",
|
||||
"code_applied_successfully": "Code applied successfully",
|
||||
"code_function_describe": "Describe your code function, enter \"/\" to select the variable",
|
||||
"collapse_tool_create": "close",
|
||||
"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",
|
||||
@@ -78,16 +81,20 @@
|
||||
"core.module.template.System Tools": "System Tools",
|
||||
"core.workflow.Copilot": "AI Generation",
|
||||
"create_by_curl": "By CURL",
|
||||
"create_by_template": "By template",
|
||||
"create_by_template": "Create by template",
|
||||
"create_copy_success": "Duplicate Created Successfully",
|
||||
"create_empty_app": "Create Default App",
|
||||
"create_empty_plugin": "Create Default Plugin",
|
||||
"create_empty_workflow": "Create Default Workflow",
|
||||
"create_from_template": "Create from template",
|
||||
"create_http_toolset": "Create HTTP Toolset",
|
||||
"create_your_first_agent": "Create your first Agent",
|
||||
"create_your_first_tool": "Create your first tool",
|
||||
"cron.every_day": "Run Daily",
|
||||
"cron.every_month": "Run Monthly",
|
||||
"cron.every_week": "Run Weekly",
|
||||
"cron.interval": "Run at Intervals",
|
||||
"current_package": "Current package: ",
|
||||
"custom_plugin": "Custom Plugin",
|
||||
"custom_plugin_associated_plugin_label": "Associated Plugin",
|
||||
"custom_plugin_associated_plugin_placeholder": "Enter plugin name or appId to search",
|
||||
@@ -130,6 +137,7 @@
|
||||
"edit_info": "Edit",
|
||||
"empty_tool_tips": "Please add tools on the left side",
|
||||
"execute_time": "Execution Time",
|
||||
"expand_tool_create": "Expand MCP/Http create",
|
||||
"export_config_successful": "Configuration copied, some sensitive information automatically filtered. Please check for any remaining sensitive data.",
|
||||
"export_configs": "Export",
|
||||
"fastgpt_marketplace": "FastGPT plug-in market",
|
||||
@@ -142,6 +150,8 @@
|
||||
"find_more_tools": "Explore more",
|
||||
"go_to_chat": "Go to Conversation",
|
||||
"go_to_run": "Go to Execution",
|
||||
"has_no_create_per": "You do not have permission to create in the current directory.",
|
||||
"hide_templates": "Collapse",
|
||||
"http_toolset_add_tips": "Click the \"Add\" button to add tools",
|
||||
"http_toolset_config_tips": "Click \"Start Configuration\" to add tools",
|
||||
"image": "picture",
|
||||
@@ -259,6 +269,7 @@
|
||||
"plugin_cost_by_token": "Charged based on token usage",
|
||||
"plugin_cost_folder_tip": "This tool set contains subordinate tools, and the call points are determined based on the actual calling tool",
|
||||
"plugin_cost_per_times": "{{cost}} points/time",
|
||||
"plugin_db": "Plugins",
|
||||
"plugin_dispatch": "Plugin Invocation",
|
||||
"plugin_dispatch_tip": "Adds extra capabilities to the model. The specific plugins to be invoked will be autonomously decided by the model.\nIf a plugin is selected, the Dataset invocation will automatically be treated as a special plugin.",
|
||||
"plugin_offline_tips": "Your system does not have direct access to plugin market data,\n\nPlease manually copy the URL and go to get more plugins",
|
||||
@@ -274,16 +285,22 @@
|
||||
"publish_success": "Publish Successful",
|
||||
"question_guide_tip": "After the conversation, 3 guiding questions will be generated for you.",
|
||||
"reasoning_response": "Output thinking",
|
||||
"recharge": "Go to recharge",
|
||||
"reference_variable": "Reference variables",
|
||||
"refresh_templates": "Refresh",
|
||||
"remaining_points": "Reaming points: ",
|
||||
"request_headers": "Request header",
|
||||
"response_format": "Response format",
|
||||
"save_team_app_log_keys": "Save as team configuration",
|
||||
"saved_success": "Saved successfully! \nTo use this version externally, click Save and Publish",
|
||||
"search_agent": "Search Agent",
|
||||
"search_app": "Search apps",
|
||||
"search_tool": "Search Tools",
|
||||
"secret_get_course": "Course",
|
||||
"select_app_type": "Select App Type",
|
||||
"setting_app": "Workflow",
|
||||
"setting_plugin": "Workflow",
|
||||
"show_templates": "Expand",
|
||||
"show_top_p_tip": "An alternative method of temperature sampling, called Nucleus sampling, the model considers the results of tokens with TOP_P probability mass quality. \nTherefore, 0.1 means that only tokens containing the highest probability quality are considered. \nThe default is 1.",
|
||||
"simple_tool_tips": "This plugin contains special inputs and is not currently supported for invocation by simple applications.",
|
||||
"source_updateTime": "Update time",
|
||||
@@ -326,6 +343,9 @@
|
||||
"time_type": "Time Type",
|
||||
"time_zone": "Time Zone",
|
||||
"too_to_active": "Active",
|
||||
"toolType_http": "HTTP tools",
|
||||
"toolType_mcp": "MCP tools",
|
||||
"toolType_workflow": "Workflow tools",
|
||||
"tool_active_manual_config_desc": "The temporary key is saved in this application and is only for use by this application.",
|
||||
"tool_active_system_config_desc": "Use the system configured key",
|
||||
"tool_active_system_config_price_desc": "Additional payment for key price ({{price}} points/time)",
|
||||
@@ -339,7 +359,6 @@
|
||||
"tool_soon_offset_tips": "This tool will be offline in the future. For the sake of your business stability, please replace it as soon as possible.",
|
||||
"tool_tip": "When executed as a tool, is this field used as a tool response result?",
|
||||
"tool_type_tools": "tool",
|
||||
"plugin_db": "Plugins",
|
||||
"toolkit_activation_label": "Key Activation",
|
||||
"toolkit_activation_not_required": "No Activation",
|
||||
"toolkit_activation_required": "Activation Required",
|
||||
@@ -411,6 +430,7 @@
|
||||
"tts_browser": "Browser's own (free)",
|
||||
"tts_close": "Close",
|
||||
"type.All": "All",
|
||||
"type.Chat_Agent": "Dialogue Agent",
|
||||
"type.Create http plugin tip": "Batch create plugins through OpenAPI Schema, compatible with GPTs format.",
|
||||
"type.Create mcp tools tip": "Automatically parse and batch create callable MCP tools by entering the MCP address",
|
||||
"type.Create one plugin tip": "Customizable input and output workflows, usually used to encapsulate reusable workflows.",
|
||||
@@ -441,8 +461,17 @@
|
||||
"type.error.Workflow data is empty": "No workflow data was obtained",
|
||||
"type.error.workflowresponseempty": "Response content is empty",
|
||||
"type.hidden": "Hide app",
|
||||
"type_http_tool_set_intro": "Batch import API tool",
|
||||
"type_mcp_intro": "Connect to MCP service",
|
||||
"type_not_recognized": "App type not recognized",
|
||||
"type_plugin_description": "Output the specified results with one click.",
|
||||
"type_plugin_intro": "Commonly used to encapsulate workflow",
|
||||
"type_simple_description": "The most basic conversation application, no complicated configuration is required, and it can be created and used quickly.",
|
||||
"type_simple_intro": "Quickly create conversation agents",
|
||||
"type_workflow_description": "Memory-enabled complex multi-turn conversational workflows.",
|
||||
"type_workflow_intro": "Drag and drop arrangement and multiple rounds of dialogue",
|
||||
"un_auth": "No permission",
|
||||
"unnamed_app": "Unnamed",
|
||||
"upload_file_exists_filtered": "Duplicate files have been automatically filtered.",
|
||||
"upload_file_extension_type_canSelectAudio": "Audio",
|
||||
"upload_file_extension_type_canSelectCustomFileExtension": "Custom file extension type",
|
||||
@@ -455,6 +484,7 @@
|
||||
"upload_file_max_amount_tip": "Maximum number of files uploaded in a single round of conversation",
|
||||
"upload_method": "Upload method",
|
||||
"url_upload": "File link",
|
||||
"used_points": "Used point: ",
|
||||
"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.",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"LLM_model_response_empty": "The model flow response is empty, please check whether the model flow output is normal.",
|
||||
"ai_reasoning": "Thinking process",
|
||||
"back_to_text": "Text input",
|
||||
"balance_not_enough_pause": "Workflow paused due to insufficient AI points",
|
||||
"chat.quote.No Data": "The file cannot be found",
|
||||
"chat.quote.deleted": "This data has been deleted ~",
|
||||
"chat.waiting_for_response": "Please wait for the conversation to complete",
|
||||
@@ -11,6 +12,7 @@
|
||||
"chat_input_guide_lexicon_is_empty": "Lexicon not configured yet",
|
||||
"chat_test_app": "Debug-{{name}}",
|
||||
"citations": "{{num}} References",
|
||||
"clear_input_value": "Clear input",
|
||||
"click_contextual_preview": "Click to see contextual preview",
|
||||
"click_to_add_url": "Click to add link",
|
||||
"completion_finish_close": "Disconnection",
|
||||
@@ -24,10 +26,12 @@
|
||||
"config_input_guide": "Set Up Input Guide",
|
||||
"config_input_guide_lexicon": "Set Up Lexicon",
|
||||
"config_input_guide_lexicon_title": "Set Up Lexicon",
|
||||
"confirm_clear_input_value": "Are you sure to clear the form content? \nDefault values will be restored!",
|
||||
"confirm_to_clear_share_chat_history": "Are you sure you want to clear all chat history?",
|
||||
"content_empty": "No Content",
|
||||
"contextual": "{{num}} Contexts",
|
||||
"contextual_preview": "Contextual Preview {{num}} Items",
|
||||
"continue_run": "continue running",
|
||||
"core.chat.moveCancel": "Swipe to Cancel",
|
||||
"core.chat.shortSpeak": "Speaking Time is Too Short",
|
||||
"csv_input_lexicon_tip": "Only CSV batch import is supported, click to download the template",
|
||||
@@ -161,6 +165,7 @@
|
||||
"source_cronJob": "Scheduled execution",
|
||||
"start_chat": "Start",
|
||||
"stream_output": "Stream Output",
|
||||
"task_has_continued": "Task has continued running",
|
||||
"unsupported_file_type": "Unsupported file types",
|
||||
"upload": "Upload",
|
||||
"variable_invisable_in_share": "External variables are not visible in login-free links",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Confirm": "Confirm",
|
||||
"Continue_Adding": "Continue adding",
|
||||
"Copy": "Copy",
|
||||
"Create": "create",
|
||||
"Creating": "Creating",
|
||||
"Delete": "Delete",
|
||||
"Detail": "Detail",
|
||||
@@ -99,7 +100,9 @@
|
||||
"all_quotes": "All quotes",
|
||||
"all_result": "Full Results",
|
||||
"app_evaluation": "App Evaluation(Beta)",
|
||||
"app_icon_and_name": "icon",
|
||||
"app_not_version": "This application has not been published, please publish it first",
|
||||
"app_type": "Application Type",
|
||||
"auth_config": "Authentication",
|
||||
"auth_type": "Authentication type",
|
||||
"auth_type.Custom": "Customize",
|
||||
@@ -754,6 +757,7 @@
|
||||
"core.workflow.tool.Select Tool": "Select Tool",
|
||||
"core.workflow.variable": "Variable",
|
||||
"create": "Create",
|
||||
"create_app": "Create an application",
|
||||
"create_failed": "Create failed",
|
||||
"create_success": "Created Successfully",
|
||||
"create_time": "Creation Time",
|
||||
@@ -919,8 +923,8 @@
|
||||
"name": "name",
|
||||
"name_is_empty": "Name Cannot Be Empty",
|
||||
"navbar.Account": "Account",
|
||||
"navbar.Chat": "Chat",
|
||||
"navbar.Config": "administrator",
|
||||
"navbar.Chat": "portal",
|
||||
"navbar.Config": "admini",
|
||||
"navbar.Datasets": "Dataset",
|
||||
"navbar.Studio": "Studio",
|
||||
"navbar.Toolkit": "Toolkit",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"bill.valid_time": "Effective Time",
|
||||
"bill.you_can_convert": "You can convert",
|
||||
"bill.yuan": "Yuan",
|
||||
"current_package": "Current package: ",
|
||||
"delete.admin_failed": "Failed to Delete Admin",
|
||||
"delete.admin_success": "Admin Deleted Successfully",
|
||||
"delete.failed": "Delete failed",
|
||||
@@ -87,6 +88,7 @@
|
||||
"team.add_writer": "Add writable members",
|
||||
"team.avatar_and_name": "avatar",
|
||||
"team.belong_to_group": "Member group",
|
||||
"team.collaborator.added": "Added",
|
||||
"team.group.avatar": "Group avatar",
|
||||
"team.group.create": "Create group",
|
||||
"team.group.create_failed": "Failed to create group",
|
||||
@@ -110,6 +112,5 @@
|
||||
"team.manage_collaborators": "Manage Collaborators",
|
||||
"team.no_collaborators": "No Collaborators",
|
||||
"team.org.org": "Organization",
|
||||
"team.write_role_member": "Write Permission",
|
||||
"team.collaborator.added": "Added"
|
||||
"team.write_role_member": "Write Permission"
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"custom_model": "自定义模型",
|
||||
"default_model": "预设模型",
|
||||
"default_model_config": "默认模型配置",
|
||||
"language": "语言与时区",
|
||||
"logout": "登出",
|
||||
"model.active": "启用",
|
||||
"model.alias": "别名",
|
||||
|
||||
@@ -53,18 +53,21 @@
|
||||
"app.version_past": "发布过",
|
||||
"app.version_publish_tips": "该版本将被保存至团队云端,同步给整个团队,同时更新所有发布渠道的应用版本",
|
||||
"app_detail": "应用详情",
|
||||
"app_name_placeholder": "请输入应用名称",
|
||||
"apply_code": "应用",
|
||||
"apply_code_failed": "应用代码失败",
|
||||
"auto_execute": "自动执行",
|
||||
"auto_execute_default_prompt_placeholder": "自动执行时,发送的默认问题",
|
||||
"auto_execute_tip": "开启后,用户进入对话界面将自动触发工作流。执行顺序:1、对话开场白;2、全局变量;3、自动执行。",
|
||||
"auto_save": "自动保存",
|
||||
"change_app_type": "更改应用类型",
|
||||
"chat_debug": "调试预览",
|
||||
"chat_logs": "对话日志",
|
||||
"chat_logs_tips": "日志会记录该应用的在线、分享和 API(需填写 chatId)对话记录",
|
||||
"click_to_config": "去配置",
|
||||
"code_applied_successfully": "代码应用成功",
|
||||
"code_function_describe": "描述你的代码功能,输入“/”可选择变量",
|
||||
"collapse_tool_create": "收起",
|
||||
"config_ai_model_params": "点击配置 AI 模型相关属性",
|
||||
"config_file_upload": "点击配置文件上传规则",
|
||||
"config_question_guide": "配置猜你想问",
|
||||
@@ -80,16 +83,20 @@
|
||||
"core.module.template.System Tools": "系统工具",
|
||||
"core.workflow.Copilot": "AI 生成",
|
||||
"create_by_curl": "从 CURL 创建",
|
||||
"create_by_template": "从模板选择",
|
||||
"create_by_template": "从模板创建",
|
||||
"create_copy_success": "创建副本成功",
|
||||
"create_empty_app": "创建空白应用",
|
||||
"create_empty_plugin": "创建空白插件",
|
||||
"create_empty_workflow": "创建空白工作流",
|
||||
"create_from_template": "从模板新建",
|
||||
"create_http_toolset": "创建 HTTP 工具集",
|
||||
"create_your_first_agent": "创建你的第一个 Agent",
|
||||
"create_your_first_tool": "创建你的第一个工具",
|
||||
"cron.every_day": "每天执行",
|
||||
"cron.every_month": "每月执行",
|
||||
"cron.every_week": "每周执行",
|
||||
"cron.interval": "间隔执行",
|
||||
"current_package": "当前套餐:",
|
||||
"custom_plugin": "自定义插件",
|
||||
"custom_plugin_associated_plugin_label": "关联插件",
|
||||
"custom_plugin_associated_plugin_placeholder": "输入插件名或 appId 查找插件",
|
||||
@@ -134,6 +141,7 @@
|
||||
"edit_param": "编辑参数",
|
||||
"empty_tool_tips": "请在左侧添加工具",
|
||||
"execute_time": "执行时间",
|
||||
"expand_tool_create": "展开MCP、Http创建",
|
||||
"export_config_successful": "已复制配置,自动过滤部分敏感信息,请注意检查是否仍有敏感数据",
|
||||
"export_configs": "导出配置",
|
||||
"fastgpt_marketplace": "FastGPT 插件市场",
|
||||
@@ -146,6 +154,8 @@
|
||||
"find_more_tools": "探索更多",
|
||||
"go_to_chat": "去对话",
|
||||
"go_to_run": "去运行",
|
||||
"has_no_create_per": "当前目录您无新建权限",
|
||||
"hide_templates": "隐藏模板",
|
||||
"http_toolset_add_tips": "点击添加按钮来添加工具",
|
||||
"http_toolset_config_tips": "点击开始配置来添加工具",
|
||||
"image": "图片",
|
||||
@@ -268,6 +278,7 @@
|
||||
"permission.des.write": "可查看和编辑应用",
|
||||
"permission.name.read": "仅对话",
|
||||
"permission.name.readChatLog": "查看对话日志",
|
||||
"plugin": "资源库",
|
||||
"plugin.Instructions": "使用说明",
|
||||
"plugin_cost_by_token": "依据 token 消耗计费",
|
||||
"plugin_cost_folder_tip": "该工具集包含下属工具,调用积分依据实际调用工具决定",
|
||||
@@ -287,16 +298,22 @@
|
||||
"publish_success": "发布成功",
|
||||
"question_guide_tip": "对话结束后,会为你生成 3 个引导性问题。",
|
||||
"reasoning_response": "输出思考",
|
||||
"recharge": "去充值",
|
||||
"reference_variable": "引用变量",
|
||||
"refresh_templates": "换一批",
|
||||
"remaining_points": "剩余积分:",
|
||||
"request_headers": "请求头",
|
||||
"response_format": "回复格式",
|
||||
"save_team_app_log_keys": "保存为团队配置",
|
||||
"saved_success": "保存成功!如需在外部使用该版本,请点击“保存并发布”",
|
||||
"search_agent": "搜索 Agent",
|
||||
"search_app": "搜索应用",
|
||||
"search_tool": "搜索工具",
|
||||
"secret_get_course": "教程",
|
||||
"select_app_type": "选择应用类型",
|
||||
"setting_app": "应用配置",
|
||||
"setting_plugin": "插件配置",
|
||||
"show_templates": "显示模板",
|
||||
"show_top_p_tip": "用温度采样的替代方法,称为Nucleus采样,该模型考虑了具有TOP_P概率质量质量的令牌的结果。因此,0.1表示仅考虑包含最高概率质量的令牌。默认为 1。",
|
||||
"simple_tool_tips": "该插件含有特殊输入,暂不支持被简易应用调用",
|
||||
"source_updateTime": "更新时间",
|
||||
@@ -343,6 +360,9 @@
|
||||
"time_type": "时间类型",
|
||||
"time_zone": "时区",
|
||||
"too_to_active": "去激活",
|
||||
"toolType_http": "HTTP 工具",
|
||||
"toolType_mcp": "MCP 工具",
|
||||
"toolType_workflow": "工作流工具",
|
||||
"tool_active_manual_config_desc": "临时密钥保存在本应用中,仅供该应用使用",
|
||||
"tool_active_system_config_desc": "使用系统已配置好的密钥",
|
||||
"tool_active_system_config_price_desc": "需额外支付密钥价格( {{price}} 积分/次)",
|
||||
@@ -356,7 +376,6 @@
|
||||
"tool_soon_offset_tips": "该工具将在后续下线,为了您的业务稳定,请尽快替换",
|
||||
"tool_tip": "作为工具执行时,该字段是否作为工具响应结果",
|
||||
"tool_type_tools": "工具",
|
||||
"plugin": "资源库",
|
||||
"toolkit_activation_label": "密钥激活",
|
||||
"toolkit_activation_not_required": "免激活",
|
||||
"toolkit_activation_required": "需要激活",
|
||||
@@ -428,6 +447,7 @@
|
||||
"tts_browser": "浏览器自带(免费)",
|
||||
"tts_close": "关闭",
|
||||
"type.All": "全部",
|
||||
"type.Chat_Agent": "对话 Agent",
|
||||
"type.Create http plugin tip": "通过 OpenAPI Schema 批量创建工具(兼容GPTs)、通过curl或手动创建工具",
|
||||
"type.Create http toolset tip": "通过 OpenAPI Schema 批量创建工具(兼容GPTs)",
|
||||
"type.Create mcp tools tip": "通过输入 MCP 地址,自动解析并批量创建可调用的 MCP 工具",
|
||||
@@ -459,8 +479,18 @@
|
||||
"type.error.Workflow data is empty": "没有获取到工作流数据",
|
||||
"type.error.workflowresponseempty": "响应内容为空",
|
||||
"type.hidden": "隐藏应用",
|
||||
"type_http_tool_set_intro": "批量导入 API 工具",
|
||||
"type_mcp_intro": "连接 MCP 服务",
|
||||
"type_not_recognized": "未识别到应用类型",
|
||||
"type_plugin_description": "一键输出指定结果。",
|
||||
"type_plugin_intro": "常用于封装工作流",
|
||||
"type_simple_description": "最基础的对话应用,无需复杂配置,快速创建和使用。",
|
||||
"type_simple_intro": "快速创建对话 Agent",
|
||||
"type_workflow_description": "支持记忆的复杂多轮对话工作流。",
|
||||
"type_workflow_intro": "拖拽编排与多轮对话",
|
||||
"un_auth": "无权限",
|
||||
"unnamed_app": "未命名",
|
||||
"upgrade": "去升级",
|
||||
"upload_file_exists_filtered": "已自动过滤重复文件",
|
||||
"upload_file_extension_type_canSelectAudio": "音频",
|
||||
"upload_file_extension_type_canSelectCustomFileExtension": "自定义文件扩展类型",
|
||||
@@ -473,6 +503,7 @@
|
||||
"upload_file_max_amount_tip": "单轮对话中最大上传文件数量",
|
||||
"upload_method": "上传方式",
|
||||
"url_upload": "文件链接",
|
||||
"used_points": "积分用量:",
|
||||
"variable.internal_type_desc": "仅在工作流内部使用,不会出现在对话框中",
|
||||
"variable.select type_desc": "会在站内对话和运行预览中显示输入框,在分享链接中不会显示此变量",
|
||||
"variable.textarea_type_desc": "允许用户最多输入4000字的对话框。",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"LLM_model_response_empty": "模型流响应为空,请检查模型流输出是否正常",
|
||||
"ai_reasoning": "思考过程",
|
||||
"back_to_text": "返回输入",
|
||||
"balance_not_enough_pause": "由于 AI 积分不足,暂停运行工作流",
|
||||
"chat.quote.No Data": "找不到该文件",
|
||||
"chat.quote.deleted": "该数据已被删除~",
|
||||
"chat.waiting_for_response": "请等待对话完成",
|
||||
@@ -11,6 +12,7 @@
|
||||
"chat_input_guide_lexicon_is_empty": "还没有配置词库",
|
||||
"chat_test_app": "调试-{{name}}",
|
||||
"citations": "{{num}}条引用",
|
||||
"clear_input_value": "清空输入",
|
||||
"click_contextual_preview": "点击查看上下文预览",
|
||||
"click_to_add_url": "点击添加链接",
|
||||
"completion_finish_close": "连接断开",
|
||||
@@ -24,10 +26,12 @@
|
||||
"config_input_guide": "配置输入引导",
|
||||
"config_input_guide_lexicon": "配置词库",
|
||||
"config_input_guide_lexicon_title": "配置词库",
|
||||
"confirm_clear_input_value": "确认清空表单内容?将会恢复默认值!",
|
||||
"confirm_to_clear_share_chat_history": "确认清空所有聊天记录?",
|
||||
"content_empty": "内容为空",
|
||||
"contextual": "{{num}}条上下文",
|
||||
"contextual_preview": "上下文预览 {{num}} 条",
|
||||
"continue_run": "继续运行",
|
||||
"core.chat.moveCancel": "上滑取消",
|
||||
"core.chat.shortSpeak": "说话时间太短",
|
||||
"csv_input_lexicon_tip": "仅支持 CSV 批量导入,点击下载模板",
|
||||
@@ -164,6 +168,7 @@
|
||||
"source_cronJob": "定时执行",
|
||||
"start_chat": "开始对话",
|
||||
"stream_output": "流输出",
|
||||
"task_has_continued": "任务已继续运行",
|
||||
"unsupported_file_type": "不支持的文件类型",
|
||||
"upload": "上传",
|
||||
"variable_invisable_in_share": "外部变量在免登录链接中不可见",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Confirm": "确认",
|
||||
"Continue_Adding": "继续添加",
|
||||
"Copy": "复制",
|
||||
"Create": "创建",
|
||||
"Creating": "创建中",
|
||||
"Delete": "删除",
|
||||
"Detail": "详情",
|
||||
@@ -98,8 +99,10 @@
|
||||
"add_success": "添加成功",
|
||||
"all_quotes": "全部引用",
|
||||
"all_result": "完整结果",
|
||||
"app_evaluation": "应用评测(Beta)",
|
||||
"app_evaluation": "Agent 评测(Beta)",
|
||||
"app_icon_and_name": "图标 & 名称",
|
||||
"app_not_version": " 该应用未发布过,请先发布应用",
|
||||
"app_type": "应用类型",
|
||||
"auth_config": "鉴权配置",
|
||||
"auth_type": "鉴权类型",
|
||||
"auth_type.Custom": "自定义",
|
||||
@@ -671,6 +674,7 @@
|
||||
"core.module.template.ai_chat_intro": "AI 大模型对话",
|
||||
"core.module.template.all_team_app": "全部",
|
||||
"core.module.template.config_params": "可以配置应用的系统参数",
|
||||
"core.module.template.empty_agent": "空白 Agent",
|
||||
"core.module.template.empty_plugin": "空白插件",
|
||||
"core.module.template.empty_workflow": "空白工作流",
|
||||
"core.module.template.self_input": "插件输入",
|
||||
@@ -756,6 +760,7 @@
|
||||
"core.workflow.tool.Select Tool": "选择工具",
|
||||
"core.workflow.variable": "变量",
|
||||
"create": "去创建",
|
||||
"create_app": "创建应用",
|
||||
"create_failed": "创建失败",
|
||||
"create_success": "创建成功",
|
||||
"create_time": "创建时间",
|
||||
@@ -921,12 +926,12 @@
|
||||
"name": "名称",
|
||||
"name_is_empty": "名称不能为空",
|
||||
"navbar.Account": "账号",
|
||||
"navbar.Chat": "聊天",
|
||||
"navbar.Chat": "门户",
|
||||
"navbar.Config": "管理员",
|
||||
"navbar.Datasets": "知识库",
|
||||
"navbar.Studio": "工作台",
|
||||
"navbar.Toolkit": "工具箱",
|
||||
"navbar.Tools": "工具",
|
||||
"navbar.Tools": "我的工具",
|
||||
"navbar.plugin": "插件库",
|
||||
"new_create": "新建",
|
||||
"next_step": "下一步",
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
"bill.valid_time": "生效时间",
|
||||
"bill.you_can_convert": "您可兑换",
|
||||
"bill.yuan": "元",
|
||||
"common.current_package": "当前套餐",
|
||||
"current_package": "当前套餐:",
|
||||
"delete.admin_failed": "删除管理员失败",
|
||||
"delete.admin_success": "删除管理员成功",
|
||||
"delete.failed": "删除失败",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"custom_model": "自訂模型",
|
||||
"default_model": "預設模型",
|
||||
"default_model_config": "預設模型設定",
|
||||
"language": "語言與時區",
|
||||
"logout": "登出",
|
||||
"model.active": "啟用",
|
||||
"model.alias": "別名",
|
||||
|
||||
@@ -51,18 +51,21 @@
|
||||
"app.version_past": "已發布過",
|
||||
"app.version_publish_tips": "此版本將儲存至團隊雲端,同步給整個團隊,同時更新所有發布通道的應用程式版本",
|
||||
"app_detail": "應用程式詳細資訊",
|
||||
"app_name_placeholder": "請輸入應用名稱",
|
||||
"apply_code": "應用",
|
||||
"apply_code_failed": "應用代碼失敗",
|
||||
"auto_execute": "自動執行",
|
||||
"auto_execute_default_prompt_placeholder": "自動執行時,傳送的預設問題",
|
||||
"auto_execute_tip": "開啟後,使用者進入對話式介面將自動觸發工作流程。\n執行順序:1、對話開場白;2、全域變數;3、自動執行。",
|
||||
"auto_save": "自動儲存",
|
||||
"change_app_type": "更改應用程式類型",
|
||||
"chat_debug": "聊天預覽",
|
||||
"chat_logs": "對話紀錄",
|
||||
"chat_logs_tips": "紀錄會記錄此應用程式的線上、分享和 API(需填寫 chatId)對話紀錄",
|
||||
"click_to_config": "去配置",
|
||||
"code_applied_successfully": "代碼應用成功",
|
||||
"code_function_describe": "描述你的代碼功能,輸入“/”可選擇變量",
|
||||
"collapse_tool_create": "收起",
|
||||
"config_ai_model_params": "點選設定 AI 模型相關屬性",
|
||||
"config_file_upload": "點選設定檔案上傳規則",
|
||||
"config_question_guide": "設定猜你想問",
|
||||
@@ -83,11 +86,14 @@
|
||||
"create_empty_app": "建立空白應用程式",
|
||||
"create_empty_plugin": "建立空白外掛",
|
||||
"create_empty_workflow": "建立空白工作流程",
|
||||
"create_from_template": "從模板新建",
|
||||
"create_http_toolset": "創建 HTTP 工具集",
|
||||
"create_your_first_agent": "創建你的第一個 Agent",
|
||||
"cron.every_day": "每天執行",
|
||||
"cron.every_month": "每月執行",
|
||||
"cron.every_week": "每週執行",
|
||||
"cron.interval": "間隔執行",
|
||||
"current_package": "當前套餐:",
|
||||
"custom_plugin": "自訂外掛",
|
||||
"custom_plugin_associated_plugin_label": "關聯外掛",
|
||||
"custom_plugin_associated_plugin_placeholder": "輸入外掛名稱或 appId 尋找外掛",
|
||||
@@ -130,6 +136,7 @@
|
||||
"edit_info": "編輯資訊",
|
||||
"empty_tool_tips": "請在左側添加工具",
|
||||
"execute_time": "執行時間",
|
||||
"expand_tool_create": "展開 MCP、Http 創建",
|
||||
"export_config_successful": "已複製設定,自動過濾部分敏感資訊,請注意檢查是否仍有敏感資料",
|
||||
"export_configs": "匯出設定",
|
||||
"fastgpt_marketplace": "FastGPT 插件市場",
|
||||
@@ -142,6 +149,8 @@
|
||||
"find_more_tools": "探索更多",
|
||||
"go_to_chat": "前往對話",
|
||||
"go_to_run": "前往執行",
|
||||
"has_no_create_per": "當前目錄您無新建權限",
|
||||
"hide_templates": "隱藏模板",
|
||||
"http_toolset_add_tips": "點擊添加按鈕來添加工具",
|
||||
"http_toolset_config_tips": "點擊開始配置來添加工具",
|
||||
"image": "圖片",
|
||||
@@ -259,6 +268,7 @@
|
||||
"plugin_cost_by_token": "根據 token 消耗計費",
|
||||
"plugin_cost_folder_tip": "該工具集包含下屬工具,調用積分依據實際調用工具決定",
|
||||
"plugin_cost_per_times": "{{cost}} 積分/次",
|
||||
"plugin_db": "資源庫",
|
||||
"plugin_dispatch": "外掛呼叫",
|
||||
"plugin_dispatch_tip": "賦予模型取得外部資料的能力,具體呼叫哪些外掛,將由模型自主決定,所有外掛都將以非串流模式執行。\n若選擇了外掛,知識庫呼叫將自動作為一個特殊的外掛。",
|
||||
"plugin_offline_tips": "您的系統無法直接訪問插件市場數據,\n請手動複製網址並前往,以獲得更多插件",
|
||||
@@ -274,16 +284,22 @@
|
||||
"publish_success": "發布成功",
|
||||
"question_guide_tip": "對話結束後,會為你產生 3 個引導性問題。",
|
||||
"reasoning_response": "輸出思考",
|
||||
"recharge": "去充值",
|
||||
"reference_variable": "引用變量",
|
||||
"refresh_templates": "換一批",
|
||||
"remaining_points": "剩餘積分:",
|
||||
"request_headers": "請求頭",
|
||||
"response_format": "回覆格式",
|
||||
"save_team_app_log_keys": "保存為團隊配置",
|
||||
"saved_success": "儲存成功!\n如需在外部使用該版本,請點選“儲存並發布”",
|
||||
"search_agent": "搜索 Agent",
|
||||
"search_app": "搜尋應用程式",
|
||||
"search_tool": "搜索工具",
|
||||
"secret_get_course": "教程",
|
||||
"select_app_type": "選擇應用程式類型",
|
||||
"setting_app": "應用程式設定",
|
||||
"setting_plugin": "外掛設定",
|
||||
"show_templates": "顯示模板",
|
||||
"show_top_p_tip": "用溫度取樣的替代方法,稱為 Nucleus 取樣,該模型考慮了具有 TOP_P 機率質量質量的令牌的結果。\n因此,0.1 表示僅考慮包含最高機率質量的令牌。\n預設為 1。",
|
||||
"simple_tool_tips": "該外掛含有特殊輸入,暫不支援被簡易應用呼叫",
|
||||
"source_updateTime": "更新時間",
|
||||
@@ -326,6 +342,9 @@
|
||||
"time_type": "時間類型",
|
||||
"time_zone": "時區",
|
||||
"too_to_active": "去激活",
|
||||
"toolType_http": "HTTP 工具",
|
||||
"toolType_mcp": "MCP 工具",
|
||||
"toolType_workflow": "工作流工具",
|
||||
"tool_active_manual_config_desc": "臨時密鑰保存在本應用中,僅供該應用使用",
|
||||
"tool_active_system_config_desc": "使用系統已配置好的密鑰",
|
||||
"tool_active_system_config_price_desc": "需額外支付密鑰價格( {{price}} 積分/次)",
|
||||
@@ -339,7 +358,6 @@
|
||||
"tool_soon_offset_tips": "該工具將在後續下線,為了您的業務穩定,請盡快替換",
|
||||
"tool_tip": "作為工具執行時,該字段是否作為工具響應結果",
|
||||
"tool_type_tools": "工具",
|
||||
"plugin_db": "資源庫",
|
||||
"toolkit_activation_label": "密鑰激活",
|
||||
"toolkit_activation_not_required": "免激活",
|
||||
"toolkit_activation_required": "需要激活",
|
||||
@@ -440,8 +458,18 @@
|
||||
"type.error.Workflow data is empty": "沒有獲取到工作流數據",
|
||||
"type.error.workflowresponseempty": "響應內容為空",
|
||||
"type.hidden": "隱藏應用",
|
||||
"type_http_tool_set_intro": "批量導入 API 工具",
|
||||
"type_mcp_intro": "連接 MCP 服務",
|
||||
"type_not_recognized": "未識別到應用程式類型",
|
||||
"type_plugin_description": "一鍵輸出指定結果。",
|
||||
"type_plugin_intro": "常用於封裝工作流",
|
||||
"type_simple_description": "最基礎的對話應用,無需複雜配置,快速創建和使用。",
|
||||
"type_simple_intro": "快速創建對話 Agent",
|
||||
"type_workflow_description": "支持記憶的複雜多輪對話工作流。",
|
||||
"type_workflow_intro": "拖拽編排與多輪對話",
|
||||
"un_auth": "無權限",
|
||||
"unnamed_app": "未命名",
|
||||
"upgrade": "去升級",
|
||||
"upload_file_exists_filtered": "已自動過濾重複檔案",
|
||||
"upload_file_extension_type_canSelectAudio": "音頻",
|
||||
"upload_file_extension_type_canSelectCustomFileExtension": "自定義文件擴展類型",
|
||||
@@ -454,6 +482,7 @@
|
||||
"upload_file_max_amount_tip": "單輪對話中最大上傳檔案數量",
|
||||
"upload_method": "上傳方式",
|
||||
"url_upload": "文件鏈接",
|
||||
"used_points": "積分用量:",
|
||||
"variable.internal_type_desc": "僅在工作流內部使用,不會出現在對話框中",
|
||||
"variable.select type_desc": "會在站內對話和運行預覽中顯示輸入框,在分享鏈接中不會顯示此變量",
|
||||
"variable.textarea_type_desc": "允許使用者最多輸入 4000 字的對話框。",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"LLM_model_response_empty": "模型流程回應為空,請檢查模型流程輸出是否正常",
|
||||
"ai_reasoning": "思考過程",
|
||||
"back_to_text": "返回輸入",
|
||||
"balance_not_enough_pause": "由於 AI 積分不足,暫停運行工作流",
|
||||
"chat.quote.No Data": "找不到該文件",
|
||||
"chat.quote.deleted": "該資料已被刪除~",
|
||||
"chat.waiting_for_response": "請等待對話完成",
|
||||
@@ -11,6 +12,7 @@
|
||||
"chat_input_guide_lexicon_is_empty": "尚未設定詞彙庫",
|
||||
"chat_test_app": "除錯-{{name}}",
|
||||
"citations": "{{num}} 筆引用",
|
||||
"clear_input_value": "清空輸入",
|
||||
"click_contextual_preview": "點選檢視上下文預覽",
|
||||
"click_to_add_url": "點擊添加鏈接",
|
||||
"completion_finish_close": "連接斷開",
|
||||
@@ -24,10 +26,12 @@
|
||||
"config_input_guide": "設定輸入導引",
|
||||
"config_input_guide_lexicon": "設定詞彙庫",
|
||||
"config_input_guide_lexicon_title": "設定詞彙庫",
|
||||
"confirm_clear_input_value": "確認清空表單內容?\n將會恢復默認值!",
|
||||
"confirm_to_clear_share_chat_history": "確認清空所有聊天記錄?",
|
||||
"content_empty": "無內容",
|
||||
"contextual": "{{num}} 筆上下文",
|
||||
"contextual_preview": "上下文預覽 {{num}} 筆",
|
||||
"continue_run": "繼續運行",
|
||||
"core.chat.moveCancel": "上滑取消",
|
||||
"core.chat.shortSpeak": "說話時間太短",
|
||||
"csv_input_lexicon_tip": "僅支援 CSV 批次匯入,點選下載範本",
|
||||
@@ -161,6 +165,7 @@
|
||||
"source_cronJob": "定時執行",
|
||||
"start_chat": "開始對話",
|
||||
"stream_output": "串流輸出",
|
||||
"task_has_continued": "任務已繼續運行",
|
||||
"unsupported_file_type": "不支援的檔案類型",
|
||||
"upload": "上傳",
|
||||
"variable_invisable_in_share": "外部變量在免登錄鏈接中不可見",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Confirm": "確認",
|
||||
"Continue_Adding": "繼續新增",
|
||||
"Copy": "複製",
|
||||
"Create": "創建",
|
||||
"Creating": "建立中",
|
||||
"Delete": "刪除",
|
||||
"Detail": "詳細資料",
|
||||
@@ -99,7 +100,9 @@
|
||||
"all_quotes": "全部引用",
|
||||
"all_result": "完整結果",
|
||||
"app_evaluation": "應用評測(Beta)",
|
||||
"app_icon_and_name": "圖示",
|
||||
"app_not_version": "該應用未發布過,請先發布應用",
|
||||
"app_type": "應用類型",
|
||||
"auth_config": "鑑權配置",
|
||||
"auth_type": "鑑權類型",
|
||||
"auth_type.Custom": "自定義",
|
||||
@@ -753,6 +756,7 @@
|
||||
"core.workflow.tool.Select Tool": "選擇工具",
|
||||
"core.workflow.variable": "變數",
|
||||
"create": "建立",
|
||||
"create_app": "創建應用",
|
||||
"create_failed": "建立失敗",
|
||||
"create_success": "建立成功",
|
||||
"create_time": "建立時間",
|
||||
@@ -918,11 +922,11 @@
|
||||
"name": "名稱",
|
||||
"name_is_empty": "名稱不能為空",
|
||||
"navbar.Account": "帳戶",
|
||||
"navbar.Chat": "對話",
|
||||
"navbar.Chat": "門戶",
|
||||
"navbar.Datasets": "知識庫",
|
||||
"navbar.Studio": "工作區",
|
||||
"navbar.Toolkit": "工具箱",
|
||||
"navbar.Tools": "工具",
|
||||
"navbar.Tools": "我的工具",
|
||||
"navbar.plugin": "插件庫",
|
||||
"new_create": "建立新項目",
|
||||
"next_step": "下一步",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"bill.valid_time": "生效時間",
|
||||
"bill.you_can_convert": "您可兌換",
|
||||
"bill.yuan": "元",
|
||||
"current_package": "當前套餐:",
|
||||
"delete.admin_failed": "刪除管理員失敗",
|
||||
"delete.admin_success": "刪除管理員成功",
|
||||
"delete.failed": "刪除失敗",
|
||||
@@ -87,6 +88,7 @@
|
||||
"team.add_writer": "新增可寫入成員",
|
||||
"team.avatar_and_name": "頭像與名稱",
|
||||
"team.belong_to_group": "所屬成員群組",
|
||||
"team.collaborator.added": "已新增",
|
||||
"team.group.avatar": "群組頭像",
|
||||
"team.group.create": "建立群組",
|
||||
"team.group.create_failed": "建立群組失敗",
|
||||
@@ -110,6 +112,5 @@
|
||||
"team.manage_collaborators": "管理協作者",
|
||||
"team.no_collaborators": "目前沒有協作者",
|
||||
"team.org.org": "組織",
|
||||
"team.write_role_member": "可寫入權限",
|
||||
"team.collaborator.added": "已新增"
|
||||
"team.write_role_member": "可寫入權限"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user