mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 13:53:50 +00:00
feat: undo-redo & edit snapshots (#2436)
* feat: undo-redo & edit snapshots * fix merge * add simple history back * fix some undo * change app latest version * fix * chatconfig * fix snapshot * fix * fix * fix * fix compare * fix initial * fix merge: * fix useEffect * fix snapshot initial and saved state * chore * fix * compare snapshot * nodes edges useEffct * fix chatconfig * fix * delete unused method * fix * fix * fix * default version name
This commit is contained in:
@@ -3,10 +3,20 @@
|
||||
"ai_settings": "AI Settings",
|
||||
"all_apps": "All Apps",
|
||||
"app": {
|
||||
"Version name": "Version name",
|
||||
"modules": {
|
||||
"click to update": "click to update",
|
||||
"has new version": "has new version"
|
||||
}
|
||||
},
|
||||
"version_back": "Back to initial",
|
||||
"version_copy": "Copy",
|
||||
"version_current": "current version",
|
||||
"version_initial": "Initial version",
|
||||
"version_initial_copy": "Copy-Initial state",
|
||||
"version_name_tips": "Version name can't be empty.",
|
||||
"version_past": "published",
|
||||
"version_publish_tips": "This version will be saved to the team's cloud, synchronized with the entire team, and update the application versions across all publishing channels.",
|
||||
"version_save_tips": "This version will be saved to the team's cloud and synchronized with the entire team."
|
||||
},
|
||||
"app_detail": "App Details",
|
||||
"chat_debug": "Chat Debug",
|
||||
|
Reference in New Issue
Block a user