mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
perf: workflow&plugins json config import and export (#2592)
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
"export_config_successful": "Config copied, please check for important data",
|
||||
"export_configs": "Export Configs",
|
||||
"feedback_count": "User Feedback",
|
||||
"file_recover": "The file will overwrite the current content",
|
||||
"file_upload": "file_upload",
|
||||
"file_upload_tip": "After it is enabled, you can upload documents/pictures. Documents are kept for 7 days and pictures for 15 days. Use of this feature may incur additional charges. To ensure the user experience, select an AI model with a large context length when using this function.",
|
||||
"go_to_chat": "To chat",
|
||||
@@ -56,6 +57,7 @@
|
||||
"image_upload_tip": "Be sure to select a visual model that can handle the picture",
|
||||
"import_configs": "Import Configs",
|
||||
"import_configs_failed": "Failed to import configs, please ensure configs are valid!",
|
||||
"import_configs_success": "Import successful",
|
||||
"interval": {
|
||||
"12_hours": "every 12 hours",
|
||||
"2_hours": "every 2 hours",
|
||||
@@ -86,6 +88,8 @@
|
||||
},
|
||||
"move_app": "Move app",
|
||||
"no": "no",
|
||||
"not_json_file": "Please select a JSON file",
|
||||
"or_drag_JSON": "Or drag in a JSON file",
|
||||
"paste_config": "Paste Config",
|
||||
"plugin_cost_per_times": "{{cost}}/per time",
|
||||
"plugin_dispatch": "Plugins",
|
||||
|
@@ -227,6 +227,7 @@
|
||||
"confirm": {
|
||||
"Common Tip": "Operation confirmation"
|
||||
},
|
||||
"copy_to_clipboard": "copy to clipboard",
|
||||
"course": {
|
||||
"Read Course": "Read course"
|
||||
},
|
||||
@@ -238,6 +239,7 @@
|
||||
"too_many_request": "Too many requests, please try again later.",
|
||||
"unKnow": "An unexpected error occurred~"
|
||||
},
|
||||
"export_to_json": "Export to JSON",
|
||||
"failed": "fail",
|
||||
"folder": {
|
||||
"Drag Tip": "Drag me",
|
||||
@@ -257,6 +259,7 @@
|
||||
"jsonEditor": {
|
||||
"Parse error": "JSON may be incorrect, please check carefully"
|
||||
},
|
||||
"json_config": "JSON configuration",
|
||||
"link": {
|
||||
"UnValid": "Invalid link"
|
||||
},
|
||||
@@ -289,6 +292,7 @@
|
||||
},
|
||||
"undo_tip": "unde ctrl z",
|
||||
"undo_tip_mac": "undo ⌘ z ",
|
||||
"upload_file": "Upload files",
|
||||
"zoomin_tip": "zoomIn ctrl -",
|
||||
"zoomin_tip_mac": "zoomIn ⌘ -",
|
||||
"zoomout_tip": "zoomOut ctrl +",
|
||||
|
Reference in New Issue
Block a user