feat(editor): Add Ask AI preview (#5916)
* ✨ Add Ask AI preview * 🐛 Fire event on mousedown * ⚡ Update to use Alex's event bus * ✏️ Use i18n * ⚡ Add telemetry * ♻️ Change trigger from focus to hover * ⚡ Ensure focus + hover trigger event
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
"about.n8nVersion": "n8n Version",
|
||||
"about.sourceCode": "Source Code",
|
||||
"about.instanceID": "Instance ID",
|
||||
"askAi.dialog.title": "'Ask AI' is almost ready",
|
||||
"askAi.dialog.body": "We’re still applying the finishing touches. Soon, you will be able to <strong>automatically generate code from simple text prompts</strong>. Join the waitlist to get early access to this feature.",
|
||||
"askAi.dialog.signup": "Join Waitlist",
|
||||
"activationModal.butYouCanSeeThem": "but you can see them in the",
|
||||
"activationModal.dontShowAgain": "Don't show again",
|
||||
"activationModal.executionList": "execution list",
|
||||
@@ -110,6 +113,7 @@
|
||||
"binaryDataDisplay.noDataFoundToDisplay": "No data found to display",
|
||||
"binaryDataDisplay.yourBrowserDoesNotSupport": "Your browser does not support the video element. Kindly update it to latest version.",
|
||||
"codeEdit.edit": "Edit",
|
||||
"codeNodeEditor.askAi": "✨ Ask AI",
|
||||
"codeNodeEditor.completer.$()": "Output data of the {nodeName} node",
|
||||
"codeNodeEditor.completer.$execution": "Information about the current execution",
|
||||
"codeNodeEditor.completer.$execution.id": "The ID of the current execution",
|
||||
|
||||
Reference in New Issue
Block a user