mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-26 15:54:11 +00:00
Perf input guide (#1557)
* perf: input guide code * perf: input guide ui * Chat input guide api * Update app chat config store * perf: app chat config field * perf: app context * perf: params * fix: ts * perf: filter private config * perf: filter private config * perf: import workflow * perf: limit max tip amount
This commit is contained in:
@@ -47,14 +47,6 @@
|
||||
"type": "\"{{type}}\" type\n{{description}}"
|
||||
},
|
||||
"modules": {
|
||||
"Config Texts": "Config Texts",
|
||||
"Config question guide": "Config question guide",
|
||||
"Custom question guide URL": "Custom question guide URL",
|
||||
"Input Guide": "Input Guide",
|
||||
"Only support CSV": "Only support CSV",
|
||||
"Question Guide": "Question guide",
|
||||
"Question Guide Switch": "Open question guide",
|
||||
"Question Guide Texts": "Texts",
|
||||
"Title is required": "Module name cannot be empty"
|
||||
}
|
||||
}
|
||||
|
18
projects/app/i18n/en/chat.json
Normal file
18
projects/app/i18n/en/chat.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Chat input guide lexicon is empty": "The lexicon has not been configured",
|
||||
"Config Texts": "Config thesaurus ",
|
||||
"Config input guide lexicon": "Config",
|
||||
"Config input guide lexicon title": "Config lexicon",
|
||||
"Config question guide": "Configuration input Prompt ",
|
||||
"Csv input lexicon tip": "Only CSV can be imported in batches. Click to download the template",
|
||||
"Custom input guide url": "Custom lexicon url",
|
||||
"Custom question guide URL": "Custom lexicon address ",
|
||||
"Input Guide": "Intelligent Recommendation ",
|
||||
"Input guide": "Input guide",
|
||||
"Input guide lexicon": "Lexicon",
|
||||
"Input guide tip": "You can configure some preset questions. When the user enters a question, the relevant question is retrieved from these preset questions for prompt.",
|
||||
"Insert input guide, Some data already exists": "Duplicate data, automatically filtered, insert: {{len}} data",
|
||||
"New input guide lexicon": "New lexicon",
|
||||
"Only support CSV": "Only support CSV import, click download template ",
|
||||
"Question Guide Texts": "Lexicon"
|
||||
}
|
@@ -3,6 +3,7 @@
|
||||
"App": "App",
|
||||
"Export": "Export",
|
||||
"Folder": "Folder",
|
||||
"Is open": "Opened",
|
||||
"Login": "Login",
|
||||
"Move": "Move",
|
||||
"Name": "Name",
|
||||
@@ -16,6 +17,7 @@
|
||||
"Action": "Action",
|
||||
"Add": "Add",
|
||||
"Add New": "Add New",
|
||||
"Add Success": "Add successfully",
|
||||
"All": "All",
|
||||
"Back": "Back",
|
||||
"Beta": "Beta",
|
||||
@@ -1177,6 +1179,7 @@
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"Create failed": "Create failed",
|
||||
"fileNotFound": "File not found~",
|
||||
"team": {
|
||||
"overSize": "Team members exceed the limit"
|
||||
|
Reference in New Issue
Block a user