Concat plugin to app (#1799)
This commit is contained in:
@@ -15,8 +15,10 @@
|
||||
"Copy Module Config": "Copy Config",
|
||||
"Create bot": "App",
|
||||
"Create one ai app": "Create AI app",
|
||||
"Current settings": "Current settings",
|
||||
"Dataset Quote Template": "Knowledge Base QA Mode",
|
||||
"Edit app": "Edit app",
|
||||
"Edit info": "Edit info",
|
||||
"Export Config Successful": "Config copied, please check for important data",
|
||||
"Export Configs": "Export Configs",
|
||||
"Feedback Count": "User Feedback",
|
||||
@@ -34,8 +36,15 @@
|
||||
"My Apps": "My Apps",
|
||||
"Output Field Settings": "Output Field Settings",
|
||||
"Paste Config": "Paste Config",
|
||||
"Publish channel": "Publish channel",
|
||||
"Publish success": "Publish success",
|
||||
"Setting app": "Settings",
|
||||
"Setting plugin": "Setting plugin",
|
||||
"To Chat": "Go to Chat",
|
||||
"To Settings": "View Details",
|
||||
"Transition to workflow": "Transition to workflow",
|
||||
"Transition to workflow create new placeholder": "Create a new application instead of modifying the current one",
|
||||
"Transition to workflow create new tip": "After converting to workflow, it will not be able to convert back to simple mode, please confirm!",
|
||||
"Variable Key Repeat Tip": "Variable key is duplicate",
|
||||
"app": {
|
||||
"modules": {
|
||||
@@ -48,7 +57,7 @@
|
||||
"Confirm Sync": "Using the latest template will overwrite the existing one and may result in the loss of some previous configuration information. Please confirm.",
|
||||
"Custom Title Tip": "This title will be displayed during the conversation",
|
||||
"My Modules": "My Modules",
|
||||
"No Modules": "No modules yet~",
|
||||
"No Modules": "No plugins yet~",
|
||||
"System Module": "System Module",
|
||||
"type": "\"{{type}}\" type\n{{description}}"
|
||||
},
|
||||
@@ -56,6 +65,16 @@
|
||||
"Title is required": "Module name cannot be empty"
|
||||
},
|
||||
"type": {
|
||||
"All": "All",
|
||||
"Create http plugin tip": "Create plug-ins in batches using OpenAPI schema, compatible with GPTs format.",
|
||||
"Create one plugin tip": "The input and output workflows can be customized",
|
||||
"Create plugin bot": "Create plugin bot",
|
||||
"Create simple bot": "Create simple bot",
|
||||
"Create simple bot tip": "Create simple AI applications in form form",
|
||||
"Create workflow bot": "Create workflow bot",
|
||||
"Create workflow tip": "Through the way of low code, build a logically complex multi-round dialogue AI application, recommended for advanced players",
|
||||
"Http plugin": "Http plugin",
|
||||
"Plugin": "Plugin",
|
||||
"Simple bot": "Simple bot",
|
||||
"Workflow bot": "Workflow"
|
||||
}
|
||||
|
||||
@@ -122,6 +122,7 @@
|
||||
"Status": "Status",
|
||||
"Submit failed": "Submit failed",
|
||||
"Submit success": "Submit success",
|
||||
"Success": "Success",
|
||||
"Sync success": "Sync success",
|
||||
"System Output": "System Output",
|
||||
"System version": "System version",
|
||||
@@ -256,6 +257,7 @@
|
||||
"Quote templates": "Quote content templates",
|
||||
"Random": "Diverge",
|
||||
"Save and preview": "Save and preview",
|
||||
"Saved time": "Saved: {{time}}",
|
||||
"Search team tags": "Search tags",
|
||||
"Select TTS": "Select voice playback mode",
|
||||
"Select app from template": "Select from template",
|
||||
@@ -285,7 +287,6 @@
|
||||
"Whisper": "Voice input",
|
||||
"Whisper Tip": "Configure voice input related parameters",
|
||||
"Whisper config": "Voice input configuration",
|
||||
"create app": "Create your own AI app",
|
||||
"deterministic": "Rigorous",
|
||||
"edit": {
|
||||
"Confirm Save App Tip": "This app may be in advanced arrangement mode, saving will overwrite the advanced arrangement configuration, please confirm!",
|
||||
|
||||
Reference in New Issue
Block a user