mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: AI Workflow Builder agent (no-changelog) (#17423)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,7 @@ import type { N8nLocale } from '@n8n/design-system/types';
|
||||
|
||||
export default {
|
||||
'generic.retry': 'Retry',
|
||||
'generic.cancel': 'Cancel',
|
||||
'nds.auth.roles.owner': 'Owner',
|
||||
'nds.userInfo.you': '(you)',
|
||||
'nds.userSelect.selectUser': 'Select User',
|
||||
@@ -45,6 +46,9 @@ export default {
|
||||
'assistantChat.builder.selectedNodes': 'Selected workflow nodes',
|
||||
'assistantChat.builder.selectingNodes': 'Selecting nodes...',
|
||||
'assistantChat.builder.generatedNodes': 'Generated workflow nodes',
|
||||
'assistantChat.builder.toolRunning': 'Tool running',
|
||||
'assistantChat.builder.toolCompleted': 'Tool completed',
|
||||
'assistantChat.builder.toolError': 'Tool completed with error',
|
||||
'assistantChat.errorParsingMarkdown': 'Error parsing markdown content',
|
||||
'assistantChat.aiAssistantLabel': 'AI Assistant',
|
||||
'assistantChat.aiAssistantName': 'Assistant',
|
||||
|
||||
Reference in New Issue
Block a user