mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 09:17:08 +02:00
chore: Renaming assistant to n8n AI in chat messages (#20549)
This commit is contained in:
parent
273840c042
commit
f4963a7c64
|
|
@ -54,9 +54,9 @@ export default {
|
|||
'assistantChat.errorParsingMarkdown': 'Error parsing markdown content',
|
||||
'assistantChat.aiAssistantLabel': 'n8n AI',
|
||||
'assistantChat.aiAssistantBetaLabel': 'Beta',
|
||||
'assistantChat.aiAssistantName': 'Assistant',
|
||||
'assistantChat.aiAssistantName': 'n8n AI',
|
||||
'assistantChat.sessionEndMessage.1':
|
||||
'This Assistant session has ended. To start a new session with the Assistant, click an',
|
||||
'This n8n AI session has ended. To start a new session with n8n AI, click a',
|
||||
'assistantChat.sessionEndMessage.2': 'button in n8n',
|
||||
'assistantChat.you': 'You',
|
||||
'assistantChat.quickRepliesTitle': 'Quick reply 👇',
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@
|
|||
"auth.signup.setupYourAccount": "Set up your account",
|
||||
"auth.signup.setupYourAccountError": "Problem setting up your account",
|
||||
"auth.signup.tokenValidationError": "Issue validating invite token",
|
||||
"aiAssistant.name": "Assistant",
|
||||
"aiAssistant.name": "n8n AI",
|
||||
"aiAssistant.tabs.ask": "Ask",
|
||||
"aiAssistant.tabs.build": "Build",
|
||||
"aiAssistant.builder.mode": "AI Builder",
|
||||
|
|
@ -228,15 +228,15 @@
|
|||
"aiAssistant.builder.executeMessage.executionFailed": "Workflow execution failed: {errorMessage}",
|
||||
"aiAssistant.builder.toast.title": "Send chat message to start the execution",
|
||||
"aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
|
||||
"aiAssistant.assistant": "AI Assistant",
|
||||
"aiAssistant.assistant": "n8n AI",
|
||||
"aiAssistant.newSessionModal.title.part1": "Start new",
|
||||
"aiAssistant.newSessionModal.title.part2": "session",
|
||||
"aiAssistant.newSessionModal.message": "You already have an active AI Assistant session. Starting a new session will clear your current conversation history.",
|
||||
"aiAssistant.newSessionModal.message": "You already have an active n8n AI session. Starting a new session will clear your current conversation history.",
|
||||
"aiAssistant.newSessionModal.question": "Are you sure you want to start a new session?",
|
||||
"aiAssistant.newSessionModal.confirm": "Start new session",
|
||||
"aiAssistant.serviceError.message": "Unable to connect to n8n's AI service ({message})",
|
||||
"aiAssistant.payloadTooBig.message": "Payload size is too large",
|
||||
"aiAssistant.codeUpdated.message.title": "Assistant modified workflow",
|
||||
"aiAssistant.codeUpdated.message.title": "n8n AI modified workflow",
|
||||
"aiAssistant.codeUpdated.message.body1": "Open the",
|
||||
"aiAssistant.codeUpdated.message.body2": "node to see the changes",
|
||||
"aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user