mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 23:22:22 +00:00
V4.12.0 features (#5435)
* add logs chart (#5352) * charts * chart data * log chart * delete * rename api * fix * move api * fix * fix * pro config * fix * feat: Repository interaction (#5356) * feat: 1好像功能没问题了,明天再测 * feat: 2 解决了昨天遗留的bug,但全选按钮又bug了 * feat: 3 第三版,解决了全选功能bug * feat: 4 第四版,下面改小细节 * feat: 5 我勒个痘 * feat: 6 * feat: 6 pr * feat: 7 * feat: 8 * feat: 9 * feat: 10 * feat: 11 * feat: 12 * perf: checkbox ui * refactor: tweak login loyout (#5357) Co-authored-by: Archer <545436317@qq.com> * login ui * app chat log chart pro display (#5392) * app chat log chart pro display * add canopen props * perf: pro tag tip * perf: pro tag tip * feat: openrouter provider (#5406) * perf: login ui * feat: openrouter provider * provider * perf: custom error throw * perf: emb batch (#5407) * perf: emb batch * perf: vector retry * doc * doc (#5411) * doc * fix: team folder will add to workflow * fix: generateToc shell * Tool price (#5376) * resolve conflicts for cherry-pick * fix i18n * Enhance system plugin template data structure and update ToolSelectModal to include CostTooltip component * refactor: update systemKeyCost type to support array of objects in plugin and workflow types * refactor: simplify systemKeyCost type across plugin and workflow types to a single number * refactor: streamline systemKeyCost handling in plugin and workflow components * fix * fix * perf: toolset price config;fix: workflow array selector ui (#5419) * fix: workflow array selector ui * update default model tip * perf: toolset price config * doc * fix: test * Refactor/chat (#5418) * refactor: add homepage configuration; add home chat page; add side bar animated collapse and layout * fix: fix lint rules * chore: improve logics and code * chore: more clearer logics * chore: adjust api --------- Co-authored-by: Archer <545436317@qq.com> * perf: chat setting code * del history * logo image * perf: home chat ui * feat: enhance chat response handling with external links and user info (#5427) * feat: enhance chat response handling with external links and user info * fix * cite code * perf: toolset add in workflow * fix: test * fix: search paraentId * Fix/chat (#5434) * wip: rebase了upstream * wip: adapt mobile UI * fix: fix chat page logic and UI * fix: fix UI and improve some logics * fix: model selector missing logo; vision model to retrieve file * perf: role selector * fix: chat ui * optimize export app chat log (#5436) * doc * chore: move components to proper directory; fix the api to get app list (#5437) * chore: improve team app panel display form (#5438) * feat: add home chat log tab * chore: improve team app panel display form * chore: improve log panel * fix: spec * doc * fix: log permission * fix: dataset schema required * add loading status * remove ui weight * manage log * fix: log detail per * doc * fix: log menu * rename permission * bg color * fix: app log per * fix: log key selector * fix: log * doc --------- Co-authored-by: heheer <zhiyu44@qq.com> Co-authored-by: colnii <1286949794@qq.com> Co-authored-by: 伍闲犬 <76519998+xqvvu@users.noreply.github.com> Co-authored-by: Ctrlz <143257420+ctrlz526@users.noreply.github.com> Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com> Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"Click_to_delete_this_field": "Click to delete this field",
|
||||
"Filed_is_deprecated": "This field is deprecated",
|
||||
"Index": "Index",
|
||||
"MCP_tools_debug": "debug",
|
||||
"MCP_tools_detail": "check the details",
|
||||
"MCP_tools_list": "Tool list",
|
||||
@@ -10,8 +11,11 @@
|
||||
"MCP_tools_url": "MCP Address",
|
||||
"MCP_tools_url_is_empty": "The MCP address cannot be empty",
|
||||
"MCP_tools_url_placeholder": "After filling in the MCP address, click Analysis",
|
||||
"No_selected_dataset": "No selected dataset",
|
||||
"Role_setting": "Permission",
|
||||
"Run": "Execute",
|
||||
"Search_dataset": "Search dataset",
|
||||
"Selected": "Selected",
|
||||
"Team_Tags": "Team tags",
|
||||
"ai_point_price": "Billing",
|
||||
"ai_settings": "AI Configuration",
|
||||
@@ -54,13 +58,14 @@
|
||||
"cron.every_month": "Run Monthly",
|
||||
"cron.every_week": "Run Weekly",
|
||||
"cron.interval": "Run at Intervals",
|
||||
"dataset": "dataset",
|
||||
"dataset_search_tool_description": "Call the \"Semantic Search\" and \"Full-text Search\" capabilities to find reference content that may be related to the problem from the \"Knowledge Base\". \nPrioritize calling this tool to assist in answering user questions.",
|
||||
"day": "Day",
|
||||
"deleted": "App deleted",
|
||||
"document_quote": "Document Reference",
|
||||
"document_quote_tip": "Usually used to accept user-uploaded document content (requires document parsing), and can also be used to reference other string data.",
|
||||
"document_upload": "Document Upload",
|
||||
"edit_app": "Edit Application",
|
||||
"edit_app": "Application details",
|
||||
"edit_info": "Edit",
|
||||
"execute_time": "Execution Time",
|
||||
"export_config_successful": "Configuration copied, some sensitive information automatically filtered. Please check for any remaining sensitive data.",
|
||||
@@ -89,12 +94,26 @@
|
||||
"llm_not_support_vision": "This model does not support image recognition",
|
||||
"llm_use_vision": "Vision",
|
||||
"llm_use_vision_tip": "After clicking on the model selection, you can see whether the model supports image recognition and the ability to control whether to start image recognition. \nAfter starting image recognition, the model will read the image content in the file link, and if the user question is less than 500 words, it will automatically parse the image in the user question.",
|
||||
"log_chat_logs": "Dialogue log",
|
||||
"log_detail": "Log details",
|
||||
"logs_app_data": "Data board",
|
||||
"logs_app_result": "Application effect",
|
||||
"logs_average_response_time": "Average run time",
|
||||
"logs_average_response_time_description": "Average of total workflow run time",
|
||||
"logs_chat_count": "Number of sessions",
|
||||
"logs_chat_count_description": "How many new sessions does this application create? \nSession definition: When the interval between the previous message exceeds 15 minutes, it is considered to be a new session (this definition only takes effect here)",
|
||||
"logs_chat_data": "chat data",
|
||||
"logs_chat_item_count": "Number of conversations",
|
||||
"logs_chat_item_count_description": "How many conversations does this app generate? \nDialogue definition: The workflow runs once, and counts as a round of conversations",
|
||||
"logs_chat_user": "user",
|
||||
"logs_date": "date",
|
||||
"logs_empty": "No logs yet~",
|
||||
"logs_error_count": "Error Count",
|
||||
"logs_error_rate": "Dialogue error ratio",
|
||||
"logs_error_rate_description": "The proportion of the total number of dialogues reported in error",
|
||||
"logs_export_confirm_tip": "There are currently {{total}} conversation records, and each conversation can export up to 100 latest messages. \nConfirm export?",
|
||||
"logs_export_title": "Time, source, user, contact, title, total number of messages, user good feedback, user bad feedback, custom feedback, labeled answers, conversation details",
|
||||
"logs_good_feedback": "Like",
|
||||
"logs_key_config": "Field Configuration",
|
||||
"logs_keys_annotatedCount": "Annotated Answer Count",
|
||||
"logs_keys_createdTime": "Created Time",
|
||||
@@ -110,11 +129,30 @@
|
||||
"logs_keys_title": "Title",
|
||||
"logs_keys_user": "User",
|
||||
"logs_message_total": "Total Messages",
|
||||
"logs_new_user_count": "New users",
|
||||
"logs_points": "Points Consumed",
|
||||
"logs_points_description": "Points consumed by this application",
|
||||
"logs_points_per_chat": "Average points consumption for a single session",
|
||||
"logs_points_per_chat_description": "How many points are consumed on average for a workflow operation",
|
||||
"logs_response_time": "Average Response Time",
|
||||
"logs_search_chat": "Search for session title or session ID",
|
||||
"logs_source": "source",
|
||||
"logs_source_count_description": "Number of users across channels",
|
||||
"logs_title": "Title",
|
||||
"logs_total": "Grand total",
|
||||
"logs_total_avg_points": "Average consumption",
|
||||
"logs_total_chat": "Cumulative conversation count",
|
||||
"logs_total_error": "{{count}} errors were reported in total, and the error rate was: {{rate}} %",
|
||||
"logs_total_points": "Accumulated points consumption",
|
||||
"logs_total_tips": "Cumulative indicators are not affected by time filtering",
|
||||
"logs_total_users": "Cumulative number of users",
|
||||
"logs_user_count": "Number of users",
|
||||
"logs_user_count_description": "Number of people who have a conversation with the app in unit time",
|
||||
"logs_user_data": "User data",
|
||||
"logs_user_feedback": "User feedback",
|
||||
"logs_user_feedback_description": "Like: Number of likes from users\n\nStep on: Users step on the number of points",
|
||||
"logs_user_retention": "User retention",
|
||||
"logs_user_retention_description": "Number of users who have added new users during the T cycle and are active in the T 1 cycle",
|
||||
"look_ai_point_price": "View all model billing standards",
|
||||
"manual_secret": "Manual secret",
|
||||
"mark_count": "Number of Marked Answers",
|
||||
@@ -142,14 +180,23 @@
|
||||
"pdf_enhance_parse_tips": "Calling PDF recognition model for parsing, you can convert it into Markdown and retain pictures in the document. At the same time, you can also identify scanned documents, which will take a long time to identify them.",
|
||||
"permission.des.manage": "Based on write permissions, you can configure publishing channels, view conversation logs, and assign permissions to the application.",
|
||||
"permission.des.read": "Use the app to have conversations",
|
||||
"permission.des.write": "Can view and edit apps",
|
||||
"permission.des.readChatLog": "Can view chat logs",
|
||||
"permission.des.write": "Can view and edit apps",
|
||||
"permission.name.read": "Dialogue only",
|
||||
"permission.name.readChatLog": "View chat logs",
|
||||
"plugin.Instructions": "Instructions",
|
||||
"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_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.",
|
||||
"pro_modal_feature_1": "External organization structure integration and multi-tenancy",
|
||||
"pro_modal_feature_2": "Team-exclusive application showcase page",
|
||||
"pro_modal_feature_3": "Knowledge base enhanced indexing",
|
||||
"pro_modal_later_button": "Maybe Later",
|
||||
"pro_modal_subtitle": "Join the business edition now to unlock more premium features",
|
||||
"pro_modal_title": "Business Edition Exclusive!",
|
||||
"pro_modal_unlock_button": "Unlock Now",
|
||||
"publish_channel": "Publish",
|
||||
"publish_success": "Publish Successful",
|
||||
"question_guide_tip": "After the conversation, 3 guiding questions will be generated for you.",
|
||||
@@ -203,9 +250,11 @@
|
||||
"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)",
|
||||
"tool_active_system_config_price_desc_folder": "The additional key price is required, and the fee will be deducted based on the actual use of the tool.",
|
||||
"tool_detail": "Tool details",
|
||||
"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",
|
||||
@@ -248,6 +297,7 @@
|
||||
"type.Workflow bot": "Workflow",
|
||||
"type.error.Workflow data is empty": "No workflow data was obtained",
|
||||
"type.error.workflowresponseempty": "Response content is empty",
|
||||
"type.hidden": "Hide app",
|
||||
"type_not_recognized": "App type not recognized",
|
||||
"un_auth": "No permission",
|
||||
"upload_file_max_amount": "Maximum File Quantity",
|
||||
|
@@ -39,6 +39,12 @@
|
||||
"file_amount_over": "Exceeded maximum file quantity {{max}}",
|
||||
"file_input": "File input",
|
||||
"file_input_tip": "You can obtain the link to the corresponding file through the \"File Link\" of the [Plug-in Start] node",
|
||||
"history_slider.home.title": "chat",
|
||||
"home.chat_app": "HomeChat-{{name}}",
|
||||
"home.chat_id": "Chat ID",
|
||||
"home.no_available_tools": "No tools available",
|
||||
"home.select_tools": "Select Tool",
|
||||
"home.tools": "Tool: {{num}}",
|
||||
"in_progress": "In Progress",
|
||||
"input_guide": "Input Guide",
|
||||
"input_guide_lexicon": "Lexicon",
|
||||
@@ -77,6 +83,43 @@
|
||||
"select_file": "Upload File",
|
||||
"select_file_img": "Upload file / image",
|
||||
"select_img": "Upload Image",
|
||||
"setting.copyright.basic_configuration": "Basic configuration",
|
||||
"setting.copyright.copyright_configuration": "Copyright configuration",
|
||||
"setting.copyright.diagram": "Schematic diagram",
|
||||
"setting.copyright.file_size_exceeds_limit": "File size exceeds the limit, maximum support for {{maxSize}}",
|
||||
"setting.copyright.immediate_upload_required": "Immediate upload is required for this feature",
|
||||
"setting.copyright.logo": "Logo",
|
||||
"setting.copyright.preview_fail": "File preview failed",
|
||||
"setting.copyright.save_fail": "Logo failed to save",
|
||||
"setting.copyright.save_success": "Logo Saved successfully",
|
||||
"setting.copyright.select_logo_image": "Please select the logo image to upload first",
|
||||
"setting.copyright.style_diagram": "Style diagram",
|
||||
"setting.copyright.tips": "Suggested ratio 4:1",
|
||||
"setting.copyright.tips.square": "Suggested ratio 1:1",
|
||||
"setting.copyright.title": "Copyright",
|
||||
"setting.copyright.upload_fail": "File upload failed",
|
||||
"setting.data_dashboard.title": "Data board",
|
||||
"setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram_en.png",
|
||||
"setting.home.available_tools.add": "Add",
|
||||
"setting.home.commercial_version": "Commercial version",
|
||||
"setting.home.diagram": "Schematic diagram",
|
||||
"setting.home.dialogue_tips": "Dialog prompt text",
|
||||
"setting.home.dialogue_tips.default": "You can ask me any questions",
|
||||
"setting.home.dialogue_tips_placeholder": "Please enter the prompt text of the dialog box",
|
||||
"setting.home.home_tab_title": "Home Page Title",
|
||||
"setting.home.home_tab_title_placeholder": "Please enter the title of the homepage",
|
||||
"setting.home.slogan": "Slogan",
|
||||
"setting.home.slogan.default": "Hello 👋, I am FastGPT! Is there anything I can help you?",
|
||||
"setting.home.slogan_placeholder": "Please enter Slogan",
|
||||
"setting.home.title": "Home",
|
||||
"setting.incorrect_plan": "The current plan does not support this feature, please upgrade to the subscription plan",
|
||||
"setting.incorrect_version": "This feature is not supported in the current version",
|
||||
"setting.log_details.title": "Home Log",
|
||||
"setting.logs.title": "Homepage log",
|
||||
"setting.save": "Save",
|
||||
"setting.save_success": "Save successfully",
|
||||
"sidebar.home": "Home",
|
||||
"sidebar.team_apps": "Team Apps",
|
||||
"source_cronJob": "Scheduled execution",
|
||||
"start_chat": "Start",
|
||||
"stream_output": "Stream Output",
|
||||
|
@@ -64,7 +64,6 @@
|
||||
"Parse": "Analysis",
|
||||
"Permission": "Permission",
|
||||
"Permission_tip": "Individual permissions are greater than group permissions",
|
||||
"permission_other": "Other permissions (multiple)",
|
||||
"Preview": "Preview",
|
||||
"Remove": "Remove",
|
||||
"Rename": "Rename",
|
||||
@@ -129,11 +128,11 @@
|
||||
"code_error.account_error": "Incorrect account name or password",
|
||||
"code_error.account_exist": "Account has been registered",
|
||||
"code_error.account_not_found": "User is not registered",
|
||||
"code_error.app_error.can_not_edit_admin_permission": "Can not edit admin permission",
|
||||
"code_error.app_error.invalid_app_type": "Invalid Application Type",
|
||||
"code_error.app_error.invalid_owner": "Unauthorized Application Owner",
|
||||
"code_error.app_error.not_exist": "Application Does Not Exist",
|
||||
"code_error.app_error.un_auth_app": "Unauthorized to Operate This Application",
|
||||
"code_error.app_error.can_not_edit_admin_permission": "Can not edit admin permission",
|
||||
"code_error.chat_error.un_auth": "Unauthorized to Operate This Chat Record",
|
||||
"code_error.error_code.400": "Request Failed",
|
||||
"code_error.error_code.401": "No Access Permission",
|
||||
@@ -478,6 +477,7 @@
|
||||
"core.dataset.embedding model tip": "The index model can convert natural language into vectors for semantic search.\nNote that different index models cannot be used together. Once an index model is selected, it cannot be changed.",
|
||||
"core.dataset.error.Data not found": "Data Not Found or Deleted",
|
||||
"core.dataset.error.Start Sync Failed": "Failed to Start Sync",
|
||||
"core.dataset.error.canNotEditAdminPermission": "You cannot edit the admin permission",
|
||||
"core.dataset.error.invalidVectorModelOrQAModel": "Invalid Vector Model or QA Model",
|
||||
"core.dataset.error.unAuthDataset": "Unauthorized to Operate This Dataset",
|
||||
"core.dataset.error.unAuthDatasetCollection": "Unauthorized to Operate This Dataset",
|
||||
@@ -486,7 +486,6 @@
|
||||
"core.dataset.error.unCreateCollection": "Unauthorized to Operate This Data",
|
||||
"core.dataset.error.unExistDataset": "The knowledge base does not exist",
|
||||
"core.dataset.error.unLinkCollection": "Not a Web Link Collection",
|
||||
"core.dataset.error.canNotEditAdminPermission": "You cannot edit the admin permission",
|
||||
"core.dataset.externalFile": "External File Library",
|
||||
"core.dataset.file": "File",
|
||||
"core.dataset.folder": "Directory",
|
||||
@@ -670,6 +669,7 @@
|
||||
"core.module.template.UnKnow Module": "Unknown Module",
|
||||
"core.module.template.ai_chat": "AI conversation",
|
||||
"core.module.template.ai_chat_intro": "AI large model dialogue",
|
||||
"core.module.template.all_team_app": "All",
|
||||
"core.module.template.config_params": "Can configure application system parameters",
|
||||
"core.module.template.empty_plugin": "Blank plugin",
|
||||
"core.module.template.empty_workflow": "Blank workflow",
|
||||
@@ -693,7 +693,6 @@
|
||||
"core.module.variable.variable option is value is required": "Option Content Cannot Be Empty",
|
||||
"core.module.variable.variable options": "Options",
|
||||
"core.plugin.Custom headers": "Custom Request Headers",
|
||||
"core.plugin.Free": "This plugin does not consume points",
|
||||
"core.plugin.Get Plugin Module Detail Failed": "Failed to Retrieve Plugin Information",
|
||||
"core.plugin.Http plugin intro placeholder": "For display only, no actual effect",
|
||||
"core.plugin.cost": "Points Consumption:",
|
||||
@@ -981,6 +980,7 @@
|
||||
"permission.manager": "administrator",
|
||||
"permission.read": "Read permission",
|
||||
"permission.write": "write permission",
|
||||
"permission_other": "Other permissions (multiple)",
|
||||
"please_input_name": "Please Enter a Name",
|
||||
"plugin.App": "Select App",
|
||||
"plugin.Currentapp": "Current App",
|
||||
@@ -998,7 +998,6 @@
|
||||
"plugin.Path": "Path",
|
||||
"plugin.Please bind laf accout first": "Please Bind Laf Account First",
|
||||
"plugin.Plugin List": "Plugin List",
|
||||
"plugin.Search plugin": "Search Plugin",
|
||||
"plugin.Search_app": "Search App",
|
||||
"plugin.Set Name": "Name the Plugin",
|
||||
"plugin.contribute": "Contribute Plugin",
|
||||
@@ -1019,10 +1018,11 @@
|
||||
"required": "Required",
|
||||
"rerank_weight": "Rearrange weights",
|
||||
"resume_failed": "Resume Failed",
|
||||
"root_folder": "Root Folder",
|
||||
"root_folder": "Root",
|
||||
"save_failed": "save_failed",
|
||||
"save_success": "Saved Successfully",
|
||||
"scan_code": "Scan the QR code to pay",
|
||||
"search_tool": "Search Tools",
|
||||
"secret_key": "Secret",
|
||||
"secret_tips": "The value will not return plaintext again after saving",
|
||||
"select_file_failed": "File Selection Failed",
|
||||
@@ -1079,11 +1079,11 @@
|
||||
"support.user.info.verification_code": "Verification Code",
|
||||
"support.user.inform.System message": "System Message",
|
||||
"support.user.login.Email": "Email",
|
||||
"support.user.login.Github": "GitHub Login",
|
||||
"support.user.login.Google": "Google Login",
|
||||
"support.user.login.Microsoft": "Microsoft Login",
|
||||
"support.user.login.Github": "GitHub",
|
||||
"support.user.login.Google": "Google",
|
||||
"support.user.login.Microsoft": "Microsoft",
|
||||
"support.user.login.Password": "Password",
|
||||
"support.user.login.Password login": "Password Login",
|
||||
"support.user.login.Password login": "Password",
|
||||
"support.user.login.Phone": "Phone Login",
|
||||
"support.user.login.Phone number": "Phone Number",
|
||||
"support.user.login.Provider error": "Login Error, Please Try Again",
|
||||
@@ -1250,6 +1250,7 @@
|
||||
"unusable_variable": "No Usable Variables",
|
||||
"update_failed": "Update Failed",
|
||||
"update_success": "Updated Successfully",
|
||||
"upgrade": "upgrade",
|
||||
"upload_file": "Upload File",
|
||||
"upload_file_error": "File Upload Failed",
|
||||
"use_helper": "Use Helper",
|
||||
|
@@ -15,6 +15,7 @@
|
||||
"Please wait for all files to upload": "Please wait for all files to be uploaded to complete",
|
||||
"bucket_chat": "Conversation Files",
|
||||
"bucket_file": "Dataset Documents",
|
||||
"bucket_image": "picture",
|
||||
"click_to_view_raw_source": "Click to View Original Source",
|
||||
"common.Some images failed to process": "Some images failed to process",
|
||||
"common.dataset_data_input_image_support_format": "Support .jpg, .jpeg, .png, .gif, .webp formats",
|
||||
|
@@ -9,7 +9,7 @@
|
||||
"no_remind": "Don't remind again",
|
||||
"password_condition": "Password maximum 60 characters",
|
||||
"password_tip": "Password must be at least 8 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
"policy_tip": "By using this service, you agree to our",
|
||||
"policy_tip": "By using it, you have read and agree to\n<div>our<termsLink> Terms </termsLink>&<privacyLink> Privacy Policy</privacyLink></div>",
|
||||
"privacy": "Privacy Policy",
|
||||
"privacy_policy": "Privacy Policy",
|
||||
"redirect": "Jump",
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"Click_to_delete_this_field": "点击删除该字段",
|
||||
"Filed_is_deprecated": "该字段已弃用",
|
||||
"Index": "索引",
|
||||
"MCP_tools_debug": "调试",
|
||||
"MCP_tools_detail": "查看详情",
|
||||
"MCP_tools_list": "工具列表",
|
||||
@@ -10,8 +11,11 @@
|
||||
"MCP_tools_url": "MCP 地址",
|
||||
"MCP_tools_url_is_empty": "MCP 地址不能为空",
|
||||
"MCP_tools_url_placeholder": "填入 MCP 地址后,点击解析",
|
||||
"No_selected_dataset": "未选择知识库",
|
||||
"Role_setting": "权限设置",
|
||||
"Run": "运行",
|
||||
"Search_dataset": "搜索知识库",
|
||||
"Selected": "已选择",
|
||||
"Team_Tags": "团队标签",
|
||||
"ai_point_price": "AI积分计费",
|
||||
"ai_settings": "AI 配置",
|
||||
@@ -54,13 +58,14 @@
|
||||
"cron.every_month": "每月执行",
|
||||
"cron.every_week": "每周执行",
|
||||
"cron.interval": "间隔执行",
|
||||
"dataset": "知识库",
|
||||
"dataset_search_tool_description": "调用“语义检索”和“全文检索”能力,从“知识库”中查找可能与问题相关的参考内容。优先调用该工具来辅助回答用户的问题。",
|
||||
"day": "日",
|
||||
"deleted": "应用已删除",
|
||||
"document_quote": "文档引用",
|
||||
"document_quote_tip": "通常用于接受用户上传的文档内容(这需要文档解析),也可以用于引用其他字符串数据。",
|
||||
"document_upload": "文档上传",
|
||||
"edit_app": "编辑应用",
|
||||
"edit_app": "应用详情",
|
||||
"edit_info": "编辑信息",
|
||||
"execute_time": "执行时间",
|
||||
"export_config_successful": "已复制配置,自动过滤部分敏感信息,请注意检查是否仍有敏感数据",
|
||||
@@ -89,12 +94,27 @@
|
||||
"llm_not_support_vision": "该模型不支持图片识别",
|
||||
"llm_use_vision": "图片识别",
|
||||
"llm_use_vision_tip": "点击模型选择后,可以看到模型是否支持图片识别以及控制是否启动图片识别的能力。启动图片识别后,模型会读取文件链接里图片内容,并且如果用户问题少于 500 字,会自动解析用户问题中的图片。",
|
||||
"log_chat_logs": "对话日志",
|
||||
"log_detail": "日志详情",
|
||||
"logs_app_data": "数据看板",
|
||||
"logs_app_result": "应用效果",
|
||||
"logs_average_response_time": "平均运行时长(s)",
|
||||
"logs_average_response_time_description": "工作流总运行时间的平均值",
|
||||
"logs_bad_feedback": "点踩",
|
||||
"logs_chat_count": "会话次数",
|
||||
"logs_chat_count_description": "该应用共新建多少个会话。 会话定义:当与上条消息间隔超过15min,认为是产生新会话(该定义仅在此生效)",
|
||||
"logs_chat_data": "对话数据",
|
||||
"logs_chat_item_count": "对话次数",
|
||||
"logs_chat_item_count_description": "该应用共产生多少次对话。 对话定义:工作流运行一次,算一轮对话",
|
||||
"logs_chat_user": "使用者",
|
||||
"logs_date": "日期",
|
||||
"logs_empty": "还没有日志噢~",
|
||||
"logs_error_count": "报错数量",
|
||||
"logs_error_rate": "对话报错比例",
|
||||
"logs_error_rate_description": "报错对话占总对话数量的比例",
|
||||
"logs_export_confirm_tip": "当前共有 {{total}} 条对话记录,每条对话最多可导出最新 100 条消息。确认导出?",
|
||||
"logs_export_title": "时间,来源,使用者,联系方式,标题,消息总数,用户赞同反馈,用户反对反馈,自定义反馈,标注答案,对话详情",
|
||||
"logs_good_feedback": "点赞",
|
||||
"logs_key_config": "字段配置",
|
||||
"logs_keys_annotatedCount": "标注答案数量",
|
||||
"logs_keys_createdTime": "创建时间",
|
||||
@@ -110,11 +130,38 @@
|
||||
"logs_keys_title": "标题",
|
||||
"logs_keys_user": "使用者",
|
||||
"logs_message_total": "消息总数",
|
||||
"logs_new_user_count": "新增用户",
|
||||
"logs_points": "积分消耗",
|
||||
"logs_points_description": "该应用消耗的积分",
|
||||
"logs_points_per_chat": "单次会话平均积分消耗",
|
||||
"logs_points_per_chat_description": "工作流运行一次平均消耗多少积分",
|
||||
"logs_response_time": "平均响应时长",
|
||||
"logs_search_chat": "搜索会话标题或会话 ID",
|
||||
"logs_source": "来源",
|
||||
"logs_source_count": "渠道用户",
|
||||
"logs_source_count_description": "各渠道用户的数量",
|
||||
"logs_timespan_day": "按日",
|
||||
"logs_timespan_month": "按月",
|
||||
"logs_timespan_quarter": "按季",
|
||||
"logs_timespan_week": "按周",
|
||||
"logs_title": "标题",
|
||||
"logs_total": "累计",
|
||||
"logs_total_avg_duration": "平均时长",
|
||||
"logs_total_avg_points": "平均消耗",
|
||||
"logs_total_chat": "累计对话数",
|
||||
"logs_total_error": "共 {{count}} 次报错,报错率: {{rate}} %",
|
||||
"logs_total_feedback": "共 {{goodFeedBack}} 赞 | 共 {{badFeedBack}} 踩",
|
||||
"logs_total_points": "累计积分消耗",
|
||||
"logs_total_tips": "累计指标不受时间筛选影响",
|
||||
"logs_total_users": "累计用户数",
|
||||
"logs_user_callback": "用户反馈",
|
||||
"logs_user_count": "用户数",
|
||||
"logs_user_count_description": "单位时间内与该应用产生对话的人数",
|
||||
"logs_user_data": "用户数据",
|
||||
"logs_user_feedback": "用户反馈",
|
||||
"logs_user_feedback_description": "赞:用户点赞数量 \n踩:用户点踩数量",
|
||||
"logs_user_retention": "用户留存",
|
||||
"logs_user_retention_description": "T周期新增用户且在T+1周期活跃的用户数",
|
||||
"look_ai_point_price": "查看所有模型计费标准",
|
||||
"manual_secret": "临时密钥",
|
||||
"mark_count": "标注答案数量",
|
||||
@@ -142,14 +189,23 @@
|
||||
"pdf_enhance_parse_tips": "调用 PDF 识别模型进行解析,可以将其转换成 Markdown 并保留文档中的图片,同时也可以对扫描件进行识别,识别时间较长。",
|
||||
"permission.des.manage": "写权限基础上,可配置发布渠道、查看对话日志、分配该应用权限",
|
||||
"permission.des.read": "可使用该应用进行对话",
|
||||
"permission.des.write": "可查看和编辑应用",
|
||||
"permission.des.readChatLog": "可查看对话日志",
|
||||
"permission.des.write": "可查看和编辑应用",
|
||||
"permission.name.read": "仅对话",
|
||||
"permission.name.readChatLog": "查看对话日志",
|
||||
"plugin.Instructions": "使用说明",
|
||||
"plugin_cost_by_token": "依据 token 消耗计费",
|
||||
"plugin_cost_folder_tip": "该工具集包含下属工具,调用积分依据实际调用工具决定",
|
||||
"plugin_cost_per_times": "{{cost}} 积分/次",
|
||||
"plugin_dispatch": "插件调用",
|
||||
"plugin_dispatch_tip": "给模型附加获取外部数据的能力,具体调用哪些插件,将由模型自主决定,所有插件都将以非流模式运行。\n若选择了插件,知识库调用将自动作为一个特殊的插件。",
|
||||
"pro_modal_feature_1": "外部组织架构接入与多租户",
|
||||
"pro_modal_feature_2": "团队专属的应用展示页",
|
||||
"pro_modal_feature_3": "知识库增强索引",
|
||||
"pro_modal_later_button": "我再想想",
|
||||
"pro_modal_subtitle": "即刻加入商业版,解锁更多高级功能",
|
||||
"pro_modal_title": "商业版专享!",
|
||||
"pro_modal_unlock_button": "去解锁",
|
||||
"publish_channel": "发布渠道",
|
||||
"publish_success": "发布成功",
|
||||
"question_guide_tip": "对话结束后,会为你生成 3 个引导性问题。",
|
||||
@@ -203,9 +259,11 @@
|
||||
"tool_active_manual_config_desc": "临时密钥保存在本应用中,仅供该应用使用",
|
||||
"tool_active_system_config_desc": "使用系统已配置好的密钥",
|
||||
"tool_active_system_config_price_desc": "需额外支付密钥价格( {{price}} 积分/次)",
|
||||
"tool_active_system_config_price_desc_folder": "需额外支付密钥价格,依据实际使用工具扣费。",
|
||||
"tool_detail": "工具详情",
|
||||
"tool_input_param_tip": "该插件正常运行需要配置相关信息",
|
||||
"tool_not_active": "该工具尚未激活",
|
||||
"tool_run_free": "该工具运行无积分消耗",
|
||||
"tool_type_communication": "通讯",
|
||||
"tool_type_design": "设计",
|
||||
"tool_type_entertainment": "商业",
|
||||
@@ -248,6 +306,7 @@
|
||||
"type.Workflow bot": "工作流",
|
||||
"type.error.Workflow data is empty": "没有获取到工作流数据",
|
||||
"type.error.workflowresponseempty": "响应内容为空",
|
||||
"type.hidden": "隐藏应用",
|
||||
"type_not_recognized": "未识别到应用类型",
|
||||
"un_auth": "无权限",
|
||||
"upload_file_max_amount": "最大文件数量",
|
||||
|
@@ -39,6 +39,11 @@
|
||||
"file_amount_over": "超出最大文件数量 {{max}}",
|
||||
"file_input": "系统文件",
|
||||
"file_input_tip": "可通过【插件开始】节点的“文件链接”获取对应文件的链接",
|
||||
"history_slider.home.title": "聊天",
|
||||
"home.chat_app": "首页聊天-{{name}}",
|
||||
"home.no_available_tools": "暂无可用工具",
|
||||
"home.select_tools": "选择工具",
|
||||
"home.tools": "工具:{{num}}",
|
||||
"in_progress": "进行中",
|
||||
"input_guide": "输入引导",
|
||||
"input_guide_lexicon": "词库",
|
||||
@@ -77,6 +82,46 @@
|
||||
"select_file": "上传文件",
|
||||
"select_file_img": "上传文件/图片",
|
||||
"select_img": "上传图片",
|
||||
"setting.copyright.basic_configuration": "基础配置",
|
||||
"setting.copyright.copyright_configuration": "版权配置",
|
||||
"setting.copyright.diagram": "示意图",
|
||||
"setting.copyright.file_size_exceeds_limit": "文件大小超出限制,最大支持 {{maxSize}}",
|
||||
"setting.copyright.immediate_upload_required": "此功能需要立即上传",
|
||||
"setting.copyright.logo": "Logo",
|
||||
"setting.copyright.preview_fail": "文件预览失败",
|
||||
"setting.copyright.save_fail": "Logo 保存失败",
|
||||
"setting.copyright.save_success": "Logo 保存成功",
|
||||
"setting.copyright.select_logo_image": "请先选择要上传的 Logo 图片",
|
||||
"setting.copyright.style_diagram": "样式示意图",
|
||||
"setting.copyright.tips": "建议比例 4:1",
|
||||
"setting.copyright.tips.square": "建议比例 1:1",
|
||||
"setting.copyright.title": "版权信息",
|
||||
"setting.copyright.upload_fail": "文件上传失败",
|
||||
"setting.data_dashboard.title": "数据看板",
|
||||
"setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram.png",
|
||||
"setting.home.available_tools": "可用工具",
|
||||
"setting.home.available_tools.add": "添加",
|
||||
"setting.home.commercial_version": "商业版",
|
||||
"setting.home.diagram": "示意图",
|
||||
"setting.home.dialogue_tips": "对话框提示文字",
|
||||
"setting.home.dialogue_tips.default": "你可以问我任何问题",
|
||||
"setting.home.dialogue_tips_placeholder": "请输入对话框提示文字",
|
||||
"setting.home.home_tab_title": "首页标题",
|
||||
"setting.home.home_tab_title_placeholder": "请输入首页标题",
|
||||
"setting.home.slogan": "Slogan",
|
||||
"setting.home.slogan.default": "你好👋,我是 FastGPT ! 请问有什么可以帮你?",
|
||||
"setting.home.slogan_placeholder": "请输入 Slogan",
|
||||
"setting.home.title": "首页配置",
|
||||
"setting.incorrect_plan": "当前套餐不支持该功能,请升级订阅套餐",
|
||||
"setting.incorrect_version": "当前版本不支持该功能",
|
||||
"setting.log_details.title": "首页日志",
|
||||
"setting.logs.title": "首页日志",
|
||||
"setting.save": "保存",
|
||||
"setting.save_success": "保存成功",
|
||||
"setting.share": "分享",
|
||||
"home.chat_id": "会话ID",
|
||||
"sidebar.home": "首页",
|
||||
"sidebar.team_apps": "团队应用",
|
||||
"source_cronJob": "定时执行",
|
||||
"start_chat": "开始对话",
|
||||
"stream_output": "流输出",
|
||||
|
@@ -64,7 +64,6 @@
|
||||
"Parse": "解析",
|
||||
"Permission": "权限",
|
||||
"Permission_tip": "个人权限大于群组权限",
|
||||
"permission_other": "其他权限(多选)",
|
||||
"Preview": "预览",
|
||||
"Remove": "移除",
|
||||
"Rename": "重命名",
|
||||
@@ -129,12 +128,12 @@
|
||||
"code_error.account_error": "账号名或密码错误",
|
||||
"code_error.account_exist": "账号已注册",
|
||||
"code_error.account_not_found": "用户未注册",
|
||||
"code_error.app_error.can_not_edit_admin_permission": "不能编辑管理员权限",
|
||||
"code_error.app_error.invalid_app_type": "错误的应用类型",
|
||||
"code_error.app_error.invalid_owner": "非法的应用所有者",
|
||||
"code_error.app_error.not_exist": "应用不存在",
|
||||
"code_error.app_error.un_auth_app": "无权操作该应用",
|
||||
"code_error.chat_error.un_auth": "没有权限操作此对话记录",
|
||||
"code_error.app_error.can_not_edit_admin_permission": "不能编辑管理员权限",
|
||||
"code_error.error_code.400": "请求失败",
|
||||
"code_error.error_code.401": "无访问权限",
|
||||
"code_error.error_code.403": "紧张访问",
|
||||
@@ -343,7 +342,7 @@
|
||||
"core.chat.Feedback Submit": "提交反馈",
|
||||
"core.chat.Feedback Success": "反馈成功!",
|
||||
"core.chat.Finish Speak": "语音输入完成",
|
||||
"core.chat.History": "历史记录",
|
||||
"core.chat.History": "记录",
|
||||
"core.chat.History Amount": "{{amount}} 条记录",
|
||||
"core.chat.Mark": "标注预期回答",
|
||||
"core.chat.Mark Description": "当前标注功能为测试版。\n\n点击添加标注后,需要选择一个知识库,以便存储标注数据。你可以通过该功能快速的标注问题和预期回答,以便引导模型下次的回答。\n\n目前,标注功能同知识库其他数据一样,受模型的影响,不代表标注后 100% 符合预期。\n\n标注数据仅单向与知识库同步,如果知识库修改了该标注数据,日志展示的标注数据无法同步。",
|
||||
@@ -478,6 +477,7 @@
|
||||
"core.dataset.embedding model tip": "索引模型可以将自然语言转成向量,用于进行语义检索。\n注意,不同索引模型无法一起使用,选择完索引模型后将无法修改。",
|
||||
"core.dataset.error.Data not found": "数据不存在或已被删除",
|
||||
"core.dataset.error.Start Sync Failed": "开始同步失败",
|
||||
"core.dataset.error.canNotEditAdminPermission": "无法修改管理员权限",
|
||||
"core.dataset.error.invalidVectorModelOrQAModel": "VectorModel 或 QA 模型错误",
|
||||
"core.dataset.error.unAuthDataset": "无权操作该知识库",
|
||||
"core.dataset.error.unAuthDatasetCollection": "无权操作该数据集",
|
||||
@@ -486,7 +486,6 @@
|
||||
"core.dataset.error.unCreateCollection": "无权操作该数据",
|
||||
"core.dataset.error.unExistDataset": "知识库不存在",
|
||||
"core.dataset.error.unLinkCollection": "不是网络链接集合",
|
||||
"core.dataset.error.canNotEditAdminPermission": "无法修改管理员权限",
|
||||
"core.dataset.externalFile": "外部文件库",
|
||||
"core.dataset.file": "文件",
|
||||
"core.dataset.folder": "目录",
|
||||
@@ -667,6 +666,7 @@
|
||||
"core.module.template.System Plugin": "系统插件",
|
||||
"core.module.template.System input module": "系统输入",
|
||||
"core.module.template.Team app": "团队应用",
|
||||
"core.module.template.all_team_app": "全部",
|
||||
"core.module.template.UnKnow Module": "未知模块",
|
||||
"core.module.template.ai_chat": "AI 对话",
|
||||
"core.module.template.ai_chat_intro": "AI 大模型对话",
|
||||
@@ -693,7 +693,6 @@
|
||||
"core.module.variable.variable option is value is required": "选项内容不能为空",
|
||||
"core.module.variable.variable options": "选项",
|
||||
"core.plugin.Custom headers": "自定义请求头",
|
||||
"core.plugin.Free": "该插件无需积分消耗~",
|
||||
"core.plugin.Get Plugin Module Detail Failed": "加载插件异常",
|
||||
"core.plugin.Http plugin intro placeholder": "仅做展示,无实际效果",
|
||||
"core.plugin.cost": "积分消耗:",
|
||||
@@ -981,6 +980,7 @@
|
||||
"permission.manager": "管理员",
|
||||
"permission.read": "读权限",
|
||||
"permission.write": "写权限",
|
||||
"permission_other": "其他权限(多选)",
|
||||
"please_input_name": "请输入名称",
|
||||
"plugin.App": "选择应用",
|
||||
"plugin.Currentapp": "当前应用",
|
||||
@@ -998,7 +998,6 @@
|
||||
"plugin.Path": "路径",
|
||||
"plugin.Please bind laf accout first": "请先绑定 laf 账号",
|
||||
"plugin.Plugin List": "插件列表",
|
||||
"plugin.Search plugin": "搜索插件",
|
||||
"plugin.Search_app": "搜索应用",
|
||||
"plugin.Set Name": "给插件取个名字",
|
||||
"plugin.contribute": "贡献插件",
|
||||
@@ -1023,6 +1022,7 @@
|
||||
"save_failed": "保存异常",
|
||||
"save_success": "保存成功",
|
||||
"scan_code": "扫码支付",
|
||||
"search_tool": "搜索工具",
|
||||
"secret_key": "密钥",
|
||||
"secret_tips": "值保存后不会再次明文返回",
|
||||
"select_file_failed": "选择文件异常",
|
||||
@@ -1251,6 +1251,7 @@
|
||||
"unusable_variable": "无可用变量",
|
||||
"update_failed": "更新异常",
|
||||
"update_success": "更新成功",
|
||||
"upgrade": "升级",
|
||||
"upload_file": "上传文件",
|
||||
"upload_file_error": "上传文件失败",
|
||||
"use_helper": "使用帮助",
|
||||
|
@@ -15,6 +15,7 @@
|
||||
"Please wait for all files to upload": "请等待所有文件上传完成",
|
||||
"bucket_chat": "对话文件",
|
||||
"bucket_file": "知识库文件",
|
||||
"bucket_image": "图片",
|
||||
"click_to_view_raw_source": "点击查看来源",
|
||||
"common.Some images failed to process": "部分图片处理失败",
|
||||
"common.dataset_data_input_image_support_format": "支持 .jpg, .jpeg, .png, .gif, .webp 格式",
|
||||
|
@@ -9,7 +9,7 @@
|
||||
"no_remind": "不再提醒",
|
||||
"password_condition": "密码最多 60 位",
|
||||
"password_tip": "密码至少 8 位,且至少包含两种组合:数字、字母或特殊字符",
|
||||
"policy_tip": "使用即代表你同意我们的",
|
||||
"policy_tip": "使用即代表您已阅读并同意<termsLink> 服务协议 </termsLink>和<privacyLink> 隐私协议</privacyLink>",
|
||||
"privacy": "隐私协议",
|
||||
"privacy_policy": "隐私政策",
|
||||
"redirect": "跳转",
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"Click_to_delete_this_field": "點擊刪除該字段",
|
||||
"Filed_is_deprecated": "該字段已棄用",
|
||||
"Index": "索引",
|
||||
"MCP_tools_debug": "偵錯",
|
||||
"MCP_tools_detail": "查看詳情",
|
||||
"MCP_tools_list": "工具列表",
|
||||
@@ -10,8 +11,11 @@
|
||||
"MCP_tools_url": "MCP 地址",
|
||||
"MCP_tools_url_is_empty": "MCP 地址不能為空",
|
||||
"MCP_tools_url_placeholder": "填入 MCP 地址後,點擊解析",
|
||||
"No_selected_dataset": "未選擇知識庫",
|
||||
"Role_setting": "權限設定",
|
||||
"Run": "執行",
|
||||
"Search_dataset": "搜尋知識庫",
|
||||
"Selected": "已選擇",
|
||||
"Team_Tags": "團隊標籤",
|
||||
"ai_point_price": "AI 積分計費",
|
||||
"ai_settings": "AI 設定",
|
||||
@@ -54,13 +58,14 @@
|
||||
"cron.every_month": "每月執行",
|
||||
"cron.every_week": "每週執行",
|
||||
"cron.interval": "間隔執行",
|
||||
"dataset": "知識庫",
|
||||
"dataset_search_tool_description": "呼叫「語意搜尋」和「全文搜尋」功能,從「知識庫」中尋找可能與問題相關的參考內容。優先呼叫這個工具來協助回答使用者的問題。",
|
||||
"day": "日",
|
||||
"deleted": "應用已刪除",
|
||||
"document_quote": "文件引用",
|
||||
"document_quote_tip": "通常用於接受使用者上傳的文件內容(這需要文件解析),也可以用於引用其他字串資料。",
|
||||
"document_upload": "文件上傳",
|
||||
"edit_app": "編輯應用程式",
|
||||
"edit_app": "應用詳情",
|
||||
"edit_info": "編輯資訊",
|
||||
"execute_time": "執行時間",
|
||||
"export_config_successful": "已複製設定,自動過濾部分敏感資訊,請注意檢查是否仍有敏感資料",
|
||||
@@ -89,12 +94,26 @@
|
||||
"llm_not_support_vision": "這個模型不支援圖片辨識",
|
||||
"llm_use_vision": "圖片辨識",
|
||||
"llm_use_vision_tip": "點選模型選擇後,可以看到模型是否支援圖片辨識以及控制是否啟用圖片辨識的功能。啟用圖片辨識後,模型會讀取檔案連結中的圖片內容,並且如果使用者問題少於 500 字,會自動解析使用者問題中的圖片。",
|
||||
"log_chat_logs": "對話日誌",
|
||||
"log_detail": "日誌詳情",
|
||||
"logs_app_data": "數據看板",
|
||||
"logs_app_result": "應用效果",
|
||||
"logs_average_response_time": "平均運行時長",
|
||||
"logs_average_response_time_description": "工作流總運行時間的平均值",
|
||||
"logs_chat_count": "會話次數",
|
||||
"logs_chat_count_description": "該應用共新建多少個會話。 \n會話定義:當與上條消息間隔超過15min,認為是產生新會話(該定義僅在此生效)",
|
||||
"logs_chat_data": "對話數據",
|
||||
"logs_chat_item_count": "對話次數",
|
||||
"logs_chat_item_count_description": "該應用共產生多少次對話。 \n對話定義:工作流運行一次,算一輪對話",
|
||||
"logs_chat_user": "使用者",
|
||||
"logs_date": "日期",
|
||||
"logs_empty": "還沒有紀錄喔~",
|
||||
"logs_error_count": "錯誤數量",
|
||||
"logs_error_rate": "對話報錯比例",
|
||||
"logs_error_rate_description": "報錯對話佔總對話數量的比例",
|
||||
"logs_export_confirm_tip": "當前共有 {{total}} 條對話記錄,每條對話最多可導出最新 100 條消息。\n確認導出?",
|
||||
"logs_export_title": "時間,來源,使用者,聯絡方式,標題,訊息總數,使用者贊同回饋,使用者反對回饋,自定義回饋,標註答案,對話詳細資訊",
|
||||
"logs_good_feedback": "點贊",
|
||||
"logs_key_config": "字段配置",
|
||||
"logs_keys_annotatedCount": "標記答案數量",
|
||||
"logs_keys_createdTime": "建立時間",
|
||||
@@ -110,11 +129,30 @@
|
||||
"logs_keys_title": "標題",
|
||||
"logs_keys_user": "使用者",
|
||||
"logs_message_total": "訊息總數",
|
||||
"logs_new_user_count": "新增用戶",
|
||||
"logs_points": "積分消耗",
|
||||
"logs_points_description": "該應用消耗的積分",
|
||||
"logs_points_per_chat": "單次會話平均積分消耗",
|
||||
"logs_points_per_chat_description": "工作流運行一次平均消耗多少積分",
|
||||
"logs_response_time": "平均回應時長",
|
||||
"logs_search_chat": "搜索會話標題或會話 ID",
|
||||
"logs_source": "來源",
|
||||
"logs_source_count_description": "各渠道用戶的數量",
|
||||
"logs_title": "標題",
|
||||
"logs_total": "累計",
|
||||
"logs_total_avg_points": "平均消耗",
|
||||
"logs_total_chat": "累計對話數",
|
||||
"logs_total_error": "共 {{count}} 次報錯,報錯率: {{rate}} %",
|
||||
"logs_total_points": "累計積分消耗",
|
||||
"logs_total_tips": "累計指標不受時間篩選影響",
|
||||
"logs_total_users": "累計用戶數",
|
||||
"logs_user_count": "用戶數",
|
||||
"logs_user_count_description": "單位時間內與該應用產生對話的人數",
|
||||
"logs_user_data": "用戶數據",
|
||||
"logs_user_feedback": "用戶反饋",
|
||||
"logs_user_feedback_description": "贊:用戶點贊數量 \n踩:用戶點踩數量",
|
||||
"logs_user_retention": "用戶留存",
|
||||
"logs_user_retention_description": "T週期新增用戶且在T 1週期活躍的用戶數",
|
||||
"look_ai_point_price": "檢視所有模型計費標準",
|
||||
"manual_secret": "臨時密鑰",
|
||||
"mark_count": "標記答案數量",
|
||||
@@ -142,14 +180,23 @@
|
||||
"pdf_enhance_parse_tips": "呼叫 PDF 識別模型進行解析,可以將其轉換成 Markdown 並保留文件中的圖片,同時也可以對掃描件進行識別,識別時間較長。",
|
||||
"permission.des.manage": "在寫入權限基礎上,可以設定發布通道、檢視對話紀錄、分配這個應用程式的權限",
|
||||
"permission.des.read": "可以使用這個應用程式進行對話",
|
||||
"permission.des.write": "可以檢視和編輯應用程式",
|
||||
"permission.des.readChatLog": "可以檢視對話紀錄",
|
||||
"permission.des.write": "可以檢視和編輯應用程式",
|
||||
"permission.name.read": "僅對話",
|
||||
"permission.name.readChatLog": "檢視對話紀錄",
|
||||
"plugin.Instructions": "使用說明",
|
||||
"plugin_cost_by_token": "根據 token 消耗計費",
|
||||
"plugin_cost_folder_tip": "該工具集包含下屬工具,調用積分依據實際調用工具決定",
|
||||
"plugin_cost_per_times": "{{cost}} 積分/次",
|
||||
"plugin_dispatch": "外掛呼叫",
|
||||
"plugin_dispatch_tip": "賦予模型取得外部資料的能力,具體呼叫哪些外掛,將由模型自主決定,所有外掛都將以非串流模式執行。\n若選擇了外掛,知識庫呼叫將自動作為一個特殊的外掛。",
|
||||
"pro_modal_feature_1": "外部組織架構接入與多租戶",
|
||||
"pro_modal_feature_2": "團隊專屬的應用展示頁",
|
||||
"pro_modal_feature_3": "知識庫增強索引",
|
||||
"pro_modal_later_button": "我再想想",
|
||||
"pro_modal_subtitle": "即刻加入商業版,解鎖更多高級功能",
|
||||
"pro_modal_title": "商業版專享!",
|
||||
"pro_modal_unlock_button": "去解鎖",
|
||||
"publish_channel": "發布通道",
|
||||
"publish_success": "發布成功",
|
||||
"question_guide_tip": "對話結束後,會為你產生 3 個引導性問題。",
|
||||
@@ -203,9 +250,11 @@
|
||||
"tool_active_manual_config_desc": "臨時密鑰保存在本應用中,僅供該應用使用",
|
||||
"tool_active_system_config_desc": "使用系統已配置好的密鑰",
|
||||
"tool_active_system_config_price_desc": "需額外支付密鑰價格( {{price}} 積分/次)",
|
||||
"tool_active_system_config_price_desc_folder": "需額外支付密鑰價格,依據實際使用工具扣費。",
|
||||
"tool_detail": "工具詳情",
|
||||
"tool_input_param_tip": "這個外掛正常執行需要設定相關資訊",
|
||||
"tool_not_active": "該工具尚未激活",
|
||||
"tool_run_free": "該工具運行無積分消耗",
|
||||
"tool_type_communication": "通訊",
|
||||
"tool_type_design": "設計",
|
||||
"tool_type_entertainment": "商業",
|
||||
@@ -248,6 +297,7 @@
|
||||
"type.Workflow bot": "工作流程",
|
||||
"type.error.Workflow data is empty": "沒有獲取到工作流數據",
|
||||
"type.error.workflowresponseempty": "響應內容為空",
|
||||
"type.hidden": "隱藏應用",
|
||||
"type_not_recognized": "未識別到應用程式類型",
|
||||
"un_auth": "無權限",
|
||||
"upload_file_max_amount": "最大檔案數量",
|
||||
|
@@ -39,6 +39,12 @@
|
||||
"file_amount_over": "超出檔案數量上限 {{max}}",
|
||||
"file_input": "檔案輸入",
|
||||
"file_input_tip": "可透過「外掛程式啟動」節點的「檔案連結」取得對應檔案的連結",
|
||||
"history_slider.home.title": "聊天",
|
||||
"home.chat_app": "首页聊天-{{name}}",
|
||||
"home.chat_id": "會話ID",
|
||||
"home.no_available_tools": "暫無可用工具",
|
||||
"home.select_tools": "選擇工具",
|
||||
"home.tools": "工具:{{num}}",
|
||||
"in_progress": "進行中",
|
||||
"input_guide": "輸入導引",
|
||||
"input_guide_lexicon": "詞彙庫",
|
||||
@@ -77,6 +83,42 @@
|
||||
"select_file": "上傳檔案",
|
||||
"select_file_img": "上傳檔案 / 圖片",
|
||||
"select_img": "上傳圖片",
|
||||
"setting.copyright.basic_configuration": "基礎配置",
|
||||
"setting.copyright.copyright_configuration": "版權配置",
|
||||
"setting.copyright.diagram": "示意圖",
|
||||
"setting.copyright.file_size_exceeds_limit": "文件大小超出限制,最大支持 {{maxSize}}",
|
||||
"setting.copyright.immediate_upload_required": "此功能需要立即上傳",
|
||||
"setting.copyright.logo": "Logo",
|
||||
"setting.copyright.preview_fail": "文件預覽失敗",
|
||||
"setting.copyright.save_fail": "Logo 保存失敗",
|
||||
"setting.copyright.select_logo_image": "請先選擇要上傳的 Logo 圖片",
|
||||
"setting.copyright.style_diagram": "樣式示意圖",
|
||||
"setting.copyright.tips": "建議比例 4:1",
|
||||
"setting.copyright.tips.square": "建議比例 1:1",
|
||||
"setting.copyright.title": "版權信息",
|
||||
"setting.copyright.upload_fail": "文件上傳失敗",
|
||||
"setting.data_dashboard.title": "數據看板",
|
||||
"setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram_zh-Hant.png",
|
||||
"setting.home.available_tools.add": "添加",
|
||||
"setting.home.commercial_version": "商業版",
|
||||
"setting.home.diagram": "示意圖",
|
||||
"setting.home.dialogue_tips": "對話框提示文字",
|
||||
"setting.home.dialogue_tips.default": "你可以問我任何問題",
|
||||
"setting.home.dialogue_tips_placeholder": "請輸入對話框提示文字",
|
||||
"setting.home.home_tab_title": "首頁標題",
|
||||
"setting.home.home_tab_title_placeholder": "請輸入首頁標題",
|
||||
"setting.home.slogan": "Slogan",
|
||||
"setting.home.slogan.default": "你好👋,我是 FastGPT ! 請問有什麼可以幫你?",
|
||||
"setting.home.slogan_placeholder": "請輸入 Slogan",
|
||||
"setting.home.title": "首頁配置",
|
||||
"setting.incorrect_plan": "當前套餐不支持該功能,請升級訂閱套餐",
|
||||
"setting.incorrect_version": "當前版本不支持該功能",
|
||||
"setting.log_details.title": "首頁日誌",
|
||||
"setting.logs.title": "首頁日誌",
|
||||
"setting.save": "保存",
|
||||
"setting.save_success": "保存成功",
|
||||
"sidebar.home": "首頁",
|
||||
"sidebar.team_apps": "團隊應用",
|
||||
"source_cronJob": "定時執行",
|
||||
"start_chat": "開始對話",
|
||||
"stream_output": "串流輸出",
|
||||
|
@@ -64,7 +64,6 @@
|
||||
"Parse": "解析",
|
||||
"Permission": "權限",
|
||||
"Permission_tip": "個人權限大於群組權限",
|
||||
"permission_other": "其他權限(多選)",
|
||||
"Preview": "預覽",
|
||||
"Remove": "移除",
|
||||
"Rename": "重新命名",
|
||||
@@ -129,12 +128,12 @@
|
||||
"code_error.account_error": "帳號名稱或密碼錯誤",
|
||||
"code_error.account_exist": "賬號已註冊",
|
||||
"code_error.account_not_found": "使用者未註冊",
|
||||
"code_error.app_error.can_not_edit_admin_permission": "不能編輯管理員權限",
|
||||
"code_error.app_error.invalid_app_type": "無效的應用程式類型",
|
||||
"code_error.app_error.invalid_owner": "非法的應用程式擁有者",
|
||||
"code_error.app_error.not_exist": "應用程式不存在",
|
||||
"code_error.app_error.un_auth_app": "無權操作此應用程式",
|
||||
"code_error.chat_error.un_auth": "沒有權限操作此對話記錄",
|
||||
"code_error.app_error.can_not_edit_admin_permission": "不能編輯管理員權限",
|
||||
"code_error.error_code.400": "請求失敗",
|
||||
"code_error.error_code.401": "無存取權限",
|
||||
"code_error.error_code.403": "禁止存取",
|
||||
@@ -343,7 +342,7 @@
|
||||
"core.chat.Feedback Submit": "送出回饋",
|
||||
"core.chat.Feedback Success": "回饋成功!",
|
||||
"core.chat.Finish Speak": "語音輸入完成",
|
||||
"core.chat.History": "歷史記錄",
|
||||
"core.chat.History": "記錄",
|
||||
"core.chat.History Amount": "{{amount}} 筆記錄",
|
||||
"core.chat.Mark": "標記預期回答",
|
||||
"core.chat.Mark Description": "目前標記功能為測試版。\n\n點選新增標記後,需要選擇一個知識庫來儲存標記資料。您可以透過此功能快速標記問題和預期回答,以引導模型下次的回答。\n\n目前,標記功能與知識庫中的其他資料一樣,會受到模型的影響,不保證標記後一定 100% 符合預期。\n\n標記資料僅單向與知識庫同步。如果知識庫修改了標記資料,日誌中顯示的標記資料將無法同步。",
|
||||
@@ -424,7 +423,6 @@
|
||||
"core.chat.response.text output": "文字輸出",
|
||||
"core.chat.response.update_var_result": "變數更新結果(依序顯示多個變數更新結果)",
|
||||
"core.chat.response.user_select_result": "使用者選擇結果",
|
||||
"core.chat.retry": "重新產生",
|
||||
"core.chat.tts.Stop Speech": "停止",
|
||||
"core.dataset.Choose Dataset": "關聯知識庫",
|
||||
"core.dataset.Collection": "資料集",
|
||||
@@ -478,6 +476,7 @@
|
||||
"core.dataset.embedding model tip": "索引模型可以將自然語言轉換成向量,用於進行語意搜尋。\n注意,不同索引模型無法一起使用。選擇索引模型後就無法修改。",
|
||||
"core.dataset.error.Data not found": "資料不存在或已被刪除",
|
||||
"core.dataset.error.Start Sync Failed": "開始同步失敗",
|
||||
"core.dataset.error.canNotEditAdminPermission": "無法修改管理員權限",
|
||||
"core.dataset.error.invalidVectorModelOrQAModel": "向量模型或問答模型錯誤",
|
||||
"core.dataset.error.unAuthDataset": "無權操作此知識庫",
|
||||
"core.dataset.error.unAuthDatasetCollection": "無權操作此資料集",
|
||||
@@ -486,7 +485,6 @@
|
||||
"core.dataset.error.unCreateCollection": "無權操作此資料",
|
||||
"core.dataset.error.unExistDataset": "知識庫不存在",
|
||||
"core.dataset.error.unLinkCollection": "不是網路連結集合",
|
||||
"core.dataset.error.canNotEditAdminPermission": "無法修改管理員權限",
|
||||
"core.dataset.externalFile": "外部檔案庫",
|
||||
"core.dataset.file": "檔案",
|
||||
"core.dataset.folder": "目錄",
|
||||
@@ -670,6 +668,7 @@
|
||||
"core.module.template.UnKnow Module": "未知模組",
|
||||
"core.module.template.ai_chat": "AI 對話",
|
||||
"core.module.template.ai_chat_intro": "AI 大型模型對話",
|
||||
"core.module.template.all_team_app": "全部",
|
||||
"core.module.template.config_params": "可以設定應用程式的系統參數",
|
||||
"core.module.template.empty_plugin": "空白外掛程式",
|
||||
"core.module.template.empty_workflow": "空白工作流程",
|
||||
@@ -693,7 +692,6 @@
|
||||
"core.module.variable.variable option is value is required": "選項內容不能為空",
|
||||
"core.module.variable.variable options": "選項",
|
||||
"core.plugin.Custom headers": "自訂請求標頭",
|
||||
"core.plugin.Free": "此外掛程式不需消耗點數",
|
||||
"core.plugin.Get Plugin Module Detail Failed": "取得外掛程式資訊失敗",
|
||||
"core.plugin.Http plugin intro placeholder": "僅供展示,無實際效果",
|
||||
"core.plugin.cost": "點數消耗:",
|
||||
@@ -981,6 +979,7 @@
|
||||
"permission.manager": "管理員",
|
||||
"permission.read": "讀取權限",
|
||||
"permission.write": "寫入權限",
|
||||
"permission_other": "其他權限(多選)",
|
||||
"please_input_name": "請輸入名稱",
|
||||
"plugin.App": "選擇應用程式",
|
||||
"plugin.Currentapp": "目前應用程式",
|
||||
@@ -998,7 +997,6 @@
|
||||
"plugin.Path": "路徑",
|
||||
"plugin.Please bind laf accout first": "請先綁定 LAF 帳戶",
|
||||
"plugin.Plugin List": "外掛程式列表",
|
||||
"plugin.Search plugin": "搜尋外掛程式",
|
||||
"plugin.Search_app": "搜尋應用程式",
|
||||
"plugin.Set Name": "為外掛程式命名",
|
||||
"plugin.contribute": "貢獻外掛程式",
|
||||
@@ -1023,6 +1021,7 @@
|
||||
"save_failed": "儲存失敗",
|
||||
"save_success": "儲存成功",
|
||||
"scan_code": "掃碼支付",
|
||||
"search_tool": "搜索工具",
|
||||
"secret_key": "密鑰",
|
||||
"secret_tips": "值保存後不會再次明文返回",
|
||||
"select_file_failed": "選擇檔案失敗",
|
||||
@@ -1250,6 +1249,7 @@
|
||||
"unusable_variable": "無可用變數",
|
||||
"update_failed": "更新失敗",
|
||||
"update_success": "更新成功",
|
||||
"upgrade": "升級",
|
||||
"upload_file": "上傳檔案",
|
||||
"upload_file_error": "上傳檔案失敗",
|
||||
"use_helper": "使用說明",
|
||||
|
@@ -15,6 +15,7 @@
|
||||
"Please wait for all files to upload": "請等待所有文件上傳完成",
|
||||
"bucket_chat": "對話檔案",
|
||||
"bucket_file": "知識庫檔案",
|
||||
"bucket_image": "圖片",
|
||||
"click_to_view_raw_source": "點選檢視原始來源",
|
||||
"common.Some images failed to process": "部分圖片處理失敗",
|
||||
"common.dataset_data_input_image_support_format": "支持 .jpg, .jpeg, .png, .gif, .webp 格式",
|
||||
|
@@ -9,7 +9,7 @@
|
||||
"no_remind": "不再提醒",
|
||||
"password_condition": "密碼最多 60 個字元",
|
||||
"password_tip": "密碼至少 8 位,且至少包含兩種組合:數字、字母或特殊字元",
|
||||
"policy_tip": "使用即代表您同意我們的",
|
||||
"policy_tip": "使用即代表您已閱讀並同意<termsLink> 服務協議 </termsLink>和<privacyLink> 隱私協議</privacyLink>",
|
||||
"privacy": "隱私權政策",
|
||||
"privacy_policy": "隱私權政策",
|
||||
"redirect": "跳轉",
|
||||
|
Reference in New Issue
Block a user