feat(editor): Workflow history [WIP]- Add restore and clone into new workflow actions (no-changelog) (#7359)
This commit is contained in:
@@ -1860,6 +1860,15 @@
|
||||
"workflowHistory.limit": "Version history is limited to {evaluatedPruneTime} days",
|
||||
"workflowHistory.upgrade": "{link} to activate full history",
|
||||
"workflowHistory.upgrade.link": "Upgrade plan",
|
||||
"workflowHistory.action.error.title": "Failed to {action}",
|
||||
"workflowHistory.action.restore.modal.title": "Restore previous workflow version?",
|
||||
"workflowHistory.action.restore.modal.subtitle": "Your workflow will revert to the version from {date}",
|
||||
"workflowHistory.action.restore.modal.text": "Your workflow is currently active, so production executions will immediately start using the restored version. If you'd like to deactivate it before restoring, click {buttonText}.",
|
||||
"workflowHistory.action.restore.modal.button.deactivateAndRestore": "Deactivate and restore",
|
||||
"workflowHistory.action.restore.modal.button.restore": "Restore",
|
||||
"workflowHistory.action.restore.modal.button.cancel": "Cancel",
|
||||
"workflowHistory.action.restore.success.title": "Successfully restored workflow version",
|
||||
"workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
|
||||
"workflows.heading": "Workflows",
|
||||
"workflows.add": "Add Workflow",
|
||||
"workflows.menu.my": "My workflows",
|
||||
|
||||
Reference in New Issue
Block a user