* 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
16 KiB
JSON
249 lines
16 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": "開啟後,使用者進入對話式介面將自動觸發工作流程。\n執行順序: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": "FastGPT 是一個基於大型語言模型的知識庫平臺,提供開箱即用的資料處理、向量檢索和視覺化 AI 工作流程編排等功能,讓您可以輕鬆開發和部署複雜的問答系統,而無需繁瑣的設定或設定。",
|
||
"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 條消息。\n確認導出?",
|
||
"logs_export_title": "時間,來源,使用者,聯絡方式,標題,訊息總數,使用者贊同回饋,使用者反對回饋,自定義回饋,標註答案,對話詳細資訊",
|
||
"logs_message_total": "訊息總數",
|
||
"logs_source": "來源",
|
||
"logs_title": "標題",
|
||
"look_ai_point_price": "檢視所有模型計費標準",
|
||
"mark_count": "標記答案數量",
|
||
"max_histories_number": "記憶輪數",
|
||
"max_histories_number_tip": "模型最多攜帶多少輪對話進入記憶中,如果記憶超出模型上下文,系統會強制截斷。\n所以儘管設定 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": "儲存成功!\n如需在外部使用該版本,請點選“儲存並發布”",
|
||
"search_app": "搜尋應用程式",
|
||
"search_tool": "搜索工具",
|
||
"setting_app": "應用程式設定",
|
||
"setting_plugin": "外掛設定",
|
||
"show_top_p_tip": "用溫度取樣的替代方法,稱為 Nucleus 取樣,該模型考慮了具有 TOP_P 機率質量質量的令牌的結果。\n因此,0.1 表示僅考慮包含最高機率質量的令牌。\n預設為 1。",
|
||
"simple_tool_tips": "該外掛含有特殊輸入,暫不支援被簡易應用呼叫",
|
||
"source_updateTime": "更新時間",
|
||
"stop_sign": "停止序列",
|
||
"stop_sign_placeholder": "多個序列號透過 | 隔開,例如:aaa|stop",
|
||
"stream_response": "流輸出",
|
||
"stream_response_tip": "關閉該開關,可以強制模型使用非流模式,並且不會直接進行內容輸出。\n可在 AI 回覆的輸出中,取得本次模型輸出的內容進行二次處理。",
|
||
"team_tags_set": "團隊標籤",
|
||
"temperature": "溫度",
|
||
"temperature_tip": "範圍 0~10。\n值越大,代表模型回答越發散;值越小,代表回答越嚴謹。",
|
||
"template.gate": "門戶",
|
||
"template.hard_strict": "嚴格問答範本",
|
||
"template.hard_strict_des": "在問答範本基礎上,對模型的回答做出更嚴格的要求。",
|
||
"template.qa_template": "問答範本",
|
||
"template.qa_template_des": "適合問答結構的知識庫,可以讓 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": "這個模組可以設定多個選項,供對話時選擇。不同選項可以導向不同的工作流程支線"
|
||
}
|