mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00

* feat: plugin support upload files (#2716) * feat: plugin support file upload * file history * fix history & chattest * chore: code * plugin config icon & file preview padding * perf: undefined fn * fix: plugin file numbers & plugin template add config (#2743) * perf: run plugin without human message (#2749) * perf: run plugin without human message * fix build * fix build * rename node * perf: ui * perf: plugin rerun with last params & plugin log add file (#2755) * perf: plugin run with last params & plugin log add file * delete console * perf: plugin refresh code * fix: ts --------- Co-authored-by: heheer <heheer@sealos.io>
45 lines
2.1 KiB
JSON
45 lines
2.1 KiB
JSON
{
|
|
"Delete_all": "Clear All Lexicon",
|
|
"chat_history": "Conversation History",
|
|
"chat_input_guide_lexicon_is_empty": "Lexicon not configured yet",
|
|
"citations": "{{num}} References",
|
|
"click_contextual_preview": "Click to see contextual preview",
|
|
"config_input_guide": "Set Up Input Guide",
|
|
"config_input_guide_lexicon": "Set Up Lexicon",
|
|
"config_input_guide_lexicon_title": "Set Up Lexicon",
|
|
"content_empty": "No Content",
|
|
"contextual": "{{num}} Contexts",
|
|
"contextual_preview": "Contextual Preview {{num}} Items",
|
|
"csv_input_lexicon_tip": "Only CSV batch import is supported, click to download the template",
|
|
"custom_input_guide_url": "Custom Lexicon URL",
|
|
"delete_all_input_guide_confirm": "Are you sure you want to clear the input guide lexicon?",
|
|
"empty_directory": "This directory is empty~",
|
|
"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",
|
|
"in_progress": "In Progress",
|
|
"input_guide": "Input Guide",
|
|
"input_guide_lexicon": "Lexicon",
|
|
"input_guide_tip": "You can set up some preset questions. When the user inputs a question, related questions from these presets will be suggested.",
|
|
"input_placeholder_phone": "Please enter your question",
|
|
"insert_input_guide,_some_data_already_exists": "Duplicate data detected, automatically filtered, {{len}} items inserted",
|
|
"is_chatting": "Chatting in progress... please wait until it finishes",
|
|
"items": "Items",
|
|
"module_runtime_and": "Total Module Runtime",
|
|
"multiple_AI_conversations": "Multiple AI Conversations",
|
|
"new_input_guide_lexicon": "New Lexicon",
|
|
"no_workflow_response": "No workflow data",
|
|
"plugins_output": "Plugin Output",
|
|
"question_tip": "From top to bottom, the response order of each module",
|
|
"response": {
|
|
"node_inputs": "Node Inputs"
|
|
},
|
|
"select": "Select",
|
|
"select_file": "Upload File",
|
|
"select_file_img": "Upload file / image",
|
|
"select_img": "Upload Image",
|
|
"stream_output": "Stream Output",
|
|
"upload": "Upload",
|
|
"view_citations": "View References",
|
|
"web_site_sync": "Web Site Sync"
|
|
} |