* feat: Add portal management related icons * feat: Add portal configuration pages and related translations * feat: Add new gateway configuration components and icons - Introduced `ConfigButtons` component for save and share actions with new SVG icons. - Added `CopyrightTable` and `HomeTable` components for managing copyright and home settings. - Implemented `SectionHeader` for consistent section titles in the gateway configuration. - Updated `FillRowTabs` to support new tabs for home and copyright configurations. - Modified translations for gateway-related terms in English, Simplified Chinese, and Traditional Chinese. - Removed unused gateway tab from `AccountContainer`. * feat(gate): add API and schema for team gate configurations - Introduced new TypeScript definitions for gate configuration parameters and data structures. - Created constants for gate status and tools. - Implemented MongoDB schema for team gate configurations. - Added API functions for getting, creating, updating, and deleting team gate configurations and logos. - Developed ShareGateModal component for sharing portal links and custom domains. - Updated ConfigButtons component to handle saving configurations and opening the share modal. - Added new icons for gate functionalities. - Updated English and Chinese translations for gateway-related texts. * feat(gate): refactor gate configuration API and remove unused logo handling * feat(gate): enhance team gate configuration with new error handling and chat features - Added new error codes to CommonErrEnum for method not allowed, system error, and unauthorized access. - Updated datasetErr to include corresponding error messages for new error codes. - Refactored API to support updating team gate configurations and copyright information. - Introduced ChatInputBox component for chat functionalities, including file and image uploads. - Enhanced HomeTable and CopyrightTable components to manage settings more effectively. - Updated translations for new terms in English and Chinese. - Improved layout and user experience in the gateway configuration pages. * feat: Refactor gateway configuration and chat components - Replaced direct API calls with Zustand store for gate configuration management. - Introduced `useGateStore` for managing gate and copyright configurations. - Updated `GatewayConfig` component to utilize the new store and remove redundant state management. - Enhanced chat functionality in `application.tsx` and `index.tsx` to support gate model. - Created new `application.tsx` for handling chat interactions with the gate application. - Improved error handling and loading states in chat components. - Added dynamic imports for better performance and code splitting. * feat(gate): update GateSideBar to conditionally render recent apps based on chat page state * fix(HomeTable): comment out unused FormControl for better readability * feat(gate): enhance copyright configuration and file upload functionality - Updated ConfigButtons to handle team avatar updates and save copyright configurations. - Refactored CopyrightTable to integrate file selection for team avatars and improve form handling. - Added animations and hover effects for better user experience during file uploads. - Improved toast notifications for success and error handling in configuration processes. * feat(gate): add gate service availability check and update translations - Implemented gate service availability check in application and index pages, redirecting users if the service is unavailable. - Added new translation keys for gate service status in English and Chinese. - Refactored GateSideBar to improve rendering logic for recent apps based on gate status. * feat(chat): add route check to ToolMenu for app detail visibility - Implemented a check to prevent displaying app details when the current route starts with '/chat/gate'. - Updated menu rendering logic to conditionally show app details based on the new route check. * feat(constants): add 'gate' type to AppTypeEnum * refactor: rename "Portal" to "Gate" across the application - Updated schema to remove the slogan field from GateConfigSchema. - Modified SVG icon dimensions for gateLight.svg. - Changed localization keys and values from "Portal" to "Gate" in various JSON files. - Added support for gate applications in the app creation and management logic. - Enhanced ChatBox component to handle gate-specific routes and configurations. - Updated ConfigButtons to manage gate configurations and intros. - Adjusted ShareGateModal to generate correct gate URLs. - Expanded emptyTemplates to include gate-specific templates and configurations. - Refactored chatItemContext to include intro for gate applications. - Updated useGateStore to initialize gate configurations with intros from existing gate applications. * fix: add isResponseDetail prop to ChatItemContextProvider * feat: refactor gate-related API and components for improved functionality * feat: 添加工具选择和工具选择模态框组件 * refactor: Update GateConfig related types, remove unnecessary constants and enums * feat: Enhance Gate configuration components and API integration - Updated ConfigButtons and HomeTable to use string arrays for tools instead of GateTool type. - Implemented batch plugin loading in HomeTable with error handling. - Added ToolSelect and ToolSelectModal components for improved tool management. - Introduced AppCard and ChatTest components for app detail editing. - Enhanced Edit and EditForm components for better app configuration management. - Added new API endpoint for batch plugin retrieval. - Improved overall structure and styling for better user experience. * fix: Update ChatBoxDataType to make intro optional in chatItemContext.tsx * fix: Add isResponseDetail prop to ChatItemContextProvider in ChatPage component * feat: Enhance ToolSelectModal and GatewayConfig with new functionalities - Updated ToolSelectModal to handle tool selection and configuration, integrating new props for selected tools and chat configuration. - Implemented loading and error handling for Gate applications in GatewayConfig, including a retry mechanism for fetching apps. - Added selectedTool parameter to chat completions API to enable tool activation during chat. - Refactored chat component to support app form context and debug mode for testing. - Enhanced useGateStore to manage gate applications, including loading and updating functionalities. * feat: Refactor GateSideBar to enhance recent apps display and add resource selection * refactor: 移除门户删除确认功能 * feat: 更新 Chat 组件以使用 AppContextProvider 并修正 localAppDetail 的类型 * refactor: Remove the tool menu logic in the GateChatInput component to simplify the code structure * refactor: Remove the tool menu logic from the GateChatInput component to simplify the code structure * feat: Simplify the ShareGateModal component by removing unused states and logic * fix: Update chatGray.svg to remove fill attributes for paths, improving SVG structure * feat: Added new chat icons and updated internationalized text to support new chat features * feat: Refactor chat components and introduce GateChat functionality - Updated ChatHistorySlider to remove isGateRoute check for PC view. - Added new GateChatHistorySlider component for handling chat history in gate context. - Removed obsolete ChatPage component related to gate chat. - Modified GateSideBar styles for improved UI consistency. - Implemented new API endpoint for chat gate functionality. - Refactored chat gate index page to utilize GateChatHistorySlider and streamline chat initialization. - Cleaned up unused imports and code related to debugging and legacy chat handling. * feat: Update GateSideBar styles for improved responsiveness and animation - Adjusted width and padding for collapsed and expanded states. - Enhanced transition effects for smoother UI interactions. - Modified alignment and positioning of navigation items and user profile for better layout consistency. - Improved accessibility by ensuring elements are centered when collapsed. * feat: 添加新的聊天图标和更新分享门户组件样式以提升用户体验 * Refactor chat gate components and implement sidebar functionality - Updated ChatGate component to use ChatItemContextProvider and ChatRecordContextProvider for better context management. - Introduced FoldButton component for sidebar collapsing functionality. - Created GateNavBar component to replace GateSideBar for improved navigation. - Refactored GateSideBar to handle folding state and external triggers. - Updated application and index pages to integrate new components and manage sidebar state. - Enhanced useChatGate hook to include appDetail.intro. * feat: Updated team structure, set default banner image and refactored LogoBox component to support diagonal background * feat: Enhance GateNavBar with user popover functionality and logout feature - Added user popover for displaying user information and logout option. - Implemented mouse enter/leave handlers for popover visibility. - Updated user profile section to include popover and improved layout. - Modified index page to include 'account' in server-side props for better context management. * feat: Add a bottom line statement in the ChatBox component to remind users that the content is generated by third-party AI * feat: Update placeholder text in ChatBox and GateChatInput components for better user guidance - Added internationalized placeholder text for user input in both English and Chinese. - Updated ChatBox and GateChatInput components to utilize the new placeholder text from localization files. * feat: Add upload icon and enhance ChatBox layout for better user experience - Introduced a new upload icon in the Icon component for improved visual representation. - Updated ChatBox layout to enhance responsiveness and user interaction, including adjustments to padding and structure. - Added hover overlay effect for logo upload areas in the CopyrightTable component to improve user guidance. * feat: Refactor Chat component to integrate GateSideBar and GateChatHistorySlider for improved layout and functionality * refactor: Update imports to use 'import type' for type-only imports across multiple files - Changed standard imports to type imports for better clarity and performance in TypeScript. - Updated files in the global support, service, and app components to reflect this change. * feat: Update localization strings and improve toast messages for better user feedback - Added new success and failure messages for create, delete, save, and update actions in English and Chinese localization files. - Refactored toast message keys in the ConfigButtons, CopyrightTable, HomeTable, ToolSelect, and other components to use updated localization keys for consistency. - Enhanced user experience by providing clearer feedback on actions performed within the application. * feat: Implement tag management functionality with CRUD operations - Added new Tag schema and controller for managing application tags. - Implemented API endpoints for creating, updating, deleting, and listing tags. - Enhanced the App schema to include a reference to tags. - Updated localization files for new tag-related messages. - Improved user experience by providing clear feedback on tag operations. * feat: Enhance ChatWelcome and GateNavBar components with conditional rendering for team avatars - Updated ChatWelcome and GateNavBar components to conditionally render avatars based on availability. - Improved layout by using Flex components for better alignment and responsiveness. - Ensured consistent styling and structure for avatar display across both components. * fix: Update parameter name in getBatchPlugins API for consistency - Changed parameter name from 'id' to 'appId' in getChildAppPreviewNode function call for better clarity and consistency with the rest of the codebase. * feat: Enhance ToolSelectModal with gate plugins integration and improved filtering - Added useEffect to load plugins from gateStore and set them in state. - Introduced ExtendedNodeTemplateItemType to include cost-related properties. - Updated filtering logic for plugins based on search input. - Refactored RenderList to display plugins with cost information and improved layout. * refactor: Update ToolSelect and ToolSelectModal components for improved UI and state management - Replaced Button with Flex component in ToolSelect for better styling and hover effects. - Adjusted layout and styling in ToolSelect for a more responsive design. - Removed ExtendedNodeTemplateItemType and reverted to NodeTemplateListItemType in ToolSelectModal for simplified state management. - Updated RenderList to reflect changes in template type and maintain consistency. * refactor: Replace Flex with Button for add tool action and enhance loading state UI * feat: Enhance application tag management and localization support - Added 'tags' property to AppListItemType for better tag management. - Updated localization files for English and Chinese to include new tag-related strings. - Implemented new AppTable component in the gateway for managing applications. - Adjusted routes and components to support the new app management features. * feat: Update localization and refactor chat components - Added new localization strings for "enlarge" in English, Simplified Chinese, and Traditional Chinese. - Refactored chat components to replace `quoteData` with `datasetCiteData` for improved state management. - Enhanced `ToolSelect` and related components by removing error handling logic for a cleaner UI. - Updated `AppTable` component to remove unnecessary props for better clarity. * feat: Initialize copyright configuration in GateNavBar component * feat: Add appDetail property to ChatGate component and update related logic * feat: Update GateNavBar routing logic for chat page refresh and enhance avatar display * feat: Enhance tag management and app detail handling in Chat component * feat: 更新聊天组件中的国际化文本和输入逻辑,优化用户体验 * feat: Refactor gate configuration management - Updated API endpoints for fetching and updating gate configurations. - Changed `avatar` field to `logo` and added `banner` in gate configuration types. - Implemented new controller methods for creating, retrieving, updating, and deleting gate configurations. - Enhanced `ConfigButtons` and `CopyrightTable` components to handle new configuration fields. - Added new SVG icon for sidebar collapse button. - Improved internationalization support by adding new translation keys. - Refactored `HomeTable` to manage gate configuration state and handle updates. - Updated `ShareGateModal` to accept gate configuration as props. - Cleaned up unused imports and optimized component structures. * feat: 加载和管理 Gate 配置及版权信息,优化相关组件逻辑 * feat: 更新国际化文本,优化聊天组件中的配置和状态检查逻辑 * feat: Update template configuration and adjust default open state to improve user experience * feat: Enhance gate management features and update related components - Added `featuredApps` and `quickApps` fields to `GateSchemaType` for better app management. - Implemented new methods for updating and managing featured and quick apps in the `controller` and `featureApp` modules. - Introduced `AddFeatureAppModal` for selecting and adding featured apps. - Updated `AppTable` and `HomeTable` components to integrate new app management functionalities. - Enhanced internationalization support by adding new translation keys for app management features. - Refactored existing components to improve code clarity and maintainability. * feat: Enhance chat tool selection and quick app management features - Added `selectedToolIds` and `onSelectedToolIdsChange` props to `ChatBox` and `GateChatInput` components for better tool management. - Introduced `GateToolSelect` component for selecting tools with improved UI and functionality. - Implemented `AddQuickAppModal` for managing quick apps, including selection and drag-and-drop functionality. - Updated `HomeTable` to integrate quick app management and display selected apps. - Refactored related components to improve code clarity and maintainability. * refactor: Remove unused AppContext import in useChatGate.tsx to clean up code * refactor: Update plugin ID handling and clean up unused imports - Renamed `splitCombinePluginId` to `splitCombineToolId` for consistency in plugin ID processing. - Removed unused `checkNode` import from `featureApp/detail.ts` and `quickApp/detail.ts` files to streamline the code. - Added `ownerTmbId` to the parameters in `rewriteAppWorkflowToDetail` for better context management. * refactor: Rename storeEdgesRenderEdge to storeEdge2RenderEdge for consistency - Updated the function name from `storeEdgesRenderEdge` to `storeEdge2RenderEdge` in the Header component to maintain naming consistency. - Adjusted the mapping of edges to use the new function name for improved clarity in the workflow processing.
249 lines
15 KiB
JSON
249 lines
15 KiB
JSON
{
|
||
"Click_to_delete_this_field": "点击删除该字段",
|
||
"Filed_is_deprecated": "该字段已弃用",
|
||
"MCP_tools_debug": "调试",
|
||
"MCP_tools_detail": "查看详情",
|
||
"MCP_tools_list": "工具列表",
|
||
"MCP_tools_list_is_empty": "未解析到 MCP 工具",
|
||
"MCP_tools_list_with_number": "工具列表: {{total}}",
|
||
"MCP_tools_parse_failed": "解析 MCP 地址失败",
|
||
"MCP_tools_url": "MCP 地址",
|
||
"MCP_tools_url_is_empty": "MCP 地址不能为空",
|
||
"MCP_tools_url_placeholder": "填入 MCP 地址后,点击解析",
|
||
"Role_setting": "权限设置",
|
||
"Run": "运行",
|
||
"Team_Tags": "团队标签",
|
||
"ai_point_price": "AI积分计费",
|
||
"ai_settings": "AI 配置",
|
||
"all_apps": "全部应用",
|
||
"app.Version name": "版本名称",
|
||
"app.error.publish_unExist_app": "发布失败,请检查工具调用是否正常",
|
||
"app.error.unExist_app": "部分组件缺失,请删除",
|
||
"app.modules.click to update": "点击更新",
|
||
"app.modules.has new version": "有新版本",
|
||
"app.modules.not_found": "组件缺失",
|
||
"app.version_current": "当前版本",
|
||
"app.version_initial": "初始版本",
|
||
"app.version_name_tips": "版本名称不能为空",
|
||
"app.version_past": "发布过",
|
||
"app.version_publish_tips": "该版本将被保存至团队云端,同步给整个团队,同时更新所有发布渠道的应用版本",
|
||
"app_detail": "应用详情",
|
||
"auto_execute": "自动执行",
|
||
"auto_execute_default_prompt_placeholder": "自动执行时,发送的默认问题",
|
||
"auto_execute_tip": "开启后,用户进入对话界面将自动触发工作流。执行顺序:1、对话开场白;2、全局变量;3、自动执行。",
|
||
"auto_save": "自动保存",
|
||
"chat_debug": "调试预览",
|
||
"chat_logs": "对话日志",
|
||
"chat_logs_tips": "日志会记录该应用的在线、分享和 API(需填写 chatId)对话记录",
|
||
"config_ai_model_params": "点击配置 AI 模型相关属性",
|
||
"config_file_upload": "点击配置文件上传规则",
|
||
"config_question_guide": "配置猜你想问",
|
||
"confirm_copy_app_tip": "系统将为您创建一个相同配置应用,但权限不会进行复制,请确认!",
|
||
"confirm_del_app_tip": "确认删除 【{{name}}】 及其所有聊天记录?",
|
||
"confirm_delete_folder_tip": "确认删除该文件夹?将会删除它下面所有应用及对应的聊天记录,请确认!",
|
||
"copy_one_app": "创建副本",
|
||
"core.app.QG.Switch": "启用猜你想问",
|
||
"core.dataset.import.Custom prompt": "自定义提示词",
|
||
"create_by_curl": "从 CURL 创建",
|
||
"create_by_template": "从模板创建",
|
||
"create_copy_success": "创建副本成功",
|
||
"create_empty_app": "创建空白应用",
|
||
"create_empty_gate": "创建空白门户",
|
||
"create_empty_plugin": "创建空白插件",
|
||
"create_empty_workflow": "创建空白工作流",
|
||
"cron.every_day": "每天执行",
|
||
"cron.every_month": "每月执行",
|
||
"cron.every_week": "每周执行",
|
||
"cron.interval": "间隔执行",
|
||
"dataset_search_tool_description": "调用“语义检索”和“全文检索”能力,从“知识库”中查找可能与问题相关的参考内容。优先调用该工具来辅助回答用户的问题。",
|
||
"day": "日",
|
||
"document_quote": "文档引用",
|
||
"document_quote_tip": "通常用于接受用户上传的文档内容(这需要文档解析),也可以用于引用其他字符串数据。",
|
||
"document_upload": "文档上传",
|
||
"edit_app": "编辑应用",
|
||
"edit_info": "编辑信息",
|
||
"execute_time": "执行时间",
|
||
"export_config_successful": "已复制配置,自动过滤部分敏感信息,请注意检查是否仍有敏感数据",
|
||
"export_configs": "导出配置",
|
||
"feedback_count": "用户反馈",
|
||
"file_quote_link": "文件链接",
|
||
"file_recover": "文件将覆盖当前内容",
|
||
"file_upload": "文件上传",
|
||
"file_upload_tip": "开启后,可以上传文档/图片。文档保留7天,图片保留15天。使用该功能可能产生较多额外费用。为保证使用体验,使用该功能时,请选择上下文长度较大的AI模型。",
|
||
"go_to_chat": "去对话",
|
||
"go_to_run": "去运行",
|
||
"image_upload": "图片上传",
|
||
"image_upload_tip": "如何启动模型图片识别能力",
|
||
"import_configs": "导入配置",
|
||
"import_configs_failed": "导入配置失败,请确保配置正常!",
|
||
"import_configs_success": "导入成功",
|
||
"initial_form": "初始状态",
|
||
"interval.12_hours": "每12小时",
|
||
"interval.2_hours": "每2小时",
|
||
"interval.3_hours": "每3小时",
|
||
"interval.4_hours": "每4小时",
|
||
"interval.6_hours": "每6小时",
|
||
"interval.per_hour": "每小时",
|
||
"intro": "是一个大模型应用编排系统,提供开箱即用的数据处理、模型调用等能力,可以快速的构建知识库并通过 Flow 可视化进行工作流编排,实现复杂的知识库场景!",
|
||
"invalid_json_format": "JSON 格式错误",
|
||
"keep_the_latest": "保持最新版本",
|
||
"llm_not_support_vision": "该模型不支持图片识别",
|
||
"llm_use_vision": "图片识别",
|
||
"llm_use_vision_tip": "点击模型选择后,可以看到模型是否支持图片识别以及控制是否启动图片识别的能力。启动图片识别后,模型会读取文件链接里图片内容,并且如果用户问题少于 500 字,会自动解析用户问题中的图片。",
|
||
"logs_chat_user": "使用者",
|
||
"logs_empty": "还没有日志噢~",
|
||
"logs_export_confirm_tip": "当前共有 {{total}} 条对话记录,每条对话最多可导出最新 100 条消息。确认导出?",
|
||
"logs_export_title": "时间,来源,使用者,联系方式,标题,消息总数,用户赞同反馈,用户反对反馈,自定义反馈,标注答案,对话详情",
|
||
"logs_message_total": "消息总数",
|
||
"logs_source": "来源",
|
||
"logs_title": "标题",
|
||
"look_ai_point_price": "查看所有模型计费标准",
|
||
"mark_count": "标注答案数量",
|
||
"max_histories_number": "记忆轮数",
|
||
"max_histories_number_tip": "模型最多携带多少轮对话进入记忆中,如果记忆超出模型上下文,系统会强制截断。所以尽管配置 30 轮对话,实际运行时候,不一定会达到 30 轮。",
|
||
"max_tokens": "回复上限",
|
||
"module.Custom Title Tip": "该标题名字会展示在对话过程中",
|
||
"module.No Modules": "没找到插件",
|
||
"module.type": "\"{{type}}\"类型\n{{description}}",
|
||
"modules.Title is required": "模块名不能为空",
|
||
"month.unit": "号",
|
||
"move.hint": "移动后,所选应用/文件夹将继承新文件夹的权限设置,原先的权限设置失效。",
|
||
"move_app": "移动应用",
|
||
"no_mcp_tools_list": "暂无数据,需先解析 MCP 地址",
|
||
"node_not_intro": "这个节点没有介绍",
|
||
"not_json_file": "请选择JSON文件",
|
||
"not_the_newest": "非最新版",
|
||
"oaste_curl_string": "输入 CURL 代码",
|
||
"open_auto_execute": "启用自动执行",
|
||
"open_vision_function_tip": "有图示开关的模型即拥有图片识别能力。若开启,模型会解析文件链接里的图片,并自动解析用户问题中的图片(用户问题≤500字时生效)。",
|
||
"or_drag_JSON": "或拖入JSON文件",
|
||
"paste_config_or_drag": "粘贴配置或拖入 JSON 文件",
|
||
"pdf_enhance_parse": "PDF增强解析",
|
||
"pdf_enhance_parse_price": "{{price}}积分/页",
|
||
"pdf_enhance_parse_tips": "调用 PDF 识别模型进行解析,可以将其转换成 Markdown 并保留文档中的图片,同时也可以对扫描件进行识别,识别时间较长。",
|
||
"permission.des.manage": "写权限基础上,可配置发布渠道、查看对话日志、分配该应用权限",
|
||
"permission.des.read": "可使用该应用进行对话",
|
||
"permission.des.write": "可查看和编辑应用",
|
||
"permission.des.log": "可查看对话日志",
|
||
"permission.name.log": "查看日志",
|
||
"plugin.Instructions": "使用说明",
|
||
"plugin_cost_by_token": "依据 token 消耗计费",
|
||
"plugin_cost_per_times": "{{cost}} 积分/次",
|
||
"plugin_dispatch": "插件调用",
|
||
"plugin_dispatch_tip": "给模型附加获取外部数据的能力,具体调用哪些插件,将由模型自主决定,所有插件都将以非流模式运行。\n若选择了插件,知识库调用将自动作为一个特殊的插件。",
|
||
"publish_channel": "发布渠道",
|
||
"publish_success": "发布成功",
|
||
"question_guide_tip": "对话结束后,会为你生成 3 个引导性问题。",
|
||
"reasoning_response": "输出思考",
|
||
"response_format": "回复格式",
|
||
"saved_success": "保存成功!如需在外部使用该版本,请点击“保存并发布”",
|
||
"search_app": "搜索应用",
|
||
"search_tool": "搜索工具",
|
||
"setting_app": "应用配置",
|
||
"setting_plugin": "插件配置",
|
||
"show_top_p_tip": "用温度采样的替代方法,称为Nucleus采样,该模型考虑了具有TOP_P概率质量质量的令牌的结果。因此,0.1表示仅考虑包含最高概率质量的令牌。默认为 1。",
|
||
"simple_tool_tips": "该插件含有特殊输入,暂不支持被简易应用调用",
|
||
"source_updateTime": "更新时间",
|
||
"stop_sign": "停止序列",
|
||
"stop_sign_placeholder": "多个序列号通过 | 隔开,例如:aaa|stop",
|
||
"stream_response": "流输出",
|
||
"stream_response_tip": "关闭该开关,可以强制模型使用非流模式,并且不会直接进行内容输出。可以在 AI 回复的输出中,获取本次模型输出的内容进行二次处理。",
|
||
"team_tags_set": "团队标签",
|
||
"temperature": "温度",
|
||
"temperature_tip": "范围 0~10。值越大,代表模型回答越发散;值越小,代表回答越严谨。",
|
||
"template.gate": "门户",
|
||
"template.hard_strict": "严格问答模板",
|
||
"template.hard_strict_des": "在问答模板基础上,对模型的回答做更严格的要求。",
|
||
"template.qa_template": "问答模板",
|
||
"template.qa_template_des": "适合 QA 问答结构的知识库,可以让AI较为严格的按预设内容回答",
|
||
"template.simple_robot": "简易机器人",
|
||
"template.standard_strict": "标准严格模板",
|
||
"template.standard_strict_des": "在标准模板基础上,对模型的回答做更严格的要求。",
|
||
"template.standard_template": "标准模板",
|
||
"template.standard_template_des": "标准提示词,用于结构不固定的知识库。",
|
||
"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_zone": "时区",
|
||
"tool_detail": "工具详情",
|
||
"tool_input_param_tip": "该插件正常运行需要配置相关信息",
|
||
"tools_no_description": "这个工具没有介绍~",
|
||
"transition_to_workflow": "转成工作流",
|
||
"transition_to_workflow_create_new_placeholder": "创建一个新的应用,而不是修改当前应用",
|
||
"transition_to_workflow_create_new_tip": "转化成工作流后,将无法转化回简易模式,请确认!",
|
||
"tts_ai_model": "使用语音合成模型",
|
||
"tts_browser": "浏览器自带(免费)",
|
||
"tts_close": "关闭",
|
||
"type.All": "全部",
|
||
"type.Create gate": "创建门户",
|
||
"type.Create gate tip": "门户不该在这里被创建",
|
||
"type.Create http plugin tip": "通过 OpenAPI Schema 批量创建插件,兼容 GPTs 格式",
|
||
"type.Create mcp tools tip": "通过输入 MCP 地址,自动解析并批量创建可调用的 MCP 工具",
|
||
"type.Create one plugin tip": "可以自定义输入和输出的工作流,通常用于封装重复使用的工作流",
|
||
"type.Create plugin bot": "创建插件",
|
||
"type.Create simple bot": "创建简易应用",
|
||
"type.Create simple bot tip": "通过填表单形式,创建简单的 AI 应用,适合新手",
|
||
"type.Create workflow bot": "创建工作流",
|
||
"type.Create workflow tip": "通过低代码的方式,构建逻辑复杂的多轮对话 AI 应用,推荐高级玩家使用",
|
||
"type.Gate": "门户",
|
||
"type.Http plugin": "HTTP 插件",
|
||
"type.Import from json": "导入 JSON 配置",
|
||
"type.Import from json tip": "通过 JSON 配置文件,直接创建应用",
|
||
"type.Import from json_error": "获取工作流数据失败,请检查URL或手动粘贴JSON数据",
|
||
"type.Import from json_loading": "正在获取工作流数据,请稍候...",
|
||
"type.MCP tools": "MCP 工具集",
|
||
"type.MCP_tools_url": "MCP 地址",
|
||
"type.Plugin": "插件",
|
||
"type.Simple bot": "简易应用",
|
||
"type.Workflow bot": "工作流",
|
||
"type.error.Workflow data is empty": "没有获取到工作流数据",
|
||
"type.error.workflowresponseempty": "响应内容为空",
|
||
"type_not_recognized": "未识别到应用类型",
|
||
"un_auth": "无权限",
|
||
"upload_file_max_amount": "最大文件数量",
|
||
"upload_file_max_amount_tip": "单轮对话中最大上传文件数量",
|
||
"variable.select type_desc": "可以为工作流定义全局变量,常用临时缓存。赋值的方式包括:\n1. 从对话页面的 query 参数获取。\n2. 通过 API 的 variables 对象传递。\n3. 通过【变量更新】节点进行赋值。",
|
||
"variable.textarea_type_desc": "允许用户最多输入4000字的对话框。",
|
||
"version.Revert success": "回滚成功",
|
||
"version_back": "回到初始状态",
|
||
"version_copy": "副本",
|
||
"version_initial_copy": "副本-初始状态",
|
||
"vision_model_title": "图片识别能力",
|
||
"week.Friday": "星期五",
|
||
"week.Monday": "星期一",
|
||
"week.Saturday": "星期六",
|
||
"week.Sunday": "星期日",
|
||
"week.Thursday": "星期四",
|
||
"week.Tuesday": "星期二",
|
||
"week.Wednesday": "星期三",
|
||
"workflow.Input guide": "填写说明",
|
||
"workflow.file_url": "文档链接",
|
||
"workflow.form_input": "表单输入",
|
||
"workflow.form_input_description_placeholder": "例如:\n补充您的信息",
|
||
"workflow.form_input_tip": "该模块可以配置多种输入,引导用户输入特定内容。",
|
||
"workflow.input_description_tip": "你可以添加一段说明文字,用以向用户说明需要输入的内容",
|
||
"workflow.read_files": "文档解析",
|
||
"workflow.read_files_result": "文档解析结果",
|
||
"workflow.read_files_result_desc": "文档原文,由文件名和文档内容组成,多个文件之间通过横线隔开。",
|
||
"workflow.read_files_tip": "解析本轮对话上传的文档,并返回对应文档内容",
|
||
"workflow.select_description": "说明文字",
|
||
"workflow.select_description_placeholder": "例如: \n冰箱里是否有西红柿?",
|
||
"workflow.select_description_tip": "你可以添加一段说明文字,用以向用户说明每个选项代表的含义。",
|
||
"workflow.select_result": "选择结果",
|
||
"workflow.template.communication": "通信",
|
||
"workflow.user_file_input": "文件链接",
|
||
"workflow.user_file_input_desc": "用户上传的文档和图片链接",
|
||
"workflow.user_select": "用户选择",
|
||
"workflow.user_select_tip": "该模块可配置多个选项,以供对话时选择。不同选项可导向不同工作流支线"
|
||
}
|