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