@n8n/i18n 2.15.0 → 2.17.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 +484 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +478 -0
- package/dist/index.d.mts +478 -0
- package/dist/index.mjs +484 -6
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +478 -0
- package/dist/types2.d.mts +478 -0
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -95,6 +95,7 @@ var en_default = {
|
|
|
95
95
|
"generic.copiedToClipboard": "Copied to clipboard",
|
|
96
96
|
"generic.beta": "beta",
|
|
97
97
|
"generic.betaProper": "Beta",
|
|
98
|
+
"generic.freeCredits": "Free credits",
|
|
98
99
|
"generic.yes": "Yes",
|
|
99
100
|
"generic.no": "No",
|
|
100
101
|
"generic.rating": "Rating",
|
|
@@ -1579,6 +1580,7 @@ var en_default = {
|
|
|
1579
1580
|
"readOnlyEnv.cantAdd.project": "You can't add new projects to a protected n8n instance",
|
|
1580
1581
|
"readOnlyEnv.cantAdd.any": "You can't create new workflows or credentials on a protected n8n instance",
|
|
1581
1582
|
"readOnlyEnv.cantEditOrRun": "This workflow can't be edited or run manually because it's on a protected instance",
|
|
1583
|
+
"readOnlyEnv.instanceAi.notice": "This is a protected instance. Some actions like creating or modifying workflows are restricted.",
|
|
1582
1584
|
"logs.overview.header.title": "Logs",
|
|
1583
1585
|
"logs.overview.header.actions.clearExecution": "Clear execution",
|
|
1584
1586
|
"logs.overview.header.actions.clearExecution.tooltip": "Clear execution data",
|
|
@@ -2005,6 +2007,15 @@ var en_default = {
|
|
|
2005
2007
|
"nodeCredentials.emptyState.noCredentials": "No credentials yet",
|
|
2006
2008
|
"nodeCredentials.emptyState.setupCredential": "Set up credential",
|
|
2007
2009
|
"nodeCredentials.oauth.accountConnected": "Account connected successfully",
|
|
2010
|
+
"aiGateway.toggle.label": "Connect via n8n Connect",
|
|
2011
|
+
"aiGateway.toggle.description": "n8n Connect is the easy way to manage AI model usage",
|
|
2012
|
+
"aiGateway.toggle.topUp": "Top up",
|
|
2013
|
+
"aiGateway.credentialMode.sectionLabel": "Credential",
|
|
2014
|
+
"aiGateway.credentialMode.creditsShort": "{count} credits",
|
|
2015
|
+
"aiGateway.credentialMode.n8nConnect.title": "n8n Connect",
|
|
2016
|
+
"aiGateway.credentialMode.n8nConnect.subtitle": "No API key required",
|
|
2017
|
+
"aiGateway.credentialMode.own.title": "My own credential",
|
|
2018
|
+
"aiGateway.credentialMode.own.subtitle": "Use your own API key",
|
|
2008
2019
|
"nodeCredentials.oauth.accountConnectionFailed": "Account connection failed",
|
|
2009
2020
|
"nodeErrorView.cause": "Cause",
|
|
2010
2021
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|
|
@@ -2869,6 +2880,7 @@ var en_default = {
|
|
|
2869
2880
|
"settings.goBack": "Go back",
|
|
2870
2881
|
"settings.personal": "Personal",
|
|
2871
2882
|
"settings.personal.basicInformation": "Basic Information",
|
|
2883
|
+
"settings.personal.managedByEnv": "Your account credentials are managed via environment variables and cannot be changed here.",
|
|
2872
2884
|
"settings.personal.personalSettings": "Personal Settings",
|
|
2873
2885
|
"settings.personal.personalSettingsUpdated": "Personal details updated",
|
|
2874
2886
|
"settings.personal.personalSettingsUpdatedError": "Problem updating your details",
|
|
@@ -3123,7 +3135,9 @@ var en_default = {
|
|
|
3123
3135
|
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": "Existing project access settings csv",
|
|
3124
3136
|
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": "Existing instance role settings csv",
|
|
3125
3137
|
"settings.provisioningInstanceRolesHandledBySsoProvider.description": "User management and instance roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
3138
|
+
"settings.provisioningInstanceRolesHandledByExpressionMapping.description": "Instance roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3126
3139
|
"settings.provisioningProjectRolesHandledBySsoProvider.description": "User management and project roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
3140
|
+
"settings.provisioningProjectRolesHandledByExpressionMapping.description": "Project roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3127
3141
|
"settings.externalSecrets.title": "External Secrets",
|
|
3128
3142
|
"settings.externalSecrets.info": "Connect external secrets tools for centralized credentials management across environments, and to enhance system security.",
|
|
3129
3143
|
"settings.externalSecrets.info.link": "More info",
|
|
@@ -4193,6 +4207,52 @@ var en_default = {
|
|
|
4193
4207
|
"settings.ai.confirm.message.builderDisabled": "Disabling data sending will reduce the effectiveness of AI features. Are you sure you want to proceed?",
|
|
4194
4208
|
"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
4209
|
"settings.ai.confirm.confirmButtonText": "Yes, disable",
|
|
4210
|
+
"settings.n8nConnect": "n8n Connect",
|
|
4211
|
+
"settings.n8nConnect.title": "n8n Connect",
|
|
4212
|
+
"settings.n8nConnect.description": "The easy way to manage AI usage and cost",
|
|
4213
|
+
"settings.n8nConnect.usage.title": "Usage",
|
|
4214
|
+
"settings.n8nConnect.usage.refresh": "Refresh",
|
|
4215
|
+
"settings.n8nConnect.usage.col.date": "Date",
|
|
4216
|
+
"settings.n8nConnect.usage.col.provider": "Provider",
|
|
4217
|
+
"settings.n8nConnect.usage.col.model": "Model",
|
|
4218
|
+
"settings.n8nConnect.usage.col.inputTokens": "Input Tokens",
|
|
4219
|
+
"settings.n8nConnect.usage.col.outputTokens": "Output Tokens",
|
|
4220
|
+
"settings.n8nConnect.usage.col.credits": "Credits",
|
|
4221
|
+
"settings.n8nConnect.usage.empty": "No usage records found.",
|
|
4222
|
+
"settings.n8nConnect.usage.loadMore": "Load more",
|
|
4223
|
+
"settings.n8nConnect.credits.title": "Credits",
|
|
4224
|
+
"settings.n8nConnect.credits.remaining": "{remaining} / {quota} credits remaining",
|
|
4225
|
+
"settings.n8nConnect.credits.quota": "credits total",
|
|
4226
|
+
"settings.n8nConnect.credits.topUp": "Top up credits",
|
|
4227
|
+
"settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
|
|
4228
|
+
"settings.instanceAi": "Instance AI",
|
|
4229
|
+
"settings.instanceAi.description": "Configure the Instance AI agent, model, memory, and permissions.",
|
|
4230
|
+
"settings.n8nAgent": "AI Assistant",
|
|
4231
|
+
"settings.n8nAgent.description": "Enable or disable AI Assistant for this instance and control permissions",
|
|
4232
|
+
"settings.n8nAgent.enable.label": "Enable AI Assistant",
|
|
4233
|
+
"settings.n8nAgent.enable.description": "Enables the feature for all users in the instance",
|
|
4234
|
+
"settings.n8nAgent.permissions.title": "Permissions",
|
|
4235
|
+
"settings.n8nAgent.permissions.description": "Control which actions need approval before agent executes them. These settings don't grant users any extra permissions",
|
|
4236
|
+
"settings.n8nAgent.permissions.alwaysAllow": "Always allow",
|
|
4237
|
+
"settings.n8nAgent.permissions.needsApproval": "Needs approval",
|
|
4238
|
+
"settings.n8nAgent.permissions.blocked": "Blocked",
|
|
4239
|
+
"settings.n8nAgent.permissions.createWorkflow": "Create workflows",
|
|
4240
|
+
"settings.n8nAgent.permissions.updateWorkflow": "Update workflows",
|
|
4241
|
+
"settings.n8nAgent.permissions.runWorkflow": "Run workflows",
|
|
4242
|
+
"settings.n8nAgent.permissions.publishWorkflow": "Activate workflows",
|
|
4243
|
+
"settings.n8nAgent.permissions.deleteWorkflow": "Delete workflows",
|
|
4244
|
+
"settings.n8nAgent.permissions.deleteCredential": "Delete credentials",
|
|
4245
|
+
"settings.n8nAgent.permissions.createFolder": "Create folders",
|
|
4246
|
+
"settings.n8nAgent.permissions.deleteFolder": "Delete folders",
|
|
4247
|
+
"settings.n8nAgent.permissions.moveWorkflowToFolder": "Move workflows to folders",
|
|
4248
|
+
"settings.n8nAgent.permissions.tagWorkflow": "Tag workflows",
|
|
4249
|
+
"settings.n8nAgent.permissions.createDataTable": "Create data tables",
|
|
4250
|
+
"settings.n8nAgent.permissions.mutateDataTableSchema": "Modify data table schema",
|
|
4251
|
+
"settings.n8nAgent.permissions.mutateDataTableRows": "Modify data table rows",
|
|
4252
|
+
"settings.n8nAgent.permissions.cleanupTestExecutions": "Clean up test executions",
|
|
4253
|
+
"settings.n8nAgent.permissions.readFilesystem": "Read filesystem",
|
|
4254
|
+
"settings.n8nAgent.permissions.fetchUrl": "Fetch URLs",
|
|
4255
|
+
"settings.n8nAgent.permissions.restoreWorkflowVersion": "Restore workflow versions",
|
|
4196
4256
|
"dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
|
|
4197
4257
|
"dataTable.cell.oversized": "Value too large to display",
|
|
4198
4258
|
"dataTable.cell.oversized.tooltip": "The value can be modified using the data table node",
|
|
@@ -4304,15 +4364,15 @@ var en_default = {
|
|
|
4304
4364
|
"settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
|
|
4305
4365
|
"settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
|
|
4306
4366
|
"settings.sso": "SSO",
|
|
4307
|
-
"settings.sso.title": "Single Sign
|
|
4367
|
+
"settings.sso.title": "Single Sign-On",
|
|
4308
4368
|
"settings.sso.subtitle": "SAML 2.0 Configuration",
|
|
4309
|
-
"settings.sso.info": "
|
|
4310
|
-
"settings.sso.info.link": "
|
|
4369
|
+
"settings.sso.info": "Configure SSO to let your team sign in using your identity provider. Supports SAML 2.0 and OpenID Connect protocols. Learn more in the",
|
|
4370
|
+
"settings.sso.info.link": "documentation",
|
|
4311
4371
|
"settings.sso.activated": "Enable Single Sign On",
|
|
4312
4372
|
"settings.sso.settings.redirectUrl.label": "Redirect URL",
|
|
4313
4373
|
"settings.sso.settings.redirectUrl.copied": "Redirect URL copied to clipboard",
|
|
4314
4374
|
"settings.sso.settings.redirectUrl.help": "Copy the Redirect URL to configure your SAML provider",
|
|
4315
|
-
"settings.sso.settings.entityId.label": "Entity ID",
|
|
4375
|
+
"settings.sso.settings.entityId.label": "Entity ID URL",
|
|
4316
4376
|
"settings.sso.settings.entityId.copied": "Entity ID copied to clipboard",
|
|
4317
4377
|
"settings.sso.settings.entityId.help": "Copy the Entity ID URL to configure your SAML provider",
|
|
4318
4378
|
"settings.sso.settings.ips.label": "Identity Provider Settings",
|
|
@@ -4333,8 +4393,45 @@ var en_default = {
|
|
|
4333
4393
|
"settings.sso.settings.userRoleProvisioning.option.disabled.label": "Managed in n8n",
|
|
4334
4394
|
"settings.sso.settings.userRoleProvisioning.option.instanceRole.label": "Instance role",
|
|
4335
4395
|
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": "Instance and project roles",
|
|
4336
|
-
"settings.sso.settings.
|
|
4396
|
+
"settings.sso.settings.userRoleProvisioning.option.expressionBased.label": "Expression-based mapping",
|
|
4397
|
+
"settings.sso.settings.roleAssignment.label": "Role assignment",
|
|
4398
|
+
"settings.sso.settings.roleAssignment.description": "Choose how roles are assigned to SSO users",
|
|
4399
|
+
"settings.sso.settings.roleAssignment.manual": "Assigned manually in n8n",
|
|
4400
|
+
"settings.sso.settings.roleAssignment.manual.description": "Admins assign roles to each user directly. No automatic role mapping from your IdP",
|
|
4401
|
+
"settings.sso.settings.roleAssignment.instanceRoles": "Instance roles via SSO",
|
|
4402
|
+
"settings.sso.settings.roleAssignment.instanceRoles.description": "Map IdP claims to n8n instance roles like Admin, Member, or custom roles",
|
|
4403
|
+
"settings.sso.settings.roleAssignment.instanceAndProjectRoles": "Instance and project roles via SSO",
|
|
4404
|
+
"settings.sso.settings.roleAssignment.instanceAndProjectRoles.description": "Map IdP claims to both instance roles and per-project access with specific roles",
|
|
4405
|
+
"settings.sso.settings.roleMappingMethod.label": "Role mapping method",
|
|
4406
|
+
"settings.sso.settings.roleMappingMethod.description": "Choose how SSO claims are mapped to n8n roles",
|
|
4407
|
+
"settings.sso.settings.roleMappingMethod.idp": "Map rules on your IdP",
|
|
4408
|
+
"settings.sso.settings.roleMappingMethod.idp.description": "Roles come directly from your IdP through claims. No rules needed.",
|
|
4409
|
+
"settings.sso.settings.roleMappingMethod.rulesInN8n": "Map rules inside n8n",
|
|
4410
|
+
"settings.sso.settings.roleMappingMethod.rulesInN8n.description": "Define rules in n8n to control how IdP claims translate to instance and project roles.",
|
|
4411
|
+
"settings.sso.settings.roleMappingMethod.idp.instanceInfo": "Instance roles come directly from your identity provider. Users receive whatever roles your IdP sends via SAML/OIDC claims — no mapping rules required.",
|
|
4412
|
+
"settings.sso.settings.roleMappingMethod.idp.instanceAndProjectInfo": "Both instance and project roles come directly from your identity provider. Users receive whatever roles your IdP sends via SAML/OIDC claims — no mapping rules required.",
|
|
4413
|
+
"settings.sso.settings.roleMappingMethod.idp.learnMore": "Learn more",
|
|
4414
|
+
"settings.sso.settings.roleMappingRules.instanceRules.title": "Instance role rules",
|
|
4415
|
+
"settings.sso.settings.roleMappingRules.instanceRules.description": "Define rules to assign instance roles based on IdP claims. First matching rule wins.",
|
|
4416
|
+
"settings.sso.settings.roleMappingRules.addRule": "Add rule",
|
|
4417
|
+
"settings.sso.settings.roleMappingRules.expression.placeholder": "$claims.groups.includes('admins')",
|
|
4418
|
+
"settings.sso.settings.authProtocol.label": "Authentication protocol",
|
|
4419
|
+
"settings.sso.settings.authProtocol.description": "Choose your SSO protocol",
|
|
4420
|
+
"settings.sso.settings.roleMappingRules.projectRules.title": "Project role rules",
|
|
4421
|
+
"settings.sso.settings.roleMappingRules.projectRules.description": "Define rules to assign project roles based on IdP claims. First matching rule wins.",
|
|
4422
|
+
"settings.sso.settings.roleMappingRules.removeMapping.button": "Remove mapping",
|
|
4423
|
+
"settings.sso.settings.roleMappingRules.removeMapping.confirm.title": "Remove mapping",
|
|
4424
|
+
"settings.sso.settings.roleMappingRules.removeMapping.confirm.message": "Are you sure you want to remove all role mapping rules? This action cannot be undone.",
|
|
4425
|
+
"settings.sso.settings.roleMappingRules.removeMapping.confirm.confirm": "Remove",
|
|
4426
|
+
"settings.sso.settings.roleMappingRules.removeMapping.confirm.cancel": "Cancel",
|
|
4427
|
+
"settings.sso.settings.ssoToggle.label": "Single sign-on (SSO)",
|
|
4428
|
+
"settings.sso.settings.ssoToggle.description": "Allow users to sign in through your identity provider",
|
|
4429
|
+
"settings.sso.settings.ssoToggle.enabled": "Enabled",
|
|
4430
|
+
"settings.sso.settings.ssoToggle.disabled": "Disabled",
|
|
4431
|
+
"settings.sso.settings.test": "Test connection",
|
|
4432
|
+
"settings.sso.settings.test.error": "Error testing OIDC SSO configuration",
|
|
4337
4433
|
"settings.sso.settings.save": "Save settings",
|
|
4434
|
+
"settings.sso.settings.save.success": "SSO configuration saved",
|
|
4338
4435
|
"settings.sso.settings.unsavedChanges.title": "Unsaved changes",
|
|
4339
4436
|
"settings.sso.settings.unsavedChanges.message": "You have unsaved changes. They'll be lost if you leave.",
|
|
4340
4437
|
"settings.sso.settings.unsavedChanges.saveAndLeave": "Save and leave",
|
|
@@ -4966,6 +5063,11 @@ var en_default = {
|
|
|
4966
5063
|
"commandBar.chat.deleteSession": "Delete \"{title}\"",
|
|
4967
5064
|
"commandBar.chat.open.searchPlaceholder": "Search by f title...",
|
|
4968
5065
|
"commandBar.chat.stop": "Stop message generation",
|
|
5066
|
+
"commandBar.sections.instanceAi": "Instance AI",
|
|
5067
|
+
"commandBar.instanceAi.open": "Open Instance AI",
|
|
5068
|
+
"commandBar.instanceAi.newThread": "New conversation",
|
|
5069
|
+
"commandBar.instanceAi.openThread": "Open conversation",
|
|
5070
|
+
"commandBar.instanceAi.openThread.searchPlaceholder": "Search by title...",
|
|
4969
5071
|
"browserNotifications.permission.request.title": "Enable desktop notifications",
|
|
4970
5072
|
"browserNotifications.permission.request.message": "Get notified when your workflows complete or need attention.",
|
|
4971
5073
|
"browserNotifications.permission.request.allow": "Allow notifications",
|
|
@@ -4980,7 +5082,383 @@ var en_default = {
|
|
|
4980
5082
|
"focusedNodes.mentionPlaceholder": "Search nodes...",
|
|
4981
5083
|
"focusedNodes.mentionTooltip": "Mention a node",
|
|
4982
5084
|
"focusedNodes.allNodes": "All nodes",
|
|
4983
|
-
"focusedNodes.unconfirmedTooltip": "Add as context for the assistant"
|
|
5085
|
+
"focusedNodes.unconfirmedTooltip": "Add as context for the assistant",
|
|
5086
|
+
"instanceAi.view.title": "Instance AI",
|
|
5087
|
+
"instanceAi.view.subtitle": "Chat with your n8n instance",
|
|
5088
|
+
"instanceAi.input.placeholder": "Ask anything...",
|
|
5089
|
+
"instanceAi.input.send": "Send",
|
|
5090
|
+
"instanceAi.input.stop": "Stop",
|
|
5091
|
+
"instanceAi.input.researchToggle": "Deep research",
|
|
5092
|
+
"instanceAi.input.researchToggle.tooltip": "Search the web, read documentation, and synthesize findings before responding",
|
|
5093
|
+
"instanceAi.toolCall.input": "Input",
|
|
5094
|
+
"instanceAi.toolCall.output": "Output",
|
|
5095
|
+
"instanceAi.toolCall.running": "Running...",
|
|
5096
|
+
"instanceAi.toolCall.error": "Error",
|
|
5097
|
+
"instanceAi.toolResult.moreRows": "and {count} more rows...",
|
|
5098
|
+
"instanceAi.toolResult.dataTruncated": "Data truncated for display.",
|
|
5099
|
+
"instanceAi.thread.new": "New chat",
|
|
5100
|
+
"instanceAi.sidebar.back": "Back",
|
|
5101
|
+
"instanceAi.message.reasoning": "Reasoning",
|
|
5102
|
+
"instanceAi.sidebar.noThreads": "No conversations yet",
|
|
5103
|
+
"instanceAi.sidebar.group.thisWeek": "This week",
|
|
5104
|
+
"instanceAi.sidebar.group.older": "Older",
|
|
5105
|
+
"instanceAi.sidebar.renameThread": "Rename",
|
|
5106
|
+
"instanceAi.sidebar.deleteThread": "Delete",
|
|
5107
|
+
"instanceAi.error.sendFailed": "Failed to send message",
|
|
5108
|
+
"instanceAi.view.reconnecting": "Reconnecting...",
|
|
5109
|
+
"instanceAi.agentTree.subAgent": "Sub-agent",
|
|
5110
|
+
"instanceAi.agentTree.tools": "Tools",
|
|
5111
|
+
"instanceAi.agentTree.completed": "Completed",
|
|
5112
|
+
"instanceAi.agentTree.cancelled": "Cancelled",
|
|
5113
|
+
"instanceAi.agentTree.error": "Error",
|
|
5114
|
+
"instanceAi.error.title": "Something went wrong",
|
|
5115
|
+
"instanceAi.error.technicalDetails": "Technical details",
|
|
5116
|
+
"instanceAi.artifactsPanel.title": "Artifacts",
|
|
5117
|
+
"instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
|
|
5118
|
+
"instanceAi.artifactsPanel.tasks": "Tasks",
|
|
5119
|
+
"instanceAi.artifactsPanel.openWorkflow": "Open",
|
|
5120
|
+
"instanceAi.delegateCard.implementsStep": "Step {step}",
|
|
5121
|
+
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
5122
|
+
"instanceAi.delegateCard.briefing": "Briefing",
|
|
5123
|
+
"instanceAi.delegateCard.tools": "Tools",
|
|
5124
|
+
"instanceAi.confirmation.approve": "Approve",
|
|
5125
|
+
"instanceAi.confirmation.deny": "Deny",
|
|
5126
|
+
"instanceAi.confirmation.approved": "Approved",
|
|
5127
|
+
"instanceAi.confirmation.denied": "Denied",
|
|
5128
|
+
"instanceAi.confirmation.deferred": "Skipped",
|
|
5129
|
+
"instanceAi.confirmation.pendingInline": "Waiting for approval",
|
|
5130
|
+
"instanceAi.confirmation.agentContext": "{agent} needs approval",
|
|
5131
|
+
"instanceAi.confirmation.approveAll": "Approve all",
|
|
5132
|
+
"instanceAi.gatewayConfirmation.allowForSession": "Allow for session",
|
|
5133
|
+
"instanceAi.gatewayConfirmation.allowOnce": "Allow once",
|
|
5134
|
+
"instanceAi.gatewayConfirmation.alwaysAllow": "Always allow",
|
|
5135
|
+
"instanceAi.gatewayConfirmation.alwaysDeny": "Always deny",
|
|
5136
|
+
"instanceAi.gatewayConfirmation.denyOnce": "Deny once",
|
|
5137
|
+
"instanceAi.gatewayConfirmation.prompt": "n8n AI wants to access '{resources}' on Computer Use",
|
|
5138
|
+
"instanceAi.askUser.placeholder": "Type your answer...",
|
|
5139
|
+
"instanceAi.askUser.submit": "Submit",
|
|
5140
|
+
"instanceAi.askUser.skip": "Skip",
|
|
5141
|
+
"instanceAi.domainAccess.prompt": "n8n AI wants to access {domain}",
|
|
5142
|
+
"instanceAi.domainAccess.allowOnce": "Allow once",
|
|
5143
|
+
"instanceAi.domainAccess.allowDomain": "Always allow {domain}",
|
|
5144
|
+
"instanceAi.domainAccess.allowAll": "Allow all domains",
|
|
5145
|
+
"instanceAi.domainAccess.deny": "Deny",
|
|
5146
|
+
"instanceAi.settings.permissions.fetchUrl.label": "Fetch URLs without approval",
|
|
5147
|
+
"instanceAi.credential.selected": "Credential selected",
|
|
5148
|
+
"instanceAi.credential.required": "This action requires a credential",
|
|
5149
|
+
"instanceAi.credential.allSelected": "All credentials configured",
|
|
5150
|
+
"instanceAi.credential.useSelected": "Use selected",
|
|
5151
|
+
"instanceAi.credential.deny": "Later",
|
|
5152
|
+
"instanceAi.credential.confirmAll": "Confirm all credentials",
|
|
5153
|
+
"instanceAi.credential.autoSetup": "Set up automatically",
|
|
5154
|
+
"instanceAi.credential.autoSetupStarted": "Automatic credential setup started",
|
|
5155
|
+
"instanceAi.credential.finalize.applyCredentials": "Apply credentials",
|
|
5156
|
+
"instanceAi.credential.finalize.later": "Later",
|
|
5157
|
+
"instanceAi.credential.finalize.applied": "Credentials applied",
|
|
5158
|
+
"instanceAi.credential.finalize.deferred": "Skipped — add credentials later",
|
|
5159
|
+
"instanceAi.credential.setupButton": "Set up credentials",
|
|
5160
|
+
"instanceAi.credential.setupTitle": "Set up {name}",
|
|
5161
|
+
"instanceAi.credential.continueButton": "Continue",
|
|
5162
|
+
"instanceAi.credential.modal.title": "Set up credentials",
|
|
5163
|
+
"instanceAi.workflowSetup.usedByNodes": "Used by {count} node | Used by {count} nodes",
|
|
5164
|
+
"instanceAi.workflowSetup.nodesUsing": "Nodes using this credential:",
|
|
5165
|
+
"instanceAi.workflowSetup.parameterIssues": "Parameters need attention:",
|
|
5166
|
+
"instanceAi.workflowSetup.testTrigger": "Test step",
|
|
5167
|
+
"instanceAi.workflowSetup.triggerSuccess": "Trigger test passed",
|
|
5168
|
+
"instanceAi.workflowSetup.triggerError": "Trigger test failed",
|
|
5169
|
+
"instanceAi.workflowSetup.triggerListening": "Listening for events…",
|
|
5170
|
+
"instanceAi.workflowSetup.apply": "Apply",
|
|
5171
|
+
"instanceAi.workflowSetup.applyCompleted": "Apply completed",
|
|
5172
|
+
"instanceAi.workflowSetup.later": "Skip setup for now",
|
|
5173
|
+
"instanceAi.workflowSetup.applying": "Applying changes…",
|
|
5174
|
+
"instanceAi.workflowSetup.applied": "Workflow configured",
|
|
5175
|
+
"instanceAi.workflowSetup.partiallyApplied": "Partially configured — some nodes skipped",
|
|
5176
|
+
"instanceAi.workflowSetup.deferred": "Skipped — configure later",
|
|
5177
|
+
"instanceAi.workflowSetup.selectOption": "Select an option",
|
|
5178
|
+
"instanceAi.workflowSetup.configureParameters": "Configure {count} parameter | Configure {count} parameters",
|
|
5179
|
+
"instanceAi.workflowSetup.confirmTitle": "Ready to apply",
|
|
5180
|
+
"instanceAi.workflowSetup.confirmDescription": "{count} item configured | {count} items configured",
|
|
5181
|
+
"instanceAi.workflowSetup.reviewDetails": "Review details",
|
|
5182
|
+
"instanceAi.debug.title": "Debug",
|
|
5183
|
+
"instanceAi.debug.copyTrace": "Copy trace",
|
|
5184
|
+
"instanceAi.debug.timing": "Timing",
|
|
5185
|
+
"instanceAi.debug.events": "Events",
|
|
5186
|
+
"instanceAi.debug.messageInspector": "Message Inspector",
|
|
5187
|
+
"instanceAi.debug.connectionStatus": "Connection",
|
|
5188
|
+
"instanceAi.debug.tab.events": "Events",
|
|
5189
|
+
"instanceAi.debug.tab.threads": "Threads",
|
|
5190
|
+
"instanceAi.debug.threads.title": "Thread Inspector",
|
|
5191
|
+
"instanceAi.debug.threads.current": "Current",
|
|
5192
|
+
"instanceAi.debug.threads.messages": "Messages",
|
|
5193
|
+
"instanceAi.debug.threads.noThreads": "No threads found in Mastra storage",
|
|
5194
|
+
"instanceAi.debug.threads.noMessages": "No messages stored",
|
|
5195
|
+
"instanceAi.debug.threads.refresh": "Refresh",
|
|
5196
|
+
"instanceAi.debug.threads.fetchError": "Failed to load thread data",
|
|
5197
|
+
"instanceAi.debug.threads.messageCount": "{count} messages",
|
|
5198
|
+
"instanceAi.settings.title": "Settings",
|
|
5199
|
+
"instanceAi.settings.save": "Save",
|
|
5200
|
+
"instanceAi.settings.reset": "Reset",
|
|
5201
|
+
"instanceAi.settings.section.model": "Model",
|
|
5202
|
+
"instanceAi.settings.section.memory": "Memory",
|
|
5203
|
+
"instanceAi.settings.section.sandbox": "Sandbox",
|
|
5204
|
+
"instanceAi.settings.section.search": "Search",
|
|
5205
|
+
"instanceAi.settings.section.advanced": "Advanced",
|
|
5206
|
+
"instanceAi.settings.credential.label": "Credential",
|
|
5207
|
+
"instanceAi.settings.credential.placeholder": "Select a credential...",
|
|
5208
|
+
"instanceAi.settings.credential.none": "None (use environment variables)",
|
|
5209
|
+
"instanceAi.settings.credential.createNew": "+ Create new credential",
|
|
5210
|
+
"instanceAi.settings.credential.createBrave": "+ Create Brave Search credential",
|
|
5211
|
+
"instanceAi.settings.credential.createSearxng": "+ Create SearXNG credential",
|
|
5212
|
+
"instanceAi.settings.modelName.label": "Model name",
|
|
5213
|
+
"instanceAi.settings.modelName.placeholder": "e.g. claude-sonnet-4-5, gpt-4o",
|
|
5214
|
+
"instanceAi.settings.apiKey.set": "Set",
|
|
5215
|
+
"instanceAi.settings.apiKey.notSet": "Not set",
|
|
5216
|
+
"instanceAi.settings.lastMessages.label": "Recent messages in context",
|
|
5217
|
+
"instanceAi.settings.embedderModel.label": "Embedder model",
|
|
5218
|
+
"instanceAi.settings.embedderModel.placeholder": "Empty = semantic recall disabled",
|
|
5219
|
+
"instanceAi.settings.semanticRecallTopK.label": "Semantic recall top K",
|
|
5220
|
+
"instanceAi.settings.sandboxEnabled.label": "Enable sandbox",
|
|
5221
|
+
"instanceAi.settings.sandboxProvider.label": "Sandbox provider",
|
|
5222
|
+
"instanceAi.settings.daytonaCredential.label": "Daytona credential",
|
|
5223
|
+
"instanceAi.settings.n8nSandboxCredential.label": "n8n sandbox API key credential",
|
|
5224
|
+
"instanceAi.settings.sandboxImage.label": "Sandbox Docker image",
|
|
5225
|
+
"instanceAi.settings.sandboxTimeout.label": "Sandbox timeout (ms)",
|
|
5226
|
+
"instanceAi.settings.searchCredential.label": "Search credential",
|
|
5227
|
+
"instanceAi.settings.subAgentMaxSteps.label": "Sub-agent max steps",
|
|
5228
|
+
"instanceAi.settings.browserMcp.label": "Chrome DevTools MCP",
|
|
5229
|
+
"instanceAi.settings.mcpServers.label": "MCP servers",
|
|
5230
|
+
"instanceAi.settings.mcpServers.placeholder": "name=url, comma-separated",
|
|
5231
|
+
"instanceAi.settings.section.permissions": "Permissions",
|
|
5232
|
+
"instanceAi.settings.permissions.description": "Toggle which actions require your approval before the agent executes them.",
|
|
5233
|
+
"instanceAi.settings.permissions.createWorkflow.label": "Create workflow without approval",
|
|
5234
|
+
"instanceAi.settings.permissions.updateWorkflow.label": "Update workflow without approval",
|
|
5235
|
+
"instanceAi.settings.permissions.runWorkflow.label": "Run workflow without approval",
|
|
5236
|
+
"instanceAi.settings.permissions.publishWorkflow.label": "Publish/unpublish workflow without approval",
|
|
5237
|
+
"instanceAi.settings.permissions.deleteWorkflow.label": "Delete workflow without approval",
|
|
5238
|
+
"instanceAi.settings.permissions.deleteCredential.label": "Delete credential without approval",
|
|
5239
|
+
"instanceAi.settings.permissions.deleteDataTable.label": "Delete data table without approval",
|
|
5240
|
+
"instanceAi.builderCard.title": "Building workflow",
|
|
5241
|
+
"instanceAi.builderCard.phase.researching": "Researching nodes",
|
|
5242
|
+
"instanceAi.builderCard.phase.schemas": "Loading schemas",
|
|
5243
|
+
"instanceAi.builderCard.phase.building": "Generating workflow",
|
|
5244
|
+
"instanceAi.builderCard.details": "Details",
|
|
5245
|
+
"instanceAi.builderCard.success": "Workflow created successfully",
|
|
5246
|
+
"instanceAi.builderCard.openWorkflow": "Open workflow",
|
|
5247
|
+
"instanceAi.builderCard.failed": "Build failed",
|
|
5248
|
+
"instanceAi.workflowPreview.title": "Workflow preview",
|
|
5249
|
+
"instanceAi.workflowPreview.openInEditor": "Open in editor",
|
|
5250
|
+
"instanceAi.workflowPreview.fetchError": "Could not load workflow",
|
|
5251
|
+
"instanceAi.dataTablePreview.title": "Data table preview",
|
|
5252
|
+
"instanceAi.dataTablePreview.open": "Open",
|
|
5253
|
+
"instanceAi.dataTablePreview.fetchError": "Could not load data table",
|
|
5254
|
+
"instanceAi.dataTableCard.title": "Managing data table",
|
|
5255
|
+
"instanceAi.dataTableCard.phase.checking": "Checking tables",
|
|
5256
|
+
"instanceAi.dataTableCard.phase.schema": "Modifying schema",
|
|
5257
|
+
"instanceAi.dataTableCard.phase.rows": "Managing rows",
|
|
5258
|
+
"instanceAi.dataTableCard.details": "Details",
|
|
5259
|
+
"instanceAi.dataTableCard.success": "Data table operations completed",
|
|
5260
|
+
"instanceAi.dataTableCard.failed": "Data table operation failed",
|
|
5261
|
+
"instanceAi.artifactCard.updatedJustNow": "Last updated just now",
|
|
5262
|
+
"instanceAi.artifactCard.updatedAgo": "Last updated {time} ago",
|
|
5263
|
+
"instanceAi.artifactCard.minute": "{count} minute",
|
|
5264
|
+
"instanceAi.artifactCard.minutes": "{count} minutes",
|
|
5265
|
+
"instanceAi.artifactCard.hour": "{count} hour",
|
|
5266
|
+
"instanceAi.artifactCard.hours": "{count} hours",
|
|
5267
|
+
"instanceAi.artifactCard.createdAt": "Created {date}",
|
|
5268
|
+
"instanceAi.artifactCard.columns": "{count} columns",
|
|
5269
|
+
"instanceAi.researchCard.title": "Researching",
|
|
5270
|
+
"instanceAi.researchCard.title.analyzing": "Analyzing results",
|
|
5271
|
+
"instanceAi.researchCard.phase.searching": "Searching",
|
|
5272
|
+
"instanceAi.researchCard.phase.searched": "Searched",
|
|
5273
|
+
"instanceAi.researchCard.phase.reading": "Reading",
|
|
5274
|
+
"instanceAi.researchCard.phase.read": "Read",
|
|
5275
|
+
"instanceAi.researchCard.phase.analyzing": "Analyzing results",
|
|
5276
|
+
"instanceAi.researchCard.details": "Details",
|
|
5277
|
+
"instanceAi.researchCard.complete": "Research complete",
|
|
5278
|
+
"instanceAi.researchCard.failed": "Research failed",
|
|
5279
|
+
"instanceAi.agent.stop": "Stop",
|
|
5280
|
+
"instanceAi.backgroundTask.running": "Working in the background...",
|
|
5281
|
+
"instanceAi.backgroundTask.completed": "Background task finished",
|
|
5282
|
+
"instanceAi.backgroundTask.failed": "Background task failed",
|
|
5283
|
+
"instanceAi.planReview.title": "Review before building",
|
|
5284
|
+
"instanceAi.planReview.building": "Building plan...",
|
|
5285
|
+
"instanceAi.planReview.awaitingApproval": "Awaiting approval",
|
|
5286
|
+
"instanceAi.planReview.description": "Review the plan, then approve it to start building or request changes to revise it.",
|
|
5287
|
+
"instanceAi.planReview.feedbackPlaceholder": "Describe what should change before execution starts.",
|
|
5288
|
+
"instanceAi.planReview.requestChanges": "Request changes",
|
|
5289
|
+
"instanceAi.planReview.approve": "Approve",
|
|
5290
|
+
"instanceAi.planReview.approved": "Plan approved",
|
|
5291
|
+
"instanceAi.message.retry": "Retry",
|
|
5292
|
+
"instanceAi.input.amendPlaceholder": "Amend the {role} agent...",
|
|
5293
|
+
"instanceAi.feedback.success": "Thanks for your feedback!",
|
|
5294
|
+
"instanceAi.emptyState.title": "AI Assistant",
|
|
5295
|
+
"instanceAi.emptyState.suggestions.buildWorkflow.label": "Build a workflow",
|
|
5296
|
+
"instanceAi.emptyState.suggestions.buildWorkflow.prompt": "I want to build a new workflow. Help me figure out what to build. Ask me what's the end goal, what should trigger it, and what apps or services are involved.",
|
|
5297
|
+
"instanceAi.emptyState.suggestions.buildAgent.label": "Build an agent",
|
|
5298
|
+
"instanceAi.emptyState.suggestions.buildAgent.prompt": "I want to build a new agent. Help me figure out what to build. Ask me what the main purpose of the agent is, what should trigger it into action, what apps, tools, or knowledge it should have access to, and whether I have a preference for the AI model used.",
|
|
5299
|
+
"instanceAi.emptyState.suggestions.findAutomationIdeas.label": "Find inspiration",
|
|
5300
|
+
"instanceAi.emptyState.suggestions.findAutomationIdeas.prompt": "I want to use AI to automate more work. Give me suggestions. Ask me what I do for work, which apps I use, and what I wish I could get done.",
|
|
5301
|
+
"instanceAi.emptyState.suggestions.quickExamples.label": "Quick examples",
|
|
5302
|
+
"instanceAi.emptyState.quickExamples.monitorCompetitors.label": "Track competitor news",
|
|
5303
|
+
"instanceAi.emptyState.quickExamples.monitorCompetitors.prompt": "Once per week, search Google News for mentions of all the competitors listed in a Google Sheet, use Claude to summarize any articles published in the last week, and post the summary to #competitive-intel in Slack.",
|
|
5304
|
+
"instanceAi.emptyState.quickExamples.automateInbox.label": "Automate my inbox",
|
|
5305
|
+
"instanceAi.emptyState.quickExamples.automateInbox.prompt": "Every morning, read all emails received in the last 24 hours from Gmail, use OpenAI to extract action items and prioritize them, then send me a structured daily digest email summarizing what needs my attention.",
|
|
5306
|
+
"instanceAi.emptyState.quickExamples.answerSupportRequests.label": "Summarize and route requests",
|
|
5307
|
+
"instanceAi.emptyState.quickExamples.answerSupportRequests.prompt": "When a new email arrives in our Outlook inbox, use Claude to summarize what the prospect is looking for, rate its urgency and potential value, then notify the right person in Slack based on the product and region of the prospect.",
|
|
5308
|
+
"instanceAi.emptyState.quickExamples.analyseAdSpend.label": "Answer questions with an agent",
|
|
5309
|
+
"instanceAi.emptyState.quickExamples.analyseAdSpend.prompt": "Create an agent that is triggered by a WhatsApp message, gets the relevant information from our Google Doc knowledge base, uses Claude to generate an answer, and replies directly in the same WhatsApp conversation.",
|
|
5310
|
+
"instanceAi.emptyState.quickExamples.getNewsSummary.label": "Monitor inventory levels",
|
|
5311
|
+
"instanceAi.emptyState.quickExamples.getNewsSummary.prompt": "Twice a day, read inventory levels from a Google Sheet, flag items with fewer than 10 units as critical out-of-stock and fewer than 30 units as low stock, then have Claude draft a summary email for Gmail as well as personalized reorder emails.",
|
|
5312
|
+
"instanceAi.emptyState.quickExamples.close": "Close quick examples",
|
|
5313
|
+
"instanceAi.statusBar.thinking": "Thinking",
|
|
5314
|
+
"instanceAi.tools.search-nodes": "Searching nodes",
|
|
5315
|
+
"instanceAi.tools.get-node-type-definition": "Loading node schema",
|
|
5316
|
+
"instanceAi.tools.get-node-description": "Reading node details",
|
|
5317
|
+
"instanceAi.tools.explore-node-resources": "Exploring node resources",
|
|
5318
|
+
"instanceAi.tools.get-suggested-nodes": "Getting suggested nodes",
|
|
5319
|
+
"instanceAi.tools.list-nodes": "Listing available nodes",
|
|
5320
|
+
"instanceAi.tools.get-workflow-as-code": "Reading workflow code",
|
|
5321
|
+
"instanceAi.tools.build-workflow": "Generating workflow",
|
|
5322
|
+
"instanceAi.tools.submit-workflow": "Submitting workflow",
|
|
5323
|
+
"instanceAi.tools.list-workflows": "Listing workflows",
|
|
5324
|
+
"instanceAi.tools.get-workflow": "Reading workflow",
|
|
5325
|
+
"instanceAi.tools.delete-workflow": "Archiving workflow",
|
|
5326
|
+
"instanceAi.tools.activate-workflow": "Activating workflow",
|
|
5327
|
+
"instanceAi.tools.materialize-node-type": "Installing node type",
|
|
5328
|
+
"instanceAi.tools.write-file": "Writing file",
|
|
5329
|
+
"instanceAi.tools.list-executions": "Checking executions",
|
|
5330
|
+
"instanceAi.tools.run-workflow": "Running workflow",
|
|
5331
|
+
"instanceAi.tools.get-execution": "Getting execution result",
|
|
5332
|
+
"instanceAi.tools.debug-execution": "Debugging execution",
|
|
5333
|
+
"instanceAi.tools.stop-execution": "Stopping execution",
|
|
5334
|
+
"instanceAi.tools.list-data-tables": "Listing data tables",
|
|
5335
|
+
"instanceAi.tools.get-data-table-schema": "Reading table schema",
|
|
5336
|
+
"instanceAi.tools.create-data-table": "Creating data table",
|
|
5337
|
+
"instanceAi.tools.delete-data-table": "Deleting data table",
|
|
5338
|
+
"instanceAi.tools.add-data-table-column": "Adding table column",
|
|
5339
|
+
"instanceAi.tools.delete-data-table-column": "Removing table column",
|
|
5340
|
+
"instanceAi.tools.rename-data-table-column": "Renaming table column",
|
|
5341
|
+
"instanceAi.tools.query-data-table-rows": "Querying data",
|
|
5342
|
+
"instanceAi.tools.insert-data-table-rows": "Inserting rows",
|
|
5343
|
+
"instanceAi.tools.update-data-table-rows": "Updating rows",
|
|
5344
|
+
"instanceAi.tools.delete-data-table-rows": "Deleting rows",
|
|
5345
|
+
"instanceAi.tools.list-credentials": "Checking credentials",
|
|
5346
|
+
"instanceAi.tools.get-credential": "Reading credential",
|
|
5347
|
+
"instanceAi.tools.test-credential": "Testing credential",
|
|
5348
|
+
"instanceAi.tools.setup-credentials": "Setting up credentials",
|
|
5349
|
+
"instanceAi.tools.delete-credential": "Deleting credential",
|
|
5350
|
+
"instanceAi.tools.plan": "Planning",
|
|
5351
|
+
"instanceAi.tools.delegate": "Delegating task",
|
|
5352
|
+
"instanceAi.tools.web-search": "Searching the web",
|
|
5353
|
+
"instanceAi.tools.fetch-url": "Fetching page",
|
|
5354
|
+
"instanceAi.tools.research-with-agent": "Researching",
|
|
5355
|
+
"instanceAi.tools.build-workflow-with-agent": "Building workflow",
|
|
5356
|
+
"instanceAi.tools.manage-data-tables-with-agent": "Managing data tables",
|
|
5357
|
+
"instanceAi.tools.browser-credential-setup": "Setting up credentials in browser",
|
|
5358
|
+
"instanceAi.tools.get-best-practices": "Loading best practices",
|
|
5359
|
+
"instanceAi.tools.search-template-parameters": "Searching templates",
|
|
5360
|
+
"instanceAi.tools.search-template-structures": "Searching template structures",
|
|
5361
|
+
"instanceAi.tools.ask-user": "Asking user",
|
|
5362
|
+
"instanceAi.tools.cancel-background-task": "Cancelling task",
|
|
5363
|
+
"instanceAi.tools.correct-background-task": "Correcting task",
|
|
5364
|
+
"instanceAi.tools.pause-for-user": "Waiting for input",
|
|
5365
|
+
"instanceAi.tools.update-tasks": "Updating tasks",
|
|
5366
|
+
"instanceAi.tools.report-verification-verdict": "Verifying workflow",
|
|
5367
|
+
"instanceAi.tools.verify-built-workflow": "Verifying workflow",
|
|
5368
|
+
"instanceAi.tools.updateWorkingMemory": "Updating memory",
|
|
5369
|
+
"instanceAi.tools.apply-workflow-credentials": "Applying credentials",
|
|
5370
|
+
"instanceAi.tools.setup-workflow": "Setting up workflow",
|
|
5371
|
+
"instanceAi.tools.publish-workflow": "Publishing workflow",
|
|
5372
|
+
"instanceAi.tools.unpublish-workflow": "Unpublishing workflow",
|
|
5373
|
+
"instanceAi.tools.tag-workflow": "Tagging workflow",
|
|
5374
|
+
"instanceAi.tools.move-workflow-to-folder": "Moving workflow to folder",
|
|
5375
|
+
"instanceAi.tools.get-workflow-version": "Reading workflow version",
|
|
5376
|
+
"instanceAi.tools.list-workflow-versions": "Listing workflow versions",
|
|
5377
|
+
"instanceAi.tools.update-workflow-version": "Updating workflow version",
|
|
5378
|
+
"instanceAi.tools.restore-workflow-version": "Restoring workflow version",
|
|
5379
|
+
"instanceAi.tools.get-node-output": "Reading node output",
|
|
5380
|
+
"instanceAi.tools.cleanup-test-executions": "Cleaning up test executions",
|
|
5381
|
+
"instanceAi.tools.create-folder": "Creating folder",
|
|
5382
|
+
"instanceAi.tools.delete-folder": "Deleting folder",
|
|
5383
|
+
"instanceAi.tools.list-folders": "Listing folders",
|
|
5384
|
+
"instanceAi.tools.list-projects": "Listing projects",
|
|
5385
|
+
"instanceAi.tools.list-tags": "Listing tags",
|
|
5386
|
+
"instanceAi.tools.get-file-tree": "Reading file tree",
|
|
5387
|
+
"instanceAi.tools.list-files": "Listing files",
|
|
5388
|
+
"instanceAi.tools.read-file": "Reading file",
|
|
5389
|
+
"instanceAi.tools.search-files": "Searching files",
|
|
5390
|
+
"instanceAi.tools.parse-file": "Parsing file",
|
|
5391
|
+
"instanceAi.tools.mastra_workspace_read_file": "Reading file",
|
|
5392
|
+
"instanceAi.tools.mastra_workspace_write_file": "Writing file",
|
|
5393
|
+
"instanceAi.tools.mastra_workspace_edit_file": "Editing file",
|
|
5394
|
+
"instanceAi.tools.mastra_workspace_list_files": "Listing files",
|
|
5395
|
+
"instanceAi.tools.mastra_workspace_delete": "Deleting file",
|
|
5396
|
+
"instanceAi.tools.mastra_workspace_file_stat": "Checking file info",
|
|
5397
|
+
"instanceAi.tools.mastra_workspace_mkdir": "Creating directory",
|
|
5398
|
+
"instanceAi.tools.mastra_workspace_grep": "Searching files",
|
|
5399
|
+
"instanceAi.tools.mastra_workspace_ast_edit": "Editing code",
|
|
5400
|
+
"instanceAi.tools.mastra_workspace_execute_command": "Running command",
|
|
5401
|
+
"instanceAi.tools.mastra_workspace_get_process_output": "Reading process output",
|
|
5402
|
+
"instanceAi.tools.mastra_workspace_kill_process": "Stopping process",
|
|
5403
|
+
"instanceAi.tools.mastra_workspace_search": "Searching workspace",
|
|
5404
|
+
"instanceAi.tools.mastra_workspace_index": "Indexing workspace",
|
|
5405
|
+
"instanceAi.stepTimeline.showData": "Show data",
|
|
5406
|
+
"instanceAi.stepTimeline.hideData": "Hide data",
|
|
5407
|
+
"instanceAi.stepTimeline.showBrief": "Show brief",
|
|
5408
|
+
"instanceAi.stepTimeline.hideBrief": "Hide brief",
|
|
5409
|
+
"instanceAi.stepTimeline.done": "Done",
|
|
5410
|
+
"instanceAi.stepTimeline.craftingWorkflow": "Crafting workflow",
|
|
5411
|
+
"instanceAi.activitySummary.toolCalls": "{count} tool calls",
|
|
5412
|
+
"instanceAi.activitySummary.messages": "{count} messages",
|
|
5413
|
+
"instanceAi.activitySummary.questions": "{count} answered questions",
|
|
5414
|
+
"instanceAi.activitySummary.subagents": "{count} subagents",
|
|
5415
|
+
"instanceAi.filesystem.label": "Local gateway",
|
|
5416
|
+
"instanceAi.filesystem.connected": "Files connected",
|
|
5417
|
+
"instanceAi.filesystem.connectWaiting": "Connecting...",
|
|
5418
|
+
"instanceAi.filesystem.copied": "Copied!",
|
|
5419
|
+
"instanceAi.filesystem.setupCommand": "Run in your terminal to connect:",
|
|
5420
|
+
"projects.menu.instanceAi": "Instance AI",
|
|
5421
|
+
"chatInputBase.button.attach": "Attach files",
|
|
5422
|
+
"instanceAi.filesystem.access.read": "Read only",
|
|
5423
|
+
"instanceAi.filesystem.access.readWrite": "Read & Write",
|
|
5424
|
+
"instanceAi.filesystem.category.browser": "Browser",
|
|
5425
|
+
"instanceAi.filesystem.category.computerUse": "Computer",
|
|
5426
|
+
"instanceAi.filesystem.category.filesystem": "Files",
|
|
5427
|
+
"instanceAi.filesystem.category.shell": "Shell",
|
|
5428
|
+
"instanceAi.settings.permissions.activateWorkflow.label": "Activate workflow without approval",
|
|
5429
|
+
"instanceAi.tools.patch-workflow": "Updating workflow",
|
|
5430
|
+
"instanceAi.welcomeModal.badge": "Early preview",
|
|
5431
|
+
"instanceAi.welcomeModal.title": "Try AI Assistant",
|
|
5432
|
+
"instanceAi.welcomeModal.description": "An agent that can modify workflows, credentials and<br>connect services on your behalf",
|
|
5433
|
+
"instanceAi.welcomeModal.warning": "This feature may behave unexpectedly and isn’t recommended for production-critical workflows.",
|
|
5434
|
+
"instanceAi.welcomeModal.feature.build": "Build and edit workflows through conversation",
|
|
5435
|
+
"instanceAi.welcomeModal.feature.debug": "Debug failed executions and suggest fixes",
|
|
5436
|
+
"instanceAi.welcomeModal.feature.ask": "Ask anything about n8n and get contextual help",
|
|
5437
|
+
"instanceAi.welcomeModal.toggle.cardTitle": "Enable AI Assistant on this instance",
|
|
5438
|
+
"instanceAi.welcomeModal.toggle.enableCardDescription": "For all users on this instance",
|
|
5439
|
+
"instanceAi.welcomeModal.toggle.disableCardDescription": "You can enable later in settings",
|
|
5440
|
+
"instanceAi.welcomeModal.toggle.dontEnable": "Don't enable",
|
|
5441
|
+
"instanceAi.welcomeModal.toggle.enabled": "Enabled",
|
|
5442
|
+
"instanceAi.welcomeModal.toggle.disabled": "Disabled",
|
|
5443
|
+
"instanceAi.welcomeModal.disclaimer": "Conversations are processed by external AI providers.",
|
|
5444
|
+
"instanceAi.welcomeModal.readMore": "Read more.",
|
|
5445
|
+
"instanceAi.welcomeModal.continue": "Continue",
|
|
5446
|
+
"instanceAi.welcomeModal.enable": "Enable",
|
|
5447
|
+
"instanceAi.welcomeModal.skip": "Skip for now",
|
|
5448
|
+
"instanceAi.welcomeModal.gateway.title": "Connect AI Assistant to your computer",
|
|
5449
|
+
"instanceAi.welcomeModal.gateway.optional": "Optional",
|
|
5450
|
+
"instanceAi.welcomeModal.gateway.description": "Allow AI Assistant to work with local files, run terminal commands, and control your browser so it can help build automations on your machine.<br><br>It connects through n8n Computer Use, a lightweight local process you can disconnect anytime.",
|
|
5451
|
+
"instanceAi.welcomeModal.gateway.os.mac": "Mac",
|
|
5452
|
+
"instanceAi.welcomeModal.gateway.os.windows": "Windows",
|
|
5453
|
+
"instanceAi.welcomeModal.gateway.os.linux": "Linux",
|
|
5454
|
+
"instanceAi.welcomeModal.gateway.commandLabel": "Copy and run this in your terminal:",
|
|
5455
|
+
"instanceAi.welcomeModal.gateway.connected": "Connected successfully",
|
|
5456
|
+
"instanceAi.welcomeModal.gateway.waiting": "Waiting for connection...",
|
|
5457
|
+
"instanceAi.welcomeModal.gateway.instructions.mac": "Open Terminal (Cmd + Space, type \"Terminal\") and paste the command above. You can enable this later under Settings > Computer Use.",
|
|
5458
|
+
"instanceAi.welcomeModal.gateway.instructions.windows": "Open Terminal (Windows key, type \"Terminal\") and paste the command above. You can enable this later under Settings > Computer Use.",
|
|
5459
|
+
"instanceAi.welcomeModal.gateway.instructions.linux": "Open your terminal and paste the command above. You can enable this later under Settings > Computer Use.",
|
|
5460
|
+
"instanceAi.welcomeModal.gateway.skip": "Skip and set up later",
|
|
5461
|
+
"instanceAi.welcomeModal.gateway.done": "Done"
|
|
4984
5462
|
};
|
|
4985
5463
|
|
|
4986
5464
|
//#endregion
|