feat(editor): Implement AI Assistant chat UI (#9300)
This commit is contained in:
committed by
GitHub
parent
23b676d7cb
commit
491c6ec546
@@ -88,6 +88,22 @@
|
||||
"activationModal.yourTriggersWillNowFire": "Your triggers will now fire production executions automatically.",
|
||||
"activationModal.yourWorkflowWillNowListenForEvents": "Your workflow will now listen for events from {serviceName} and trigger executions.",
|
||||
"activationModal.yourWorkflowWillNowRegularlyCheck": "Your workflow will now regularly check {serviceName} for events and trigger executions for them.",
|
||||
"aiAssistantChat.title": "✨ Generate workflow step with AI",
|
||||
"aiAssistantChat.greeting": "Hi {username}!",
|
||||
"aiAssistantChat.chatPlaceholder": "Enter your response...",
|
||||
"aiAssistantChat.getStarted": "Get started",
|
||||
"aiAssistantChat.initialMessage.firstStep": "What should the first step in your workflow do?",
|
||||
"aiAssistantChat.initialMessage.nextStep": "Can you describe the next step after the __{currentAction}__ action in your workflow?",
|
||||
"aiAssistantChat.response.message1": "Thanks for trying our new __Generate Workflow Step__ feature. Currently, the feature is not ready yet. We're gathering real-world prompts like yours to ensure we're creating a high-quality, valuable feature.",
|
||||
"aiAssistantChat.response.message2": "We understand this may be disappointing, but we believe it's crucial to developing the best possible feature for you and others. We’d love to invite you to be one of the first users to get their hands on the real feature once it’s ready.",
|
||||
"aiAssistantChat.response.quickReply.close": "Close chat thread",
|
||||
"aiAssistantChat.response.quickReply.signUp": "Sign up for early access",
|
||||
"aiAssistantChat.response.quickReply.giveFeedback": "Give feedback to product team",
|
||||
"aiAssistantChat.closeButtonTooltip": "Close chat",
|
||||
"aiAssistantChat.closeChatConfirmation": "Are you sure you want to end this chat session?",
|
||||
"aiAssistantChat.closeChatConfirmation.confirm": "Yes, close it",
|
||||
"aiAssistantChat.closeChatConfirmation.cancel": "No, stay",
|
||||
"aiAssistantChat.quickReply.title": "Quick reply 👇",
|
||||
"auth.changePassword": "Change password",
|
||||
"auth.changePassword.currentPassword": "Current password",
|
||||
"auth.changePassword.error": "Problem changing the password",
|
||||
@@ -873,6 +889,10 @@
|
||||
"ndv.httpRequest.credentialOnly.docsNotice": "Use the <a target=\"_blank\" href=\"{docsUrl}\">{nodeName} docs</a> to construct your request. We'll take care of the authentication part if you add a {nodeName} credential below.",
|
||||
"noTagsView.readyToOrganizeYourWorkflows": "Ready to organize your workflows?",
|
||||
"noTagsView.withWorkflowTagsYouReFree": "With workflow tags, you're free to create the perfect tagging system for your flows",
|
||||
"nextStepPopup.title.firstStep": "What triggers this workflow?",
|
||||
"nextStepPopup.title.nextStep": "What happens next?",
|
||||
"nextStepPopup.option.choose": "Choose from list...",
|
||||
"nextStepPopup.option.generate": "Generate step with AI...",
|
||||
"node.thisIsATriggerNode": "This is a Trigger node. <a target=\"_blank\" href=\"https://docs.n8n.io/workflows/components/nodes/\">Learn more</a>",
|
||||
"node.activateDeactivateNode": "Activate/Deactivate Node",
|
||||
"node.changeColor": "Change color",
|
||||
|
||||
Reference in New Issue
Block a user