@n8n/i18n 2.15.0 → 2.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +339 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +336 -0
- package/dist/index.d.mts +336 -0
- package/dist/index.mjs +339 -3
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +336 -0
- package/dist/types2.d.mts +336 -0
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -1200,7 +1200,7 @@ var en_default = {
|
|
|
1200
1200
|
"experiments.resourceCenter.seeMore": "See more",
|
|
1201
1201
|
"experiments.resourceCenter.sidebar": "Resources",
|
|
1202
1202
|
"experiments.resourceCenter.sidebar.inspiration": "Inspiration",
|
|
1203
|
-
"experiments.resourceCenter.templateCard.useNow": "
|
|
1203
|
+
"experiments.resourceCenter.templateCard.useNow": "▶ Run workflow",
|
|
1204
1204
|
"experiments.resourceCenter.templatePreviews.title": "Popular Templates",
|
|
1205
1205
|
"experiments.resourceCenter.title": "Resources",
|
|
1206
1206
|
"experiments.resourceCenter.viewAllTemplates": "View all templates",
|
|
@@ -3454,7 +3454,7 @@ var en_default = {
|
|
|
3454
3454
|
"templates.collection": "Collection",
|
|
3455
3455
|
"templates.collections": "Collections",
|
|
3456
3456
|
"templates.collectionsNotFound": "Collection could not be found",
|
|
3457
|
-
"templates.connectionWarning": "
|
|
3457
|
+
"templates.connectionWarning": "! There was a problem fetching workflow templates. Check your internet connection.",
|
|
3458
3458
|
"templates.heading": "Workflow templates",
|
|
3459
3459
|
"templates.shareWorkflow": "Share template",
|
|
3460
3460
|
"templates.noSearchResults": "Nothing found. Try adjusting your search to see more.",
|
|
@@ -3984,6 +3984,8 @@ var en_default = {
|
|
|
3984
3984
|
"ImportCurlModal.notice.content": "This will overwrite any changes you have already made to the current node",
|
|
3985
3985
|
"importCurlModal.button.label": "Import",
|
|
3986
3986
|
"importCurlParameter.label": "Import cURL",
|
|
3987
|
+
"importCurlParameter.showError.failedToLoad.title": "Failed to load dependencies",
|
|
3988
|
+
"importCurlParameter.showError.failedToLoad.message": "There was an error loading required dependencies.",
|
|
3987
3989
|
"importCurlParameter.showError.invalidCurlCommand.title": "Couldn’t import cURL command",
|
|
3988
3990
|
"importCurlParameter.showError.invalidCurlCommand.message": "This command is in an unsupported format",
|
|
3989
3991
|
"importCurlParameter.showError.invalidProtocol1.title": "Use the {node} node",
|
|
@@ -4193,6 +4195,8 @@ var en_default = {
|
|
|
4193
4195
|
"settings.ai.confirm.message.builderDisabled": "Disabling data sending will reduce the effectiveness of AI features. Are you sure you want to proceed?",
|
|
4194
4196
|
"settings.ai.confirm.message.builderEnabled": "Disabling data sending will turn off the AI Workflow Builder and reduce the effectiveness of AI features. Are you sure you want to proceed?",
|
|
4195
4197
|
"settings.ai.confirm.confirmButtonText": "Yes, disable",
|
|
4198
|
+
"settings.instanceAi": "Instance AI",
|
|
4199
|
+
"settings.instanceAi.description": "Configure the Instance AI agent, model, memory, and permissions.",
|
|
4196
4200
|
"dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
|
|
4197
4201
|
"dataTable.cell.oversized": "Value too large to display",
|
|
4198
4202
|
"dataTable.cell.oversized.tooltip": "The value can be modified using the data table node",
|
|
@@ -4334,6 +4338,7 @@ var en_default = {
|
|
|
4334
4338
|
"settings.sso.settings.userRoleProvisioning.option.instanceRole.label": "Instance role",
|
|
4335
4339
|
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": "Instance and project roles",
|
|
4336
4340
|
"settings.sso.settings.test": "Test settings",
|
|
4341
|
+
"settings.sso.settings.test.error": "Error testing OIDC SSO configuration",
|
|
4337
4342
|
"settings.sso.settings.save": "Save settings",
|
|
4338
4343
|
"settings.sso.settings.unsavedChanges.title": "Unsaved changes",
|
|
4339
4344
|
"settings.sso.settings.unsavedChanges.message": "You have unsaved changes. They'll be lost if you leave.",
|
|
@@ -4966,6 +4971,11 @@ var en_default = {
|
|
|
4966
4971
|
"commandBar.chat.deleteSession": "Delete \"{title}\"",
|
|
4967
4972
|
"commandBar.chat.open.searchPlaceholder": "Search by f title...",
|
|
4968
4973
|
"commandBar.chat.stop": "Stop message generation",
|
|
4974
|
+
"commandBar.sections.instanceAi": "Instance AI",
|
|
4975
|
+
"commandBar.instanceAi.open": "Open Instance AI",
|
|
4976
|
+
"commandBar.instanceAi.newThread": "New conversation",
|
|
4977
|
+
"commandBar.instanceAi.openThread": "Open conversation",
|
|
4978
|
+
"commandBar.instanceAi.openThread.searchPlaceholder": "Search by title...",
|
|
4969
4979
|
"browserNotifications.permission.request.title": "Enable desktop notifications",
|
|
4970
4980
|
"browserNotifications.permission.request.message": "Get notified when your workflows complete or need attention.",
|
|
4971
4981
|
"browserNotifications.permission.request.allow": "Allow notifications",
|
|
@@ -4980,7 +4990,333 @@ var en_default = {
|
|
|
4980
4990
|
"focusedNodes.mentionPlaceholder": "Search nodes...",
|
|
4981
4991
|
"focusedNodes.mentionTooltip": "Mention a node",
|
|
4982
4992
|
"focusedNodes.allNodes": "All nodes",
|
|
4983
|
-
"focusedNodes.unconfirmedTooltip": "Add as context for the assistant"
|
|
4993
|
+
"focusedNodes.unconfirmedTooltip": "Add as context for the assistant",
|
|
4994
|
+
"instanceAi.view.title": "Instance AI",
|
|
4995
|
+
"instanceAi.view.subtitle": "Chat with your n8n instance",
|
|
4996
|
+
"instanceAi.input.placeholder": "Ask anything...",
|
|
4997
|
+
"instanceAi.input.send": "Send",
|
|
4998
|
+
"instanceAi.input.stop": "Stop",
|
|
4999
|
+
"instanceAi.input.researchToggle": "Deep research",
|
|
5000
|
+
"instanceAi.input.researchToggle.tooltip": "Search the web, read documentation, and synthesize findings before responding",
|
|
5001
|
+
"instanceAi.toolCall.input": "Input",
|
|
5002
|
+
"instanceAi.toolCall.output": "Output",
|
|
5003
|
+
"instanceAi.toolCall.running": "Running...",
|
|
5004
|
+
"instanceAi.toolCall.error": "Error",
|
|
5005
|
+
"instanceAi.toolResult.moreRows": "and {count} more rows...",
|
|
5006
|
+
"instanceAi.toolResult.dataTruncated": "Data truncated for display.",
|
|
5007
|
+
"instanceAi.thread.new": "New chat",
|
|
5008
|
+
"instanceAi.sidebar.back": "Back",
|
|
5009
|
+
"instanceAi.message.reasoning": "Reasoning",
|
|
5010
|
+
"instanceAi.sidebar.noThreads": "No conversations yet",
|
|
5011
|
+
"instanceAi.sidebar.group.thisWeek": "This week",
|
|
5012
|
+
"instanceAi.sidebar.group.older": "Older",
|
|
5013
|
+
"instanceAi.sidebar.renameThread": "Rename",
|
|
5014
|
+
"instanceAi.sidebar.deleteThread": "Delete",
|
|
5015
|
+
"instanceAi.error.sendFailed": "Failed to send message",
|
|
5016
|
+
"instanceAi.view.reconnecting": "Reconnecting...",
|
|
5017
|
+
"instanceAi.agentTree.subAgent": "Sub-agent",
|
|
5018
|
+
"instanceAi.agentTree.tools": "Tools",
|
|
5019
|
+
"instanceAi.agentTree.completed": "Completed",
|
|
5020
|
+
"instanceAi.agentTree.cancelled": "Cancelled",
|
|
5021
|
+
"instanceAi.agentTree.error": "Error",
|
|
5022
|
+
"instanceAi.error.title": "Something went wrong",
|
|
5023
|
+
"instanceAi.error.technicalDetails": "Technical details",
|
|
5024
|
+
"instanceAi.artifactsPanel.title": "Artifacts",
|
|
5025
|
+
"instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
|
|
5026
|
+
"instanceAi.artifactsPanel.tasks": "Tasks",
|
|
5027
|
+
"instanceAi.artifactsPanel.openWorkflow": "Open",
|
|
5028
|
+
"instanceAi.delegateCard.implementsStep": "Step {step}",
|
|
5029
|
+
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
5030
|
+
"instanceAi.delegateCard.briefing": "Briefing",
|
|
5031
|
+
"instanceAi.delegateCard.tools": "Tools",
|
|
5032
|
+
"instanceAi.confirmation.approve": "Approve",
|
|
5033
|
+
"instanceAi.confirmation.deny": "Deny",
|
|
5034
|
+
"instanceAi.confirmation.approved": "Approved",
|
|
5035
|
+
"instanceAi.confirmation.denied": "Denied",
|
|
5036
|
+
"instanceAi.confirmation.deferred": "Skipped",
|
|
5037
|
+
"instanceAi.confirmation.pendingInline": "Waiting for approval",
|
|
5038
|
+
"instanceAi.confirmation.agentContext": "{agent} needs approval",
|
|
5039
|
+
"instanceAi.confirmation.approveAll": "Approve all",
|
|
5040
|
+
"instanceAi.gatewayConfirmation.allowForSession": "Allow for session",
|
|
5041
|
+
"instanceAi.gatewayConfirmation.allowOnce": "Allow once",
|
|
5042
|
+
"instanceAi.gatewayConfirmation.alwaysAllow": "Always allow",
|
|
5043
|
+
"instanceAi.gatewayConfirmation.alwaysDeny": "Always deny",
|
|
5044
|
+
"instanceAi.gatewayConfirmation.denyOnce": "Deny once",
|
|
5045
|
+
"instanceAi.gatewayConfirmation.prompt": "n8n AI wants to access '{resources}' on Computer Use",
|
|
5046
|
+
"instanceAi.askUser.placeholder": "Type your answer...",
|
|
5047
|
+
"instanceAi.askUser.submit": "Submit",
|
|
5048
|
+
"instanceAi.askUser.skip": "Skip",
|
|
5049
|
+
"instanceAi.domainAccess.prompt": "n8n AI wants to access {domain}",
|
|
5050
|
+
"instanceAi.domainAccess.allowOnce": "Allow once",
|
|
5051
|
+
"instanceAi.domainAccess.allowDomain": "Always allow {domain}",
|
|
5052
|
+
"instanceAi.domainAccess.allowAll": "Allow all domains",
|
|
5053
|
+
"instanceAi.domainAccess.deny": "Deny",
|
|
5054
|
+
"instanceAi.settings.permissions.fetchUrl.label": "Fetch URLs without approval",
|
|
5055
|
+
"instanceAi.credential.selected": "Credential selected",
|
|
5056
|
+
"instanceAi.credential.required": "This action requires a credential",
|
|
5057
|
+
"instanceAi.credential.allSelected": "All credentials configured",
|
|
5058
|
+
"instanceAi.credential.useSelected": "Use selected",
|
|
5059
|
+
"instanceAi.credential.deny": "Later",
|
|
5060
|
+
"instanceAi.credential.confirmAll": "Confirm all credentials",
|
|
5061
|
+
"instanceAi.credential.autoSetup": "Set up automatically",
|
|
5062
|
+
"instanceAi.credential.autoSetupStarted": "Automatic credential setup started",
|
|
5063
|
+
"instanceAi.credential.finalize.applyCredentials": "Apply credentials",
|
|
5064
|
+
"instanceAi.credential.finalize.later": "Later",
|
|
5065
|
+
"instanceAi.credential.finalize.applied": "Credentials applied",
|
|
5066
|
+
"instanceAi.credential.finalize.deferred": "Skipped — add credentials later",
|
|
5067
|
+
"instanceAi.credential.setupButton": "Set up credentials",
|
|
5068
|
+
"instanceAi.credential.setupTitle": "Set up {name}",
|
|
5069
|
+
"instanceAi.credential.continueButton": "Continue",
|
|
5070
|
+
"instanceAi.credential.modal.title": "Set up credentials",
|
|
5071
|
+
"instanceAi.workflowSetup.usedByNodes": "Used by {count} node | Used by {count} nodes",
|
|
5072
|
+
"instanceAi.workflowSetup.nodesUsing": "Nodes using this credential:",
|
|
5073
|
+
"instanceAi.workflowSetup.parameterIssues": "Parameters need attention:",
|
|
5074
|
+
"instanceAi.workflowSetup.testTrigger": "Test step",
|
|
5075
|
+
"instanceAi.workflowSetup.triggerSuccess": "Trigger test passed",
|
|
5076
|
+
"instanceAi.workflowSetup.triggerError": "Trigger test failed",
|
|
5077
|
+
"instanceAi.workflowSetup.triggerListening": "Listening for events…",
|
|
5078
|
+
"instanceAi.workflowSetup.apply": "Apply",
|
|
5079
|
+
"instanceAi.workflowSetup.applyCompleted": "Apply completed",
|
|
5080
|
+
"instanceAi.workflowSetup.later": "Skip setup for now",
|
|
5081
|
+
"instanceAi.workflowSetup.applying": "Applying changes…",
|
|
5082
|
+
"instanceAi.workflowSetup.applied": "Workflow configured",
|
|
5083
|
+
"instanceAi.workflowSetup.partiallyApplied": "Partially configured — some nodes skipped",
|
|
5084
|
+
"instanceAi.workflowSetup.deferred": "Skipped — configure later",
|
|
5085
|
+
"instanceAi.workflowSetup.selectOption": "Select an option",
|
|
5086
|
+
"instanceAi.workflowSetup.configureParameters": "Configure {count} parameter | Configure {count} parameters",
|
|
5087
|
+
"instanceAi.workflowSetup.confirmTitle": "Ready to apply",
|
|
5088
|
+
"instanceAi.workflowSetup.confirmDescription": "{count} item configured | {count} items configured",
|
|
5089
|
+
"instanceAi.workflowSetup.reviewDetails": "Review details",
|
|
5090
|
+
"instanceAi.memory.title": "Working Memory",
|
|
5091
|
+
"instanceAi.memory.placeholder": "No working memory content yet",
|
|
5092
|
+
"instanceAi.memory.save": "Save",
|
|
5093
|
+
"instanceAi.memory.resetToTemplate": "Reset to template",
|
|
5094
|
+
"instanceAi.debug.title": "Debug",
|
|
5095
|
+
"instanceAi.debug.copyTrace": "Copy trace",
|
|
5096
|
+
"instanceAi.debug.timing": "Timing",
|
|
5097
|
+
"instanceAi.debug.events": "Events",
|
|
5098
|
+
"instanceAi.debug.messageInspector": "Message Inspector",
|
|
5099
|
+
"instanceAi.debug.connectionStatus": "Connection",
|
|
5100
|
+
"instanceAi.debug.tab.events": "Events",
|
|
5101
|
+
"instanceAi.debug.tab.threads": "Threads",
|
|
5102
|
+
"instanceAi.debug.threads.title": "Thread Inspector",
|
|
5103
|
+
"instanceAi.debug.threads.current": "Current",
|
|
5104
|
+
"instanceAi.debug.threads.messages": "Messages",
|
|
5105
|
+
"instanceAi.debug.threads.context": "Context",
|
|
5106
|
+
"instanceAi.debug.threads.workingMemory": "Working Memory (user-scoped)",
|
|
5107
|
+
"instanceAi.debug.threads.noThreads": "No threads found in Mastra storage",
|
|
5108
|
+
"instanceAi.debug.threads.noMessages": "No messages stored",
|
|
5109
|
+
"instanceAi.debug.threads.refresh": "Refresh",
|
|
5110
|
+
"instanceAi.debug.threads.fetchError": "Failed to load thread data",
|
|
5111
|
+
"instanceAi.debug.threads.messageCount": "{count} messages",
|
|
5112
|
+
"instanceAi.settings.title": "Settings",
|
|
5113
|
+
"instanceAi.settings.save": "Save",
|
|
5114
|
+
"instanceAi.settings.reset": "Reset",
|
|
5115
|
+
"instanceAi.settings.section.model": "Model",
|
|
5116
|
+
"instanceAi.settings.section.memory": "Memory",
|
|
5117
|
+
"instanceAi.settings.section.sandbox": "Sandbox",
|
|
5118
|
+
"instanceAi.settings.section.search": "Search",
|
|
5119
|
+
"instanceAi.settings.section.advanced": "Advanced",
|
|
5120
|
+
"instanceAi.settings.credential.label": "Credential",
|
|
5121
|
+
"instanceAi.settings.credential.placeholder": "Select a credential...",
|
|
5122
|
+
"instanceAi.settings.credential.none": "None (use environment variables)",
|
|
5123
|
+
"instanceAi.settings.credential.createNew": "+ Create new credential",
|
|
5124
|
+
"instanceAi.settings.credential.createBrave": "+ Create Brave Search credential",
|
|
5125
|
+
"instanceAi.settings.credential.createSearxng": "+ Create SearXNG credential",
|
|
5126
|
+
"instanceAi.settings.modelName.label": "Model name",
|
|
5127
|
+
"instanceAi.settings.modelName.placeholder": "e.g. claude-sonnet-4-5, gpt-4o",
|
|
5128
|
+
"instanceAi.settings.apiKey.set": "Set",
|
|
5129
|
+
"instanceAi.settings.apiKey.notSet": "Not set",
|
|
5130
|
+
"instanceAi.settings.lastMessages.label": "Recent messages in context",
|
|
5131
|
+
"instanceAi.settings.embedderModel.label": "Embedder model",
|
|
5132
|
+
"instanceAi.settings.embedderModel.placeholder": "Empty = semantic recall disabled",
|
|
5133
|
+
"instanceAi.settings.semanticRecallTopK.label": "Semantic recall top K",
|
|
5134
|
+
"instanceAi.settings.sandboxEnabled.label": "Enable sandbox",
|
|
5135
|
+
"instanceAi.settings.sandboxProvider.label": "Sandbox provider",
|
|
5136
|
+
"instanceAi.settings.daytonaCredential.label": "Daytona credential",
|
|
5137
|
+
"instanceAi.settings.n8nSandboxCredential.label": "n8n sandbox API key credential",
|
|
5138
|
+
"instanceAi.settings.sandboxImage.label": "Sandbox Docker image",
|
|
5139
|
+
"instanceAi.settings.sandboxTimeout.label": "Sandbox timeout (ms)",
|
|
5140
|
+
"instanceAi.settings.searchCredential.label": "Search credential",
|
|
5141
|
+
"instanceAi.settings.subAgentMaxSteps.label": "Sub-agent max steps",
|
|
5142
|
+
"instanceAi.settings.browserMcp.label": "Chrome DevTools MCP",
|
|
5143
|
+
"instanceAi.settings.mcpServers.label": "MCP servers",
|
|
5144
|
+
"instanceAi.settings.mcpServers.placeholder": "name=url, comma-separated",
|
|
5145
|
+
"instanceAi.settings.section.permissions": "Permissions",
|
|
5146
|
+
"instanceAi.settings.permissions.description": "Toggle which actions require your approval before the agent executes them.",
|
|
5147
|
+
"instanceAi.settings.permissions.createWorkflow.label": "Create workflow without approval",
|
|
5148
|
+
"instanceAi.settings.permissions.updateWorkflow.label": "Update workflow without approval",
|
|
5149
|
+
"instanceAi.settings.permissions.runWorkflow.label": "Run workflow without approval",
|
|
5150
|
+
"instanceAi.settings.permissions.publishWorkflow.label": "Publish/unpublish workflow without approval",
|
|
5151
|
+
"instanceAi.settings.permissions.deleteWorkflow.label": "Delete workflow without approval",
|
|
5152
|
+
"instanceAi.settings.permissions.deleteCredential.label": "Delete credential without approval",
|
|
5153
|
+
"instanceAi.settings.permissions.deleteDataTable.label": "Delete data table without approval",
|
|
5154
|
+
"instanceAi.builderCard.title": "Building workflow",
|
|
5155
|
+
"instanceAi.builderCard.phase.researching": "Researching nodes",
|
|
5156
|
+
"instanceAi.builderCard.phase.schemas": "Loading schemas",
|
|
5157
|
+
"instanceAi.builderCard.phase.building": "Generating workflow",
|
|
5158
|
+
"instanceAi.builderCard.details": "Details",
|
|
5159
|
+
"instanceAi.builderCard.success": "Workflow created successfully",
|
|
5160
|
+
"instanceAi.builderCard.openWorkflow": "Open workflow",
|
|
5161
|
+
"instanceAi.builderCard.failed": "Build failed",
|
|
5162
|
+
"instanceAi.workflowPreview.title": "Workflow preview",
|
|
5163
|
+
"instanceAi.workflowPreview.openInEditor": "Open in editor",
|
|
5164
|
+
"instanceAi.workflowPreview.fetchError": "Could not load workflow",
|
|
5165
|
+
"instanceAi.dataTablePreview.title": "Data table preview",
|
|
5166
|
+
"instanceAi.dataTablePreview.open": "Open",
|
|
5167
|
+
"instanceAi.dataTablePreview.fetchError": "Could not load data table",
|
|
5168
|
+
"instanceAi.dataTableCard.title": "Managing data table",
|
|
5169
|
+
"instanceAi.dataTableCard.phase.checking": "Checking tables",
|
|
5170
|
+
"instanceAi.dataTableCard.phase.schema": "Modifying schema",
|
|
5171
|
+
"instanceAi.dataTableCard.phase.rows": "Managing rows",
|
|
5172
|
+
"instanceAi.dataTableCard.details": "Details",
|
|
5173
|
+
"instanceAi.dataTableCard.success": "Data table operations completed",
|
|
5174
|
+
"instanceAi.dataTableCard.failed": "Data table operation failed",
|
|
5175
|
+
"instanceAi.artifactCard.updatedJustNow": "Last updated just now",
|
|
5176
|
+
"instanceAi.artifactCard.updatedAgo": "Last updated {time} ago",
|
|
5177
|
+
"instanceAi.artifactCard.minute": "{count} minute",
|
|
5178
|
+
"instanceAi.artifactCard.minutes": "{count} minutes",
|
|
5179
|
+
"instanceAi.artifactCard.hour": "{count} hour",
|
|
5180
|
+
"instanceAi.artifactCard.hours": "{count} hours",
|
|
5181
|
+
"instanceAi.artifactCard.createdAt": "Created {date}",
|
|
5182
|
+
"instanceAi.artifactCard.columns": "{count} columns",
|
|
5183
|
+
"instanceAi.researchCard.title": "Researching",
|
|
5184
|
+
"instanceAi.researchCard.title.analyzing": "Analyzing results",
|
|
5185
|
+
"instanceAi.researchCard.phase.searching": "Searching",
|
|
5186
|
+
"instanceAi.researchCard.phase.searched": "Searched",
|
|
5187
|
+
"instanceAi.researchCard.phase.reading": "Reading",
|
|
5188
|
+
"instanceAi.researchCard.phase.read": "Read",
|
|
5189
|
+
"instanceAi.researchCard.phase.analyzing": "Analyzing results",
|
|
5190
|
+
"instanceAi.researchCard.details": "Details",
|
|
5191
|
+
"instanceAi.researchCard.complete": "Research complete",
|
|
5192
|
+
"instanceAi.researchCard.failed": "Research failed",
|
|
5193
|
+
"instanceAi.agent.stop": "Stop",
|
|
5194
|
+
"instanceAi.backgroundTask.running": "Working in the background...",
|
|
5195
|
+
"instanceAi.backgroundTask.completed": "Background task finished",
|
|
5196
|
+
"instanceAi.backgroundTask.failed": "Background task failed",
|
|
5197
|
+
"instanceAi.planReview.title": "Review before building",
|
|
5198
|
+
"instanceAi.planReview.awaitingApproval": "Awaiting approval",
|
|
5199
|
+
"instanceAi.planReview.description": "Review the plan, then approve it to start building or request changes to revise it.",
|
|
5200
|
+
"instanceAi.planReview.feedbackPlaceholder": "Describe what should change before execution starts.",
|
|
5201
|
+
"instanceAi.planReview.requestChanges": "Request changes",
|
|
5202
|
+
"instanceAi.planReview.approve": "Approve and continue",
|
|
5203
|
+
"instanceAi.planReview.approved": "Plan approved",
|
|
5204
|
+
"instanceAi.message.retry": "Retry",
|
|
5205
|
+
"instanceAi.input.amendPlaceholder": "Amend the {role} agent...",
|
|
5206
|
+
"instanceAi.feedback.success": "Thanks for your feedback!",
|
|
5207
|
+
"instanceAi.emptyState.title": "n8n Agent",
|
|
5208
|
+
"instanceAi.statusBar.thinking": "Thinking",
|
|
5209
|
+
"instanceAi.tools.search-nodes": "Searching nodes",
|
|
5210
|
+
"instanceAi.tools.get-node-type-definition": "Loading node schema",
|
|
5211
|
+
"instanceAi.tools.get-node-description": "Reading node details",
|
|
5212
|
+
"instanceAi.tools.explore-node-resources": "Exploring node resources",
|
|
5213
|
+
"instanceAi.tools.get-suggested-nodes": "Getting suggested nodes",
|
|
5214
|
+
"instanceAi.tools.list-nodes": "Listing available nodes",
|
|
5215
|
+
"instanceAi.tools.get-workflow-as-code": "Reading workflow code",
|
|
5216
|
+
"instanceAi.tools.build-workflow": "Generating workflow",
|
|
5217
|
+
"instanceAi.tools.submit-workflow": "Submitting workflow",
|
|
5218
|
+
"instanceAi.tools.list-workflows": "Listing workflows",
|
|
5219
|
+
"instanceAi.tools.get-workflow": "Reading workflow",
|
|
5220
|
+
"instanceAi.tools.delete-workflow": "Archiving workflow",
|
|
5221
|
+
"instanceAi.tools.activate-workflow": "Activating workflow",
|
|
5222
|
+
"instanceAi.tools.materialize-node-type": "Installing node type",
|
|
5223
|
+
"instanceAi.tools.write-file": "Writing file",
|
|
5224
|
+
"instanceAi.tools.list-executions": "Checking executions",
|
|
5225
|
+
"instanceAi.tools.run-workflow": "Running workflow",
|
|
5226
|
+
"instanceAi.tools.get-execution": "Getting execution result",
|
|
5227
|
+
"instanceAi.tools.debug-execution": "Debugging execution",
|
|
5228
|
+
"instanceAi.tools.stop-execution": "Stopping execution",
|
|
5229
|
+
"instanceAi.tools.list-data-tables": "Listing data tables",
|
|
5230
|
+
"instanceAi.tools.get-data-table-schema": "Reading table schema",
|
|
5231
|
+
"instanceAi.tools.create-data-table": "Creating data table",
|
|
5232
|
+
"instanceAi.tools.delete-data-table": "Deleting data table",
|
|
5233
|
+
"instanceAi.tools.add-data-table-column": "Adding table column",
|
|
5234
|
+
"instanceAi.tools.delete-data-table-column": "Removing table column",
|
|
5235
|
+
"instanceAi.tools.rename-data-table-column": "Renaming table column",
|
|
5236
|
+
"instanceAi.tools.query-data-table-rows": "Querying data",
|
|
5237
|
+
"instanceAi.tools.insert-data-table-rows": "Inserting rows",
|
|
5238
|
+
"instanceAi.tools.update-data-table-rows": "Updating rows",
|
|
5239
|
+
"instanceAi.tools.delete-data-table-rows": "Deleting rows",
|
|
5240
|
+
"instanceAi.tools.list-credentials": "Checking credentials",
|
|
5241
|
+
"instanceAi.tools.get-credential": "Reading credential",
|
|
5242
|
+
"instanceAi.tools.test-credential": "Testing credential",
|
|
5243
|
+
"instanceAi.tools.setup-credentials": "Setting up credentials",
|
|
5244
|
+
"instanceAi.tools.delete-credential": "Deleting credential",
|
|
5245
|
+
"instanceAi.tools.plan": "Planning",
|
|
5246
|
+
"instanceAi.tools.delegate": "Delegating task",
|
|
5247
|
+
"instanceAi.tools.web-search": "Searching the web",
|
|
5248
|
+
"instanceAi.tools.fetch-url": "Fetching page",
|
|
5249
|
+
"instanceAi.tools.research-with-agent": "Researching",
|
|
5250
|
+
"instanceAi.tools.build-workflow-with-agent": "Building workflow",
|
|
5251
|
+
"instanceAi.tools.manage-data-tables-with-agent": "Managing data tables",
|
|
5252
|
+
"instanceAi.tools.browser-credential-setup": "Setting up credentials in browser",
|
|
5253
|
+
"instanceAi.tools.get-best-practices": "Loading best practices",
|
|
5254
|
+
"instanceAi.tools.search-template-parameters": "Searching templates",
|
|
5255
|
+
"instanceAi.tools.search-template-structures": "Searching template structures",
|
|
5256
|
+
"instanceAi.tools.ask-user": "Asking user",
|
|
5257
|
+
"instanceAi.tools.cancel-background-task": "Cancelling task",
|
|
5258
|
+
"instanceAi.tools.correct-background-task": "Correcting task",
|
|
5259
|
+
"instanceAi.tools.pause-for-user": "Waiting for input",
|
|
5260
|
+
"instanceAi.tools.update-tasks": "Updating tasks",
|
|
5261
|
+
"instanceAi.tools.report-verification-verdict": "Verifying workflow",
|
|
5262
|
+
"instanceAi.tools.verify-built-workflow": "Verifying workflow",
|
|
5263
|
+
"instanceAi.tools.updateWorkingMemory": "Updating memory",
|
|
5264
|
+
"instanceAi.tools.apply-workflow-credentials": "Applying credentials",
|
|
5265
|
+
"instanceAi.tools.setup-workflow": "Setting up workflow",
|
|
5266
|
+
"instanceAi.tools.publish-workflow": "Publishing workflow",
|
|
5267
|
+
"instanceAi.tools.unpublish-workflow": "Unpublishing workflow",
|
|
5268
|
+
"instanceAi.tools.tag-workflow": "Tagging workflow",
|
|
5269
|
+
"instanceAi.tools.move-workflow-to-folder": "Moving workflow to folder",
|
|
5270
|
+
"instanceAi.tools.get-workflow-version": "Reading workflow version",
|
|
5271
|
+
"instanceAi.tools.list-workflow-versions": "Listing workflow versions",
|
|
5272
|
+
"instanceAi.tools.update-workflow-version": "Updating workflow version",
|
|
5273
|
+
"instanceAi.tools.restore-workflow-version": "Restoring workflow version",
|
|
5274
|
+
"instanceAi.tools.get-node-output": "Reading node output",
|
|
5275
|
+
"instanceAi.tools.cleanup-test-executions": "Cleaning up test executions",
|
|
5276
|
+
"instanceAi.tools.create-folder": "Creating folder",
|
|
5277
|
+
"instanceAi.tools.delete-folder": "Deleting folder",
|
|
5278
|
+
"instanceAi.tools.list-folders": "Listing folders",
|
|
5279
|
+
"instanceAi.tools.list-projects": "Listing projects",
|
|
5280
|
+
"instanceAi.tools.list-tags": "Listing tags",
|
|
5281
|
+
"instanceAi.tools.get-file-tree": "Reading file tree",
|
|
5282
|
+
"instanceAi.tools.list-files": "Listing files",
|
|
5283
|
+
"instanceAi.tools.read-file": "Reading file",
|
|
5284
|
+
"instanceAi.tools.search-files": "Searching files",
|
|
5285
|
+
"instanceAi.tools.mastra_workspace_read_file": "Reading file",
|
|
5286
|
+
"instanceAi.tools.mastra_workspace_write_file": "Writing file",
|
|
5287
|
+
"instanceAi.tools.mastra_workspace_edit_file": "Editing file",
|
|
5288
|
+
"instanceAi.tools.mastra_workspace_list_files": "Listing files",
|
|
5289
|
+
"instanceAi.tools.mastra_workspace_delete": "Deleting file",
|
|
5290
|
+
"instanceAi.tools.mastra_workspace_file_stat": "Checking file info",
|
|
5291
|
+
"instanceAi.tools.mastra_workspace_mkdir": "Creating directory",
|
|
5292
|
+
"instanceAi.tools.mastra_workspace_grep": "Searching files",
|
|
5293
|
+
"instanceAi.tools.mastra_workspace_ast_edit": "Editing code",
|
|
5294
|
+
"instanceAi.tools.mastra_workspace_execute_command": "Running command",
|
|
5295
|
+
"instanceAi.tools.mastra_workspace_get_process_output": "Reading process output",
|
|
5296
|
+
"instanceAi.tools.mastra_workspace_kill_process": "Stopping process",
|
|
5297
|
+
"instanceAi.tools.mastra_workspace_search": "Searching workspace",
|
|
5298
|
+
"instanceAi.tools.mastra_workspace_index": "Indexing workspace",
|
|
5299
|
+
"instanceAi.stepTimeline.showData": "Show data",
|
|
5300
|
+
"instanceAi.stepTimeline.hideData": "Hide data",
|
|
5301
|
+
"instanceAi.stepTimeline.showBrief": "Show brief",
|
|
5302
|
+
"instanceAi.stepTimeline.hideBrief": "Hide brief",
|
|
5303
|
+
"instanceAi.stepTimeline.done": "Done",
|
|
5304
|
+
"instanceAi.stepTimeline.craftingWorkflow": "Crafting workflow",
|
|
5305
|
+
"instanceAi.filesystem.label": "Local gateway",
|
|
5306
|
+
"instanceAi.filesystem.connected": "Files connected",
|
|
5307
|
+
"instanceAi.filesystem.connectWaiting": "Connecting...",
|
|
5308
|
+
"instanceAi.filesystem.copied": "Copied!",
|
|
5309
|
+
"instanceAi.filesystem.setupCommand": "Run in your terminal to connect:",
|
|
5310
|
+
"projects.menu.instanceAi": "Instance AI",
|
|
5311
|
+
"chatInputBase.button.attach": "Attach files",
|
|
5312
|
+
"instanceAi.filesystem.access.read": "Read only",
|
|
5313
|
+
"instanceAi.filesystem.access.readWrite": "Read & Write",
|
|
5314
|
+
"instanceAi.filesystem.category.browser": "Browser",
|
|
5315
|
+
"instanceAi.filesystem.category.computerUse": "Computer",
|
|
5316
|
+
"instanceAi.filesystem.category.filesystem": "Files",
|
|
5317
|
+
"instanceAi.filesystem.category.shell": "Shell",
|
|
5318
|
+
"instanceAi.settings.permissions.activateWorkflow.label": "Activate workflow without approval",
|
|
5319
|
+
"instanceAi.tools.patch-workflow": "Updating workflow"
|
|
4984
5320
|
};
|
|
4985
5321
|
|
|
4986
5322
|
//#endregion
|