feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179)
This commit is contained in:
@@ -1031,10 +1031,10 @@
|
||||
"nodeView.cantExecuteNoTrigger": "Cannot execute workflow",
|
||||
"nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": "Add a Trigger Node before executing the workflow",
|
||||
"nodeView.canvasAddButton.addFirstStep": "Add first step…",
|
||||
"nodeView.confirmMessage.receivedCopyPasteData.cancelButtonText": "",
|
||||
"nodeView.confirmMessage.receivedCopyPasteData.confirmButtonText": "Yes, import",
|
||||
"nodeView.confirmMessage.receivedCopyPasteData.headline": "Import Workflow?",
|
||||
"nodeView.confirmMessage.receivedCopyPasteData.message": "Workflow will be imported from<br /><i>{plainTextData}<i>",
|
||||
"nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": "",
|
||||
"nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": "Yes, import",
|
||||
"nodeView.confirmMessage.onClipboardPasteEvent.headline": "Import Workflow?",
|
||||
"nodeView.confirmMessage.onClipboardPasteEvent.message": "Workflow will be imported from<br /><i>{plainTextData}<i>",
|
||||
"nodeView.confirmMessage.debug.cancelButtonText": "Cancel",
|
||||
"nodeView.confirmMessage.debug.confirmButtonText": "Unpin",
|
||||
"nodeView.confirmMessage.debug.headline": "Unpin workflow data",
|
||||
|
||||
Reference in New Issue
Block a user