mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: AI workflow builder front-end (no-changelog) (#14820)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
This commit is contained in:
@@ -31,6 +31,20 @@ export default {
|
||||
'codeDiff.undo': 'Undo',
|
||||
'betaTag.beta': 'beta',
|
||||
'askAssistantButton.askAssistant': 'Ask Assistant',
|
||||
'assistantChat.builder.name': 'AI Builder',
|
||||
'assistantChat.builder.generatingFinalWorkflow': 'Generating final workflow...',
|
||||
'assistantChat.builder.configuredNodes': 'Configured nodes',
|
||||
'assistantChat.builder.thumbsUp': 'Helpful',
|
||||
'assistantChat.builder.thumbsDown': 'Not helpful',
|
||||
'assistantChat.builder.feedbackPlaceholder': 'Tell us about your experience',
|
||||
'assistantChat.builder.success': 'Thank you for your feedback!',
|
||||
'assistantChat.builder.submit': 'Submit feedback',
|
||||
'assistantChat.builder.workflowGenerated1': 'Your workflow was created successfully!',
|
||||
'assistantChat.builder.workflowGenerated2': 'Fix any missing credentials before testing it.',
|
||||
'assistantChat.builder.configuringNodes': 'Configuring nodes...',
|
||||
'assistantChat.builder.selectedNodes': 'Selected workflow nodes',
|
||||
'assistantChat.builder.selectingNodes': 'Selecting nodes...',
|
||||
'assistantChat.builder.generatedNodes': 'Generated workflow nodes',
|
||||
'assistantChat.errorParsingMarkdown': 'Error parsing markdown content',
|
||||
'assistantChat.aiAssistantLabel': 'AI Assistant',
|
||||
'assistantChat.aiAssistantName': 'Assistant',
|
||||
|
||||
Reference in New Issue
Block a user