@n8n/i18n 2.22.0 → 2.23.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 +132 -34
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +120 -22
- package/dist/index.d.mts +120 -22
- package/dist/index.mjs +132 -34
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +120 -22
- package/dist/types2.d.mts +120 -22
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1005,6 +1005,9 @@ var en_default = {
|
|
|
1005
1005
|
"communityNodeFooter.manage": "Manage",
|
|
1006
1006
|
"communityNodeFooter.reportIssue": "Report issue",
|
|
1007
1007
|
"credentialEdit.credentialConfig.accountConnected": "Account connected",
|
|
1008
|
+
"credentialEdit.credentialConfig.accountNotConnected": "Connect your account to use this credential",
|
|
1009
|
+
"credentialEdit.credentialConfig.connect": "Connect",
|
|
1010
|
+
"credentialEdit.credentialConfig.connectOAuth2Credential": "Connect OAuth2 Credential",
|
|
1008
1011
|
"credentialEdit.credentialConfig.clickToCopy": "Click To Copy",
|
|
1009
1012
|
"credentialEdit.credentialConfig.connectionTestedSuccessfully": "Connection tested successfully",
|
|
1010
1013
|
"credentialEdit.credentialConfig.couldntConnectWithTheseSettings": "Couldn’t connect with these settings",
|
|
@@ -1332,7 +1335,6 @@ var en_default = {
|
|
|
1332
1335
|
"agentSessions.actions": "Actions",
|
|
1333
1336
|
"agentSessions.empty": "No agent sessions",
|
|
1334
1337
|
"agentSessions.loadMore": "Load more",
|
|
1335
|
-
"agentSessions.loadedAll": "No more sessions to fetch",
|
|
1336
1338
|
"agentSessions.deleteConfirm.headline": "Delete Session?",
|
|
1337
1339
|
"agentSessions.deleteConfirm.message": "This will delete the session and all its executions. This cannot be undone.",
|
|
1338
1340
|
"agentSessions.deleteConfirm.confirmButtonText": "Yes, delete",
|
|
@@ -2584,6 +2586,8 @@ var en_default = {
|
|
|
2584
2586
|
"projectRoles.folder:delete.tooltip": "Delete an empty folder. If not empty, ask further action",
|
|
2585
2587
|
"projectRoles.workflow:read": "View",
|
|
2586
2588
|
"projectRoles.workflow:read.tooltip": "View workflows within the project",
|
|
2589
|
+
"projectRoles.workflow:export": "Export",
|
|
2590
|
+
"projectRoles.workflow:export.tooltip": "Include workflows in a package export",
|
|
2587
2591
|
"projectRoles.workflow:execute": "Execute",
|
|
2588
2592
|
"projectRoles.workflow:execute.tooltip": "Execute workflows within the project",
|
|
2589
2593
|
"projectRoles.workflow:update": "Edit",
|
|
@@ -2599,8 +2603,10 @@ var en_default = {
|
|
|
2599
2603
|
"projectRoles.workflow:publish.tooltip": "Publish and unpublish workflows",
|
|
2600
2604
|
"projectRoles.workflow:unpublish": "Unpublish",
|
|
2601
2605
|
"projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
|
|
2602
|
-
"projectRoles.workflow:
|
|
2603
|
-
"projectRoles.workflow:
|
|
2606
|
+
"projectRoles.workflow:enableRedaction": "Enable data redaction",
|
|
2607
|
+
"projectRoles.workflow:enableRedaction.tooltip": "Allow enabling data redaction on workflows in the project",
|
|
2608
|
+
"projectRoles.workflow:disableRedaction": "Disable data redaction",
|
|
2609
|
+
"projectRoles.workflow:disableRedaction.tooltip": "Allow disabling data redaction on workflows in the project",
|
|
2604
2610
|
"projectRoles.agent:create": "Create",
|
|
2605
2611
|
"projectRoles.agent:create.tooltip": "Create new agents",
|
|
2606
2612
|
"projectRoles.agent:read": "View",
|
|
@@ -2986,7 +2992,7 @@ var en_default = {
|
|
|
2986
2992
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.cursor": "Set up the n8n MCP server for Cursor across all projects.\n\n1. Open ~/.cursor/mcp.json (create the file and directory if they don't exist). Add the entry below, merging with any existing config so other servers stay intact:\n\n {'{'}\n \"mcpServers\": {'{'}\n \"n8n\": {'{'}\n \"url\": \"{serverUrl}\"\n {'}'}\n {'}'}\n {'}'}\n\n2. Once it's saved, remind me to restart Cursor and complete the n8n OAuth flow when it prompts me — the server's tools won't be available until then.",
|
|
2987
2993
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.codex": "Set up the n8n MCP server for Codex across all projects.\n\n1. Open ~/.codex/config.toml (create the file and directory if they don't exist). Append the section below, leaving any existing config in place:\n\n [mcp_servers.n8n]\n url = \"{serverUrl}\"\n\n2. Once it's saved, remind me to restart Codex and complete the n8n OAuth flow in my browser when it prompts me — the server's tools won't be available until then.",
|
|
2988
2994
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": "Choose your assistant",
|
|
2989
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP
|
|
2995
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP for my instance",
|
|
2990
2996
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": "Paste the prompt in {assistant}",
|
|
2991
2997
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": "Paste Server URL",
|
|
2992
2998
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.restart.title": "Restart {assistant} and connect to n8n",
|
|
@@ -3791,6 +3797,10 @@ var en_default = {
|
|
|
3791
3797
|
"workflowProductionChecklist.errorWorkflow.description": "Customize exactly how you’re notified by setting up an error workflow",
|
|
3792
3798
|
"workflowProductionChecklist.timeSaved.title": "Track time saved",
|
|
3793
3799
|
"workflowProductionChecklist.timeSaved.description": "Configure the time saved on each run to track the manual work it saves.",
|
|
3800
|
+
"canvas.selection.toolbar.group": "Group nodes",
|
|
3801
|
+
"canvas.selection.toolbar.ungroup": "Ungroup",
|
|
3802
|
+
"canvas.nodeGroup.defaultTitle": "Group",
|
|
3803
|
+
"canvas.nodeGroup.titlePlaceholder": "Group name",
|
|
3794
3804
|
"workflowExtraction.error.failure": "Sub-workflow conversion failed",
|
|
3795
3805
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": "Non-input node '{node}' has a connection from a node outside the current selection.",
|
|
3796
3806
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": "Non-output node '{node}' has a connection to a node outside the current selection.",
|
|
@@ -3887,12 +3897,15 @@ var en_default = {
|
|
|
3887
3897
|
"workflowSettings.redactProductionData": "Redact production execution data",
|
|
3888
3898
|
"workflowSettings.redactProductionData.dynamicCredentialsHint": "Prod. execution data is always redacted in workflows that use dynamic credentials.",
|
|
3889
3899
|
"workflowSettings.redactManualData": "Redact manual execution data",
|
|
3900
|
+
"workflowSettings.redactManualData.requiresProductionHint": "Manual execution data can only be redacted when production execution data is also redacted.",
|
|
3890
3901
|
"workflowSettings.redactionOptions.default": "Default - Do not redact",
|
|
3891
3902
|
"workflowSettings.redactionOptions.redact": "Redact",
|
|
3892
3903
|
"workflowSettings.helpTexts.redactProductionData": "Controls whether execution data from production (non-manually triggered) executions is redacted.",
|
|
3893
3904
|
"workflowSettings.helpTexts.redactManualData": "Controls whether execution data from manually triggered executions is redacted.",
|
|
3894
3905
|
"workflowSettings.redactionPermissionNotice": "You don't have permission to change data redaction settings.",
|
|
3895
3906
|
"workflowSettings.redactionPermissionNotice.viewUsers": "View users with access",
|
|
3907
|
+
"workflowSettings.redactionEnforcementNotice": "Enforced at instance level",
|
|
3908
|
+
"workflowSettings.redactionEnforcementNotice.label": "Enforced at instance level",
|
|
3896
3909
|
"workflowSettings.redactionMembersModal.title": "Users who can edit data redaction settings",
|
|
3897
3910
|
"workflowSettings.redactionMembersModal.description": "These users can change data redaction settings. Contact one of them to request a change.",
|
|
3898
3911
|
"workflowSettings.saveManualExecutions": "Save manual executions",
|
|
@@ -4091,6 +4104,7 @@ var en_default = {
|
|
|
4091
4104
|
"resourceDependents.type.workflows": "Workflows",
|
|
4092
4105
|
"workflows.item.enableMCPAccess": "Enable MCP access",
|
|
4093
4106
|
"workflows.item.disableMCPAccess": "Remove MCP access",
|
|
4107
|
+
"workflows.item.mcpDisabledByInstance": "Instance-level MCP is disabled. Ask an admin to enable it.",
|
|
4094
4108
|
"workflows.itemSuggestion.try": "Try template",
|
|
4095
4109
|
"workflows.templateRecoV2.starterTemplates": "Starter templates",
|
|
4096
4110
|
"workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",
|
|
@@ -4605,12 +4619,18 @@ var en_default = {
|
|
|
4605
4619
|
"settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
|
|
4606
4620
|
"settings.security.dataRedaction.title": "Data redaction",
|
|
4607
4621
|
"settings.security.dataRedaction.enforce.title": "Enforce data redaction",
|
|
4608
|
-
"settings.security.dataRedaction.enforce.message": "
|
|
4622
|
+
"settings.security.dataRedaction.enforce.message": "Override workflow-level settings and enforce data redaction on all executions across the instance.",
|
|
4609
4623
|
"settings.security.dataRedaction.enforce.success.enabled": "Data redaction enforced",
|
|
4610
4624
|
"settings.security.dataRedaction.enforce.success.disabled": "Data redaction no longer enforced",
|
|
4611
4625
|
"settings.security.dataRedaction.enforce.error": "Failed to update data redaction enforcement",
|
|
4626
|
+
"settings.security.dataRedaction.enforce.confirmEnable.headline": "Enable data redaction enforcement",
|
|
4627
|
+
"settings.security.dataRedaction.enforce.confirmEnable.message": "All workflows in this instance will redact execution data based on your selection: production executions, or manual and production executions. Workflow editors won't be able to disable or reduce redaction below the level selected. New workflows will inherit this setting.",
|
|
4628
|
+
"settings.security.dataRedaction.enforce.confirmEnable.action": "Enable",
|
|
4629
|
+
"settings.security.dataRedaction.enforce.confirmDisable.headline": "Disable data redaction enforcement",
|
|
4630
|
+
"settings.security.dataRedaction.enforce.confirmDisable.message": "Redaction will no longer be enforced across this instance. Workflows will fall back to their own redaction settings. Workflow editors will be able to change those settings freely.",
|
|
4631
|
+
"settings.security.dataRedaction.enforce.confirmDisable.action": "Disable",
|
|
4612
4632
|
"settings.security.dataRedaction.scope.title": "Redact executions",
|
|
4613
|
-
"settings.security.dataRedaction.scope.description": "
|
|
4633
|
+
"settings.security.dataRedaction.scope.description": "Select whether to redact production executions, or manual and production executions.",
|
|
4614
4634
|
"settings.security.dataRedaction.scope.option.manual-only": "Manual executions",
|
|
4615
4635
|
"settings.security.dataRedaction.scope.option.non-manual": "Production executions (Recommended)",
|
|
4616
4636
|
"settings.security.dataRedaction.scope.option.all": "Manual and production executions",
|
|
@@ -4761,6 +4781,7 @@ var en_default = {
|
|
|
4761
4781
|
"projects.menu.create.credential": "New credential",
|
|
4762
4782
|
"projects.menu.create.agent": "New agent",
|
|
4763
4783
|
"projects.menu.create.project": "New project",
|
|
4784
|
+
"projects.menu.create.instanceAiThread": "New AI chat",
|
|
4764
4785
|
"projects.settings": "Project settings",
|
|
4765
4786
|
"projects.settings.info": "Project info",
|
|
4766
4787
|
"projects.settings.newProjectName": "My project",
|
|
@@ -5285,6 +5306,7 @@ var en_default = {
|
|
|
5285
5306
|
"insights.banner.title.timeSaved": "Time saved",
|
|
5286
5307
|
"insights.banner.title.timeSavedDailyAverage": "Time saved daily avg.",
|
|
5287
5308
|
"insights.banner.title.averageRunTime": "Run time (avg.)",
|
|
5309
|
+
"insights.dashboard.chart.title": "Breakdown by {granularity}",
|
|
5288
5310
|
"insights.dashboard.table.projectName": "Project name",
|
|
5289
5311
|
"insights.dashboard.table.title": "Breakdown by workflow",
|
|
5290
5312
|
"insights.dashboard.table.estimate": "Estimate",
|
|
@@ -5525,9 +5547,12 @@ var en_default = {
|
|
|
5525
5547
|
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
5526
5548
|
"instanceAi.delegateCard.briefing": "Briefing",
|
|
5527
5549
|
"instanceAi.delegateCard.tools": "Tools",
|
|
5528
|
-
"instanceAi.confirmation.approve": "
|
|
5550
|
+
"instanceAi.confirmation.approve": "Allow once",
|
|
5551
|
+
"instanceAi.confirmation.alwaysAllow": "Always allow",
|
|
5552
|
+
"instanceAi.confirmation.alwaysAllowSuffix": "during this session",
|
|
5553
|
+
"instanceAi.confirmation.allowPrompt": "Allow AI Assistant to {action}?",
|
|
5529
5554
|
"instanceAi.confirmation.deny": "Deny",
|
|
5530
|
-
"instanceAi.confirmation.approved": "
|
|
5555
|
+
"instanceAi.confirmation.approved": "Allowed",
|
|
5531
5556
|
"instanceAi.confirmation.denied": "Denied",
|
|
5532
5557
|
"instanceAi.confirmation.deferred": "Skipped",
|
|
5533
5558
|
"instanceAi.confirmation.pendingInline": "Waiting for approval",
|
|
@@ -5536,18 +5561,18 @@ var en_default = {
|
|
|
5536
5561
|
"instanceAi.confirmation.continue": "Continue",
|
|
5537
5562
|
"instanceAi.gatewayConfirmation.allowForSession": "Allow for session",
|
|
5538
5563
|
"instanceAi.gatewayConfirmation.allowOnce": "Allow once",
|
|
5539
|
-
"instanceAi.gatewayConfirmation.denyOnce": "Deny
|
|
5540
|
-
"instanceAi.gatewayConfirmation.prompt": "AI Assistant
|
|
5564
|
+
"instanceAi.gatewayConfirmation.denyOnce": "Deny",
|
|
5565
|
+
"instanceAi.gatewayConfirmation.prompt": "Allow AI Assistant to access '{resources}' on Computer Use?",
|
|
5541
5566
|
"instanceAi.askUser.placeholder": "Type your answer...",
|
|
5542
5567
|
"instanceAi.askUser.submit": "Submit",
|
|
5543
5568
|
"instanceAi.askUser.skip": "Skip",
|
|
5544
|
-
"instanceAi.domainAccess.prompt": "AI Assistant
|
|
5569
|
+
"instanceAi.domainAccess.prompt": "Allow AI Assistant to access {domain}?",
|
|
5545
5570
|
"instanceAi.domainAccess.allowOnce": "Allow once",
|
|
5546
5571
|
"instanceAi.domainAccess.allowDomain": "Always allow {domain}",
|
|
5547
5572
|
"instanceAi.domainAccess.allowAll": "Allow all domains",
|
|
5548
5573
|
"instanceAi.domainAccess.deny": "Deny",
|
|
5549
5574
|
"instanceAi.webSearch.prompt": "AI Assistant wants to search the web",
|
|
5550
|
-
"instanceAi.webSearch.allowThread": "Always allow
|
|
5575
|
+
"instanceAi.webSearch.allowThread": "Always allow",
|
|
5551
5576
|
"instanceAi.settings.permissions.fetchUrl.label": "Fetch URLs without approval",
|
|
5552
5577
|
"instanceAi.credential.selected": "Credential selected",
|
|
5553
5578
|
"instanceAi.credential.required": "This action requires a credential",
|
|
@@ -5624,9 +5649,6 @@ var en_default = {
|
|
|
5624
5649
|
"instanceAi.settings.apiKey.set": "Set",
|
|
5625
5650
|
"instanceAi.settings.apiKey.notSet": "Not set",
|
|
5626
5651
|
"instanceAi.settings.lastMessages.label": "Recent messages in context",
|
|
5627
|
-
"instanceAi.settings.embedderModel.label": "Embedder model",
|
|
5628
|
-
"instanceAi.settings.embedderModel.placeholder": "Empty = semantic recall disabled",
|
|
5629
|
-
"instanceAi.settings.semanticRecallTopK.label": "Semantic recall top K",
|
|
5630
5652
|
"instanceAi.settings.sandboxEnabled.label": "Enable sandbox",
|
|
5631
5653
|
"instanceAi.settings.sandboxProvider.label": "Sandbox provider",
|
|
5632
5654
|
"instanceAi.settings.daytonaCredential.label": "Daytona credential",
|
|
@@ -5697,10 +5719,21 @@ var en_default = {
|
|
|
5697
5719
|
"instanceAi.planReview.description": "Review the plan, then approve it to start building or request changes to revise it.",
|
|
5698
5720
|
"instanceAi.planReview.feedbackPlaceholder": "Describe what should change before execution starts.",
|
|
5699
5721
|
"instanceAi.planReview.requestChanges": "Request changes",
|
|
5700
|
-
"instanceAi.planReview.approve": "
|
|
5722
|
+
"instanceAi.planReview.approve": "Allow",
|
|
5723
|
+
"instanceAi.planReview.deny": "Deny",
|
|
5701
5724
|
"instanceAi.planReview.approved": "Plan approved",
|
|
5702
5725
|
"instanceAi.message.retry": "Retry",
|
|
5703
5726
|
"instanceAi.input.amendPlaceholder": "Amend the {role} agent...",
|
|
5727
|
+
"instanceAi.fixWithAi.button": "Fix with AI",
|
|
5728
|
+
"instanceAi.fixWithAi.notice.title.single": "Execution failed in ‘{nodeName}’ node",
|
|
5729
|
+
"instanceAi.fixWithAi.notice.title.multiple": "{count} nodes failed",
|
|
5730
|
+
"instanceAi.fixWithAi.notice.dismiss": "Dismiss",
|
|
5731
|
+
"instanceAi.fixWithAi.errorDetails": "Error details",
|
|
5732
|
+
"instanceAi.fixWithAi.prompt.single": "The \"{nodeName}\" node failed with: \"{errorMessage}\". Help me debug and fix it",
|
|
5733
|
+
"instanceAi.fixWithAi.prompt.singleInWorkflow": "The \"{nodeName}\" node in workflow \"{workflowName}\" failed with: \"{errorMessage}\". Help me debug and fix it",
|
|
5734
|
+
"instanceAi.fixWithAi.prompt.multiple": "These nodes failed:\n{errorList}\n\nHelp me debug and fix them",
|
|
5735
|
+
"instanceAi.fixWithAi.prompt.multipleInWorkflow": "These nodes in workflow \"{workflowName}\" failed:\n{errorList}\n\nHelp me debug and fix them",
|
|
5736
|
+
"instanceAi.fixWithAi.prompt.errorLine": "- \"{nodeName}\": {errorMessage}",
|
|
5704
5737
|
"instanceAi.feedback.success": "Thanks for your feedback!",
|
|
5705
5738
|
"instanceAi.emptyState.title": "AI Assistant",
|
|
5706
5739
|
"instanceAi.emptyState.suggestions.buildWorkflow.label": "Build a workflow",
|
|
@@ -5727,17 +5760,25 @@ var en_default = {
|
|
|
5727
5760
|
"instanceAi.tools.workflows.get": "Reading workflow",
|
|
5728
5761
|
"instanceAi.tools.workflows.get-as-code": "Reading workflow code",
|
|
5729
5762
|
"instanceAi.tools.workflows.delete": "Archiving workflow",
|
|
5763
|
+
"instanceAi.tools.workflows.delete.imperative": "archive workflow",
|
|
5764
|
+
"instanceAi.tools.workflows.unarchive.imperative": "restore archived workflow",
|
|
5730
5765
|
"instanceAi.tools.workflows.setup": "Setting up workflow",
|
|
5766
|
+
"instanceAi.tools.workflows.validate": "Validating workflow",
|
|
5731
5767
|
"instanceAi.tools.workflows.publish": "Publishing workflow",
|
|
5768
|
+
"instanceAi.tools.workflows.publish.imperative": "publish workflow",
|
|
5732
5769
|
"instanceAi.tools.workflows.unpublish": "Unpublishing workflow",
|
|
5770
|
+
"instanceAi.tools.workflows.unpublish.imperative": "unpublish workflow",
|
|
5733
5771
|
"instanceAi.tools.workflows.list-versions": "Listing workflow versions",
|
|
5734
5772
|
"instanceAi.tools.workflows.get-version": "Reading workflow version",
|
|
5735
5773
|
"instanceAi.tools.workflows.update-version": "Updating workflow version",
|
|
5774
|
+
"instanceAi.tools.workflows.update-version.imperative": "update workflow version",
|
|
5736
5775
|
"instanceAi.tools.workflows.restore-version": "Restoring workflow version",
|
|
5776
|
+
"instanceAi.tools.workflows.restore-version.imperative": "restore workflow version",
|
|
5737
5777
|
"instanceAi.tools.executions": "Executions",
|
|
5738
5778
|
"instanceAi.tools.executions.list": "Checking executions",
|
|
5739
5779
|
"instanceAi.tools.executions.get": "Getting execution result",
|
|
5740
5780
|
"instanceAi.tools.executions.run": "Running workflow",
|
|
5781
|
+
"instanceAi.tools.executions.run.imperative": "execute workflow",
|
|
5741
5782
|
"instanceAi.tools.executions.debug": "Debugging execution",
|
|
5742
5783
|
"instanceAi.tools.executions.get-node-output": "Reading node output",
|
|
5743
5784
|
"instanceAi.tools.executions.stop": "Stopping execution",
|
|
@@ -5745,6 +5786,7 @@ var en_default = {
|
|
|
5745
5786
|
"instanceAi.tools.credentials.list": "Checking credentials",
|
|
5746
5787
|
"instanceAi.tools.credentials.get": "Reading credential",
|
|
5747
5788
|
"instanceAi.tools.credentials.delete": "Deleting credential",
|
|
5789
|
+
"instanceAi.tools.credentials.delete.imperative": "delete credential",
|
|
5748
5790
|
"instanceAi.tools.credentials.search-types": "Searching credential types",
|
|
5749
5791
|
"instanceAi.tools.credentials.setup": "Setting up credentials",
|
|
5750
5792
|
"instanceAi.tools.credentials.test": "Testing credential",
|
|
@@ -5753,22 +5795,35 @@ var en_default = {
|
|
|
5753
5795
|
"instanceAi.tools.data-tables.schema": "Reading table schema",
|
|
5754
5796
|
"instanceAi.tools.data-tables.query": "Querying data",
|
|
5755
5797
|
"instanceAi.tools.data-tables.create": "Creating data table",
|
|
5798
|
+
"instanceAi.tools.data-tables.create.imperative": "create data table",
|
|
5756
5799
|
"instanceAi.tools.data-tables.delete": "Deleting data table",
|
|
5800
|
+
"instanceAi.tools.data-tables.delete.imperative": "delete data table",
|
|
5757
5801
|
"instanceAi.tools.data-tables.add-column": "Adding table column",
|
|
5802
|
+
"instanceAi.tools.data-tables.add-column.imperative": "add column",
|
|
5758
5803
|
"instanceAi.tools.data-tables.delete-column": "Removing table column",
|
|
5804
|
+
"instanceAi.tools.data-tables.delete-column.imperative": "delete column",
|
|
5759
5805
|
"instanceAi.tools.data-tables.rename-column": "Renaming table column",
|
|
5806
|
+
"instanceAi.tools.data-tables.rename-column.imperative": "rename column",
|
|
5760
5807
|
"instanceAi.tools.data-tables.insert-rows": "Inserting rows",
|
|
5808
|
+
"instanceAi.tools.data-tables.insert-rows.imperative": "insert rows",
|
|
5761
5809
|
"instanceAi.tools.data-tables.update-rows": "Updating rows",
|
|
5810
|
+
"instanceAi.tools.data-tables.update-rows.imperative": "update rows",
|
|
5762
5811
|
"instanceAi.tools.data-tables.delete-rows": "Deleting rows",
|
|
5812
|
+
"instanceAi.tools.data-tables.delete-rows.imperative": "delete rows",
|
|
5763
5813
|
"instanceAi.tools.workspace": "Workspace",
|
|
5764
5814
|
"instanceAi.tools.workspace.list-projects": "Listing projects",
|
|
5765
5815
|
"instanceAi.tools.workspace.list-tags": "Listing tags",
|
|
5766
5816
|
"instanceAi.tools.workspace.tag-workflow": "Tagging workflow",
|
|
5817
|
+
"instanceAi.tools.workspace.tag-workflow.imperative": "tag workflow",
|
|
5767
5818
|
"instanceAi.tools.workspace.cleanup-test-executions": "Cleaning up test executions",
|
|
5819
|
+
"instanceAi.tools.workspace.cleanup-test-executions.imperative": "delete test executions",
|
|
5768
5820
|
"instanceAi.tools.workspace.list-folders": "Listing folders",
|
|
5769
5821
|
"instanceAi.tools.workspace.create-folder": "Creating folder",
|
|
5822
|
+
"instanceAi.tools.workspace.create-folder.imperative": "create folder",
|
|
5770
5823
|
"instanceAi.tools.workspace.delete-folder": "Deleting folder",
|
|
5824
|
+
"instanceAi.tools.workspace.delete-folder.imperative": "delete folder",
|
|
5771
5825
|
"instanceAi.tools.workspace.move-workflow-to-folder": "Moving workflow to folder",
|
|
5826
|
+
"instanceAi.tools.workspace.move-workflow-to-folder.imperative": "move workflow",
|
|
5772
5827
|
"instanceAi.tools.research": "Research",
|
|
5773
5828
|
"instanceAi.tools.research.web-search": "Searching the web",
|
|
5774
5829
|
"instanceAi.tools.research.fetch-url": "Fetching page",
|
|
@@ -5829,12 +5884,24 @@ var en_default = {
|
|
|
5829
5884
|
"instanceAi.tools.setup-credentials": "Setting up credentials",
|
|
5830
5885
|
"instanceAi.tools.delete-credential": "Deleting credential",
|
|
5831
5886
|
"instanceAi.tools.plan": "Planning",
|
|
5887
|
+
"instanceAi.tools.list_skills": "Checking available skills",
|
|
5888
|
+
"instanceAi.tools.load_skill": "Opening skill",
|
|
5889
|
+
"instanceAi.tools.load_skill.asset": "Opening",
|
|
5890
|
+
"instanceAi.tools.load_skill.assetFallback": "asset",
|
|
5891
|
+
"instanceAi.tools.load_skill.example": "Reading",
|
|
5892
|
+
"instanceAi.tools.load_skill.exampleFallback": "example",
|
|
5893
|
+
"instanceAi.tools.load_skill.file": "Reading",
|
|
5894
|
+
"instanceAi.tools.load_skill.reference": "Reading",
|
|
5895
|
+
"instanceAi.tools.load_skill.referenceFallback": "reference",
|
|
5896
|
+
"instanceAi.tools.load_skill.script": "Inspecting",
|
|
5897
|
+
"instanceAi.tools.load_skill.scriptFallback": "script",
|
|
5898
|
+
"instanceAi.tools.load_skill.template": "Reading",
|
|
5899
|
+
"instanceAi.tools.load_skill.templateFallback": "template",
|
|
5832
5900
|
"instanceAi.tools.delegate": "Delegating task",
|
|
5833
5901
|
"instanceAi.tools.web-search": "Searching the web",
|
|
5834
5902
|
"instanceAi.tools.fetch-url": "Fetching page",
|
|
5835
|
-
"instanceAi.tools.research-with-agent": "Researching",
|
|
5836
5903
|
"instanceAi.tools.build-workflow-with-agent": "Building workflow",
|
|
5837
|
-
"instanceAi.tools.
|
|
5904
|
+
"instanceAi.tools.build-workflow-with-agent.imperative": "edit workflow",
|
|
5838
5905
|
"instanceAi.tools.browser-credential-setup": "Setting up credentials in browser",
|
|
5839
5906
|
"instanceAi.tools.get-best-practices": "Loading best practices",
|
|
5840
5907
|
"instanceAi.tools.search-template-parameters": "Searching templates",
|
|
@@ -5870,20 +5937,30 @@ var en_default = {
|
|
|
5870
5937
|
"instanceAi.tools.read-file": "Reading file",
|
|
5871
5938
|
"instanceAi.tools.search-files": "Searching files",
|
|
5872
5939
|
"instanceAi.tools.parse-file": "Parsing file",
|
|
5873
|
-
"instanceAi.tools.
|
|
5874
|
-
"instanceAi.tools.
|
|
5875
|
-
"instanceAi.tools.
|
|
5876
|
-
"instanceAi.tools.
|
|
5877
|
-
"instanceAi.tools.
|
|
5878
|
-
"instanceAi.tools.
|
|
5879
|
-
"instanceAi.tools.
|
|
5880
|
-
"instanceAi.tools.
|
|
5881
|
-
"instanceAi.tools.
|
|
5882
|
-
"instanceAi.tools.
|
|
5883
|
-
"instanceAi.tools.
|
|
5884
|
-
"instanceAi.tools.
|
|
5885
|
-
"instanceAi.tools.
|
|
5886
|
-
"instanceAi.tools.
|
|
5940
|
+
"instanceAi.tools.workspace_read_file": "Reading file",
|
|
5941
|
+
"instanceAi.tools.workspace_write_file": "Writing file",
|
|
5942
|
+
"instanceAi.tools.workspace_edit_file": "Editing file",
|
|
5943
|
+
"instanceAi.tools.workspace_str_replace_file": "Editing file",
|
|
5944
|
+
"instanceAi.tools.workspace_batch_str_replace_file": "Editing files",
|
|
5945
|
+
"instanceAi.tools.workspace_append_file": "Appending file",
|
|
5946
|
+
"instanceAi.tools.workspace_list_files": "Listing files",
|
|
5947
|
+
"instanceAi.tools.workspace_delete": "Deleting file",
|
|
5948
|
+
"instanceAi.tools.workspace_delete_file": "Deleting file",
|
|
5949
|
+
"instanceAi.tools.workspace_file_stat": "Checking file info",
|
|
5950
|
+
"instanceAi.tools.workspace_mkdir": "Creating directory",
|
|
5951
|
+
"instanceAi.tools.workspace_rmdir": "Removing directory",
|
|
5952
|
+
"instanceAi.tools.workspace_copy_file": "Copying file",
|
|
5953
|
+
"instanceAi.tools.workspace_move_file": "Moving file",
|
|
5954
|
+
"instanceAi.tools.workspace_grep": "Searching files",
|
|
5955
|
+
"instanceAi.tools.workspace_ast_edit": "Editing code",
|
|
5956
|
+
"instanceAi.tools.workspace_execute_command": "Running command",
|
|
5957
|
+
"instanceAi.tools.workspace_execute_command.skill": "Running skill script",
|
|
5958
|
+
"instanceAi.tools.workspace_execute_command.skillScript": "Running",
|
|
5959
|
+
"instanceAi.tools.workspace_get_process_output": "Reading process output",
|
|
5960
|
+
"instanceAi.tools.workspace_list_processes": "Listing processes",
|
|
5961
|
+
"instanceAi.tools.workspace_kill_process": "Stopping process",
|
|
5962
|
+
"instanceAi.tools.workspace_search": "Searching workspace",
|
|
5963
|
+
"instanceAi.tools.workspace_index": "Indexing workspace",
|
|
5887
5964
|
"instanceAi.stepTimeline.showData": "Show data",
|
|
5888
5965
|
"instanceAi.stepTimeline.hideData": "Hide data",
|
|
5889
5966
|
"instanceAi.stepTimeline.showBrief": "Show brief",
|
|
@@ -5941,6 +6018,7 @@ var en_default = {
|
|
|
5941
6018
|
"agents.chat.misconfigured.missing.instructions": "Instructions",
|
|
5942
6019
|
"agents.chat.misconfigured.missing.model": "Model",
|
|
5943
6020
|
"agents.chat.misconfigured.missing.credential": "Credential",
|
|
6021
|
+
"agents.chat.misconfigured.missing.episodicMemory.credential": "Episodic Memory credential",
|
|
5944
6022
|
"agents.chat.misconfigured.missing.agent": "Agent",
|
|
5945
6023
|
"agents.chat.misconfigured.missing.skill": "Skill ({id})",
|
|
5946
6024
|
"agents.chat.misconfigured.openBuild": "Finish setup in Build",
|
|
@@ -6074,8 +6152,16 @@ var en_default = {
|
|
|
6074
6152
|
"agents.builder.advanced.recentMessages.label": "Session memory window",
|
|
6075
6153
|
"agents.builder.advanced.recentMessages.hint": "How many recent messages from this thread the agent sees on each turn.",
|
|
6076
6154
|
"agents.builder.advanced.recentMessages.memoryDisabledTooltip": "Enable Session Memory in the Memory section to configure the window.",
|
|
6155
|
+
"agents.builder.advanced.maxIterations.label": "Max iterations",
|
|
6156
|
+
"agents.builder.advanced.maxIterations.hint": "Maximum number of agent loop iterations per run (1–200). Leave empty to use the platform default.",
|
|
6077
6157
|
"agents.builder.memory.title": "Session Memory",
|
|
6078
6158
|
"agents.builder.memory.description": "Keeps recent messages from this session available as context.",
|
|
6159
|
+
"agents.builder.memory.episodicMemory.label": "Episodic Memory",
|
|
6160
|
+
"agents.builder.memory.episodicMemory.hint": "Stores source-backed memories from previous conversations.",
|
|
6161
|
+
"agents.builder.memory.episodicMemory.changeCredential": "Change credential",
|
|
6162
|
+
"agents.builder.episodicMemoryCredentialModal.title": "Connect Episodic Memory",
|
|
6163
|
+
"agents.builder.episodicMemoryCredentialModal.description": "Select the OpenAI credential used to create embeddings for Episodic Memory.",
|
|
6164
|
+
"agents.builder.episodicMemoryCredentialModal.confirm": "Enable Episodic Memory",
|
|
6079
6165
|
"agents.builder.memory.semanticRecall.topK": "Top K",
|
|
6080
6166
|
"agents.builder.memory.semanticRecall.rangeBefore": "Range before",
|
|
6081
6167
|
"agents.builder.memory.semanticRecall.rangeAfter": "Range after",
|
|
@@ -6091,6 +6177,8 @@ var en_default = {
|
|
|
6091
6177
|
"agents.builder.tools.builtIn.title": "Built-in node tools",
|
|
6092
6178
|
"agents.builder.tools.builtIn.hint": "Let the agent search the n8n node catalog and execute nodes on demand.",
|
|
6093
6179
|
"agents.builder.tools.empty": "No tools added yet.",
|
|
6180
|
+
"agents.builder.tools.type.workflow": "Workflow",
|
|
6181
|
+
"agents.builder.tools.type.custom": "Custom tool",
|
|
6094
6182
|
"agents.builder.tools.workflows.title": "Workflows",
|
|
6095
6183
|
"agents.builder.tools.remove": "Remove tool",
|
|
6096
6184
|
"agents.builder.tools.back": "Back to tools",
|
|
@@ -6184,11 +6272,21 @@ var en_default = {
|
|
|
6184
6272
|
"agents.builder.addTrigger.copy": "Copy",
|
|
6185
6273
|
"agents.builder.addTrigger.copied": "Copied",
|
|
6186
6274
|
"agents.builder.addTrigger.noIntegrations": "No integrations available.",
|
|
6275
|
+
"agents.builder.addTrigger.slack.setup.title": "Create Slack app",
|
|
6276
|
+
"agents.builder.addTrigger.slack.setup.hint": "Enter a temporary Slack app configuration token. n8n creates the app, installs it, and connects this agent.",
|
|
6277
|
+
"agents.builder.addTrigger.slack.setup.tokenPlaceholder": "App configuration token",
|
|
6278
|
+
"agents.builder.addTrigger.slack.setup.tokenLink": "Create one in Slack.",
|
|
6279
|
+
"agents.builder.addTrigger.slack.setup.button": "Create and install",
|
|
6280
|
+
"agents.builder.addTrigger.slack.setup.error": "Could not create and install the Slack app.",
|
|
6281
|
+
"agents.builder.addTrigger.slack.manual.title": "Manual configuration",
|
|
6282
|
+
"agents.builder.addTrigger.slack.manual.description": "If you want to create the Slack app manually, use this app manifest to create it, install it, then create a Slack credential with the Slack bot token and signing secret.",
|
|
6187
6283
|
"agents.builder.addTrigger.slack.manifestHint": "Copy the app manifest and paste it into your Slack app's settings to configure events, scopes, and interactivity.",
|
|
6188
6284
|
"agents.builder.addTrigger.slack.viewJson": "View JSON",
|
|
6189
6285
|
"agents.builder.addTrigger.slack.hideJson": "Hide JSON",
|
|
6190
6286
|
"agents.builder.addTrigger.slack.copyManifest": "Copy manifest",
|
|
6191
|
-
"agents.builder.addTrigger.slack.manifestTitle": "Slack
|
|
6287
|
+
"agents.builder.addTrigger.slack.manifestTitle": "Slack app manifest",
|
|
6288
|
+
"agents.builder.addTrigger.slack.manifestLoading": "Loading Slack app manifest...",
|
|
6289
|
+
"agents.builder.addTrigger.slack.manifestError": "Couldn't load Slack app manifest. Try again.",
|
|
6192
6290
|
"agents.builder.addTrigger.slack.docsCalloutLink": "See docs",
|
|
6193
6291
|
"agents.builder.addTrigger.telegram.accessMode.label": "Access mode",
|
|
6194
6292
|
"agents.builder.addTrigger.telegram.accessMode.private": "Private",
|
|
@@ -6201,7 +6299,7 @@ var en_default = {
|
|
|
6201
6299
|
"agents.builder.addTrigger.helpText.slack": "Connect a Slack bot credential to allow this agent to receive and respond to Slack messages.",
|
|
6202
6300
|
"agents.builder.addTrigger.helpText.telegram": "Connect a Telegram bot credential to allow this agent to receive and respond to Telegram messages.",
|
|
6203
6301
|
"agents.builder.addTrigger.helpText.linear": "Connect a Linear API credential to let this agent respond to comments in Linear issues. Point a Linear webhook at the URL below and paste its signing secret into the credential.",
|
|
6204
|
-
"agents.builder.addTrigger.connectedText.slack": "Your agent is connected to Slack and
|
|
6302
|
+
"agents.builder.addTrigger.connectedText.slack": "Your agent is connected to Slack and ready to send and receive messages.",
|
|
6205
6303
|
"agents.builder.addTrigger.connectedText.telegram": "Your agent is connected to Telegram and can receive messages.",
|
|
6206
6304
|
"agents.builder.addTrigger.connectedText.linear": "Your agent is connected to Linear and can reply to @-mentions.",
|
|
6207
6305
|
"instanceAi.welcomeModal.gateway.title": "Connect AI Assistant to your computer",
|