feat(editor): Pre built agents experiment v2 (no-changelog) (#18842)

This commit is contained in:
Jaakko Husso
2025-08-28 09:40:52 +03:00
committed by GitHub
parent 07915c6b25
commit 883e887666
23 changed files with 3991 additions and 70 deletions

View File

@@ -2705,6 +2705,7 @@
"workflows.empty.learnN8n": "Learn n8n",
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
"workflows.empty.easyAI": "Test a simple AI Agent example",
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
@@ -2755,6 +2756,8 @@
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
"workflows.archivedOnly.hint.link": "Update filters",
"workflows.preBuiltAgents.callout": "Get started faster with our",
"workflows.preBuiltAgents.linkText": "pre-built agents",
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
"importCurlModal.title": "Import cURL command",
"importCurlModal.input.label": "cURL Command",
@@ -3438,5 +3441,8 @@
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
"workflowDiff.newWorkflow": "New workflow",
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
"preBuiltAgentTemplates.title": "Pre-built agents",
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
"preBuiltAgentTemplates.viewAllLink": "View all templates"
}