@n8n/i18n 2.22.3 → 2.24.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 +345 -72
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +327 -54
- package/dist/index.d.mts +327 -54
- package/dist/index.mjs +345 -72
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +327 -54
- package/dist/types2.d.mts +327 -54
- package/package.json +8 -6
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",
|
|
@@ -1016,6 +1019,7 @@ var en_default = {
|
|
|
1016
1019
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": "Problem with connection settings. {owner} may be able to fix this",
|
|
1017
1020
|
"credentialEdit.credentialConfig.reconnect": "Reconnect",
|
|
1018
1021
|
"credentialEdit.credentialConfig.reconnectOAuth2Credential": "Reconnect OAuth2 Credential",
|
|
1022
|
+
"credentialEdit.credentialConfig.disconnect": "Disconnect",
|
|
1019
1023
|
"credentialEdit.credentialConfig.jwksUri.label": "OAuth2 JWKS URI",
|
|
1020
1024
|
"credentialEdit.credentialConfig.jwksUri.hint": "Provide this URL to your OAuth2 provider so it can fetch the public keys this instance uses to encrypt tokens.",
|
|
1021
1025
|
"credentialEdit.credentialConfig.jwksUri.copiedToast": "JWKS URI copied to clipboard",
|
|
@@ -1051,6 +1055,15 @@ var en_default = {
|
|
|
1051
1055
|
"credentialEdit.credentialEdit.confirmMessage.deleteCredential.confirmButtonText": "Yes, delete",
|
|
1052
1056
|
"credentialEdit.credentialEdit.confirmMessage.deleteCredential.headline": "Delete Credential?",
|
|
1053
1057
|
"credentialEdit.credentialEdit.confirmMessage.deleteCredential.message": "Are you sure you want to delete \"{savedCredentialName}\"? This may break any workflows that use it.",
|
|
1058
|
+
"credentialEdit.credentialEdit.confirmMessage.disconnectCredential.confirmButtonText": "Disconnect",
|
|
1059
|
+
"credentialEdit.credentialEdit.confirmMessage.disconnectCredential.headline": "Disconnect account?",
|
|
1060
|
+
"credentialEdit.credentialEdit.confirmMessage.disconnectCredential.message": "Disconnect your account from \"{savedCredentialName}\"? You'll need to reconnect to use it in your workflows.",
|
|
1061
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToStatic.headline": "Switch \"{credentialName}\" to Static?",
|
|
1062
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToStatic.message": "This will disconnect {count} user(s) from \"{credentialName}\". Their personal connections will be permanently removed.",
|
|
1063
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToStatic.confirmButtonText": "Yes, switch to Static",
|
|
1064
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToPrivate.headline": "Switch \"{credentialName}\" to Private?",
|
|
1065
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToPrivate.message": "Switching \"{credentialName}\" to Private will remove your saved connection. Each user will need to connect their own account.",
|
|
1066
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToPrivate.confirmButtonText": "Yes, switch to Private",
|
|
1054
1067
|
"credentialEdit.credentialEdit.connection": "Connection",
|
|
1055
1068
|
"credentialEdit.credentialEdit.sharing": "Sharing",
|
|
1056
1069
|
"credentialEdit.credentialEdit.couldNotFindCredentialOfType": "Could not find credential of type",
|
|
@@ -1061,6 +1074,7 @@ var en_default = {
|
|
|
1061
1074
|
"credentialEdit.credentialEdit.saving": "Saving",
|
|
1062
1075
|
"credentialEdit.credentialEdit.showError.createCredential.title": "Problem creating credential",
|
|
1063
1076
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": "Problem deleting credential",
|
|
1077
|
+
"credentialEdit.credentialEdit.showError.disconnectCredential.title": "Problem disconnecting account",
|
|
1064
1078
|
"credentialEdit.credentialEdit.showError.generateAuthorizationUrl.message": "There was a problem generating the authorization URL",
|
|
1065
1079
|
"credentialEdit.credentialEdit.showError.generateAuthorizationUrl.title": "OAuth Authorization Error",
|
|
1066
1080
|
"credentialEdit.credentialEdit.showError.invalidOAuthUrl.message": "Authorization URL must use HTTP or HTTPS protocol.",
|
|
@@ -1068,6 +1082,7 @@ var en_default = {
|
|
|
1068
1082
|
"credentialEdit.credentialEdit.showError.loadCredential.title": "Problem loading credential",
|
|
1069
1083
|
"credentialEdit.credentialEdit.showError.updateCredential.title": "Problem updating credential",
|
|
1070
1084
|
"credentialEdit.credentialEdit.showMessage.title": "Credential deleted",
|
|
1085
|
+
"credentialEdit.credentialEdit.showMessage.disconnected.title": "Account disconnected",
|
|
1071
1086
|
"credentialEdit.credentialEdit.testing": "Testing",
|
|
1072
1087
|
"credentialEdit.credentialEdit.info.sharee": "Only {credentialOwnerName} can edit this connection",
|
|
1073
1088
|
"credentialEdit.credentialInfo.allowUseBy": "Allow use by",
|
|
@@ -1121,17 +1136,23 @@ var en_default = {
|
|
|
1121
1136
|
"credentials.item.open": "Open",
|
|
1122
1137
|
"credentials.item.delete": "Delete",
|
|
1123
1138
|
"credentials.item.move": "Move",
|
|
1139
|
+
"credentials.item.disconnect": "Disconnect",
|
|
1124
1140
|
"credentials.item.updated": "Last updated",
|
|
1125
1141
|
"credentials.item.created": "Created",
|
|
1126
1142
|
"credentials.item.owner": "Owner",
|
|
1127
1143
|
"credentials.item.readonly": "Read only",
|
|
1128
1144
|
"credentials.item.needsSetup": "Needs first setup",
|
|
1145
|
+
"credentials.item.connect": "Connect",
|
|
1146
|
+
"credentials.item.connect.tooltip": "Connect your own account to use this credential in workflows. Only you can use your private credential.",
|
|
1147
|
+
"credentials.item.connected": "Connected",
|
|
1129
1148
|
"credentials.dynamic.tooltip": "This credential uses a resolver to pick the right account at runtime based on who runs the workflow.",
|
|
1130
1149
|
"credentials.dynamic.tooltipTitle": "Dynamic credentials",
|
|
1131
1150
|
"credentials.dynamic.badge": "Dynamic",
|
|
1132
|
-
"credentials.
|
|
1133
|
-
"credentials.
|
|
1134
|
-
"credentials.
|
|
1151
|
+
"credentials.private.badge": "Private",
|
|
1152
|
+
"credentials.private.callout.title": "This node is set up to use end user accounts",
|
|
1153
|
+
"credentials.private.callout.connected": "Your account is connected",
|
|
1154
|
+
"credentials.private.callout.notConnected": "Your account isn't connected yet.",
|
|
1155
|
+
"credentials.private.callout.connect": "Connect",
|
|
1135
1156
|
"credentials.search.placeholder": "Search credentials...",
|
|
1136
1157
|
"credentials.filters.type": "Type",
|
|
1137
1158
|
"credentials.filters.setup": "Needs first setup",
|
|
@@ -1332,7 +1353,6 @@ var en_default = {
|
|
|
1332
1353
|
"agentSessions.actions": "Actions",
|
|
1333
1354
|
"agentSessions.empty": "No agent sessions",
|
|
1334
1355
|
"agentSessions.loadMore": "Load more",
|
|
1335
|
-
"agentSessions.loadedAll": "No more sessions to fetch",
|
|
1336
1356
|
"agentSessions.deleteConfirm.headline": "Delete Session?",
|
|
1337
1357
|
"agentSessions.deleteConfirm.message": "This will delete the session and all its executions. This cannot be undone.",
|
|
1338
1358
|
"agentSessions.deleteConfirm.confirmButtonText": "Yes, delete",
|
|
@@ -1341,7 +1361,9 @@ var en_default = {
|
|
|
1341
1361
|
"agentSessions.showError.load": "Problem loading sessions",
|
|
1342
1362
|
"agentSessions.status": "Status",
|
|
1343
1363
|
"agentSessions.duration": "Duration",
|
|
1344
|
-
"agentSessions.
|
|
1364
|
+
"agentSessions.origin": "Origin",
|
|
1365
|
+
"agentSessions.origin.agent": "Agent",
|
|
1366
|
+
"agentSessions.origin.task": "Task",
|
|
1345
1367
|
"agentSessions.success": "Success",
|
|
1346
1368
|
"agentSessions.detail.backToSessions": "Back to sessions",
|
|
1347
1369
|
"agentSessions.detail.selectMessage": "Click an assistant message to view details",
|
|
@@ -2584,6 +2606,10 @@ var en_default = {
|
|
|
2584
2606
|
"projectRoles.folder:delete.tooltip": "Delete an empty folder. If not empty, ask further action",
|
|
2585
2607
|
"projectRoles.workflow:read": "View",
|
|
2586
2608
|
"projectRoles.workflow:read.tooltip": "View workflows within the project",
|
|
2609
|
+
"projectRoles.workflow:export": "Export",
|
|
2610
|
+
"projectRoles.workflow:export.tooltip": "Include workflows in a package export",
|
|
2611
|
+
"projectRoles.workflow:import": "Import",
|
|
2612
|
+
"projectRoles.workflow:import.tooltip": "Import workflows from a portable package into the project",
|
|
2587
2613
|
"projectRoles.workflow:execute": "Execute",
|
|
2588
2614
|
"projectRoles.workflow:execute.tooltip": "Execute workflows within the project",
|
|
2589
2615
|
"projectRoles.workflow:update": "Edit",
|
|
@@ -2599,6 +2625,10 @@ var en_default = {
|
|
|
2599
2625
|
"projectRoles.workflow:publish.tooltip": "Publish and unpublish workflows",
|
|
2600
2626
|
"projectRoles.workflow:unpublish": "Unpublish",
|
|
2601
2627
|
"projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
|
|
2628
|
+
"projectRoles.workflow:enableRedaction": "Enable data redaction",
|
|
2629
|
+
"projectRoles.workflow:enableRedaction.tooltip": "Allow enabling data redaction on workflows in the project",
|
|
2630
|
+
"projectRoles.workflow:disableRedaction": "Disable data redaction",
|
|
2631
|
+
"projectRoles.workflow:disableRedaction.tooltip": "Allow disabling data redaction on workflows in the project",
|
|
2602
2632
|
"projectRoles.workflow:updateRedactionSetting": "Manage data redaction",
|
|
2603
2633
|
"projectRoles.workflow:updateRedactionSetting.tooltip": "Manage the data redaction policy for workflows in the project",
|
|
2604
2634
|
"projectRoles.agent:create": "Create",
|
|
@@ -2986,7 +3016,7 @@ var en_default = {
|
|
|
2986
3016
|
"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
3017
|
"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
3018
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": "Choose your assistant",
|
|
2989
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP
|
|
3019
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP for my instance",
|
|
2990
3020
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": "Paste the prompt in {assistant}",
|
|
2991
3021
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": "Paste Server URL",
|
|
2992
3022
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.restart.title": "Restart {assistant} and connect to n8n",
|
|
@@ -3693,11 +3723,13 @@ var en_default = {
|
|
|
3693
3723
|
"timeAgo.weeksAgo": "%s weeks ago",
|
|
3694
3724
|
"timeAgo.yearsAgo": "%s years ago",
|
|
3695
3725
|
"nodeIssues.credentials.notSet": "Credentials for {type} are not set.",
|
|
3726
|
+
"nodeIssues.credentials.privateNotConnected": "'{name}' private credential is not connected for you. Connect yours to execute this step manually.",
|
|
3696
3727
|
"nodeIssues.credentials.notAvailable": "Credential is not available",
|
|
3697
3728
|
"nodeIssues.credentials.doNotExist": "Credentials with name {name} do not exist for {type}.",
|
|
3698
3729
|
"nodeIssues.credentials.doNotExist.hint": "You can create credentials with the exact name and then they get auto-selected on refresh..",
|
|
3699
3730
|
"nodeIssues.credentials.notIdentified": "Credentials with name {name} exist for {type}.",
|
|
3700
3731
|
"nodeIssues.credentials.notIdentified.hint": "Credentials are not clearly identified. Please select the correct credentials.",
|
|
3732
|
+
"nodeIssues.credentials.privateRequiresManualTrigger": "Private credentials only work in manually triggered workflows. Change the trigger to a Manual trigger, or switch this credential to Static.",
|
|
3701
3733
|
"nodeIssues.input.missing": "No node connected to required input \"{inputName}\"",
|
|
3702
3734
|
"ndv.trigger.moreInfo": "More info",
|
|
3703
3735
|
"ndv.trigger.copiedTestUrl": "Test URL copied to clipboard",
|
|
@@ -3791,6 +3823,10 @@ var en_default = {
|
|
|
3791
3823
|
"workflowProductionChecklist.errorWorkflow.description": "Customize exactly how you’re notified by setting up an error workflow",
|
|
3792
3824
|
"workflowProductionChecklist.timeSaved.title": "Track time saved",
|
|
3793
3825
|
"workflowProductionChecklist.timeSaved.description": "Configure the time saved on each run to track the manual work it saves.",
|
|
3826
|
+
"canvas.selection.toolbar.group": "Group nodes",
|
|
3827
|
+
"canvas.selection.toolbar.ungroup": "Ungroup",
|
|
3828
|
+
"canvas.nodeGroup.defaultTitle": "Group",
|
|
3829
|
+
"canvas.nodeGroup.titlePlaceholder": "Group name",
|
|
3794
3830
|
"workflowExtraction.error.failure": "Sub-workflow conversion failed",
|
|
3795
3831
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": "Non-input node '{node}' has a connection from a node outside the current selection.",
|
|
3796
3832
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": "Non-output node '{node}' has a connection to a node outside the current selection.",
|
|
@@ -3852,6 +3888,21 @@ var en_default = {
|
|
|
3852
3888
|
"workflowSettings.callerPolicy.options.workflowsFromSameProject": "Only workflows in the same project",
|
|
3853
3889
|
"workflowSettings.callerPolicy.options.workflowsFromAList": "Selected workflows",
|
|
3854
3890
|
"workflowSettings.callerPolicy.options.none": "No other workflows",
|
|
3891
|
+
"workflowSettings.customTelemetryTags.displayName": "Custom telemetry tags",
|
|
3892
|
+
"workflowSettings.customTelemetryTags.description": "Add custom tags to this workflow's OpenTelemetry spans.",
|
|
3893
|
+
"workflowSettings.customTelemetryTags.configure": "Configure",
|
|
3894
|
+
"workflowSettings.customTelemetryTags.configuredCount": "{count} tag configured | {count} tags configured",
|
|
3895
|
+
"workflowSettings.customTelemetryTags.placeholder": "Add tag",
|
|
3896
|
+
"workflowSettings.customTelemetryTags.modal.title": "Custom telemetry tags",
|
|
3897
|
+
"workflowSettings.customTelemetryTags.modal.learnMore": "Learn more in the",
|
|
3898
|
+
"workflowSettings.customTelemetryTags.modal.documentation": "documentation",
|
|
3899
|
+
"workflowSettings.customTelemetryTags.tag.key.displayName": "Key",
|
|
3900
|
+
"workflowSettings.customTelemetryTags.tag.key.placeholder": "Key",
|
|
3901
|
+
"workflowSettings.customTelemetryTags.tag.value.displayName": "Value",
|
|
3902
|
+
"workflowSettings.customTelemetryTags.tag.value.placeholder": "Value",
|
|
3903
|
+
"workflowSettings.customTelemetryTags.delete": "Delete tag",
|
|
3904
|
+
"workflowSettings.customTelemetryTags.error.emptyKey": "Key must not be empty",
|
|
3905
|
+
"workflowSettings.customTelemetryTags.error.duplicateKey": "Duplicate keys are not allowed",
|
|
3855
3906
|
"workflowSettings.defaultTimezone": "Default - {defaultTimezoneValue}",
|
|
3856
3907
|
"workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
|
|
3857
3908
|
"workflowSettings.errorWorkflow": "Error Workflow (to notify when this one errors)",
|
|
@@ -3887,12 +3938,14 @@ var en_default = {
|
|
|
3887
3938
|
"workflowSettings.redactProductionData": "Redact production execution data",
|
|
3888
3939
|
"workflowSettings.redactProductionData.dynamicCredentialsHint": "Prod. execution data is always redacted in workflows that use dynamic credentials.",
|
|
3889
3940
|
"workflowSettings.redactManualData": "Redact manual execution data",
|
|
3941
|
+
"workflowSettings.redactManualData.requiresProductionHint": "Manual execution data can only be redacted when production execution data is also redacted.",
|
|
3890
3942
|
"workflowSettings.redactionOptions.default": "Default - Do not redact",
|
|
3891
3943
|
"workflowSettings.redactionOptions.redact": "Redact",
|
|
3892
3944
|
"workflowSettings.helpTexts.redactProductionData": "Controls whether execution data from production (non-manually triggered) executions is redacted.",
|
|
3893
3945
|
"workflowSettings.helpTexts.redactManualData": "Controls whether execution data from manually triggered executions is redacted.",
|
|
3894
3946
|
"workflowSettings.redactionPermissionNotice": "You don't have permission to change data redaction settings.",
|
|
3895
3947
|
"workflowSettings.redactionPermissionNotice.viewUsers": "View users with access",
|
|
3948
|
+
"workflowSettings.redactionFloorNotice": "This option is enforced by your instance's redaction policy.",
|
|
3896
3949
|
"workflowSettings.redactionMembersModal.title": "Users who can edit data redaction settings",
|
|
3897
3950
|
"workflowSettings.redactionMembersModal.description": "These users can change data redaction settings. Contact one of them to request a change.",
|
|
3898
3951
|
"workflowSettings.saveManualExecutions": "Save manual executions",
|
|
@@ -4049,6 +4102,29 @@ var en_default = {
|
|
|
4049
4102
|
"workflows.heading": "Workflows",
|
|
4050
4103
|
"workflows.add": "Add workflow",
|
|
4051
4104
|
"workflows.addFolder": "Add folder",
|
|
4105
|
+
"resourceActions.mcpAccess.manage": "Manage MCP access",
|
|
4106
|
+
"resourceActions.mcpAccess.enable": "Enable MCP access",
|
|
4107
|
+
"resourceActions.mcpAccess.disable": "Disable MCP access",
|
|
4108
|
+
"resourceActions.mcpAccess.enable.tooltip": "Allow MCP access for all workflows in '{scopeName}'",
|
|
4109
|
+
"resourceActions.mcpAccess.disable.tooltip": "Disable MCP access for all workflows in '{scopeName}'",
|
|
4110
|
+
"resourceActions.mcpAccess.success.enabled.title": "MCP access enabled",
|
|
4111
|
+
"resourceActions.mcpAccess.success.disabled.title": "MCP access disabled",
|
|
4112
|
+
"resourceActions.mcpAccess.noChanges.title": "No changes needed",
|
|
4113
|
+
"resourceActions.mcpAccess.partial.title": "Some workflows weren't updated",
|
|
4114
|
+
"resourceActions.mcpAccess.noWorkflows.title": "No workflows to update",
|
|
4115
|
+
"resourceActions.mcpAccess.outcome.message": "{summary}<br><br><a href=\"{link}\">Manage MCP settings</a>",
|
|
4116
|
+
"resourceActions.mcpAccess.summary.updated.enabled": "Enabled MCP access for 1 workflow in '{scopeName}' | Enabled MCP access for {count} workflows in '{scopeName}'",
|
|
4117
|
+
"resourceActions.mcpAccess.summary.updated.disabled": "Disabled MCP access for 1 workflow in '{scopeName}' | Disabled MCP access for {count} workflows in '{scopeName}'",
|
|
4118
|
+
"resourceActions.mcpAccess.summary.unchanged.enabled": "1 workflow in '{scopeName}' already has MCP access enabled | {count} workflows in '{scopeName}' already have MCP access enabled",
|
|
4119
|
+
"resourceActions.mcpAccess.summary.unchanged.disabled": "1 workflow in '{scopeName}' already doesn't have MCP access | {count} workflows in '{scopeName}' already don't have MCP access",
|
|
4120
|
+
"resourceActions.mcpAccess.summary.skipped": "1 workflow in '{scopeName}' couldn't be updated | {count} workflows in '{scopeName}' couldn't be updated",
|
|
4121
|
+
"resourceActions.mcpAccess.noWorkflows.message": "There are no workflows in '{scopeName}' that can be updated.<br><br><a href=\"{link}\">Manage MCP settings</a>",
|
|
4122
|
+
"resourceActions.mcpAccess.error.enabled.title": "Error enabling MCP access",
|
|
4123
|
+
"resourceActions.mcpAccess.error.disabled.title": "Error disabling MCP access",
|
|
4124
|
+
"resourceActions.mcpAccess.error.enabled.message": "Could not enable MCP access for all workflows in '{scopeName}'.<br><br><a href=\"{link}\">Manage MCP settings</a>",
|
|
4125
|
+
"resourceActions.mcpAccess.error.disabled.message": "Could not disable MCP access for all workflows in '{scopeName}'.<br><br><a href=\"{link}\">Manage MCP settings</a>",
|
|
4126
|
+
"resourceActions.mcpAccess.disabled.title": "MCP access is off",
|
|
4127
|
+
"resourceActions.mcpAccess.disabled.message": "Turn on instance-level MCP access before managing workflow access<br><br><a href=\"{link}\">Manage MCP settings</a>",
|
|
4052
4128
|
"workflows.publish": "Publish",
|
|
4053
4129
|
"workflows.published": "Published",
|
|
4054
4130
|
"workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
|
|
@@ -4070,7 +4146,6 @@ var en_default = {
|
|
|
4070
4146
|
"workflows.item.availableInMCP": "Available in MCP",
|
|
4071
4147
|
"workflows.dynamic.tooltip": "This workflow resolves credentials at runtime based on who executes it.",
|
|
4072
4148
|
"workflows.dynamic.tooltipTitle": "Dynamic credentials",
|
|
4073
|
-
"workflows.dynamic.resolverMissing": "Credential resolver missing",
|
|
4074
4149
|
"workflows.dependencies.tooltip.workflow": "Click to view resources referenced by this workflow",
|
|
4075
4150
|
"workflows.dependencies.tooltip.credential": "Click to view resources referencing this credential",
|
|
4076
4151
|
"workflows.dependencies.tooltip.dataTable": "Click to view resources referencing this data table",
|
|
@@ -4091,6 +4166,7 @@ var en_default = {
|
|
|
4091
4166
|
"resourceDependents.type.workflows": "Workflows",
|
|
4092
4167
|
"workflows.item.enableMCPAccess": "Enable MCP access",
|
|
4093
4168
|
"workflows.item.disableMCPAccess": "Remove MCP access",
|
|
4169
|
+
"workflows.item.mcpDisabledByInstance": "Instance-level MCP is disabled. Ask an admin to enable it.",
|
|
4094
4170
|
"workflows.itemSuggestion.try": "Try template",
|
|
4095
4171
|
"workflows.templateRecoV2.starterTemplates": "Starter templates",
|
|
4096
4172
|
"workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",
|
|
@@ -4605,12 +4681,18 @@ var en_default = {
|
|
|
4605
4681
|
"settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
|
|
4606
4682
|
"settings.security.dataRedaction.title": "Data redaction",
|
|
4607
4683
|
"settings.security.dataRedaction.enforce.title": "Enforce data redaction",
|
|
4608
|
-
"settings.security.dataRedaction.enforce.message": "
|
|
4684
|
+
"settings.security.dataRedaction.enforce.message": "Override workflow-level settings and enforce data redaction on all executions across the instance.",
|
|
4609
4685
|
"settings.security.dataRedaction.enforce.success.enabled": "Data redaction enforced",
|
|
4610
4686
|
"settings.security.dataRedaction.enforce.success.disabled": "Data redaction no longer enforced",
|
|
4611
4687
|
"settings.security.dataRedaction.enforce.error": "Failed to update data redaction enforcement",
|
|
4688
|
+
"settings.security.dataRedaction.enforce.confirmEnable.headline": "Enable data redaction enforcement",
|
|
4689
|
+
"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.",
|
|
4690
|
+
"settings.security.dataRedaction.enforce.confirmEnable.action": "Enable",
|
|
4691
|
+
"settings.security.dataRedaction.enforce.confirmDisable.headline": "Disable data redaction enforcement",
|
|
4692
|
+
"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.",
|
|
4693
|
+
"settings.security.dataRedaction.enforce.confirmDisable.action": "Disable",
|
|
4612
4694
|
"settings.security.dataRedaction.scope.title": "Redact executions",
|
|
4613
|
-
"settings.security.dataRedaction.scope.description": "
|
|
4695
|
+
"settings.security.dataRedaction.scope.description": "Select whether to redact production executions, or manual and production executions.",
|
|
4614
4696
|
"settings.security.dataRedaction.scope.option.manual-only": "Manual executions",
|
|
4615
4697
|
"settings.security.dataRedaction.scope.option.non-manual": "Production executions (Recommended)",
|
|
4616
4698
|
"settings.security.dataRedaction.scope.option.all": "Manual and production executions",
|
|
@@ -4761,12 +4843,24 @@ var en_default = {
|
|
|
4761
4843
|
"projects.menu.create.credential": "New credential",
|
|
4762
4844
|
"projects.menu.create.agent": "New agent",
|
|
4763
4845
|
"projects.menu.create.project": "New project",
|
|
4846
|
+
"projects.menu.create.instanceAiThread": "New AI chat",
|
|
4764
4847
|
"projects.settings": "Project settings",
|
|
4765
4848
|
"projects.settings.info": "Project info",
|
|
4766
4849
|
"projects.settings.newProjectName": "My project",
|
|
4767
4850
|
"projects.settings.iconPicker.button.tooltip": "Choose project icon",
|
|
4768
4851
|
"projects.settings.name": "Icon and name",
|
|
4769
4852
|
"projects.settings.description": "Description",
|
|
4853
|
+
"projects.settings.telemetryTags.label": "Custom telemetry tags",
|
|
4854
|
+
"projects.settings.telemetryTags.description": "Add custom tags to this project's OpenTelemetry spans. Learn more in the",
|
|
4855
|
+
"projects.settings.telemetryTags.docsLink": "documentation",
|
|
4856
|
+
"projects.settings.telemetryTags.key.label": "Key",
|
|
4857
|
+
"projects.settings.telemetryTags.key.placeholder": "e.g. env",
|
|
4858
|
+
"projects.settings.telemetryTags.value.label": "Value",
|
|
4859
|
+
"projects.settings.telemetryTags.value.placeholder": "e.g. production",
|
|
4860
|
+
"projects.settings.telemetryTags.add": "Add tag",
|
|
4861
|
+
"projects.settings.telemetryTags.remove": "Remove tag",
|
|
4862
|
+
"projects.settings.telemetryTags.error.emptyKey": "Key must not be empty",
|
|
4863
|
+
"projects.settings.telemetryTags.error.duplicateKey": "Duplicate keys are not allowed",
|
|
4770
4864
|
"projects.settings.projectMembers": "Project members",
|
|
4771
4865
|
"projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",
|
|
4772
4866
|
"projects.settings.danger.title": "Danger zone",
|
|
@@ -5285,6 +5379,7 @@ var en_default = {
|
|
|
5285
5379
|
"insights.banner.title.timeSaved": "Time saved",
|
|
5286
5380
|
"insights.banner.title.timeSavedDailyAverage": "Time saved daily avg.",
|
|
5287
5381
|
"insights.banner.title.averageRunTime": "Run time (avg.)",
|
|
5382
|
+
"insights.dashboard.chart.title": "Breakdown by {granularity}",
|
|
5288
5383
|
"insights.dashboard.table.projectName": "Project name",
|
|
5289
5384
|
"insights.dashboard.table.title": "Breakdown by workflow",
|
|
5290
5385
|
"insights.dashboard.table.estimate": "Estimate",
|
|
@@ -5525,9 +5620,12 @@ var en_default = {
|
|
|
5525
5620
|
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
5526
5621
|
"instanceAi.delegateCard.briefing": "Briefing",
|
|
5527
5622
|
"instanceAi.delegateCard.tools": "Tools",
|
|
5528
|
-
"instanceAi.confirmation.approve": "
|
|
5623
|
+
"instanceAi.confirmation.approve": "Allow once",
|
|
5624
|
+
"instanceAi.confirmation.alwaysAllow": "Always allow",
|
|
5625
|
+
"instanceAi.confirmation.alwaysAllowSuffix": "during this session",
|
|
5626
|
+
"instanceAi.confirmation.allowPrompt": "Allow AI Assistant to {action}?",
|
|
5529
5627
|
"instanceAi.confirmation.deny": "Deny",
|
|
5530
|
-
"instanceAi.confirmation.approved": "
|
|
5628
|
+
"instanceAi.confirmation.approved": "Allowed",
|
|
5531
5629
|
"instanceAi.confirmation.denied": "Denied",
|
|
5532
5630
|
"instanceAi.confirmation.deferred": "Skipped",
|
|
5533
5631
|
"instanceAi.confirmation.pendingInline": "Waiting for approval",
|
|
@@ -5536,18 +5634,18 @@ var en_default = {
|
|
|
5536
5634
|
"instanceAi.confirmation.continue": "Continue",
|
|
5537
5635
|
"instanceAi.gatewayConfirmation.allowForSession": "Allow for session",
|
|
5538
5636
|
"instanceAi.gatewayConfirmation.allowOnce": "Allow once",
|
|
5539
|
-
"instanceAi.gatewayConfirmation.denyOnce": "Deny
|
|
5540
|
-
"instanceAi.gatewayConfirmation.prompt": "AI Assistant
|
|
5637
|
+
"instanceAi.gatewayConfirmation.denyOnce": "Deny",
|
|
5638
|
+
"instanceAi.gatewayConfirmation.prompt": "Allow AI Assistant to access '{resources}' on Computer Use?",
|
|
5541
5639
|
"instanceAi.askUser.placeholder": "Type your answer...",
|
|
5542
5640
|
"instanceAi.askUser.submit": "Submit",
|
|
5543
5641
|
"instanceAi.askUser.skip": "Skip",
|
|
5544
|
-
"instanceAi.domainAccess.prompt": "AI Assistant
|
|
5642
|
+
"instanceAi.domainAccess.prompt": "Allow AI Assistant to access {domain}?",
|
|
5545
5643
|
"instanceAi.domainAccess.allowOnce": "Allow once",
|
|
5546
5644
|
"instanceAi.domainAccess.allowDomain": "Always allow {domain}",
|
|
5547
5645
|
"instanceAi.domainAccess.allowAll": "Allow all domains",
|
|
5548
5646
|
"instanceAi.domainAccess.deny": "Deny",
|
|
5549
5647
|
"instanceAi.webSearch.prompt": "AI Assistant wants to search the web",
|
|
5550
|
-
"instanceAi.webSearch.allowThread": "Always allow
|
|
5648
|
+
"instanceAi.webSearch.allowThread": "Always allow",
|
|
5551
5649
|
"instanceAi.settings.permissions.fetchUrl.label": "Fetch URLs without approval",
|
|
5552
5650
|
"instanceAi.credential.selected": "Credential selected",
|
|
5553
5651
|
"instanceAi.credential.required": "This action requires a credential",
|
|
@@ -5609,7 +5707,6 @@ var en_default = {
|
|
|
5609
5707
|
"instanceAi.settings.save": "Save",
|
|
5610
5708
|
"instanceAi.settings.reset": "Reset",
|
|
5611
5709
|
"instanceAi.settings.section.model": "Model",
|
|
5612
|
-
"instanceAi.settings.section.memory": "Memory",
|
|
5613
5710
|
"instanceAi.settings.section.sandbox": "Sandbox",
|
|
5614
5711
|
"instanceAi.settings.section.search": "Search",
|
|
5615
5712
|
"instanceAi.settings.section.advanced": "Advanced",
|
|
@@ -5623,10 +5720,6 @@ var en_default = {
|
|
|
5623
5720
|
"instanceAi.settings.modelName.placeholder": "e.g. claude-sonnet-4-5, gpt-4o",
|
|
5624
5721
|
"instanceAi.settings.apiKey.set": "Set",
|
|
5625
5722
|
"instanceAi.settings.apiKey.notSet": "Not set",
|
|
5626
|
-
"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
5723
|
"instanceAi.settings.sandboxEnabled.label": "Enable sandbox",
|
|
5631
5724
|
"instanceAi.settings.sandboxProvider.label": "Sandbox provider",
|
|
5632
5725
|
"instanceAi.settings.daytonaCredential.label": "Daytona credential",
|
|
@@ -5635,7 +5728,6 @@ var en_default = {
|
|
|
5635
5728
|
"instanceAi.settings.sandboxTimeout.label": "Sandbox timeout (ms)",
|
|
5636
5729
|
"instanceAi.settings.searchCredential.label": "Search credential",
|
|
5637
5730
|
"instanceAi.settings.subAgentMaxSteps.label": "Sub-agent max steps",
|
|
5638
|
-
"instanceAi.settings.browserMcp.label": "Chrome DevTools MCP",
|
|
5639
5731
|
"instanceAi.settings.mcpServers.label": "MCP servers",
|
|
5640
5732
|
"instanceAi.settings.mcpServers.placeholder": "name=url, comma-separated",
|
|
5641
5733
|
"instanceAi.settings.section.permissions": "Permissions",
|
|
@@ -5690,17 +5782,34 @@ var en_default = {
|
|
|
5690
5782
|
"instanceAi.backgroundTask.running": "Working in the background...",
|
|
5691
5783
|
"instanceAi.backgroundTask.completed": "Background task finished",
|
|
5692
5784
|
"instanceAi.backgroundTask.failed": "Background task failed",
|
|
5693
|
-
"instanceAi.planReview.title": "Review
|
|
5785
|
+
"instanceAi.planReview.title": "Review plan",
|
|
5694
5786
|
"instanceAi.planReview.titleResolved": "Plan",
|
|
5787
|
+
"instanceAi.planReview.titleExpired": "Plan (expired)",
|
|
5788
|
+
"instanceAi.planReview.expiredHint": "This plan can no longer be approved. Send a new message to continue.",
|
|
5695
5789
|
"instanceAi.planReview.building": "Building plan...",
|
|
5696
5790
|
"instanceAi.planReview.awaitingApproval": "Awaiting approval",
|
|
5697
5791
|
"instanceAi.planReview.description": "Review the plan, then approve it to start building or request changes to revise it.",
|
|
5698
|
-
"instanceAi.planReview.
|
|
5699
|
-
"instanceAi.planReview.requestChanges": "Request changes",
|
|
5792
|
+
"instanceAi.planReview.askForEdits": "Ask for edits",
|
|
5700
5793
|
"instanceAi.planReview.approve": "Approve",
|
|
5794
|
+
"instanceAi.planReview.deny": "Deny",
|
|
5701
5795
|
"instanceAi.planReview.approved": "Plan approved",
|
|
5796
|
+
"instanceAi.planReview.denied": "Plan denied",
|
|
5797
|
+
"instanceAi.planReview.changesRequested": "Changes requested",
|
|
5798
|
+
"instanceAi.planReview.updating": "Updating plan...",
|
|
5702
5799
|
"instanceAi.message.retry": "Retry",
|
|
5703
5800
|
"instanceAi.input.amendPlaceholder": "Amend the {role} agent...",
|
|
5801
|
+
"instanceAi.fixWithAi.button": "Fix with AI",
|
|
5802
|
+
"instanceAi.fixWithAi.notice.title.single": "Execution failed in ‘{nodeName}’ node",
|
|
5803
|
+
"instanceAi.fixWithAi.notice.title.multiple": "{count} nodes failed",
|
|
5804
|
+
"instanceAi.fixWithAi.notice.dismiss": "Dismiss",
|
|
5805
|
+
"instanceAi.fixWithAi.errorDetails": "Error details",
|
|
5806
|
+
"instanceAi.fixWithAi.prompt.single": "The \"{nodeName}\" node failed with: \"{errorMessage}\". Help me debug and fix it",
|
|
5807
|
+
"instanceAi.fixWithAi.prompt.singleInWorkflow": "The \"{nodeName}\" node in workflow \"{workflowName}\" failed with: \"{errorMessage}\". Help me debug and fix it",
|
|
5808
|
+
"instanceAi.fixWithAi.prompt.multiple": "These nodes failed:\n{errorList}\n\nHelp me debug and fix them",
|
|
5809
|
+
"instanceAi.fixWithAi.prompt.multipleInWorkflow": "These nodes in workflow \"{workflowName}\" failed:\n{errorList}\n\nHelp me debug and fix them",
|
|
5810
|
+
"instanceAi.fixWithAi.prompt.errorLine": "- \"{nodeName}\": {errorMessage}",
|
|
5811
|
+
"instanceAi.input.planEditPlaceholder": "What should we change?",
|
|
5812
|
+
"instanceAi.input.planEditContext": "Plan edits",
|
|
5704
5813
|
"instanceAi.feedback.success": "Thanks for your feedback!",
|
|
5705
5814
|
"instanceAi.emptyState.title": "AI Assistant",
|
|
5706
5815
|
"instanceAi.emptyState.suggestions.buildWorkflow.label": "Build a workflow",
|
|
@@ -5727,24 +5836,34 @@ var en_default = {
|
|
|
5727
5836
|
"instanceAi.tools.workflows.get": "Reading workflow",
|
|
5728
5837
|
"instanceAi.tools.workflows.get-as-code": "Reading workflow code",
|
|
5729
5838
|
"instanceAi.tools.workflows.delete": "Archiving workflow",
|
|
5839
|
+
"instanceAi.tools.workflows.delete.imperative": "archive workflow",
|
|
5840
|
+
"instanceAi.tools.workflows.unarchive.imperative": "restore archived workflow",
|
|
5730
5841
|
"instanceAi.tools.workflows.setup": "Setting up workflow",
|
|
5842
|
+
"instanceAi.tools.workflows.validate": "Validating workflow",
|
|
5731
5843
|
"instanceAi.tools.workflows.publish": "Publishing workflow",
|
|
5844
|
+
"instanceAi.tools.workflows.publish.imperative": "publish workflow",
|
|
5732
5845
|
"instanceAi.tools.workflows.unpublish": "Unpublishing workflow",
|
|
5846
|
+
"instanceAi.tools.workflows.unpublish.imperative": "unpublish workflow",
|
|
5733
5847
|
"instanceAi.tools.workflows.list-versions": "Listing workflow versions",
|
|
5734
5848
|
"instanceAi.tools.workflows.get-version": "Reading workflow version",
|
|
5735
5849
|
"instanceAi.tools.workflows.update-version": "Updating workflow version",
|
|
5850
|
+
"instanceAi.tools.workflows.update-version.imperative": "update workflow version",
|
|
5736
5851
|
"instanceAi.tools.workflows.restore-version": "Restoring workflow version",
|
|
5852
|
+
"instanceAi.tools.workflows.restore-version.imperative": "restore workflow version",
|
|
5737
5853
|
"instanceAi.tools.executions": "Executions",
|
|
5738
5854
|
"instanceAi.tools.executions.list": "Checking executions",
|
|
5739
5855
|
"instanceAi.tools.executions.get": "Getting execution result",
|
|
5740
5856
|
"instanceAi.tools.executions.run": "Running workflow",
|
|
5857
|
+
"instanceAi.tools.executions.run.imperative": "execute workflow",
|
|
5741
5858
|
"instanceAi.tools.executions.debug": "Debugging execution",
|
|
5742
5859
|
"instanceAi.tools.executions.get-node-output": "Reading node output",
|
|
5860
|
+
"instanceAi.tools.executions.get-resolved-node-parameters": "Inspecting node parameters",
|
|
5743
5861
|
"instanceAi.tools.executions.stop": "Stopping execution",
|
|
5744
5862
|
"instanceAi.tools.credentials": "Credentials",
|
|
5745
5863
|
"instanceAi.tools.credentials.list": "Checking credentials",
|
|
5746
5864
|
"instanceAi.tools.credentials.get": "Reading credential",
|
|
5747
5865
|
"instanceAi.tools.credentials.delete": "Deleting credential",
|
|
5866
|
+
"instanceAi.tools.credentials.delete.imperative": "delete credential",
|
|
5748
5867
|
"instanceAi.tools.credentials.search-types": "Searching credential types",
|
|
5749
5868
|
"instanceAi.tools.credentials.setup": "Setting up credentials",
|
|
5750
5869
|
"instanceAi.tools.credentials.test": "Testing credential",
|
|
@@ -5753,22 +5872,35 @@ var en_default = {
|
|
|
5753
5872
|
"instanceAi.tools.data-tables.schema": "Reading table schema",
|
|
5754
5873
|
"instanceAi.tools.data-tables.query": "Querying data",
|
|
5755
5874
|
"instanceAi.tools.data-tables.create": "Creating data table",
|
|
5875
|
+
"instanceAi.tools.data-tables.create.imperative": "create data table",
|
|
5756
5876
|
"instanceAi.tools.data-tables.delete": "Deleting data table",
|
|
5877
|
+
"instanceAi.tools.data-tables.delete.imperative": "delete data table",
|
|
5757
5878
|
"instanceAi.tools.data-tables.add-column": "Adding table column",
|
|
5879
|
+
"instanceAi.tools.data-tables.add-column.imperative": "add column",
|
|
5758
5880
|
"instanceAi.tools.data-tables.delete-column": "Removing table column",
|
|
5881
|
+
"instanceAi.tools.data-tables.delete-column.imperative": "delete column",
|
|
5759
5882
|
"instanceAi.tools.data-tables.rename-column": "Renaming table column",
|
|
5883
|
+
"instanceAi.tools.data-tables.rename-column.imperative": "rename column",
|
|
5760
5884
|
"instanceAi.tools.data-tables.insert-rows": "Inserting rows",
|
|
5885
|
+
"instanceAi.tools.data-tables.insert-rows.imperative": "insert rows",
|
|
5761
5886
|
"instanceAi.tools.data-tables.update-rows": "Updating rows",
|
|
5887
|
+
"instanceAi.tools.data-tables.update-rows.imperative": "update rows",
|
|
5762
5888
|
"instanceAi.tools.data-tables.delete-rows": "Deleting rows",
|
|
5889
|
+
"instanceAi.tools.data-tables.delete-rows.imperative": "delete rows",
|
|
5763
5890
|
"instanceAi.tools.workspace": "Workspace",
|
|
5764
5891
|
"instanceAi.tools.workspace.list-projects": "Listing projects",
|
|
5765
5892
|
"instanceAi.tools.workspace.list-tags": "Listing tags",
|
|
5766
5893
|
"instanceAi.tools.workspace.tag-workflow": "Tagging workflow",
|
|
5894
|
+
"instanceAi.tools.workspace.tag-workflow.imperative": "tag workflow",
|
|
5767
5895
|
"instanceAi.tools.workspace.cleanup-test-executions": "Cleaning up test executions",
|
|
5896
|
+
"instanceAi.tools.workspace.cleanup-test-executions.imperative": "delete test executions",
|
|
5768
5897
|
"instanceAi.tools.workspace.list-folders": "Listing folders",
|
|
5769
5898
|
"instanceAi.tools.workspace.create-folder": "Creating folder",
|
|
5899
|
+
"instanceAi.tools.workspace.create-folder.imperative": "create folder",
|
|
5770
5900
|
"instanceAi.tools.workspace.delete-folder": "Deleting folder",
|
|
5901
|
+
"instanceAi.tools.workspace.delete-folder.imperative": "delete folder",
|
|
5771
5902
|
"instanceAi.tools.workspace.move-workflow-to-folder": "Moving workflow to folder",
|
|
5903
|
+
"instanceAi.tools.workspace.move-workflow-to-folder.imperative": "move workflow",
|
|
5772
5904
|
"instanceAi.tools.research": "Research",
|
|
5773
5905
|
"instanceAi.tools.research.web-search": "Searching the web",
|
|
5774
5906
|
"instanceAi.tools.research.fetch-url": "Fetching page",
|
|
@@ -5829,13 +5961,24 @@ var en_default = {
|
|
|
5829
5961
|
"instanceAi.tools.setup-credentials": "Setting up credentials",
|
|
5830
5962
|
"instanceAi.tools.delete-credential": "Deleting credential",
|
|
5831
5963
|
"instanceAi.tools.plan": "Planning",
|
|
5964
|
+
"instanceAi.tools.list_skills": "Checking available skills",
|
|
5965
|
+
"instanceAi.tools.load_skill": "Opening skill",
|
|
5966
|
+
"instanceAi.tools.load_skill.asset": "Opening",
|
|
5967
|
+
"instanceAi.tools.load_skill.assetFallback": "asset",
|
|
5968
|
+
"instanceAi.tools.load_skill.example": "Reading",
|
|
5969
|
+
"instanceAi.tools.load_skill.exampleFallback": "example",
|
|
5970
|
+
"instanceAi.tools.load_skill.file": "Reading",
|
|
5971
|
+
"instanceAi.tools.load_skill.reference": "Reading",
|
|
5972
|
+
"instanceAi.tools.load_skill.referenceFallback": "reference",
|
|
5973
|
+
"instanceAi.tools.load_skill.script": "Inspecting",
|
|
5974
|
+
"instanceAi.tools.load_skill.scriptFallback": "script",
|
|
5975
|
+
"instanceAi.tools.load_skill.template": "Reading",
|
|
5976
|
+
"instanceAi.tools.load_skill.templateFallback": "template",
|
|
5832
5977
|
"instanceAi.tools.delegate": "Delegating task",
|
|
5833
5978
|
"instanceAi.tools.web-search": "Searching the web",
|
|
5834
5979
|
"instanceAi.tools.fetch-url": "Fetching page",
|
|
5835
|
-
"instanceAi.tools.research-with-agent": "Researching",
|
|
5836
5980
|
"instanceAi.tools.build-workflow-with-agent": "Building workflow",
|
|
5837
|
-
"instanceAi.tools.
|
|
5838
|
-
"instanceAi.tools.browser-credential-setup": "Setting up credentials in browser",
|
|
5981
|
+
"instanceAi.tools.build-workflow-with-agent.imperative": "edit workflow",
|
|
5839
5982
|
"instanceAi.tools.get-best-practices": "Loading best practices",
|
|
5840
5983
|
"instanceAi.tools.search-template-parameters": "Searching templates",
|
|
5841
5984
|
"instanceAi.tools.search-template-structures": "Searching template structures",
|
|
@@ -5870,20 +6013,30 @@ var en_default = {
|
|
|
5870
6013
|
"instanceAi.tools.read-file": "Reading file",
|
|
5871
6014
|
"instanceAi.tools.search-files": "Searching files",
|
|
5872
6015
|
"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.
|
|
6016
|
+
"instanceAi.tools.workspace_read_file": "Reading file",
|
|
6017
|
+
"instanceAi.tools.workspace_write_file": "Writing file",
|
|
6018
|
+
"instanceAi.tools.workspace_edit_file": "Editing file",
|
|
6019
|
+
"instanceAi.tools.workspace_str_replace_file": "Editing file",
|
|
6020
|
+
"instanceAi.tools.workspace_batch_str_replace_file": "Editing files",
|
|
6021
|
+
"instanceAi.tools.workspace_append_file": "Appending file",
|
|
6022
|
+
"instanceAi.tools.workspace_list_files": "Listing files",
|
|
6023
|
+
"instanceAi.tools.workspace_delete": "Deleting file",
|
|
6024
|
+
"instanceAi.tools.workspace_delete_file": "Deleting file",
|
|
6025
|
+
"instanceAi.tools.workspace_file_stat": "Checking file info",
|
|
6026
|
+
"instanceAi.tools.workspace_mkdir": "Creating directory",
|
|
6027
|
+
"instanceAi.tools.workspace_rmdir": "Removing directory",
|
|
6028
|
+
"instanceAi.tools.workspace_copy_file": "Copying file",
|
|
6029
|
+
"instanceAi.tools.workspace_move_file": "Moving file",
|
|
6030
|
+
"instanceAi.tools.workspace_grep": "Searching files",
|
|
6031
|
+
"instanceAi.tools.workspace_ast_edit": "Editing code",
|
|
6032
|
+
"instanceAi.tools.workspace_execute_command": "Running command",
|
|
6033
|
+
"instanceAi.tools.workspace_execute_command.skill": "Running skill script",
|
|
6034
|
+
"instanceAi.tools.workspace_execute_command.skillScript": "Running",
|
|
6035
|
+
"instanceAi.tools.workspace_get_process_output": "Reading process output",
|
|
6036
|
+
"instanceAi.tools.workspace_list_processes": "Listing processes",
|
|
6037
|
+
"instanceAi.tools.workspace_kill_process": "Stopping process",
|
|
6038
|
+
"instanceAi.tools.workspace_search": "Searching workspace",
|
|
6039
|
+
"instanceAi.tools.workspace_index": "Indexing workspace",
|
|
5887
6040
|
"instanceAi.stepTimeline.showData": "Show data",
|
|
5888
6041
|
"instanceAi.stepTimeline.hideData": "Hide data",
|
|
5889
6042
|
"instanceAi.stepTimeline.showBrief": "Show brief",
|
|
@@ -5941,13 +6094,19 @@ var en_default = {
|
|
|
5941
6094
|
"agents.chat.misconfigured.missing.instructions": "Instructions",
|
|
5942
6095
|
"agents.chat.misconfigured.missing.model": "Model",
|
|
5943
6096
|
"agents.chat.misconfigured.missing.credential": "Credential",
|
|
6097
|
+
"agents.chat.misconfigured.missing.episodicMemory.credential": "Episodic Memory credential",
|
|
6098
|
+
"agents.chat.misconfigured.missing.webSearch.credential": "Web search credential",
|
|
5944
6099
|
"agents.chat.misconfigured.missing.agent": "Agent",
|
|
5945
6100
|
"agents.chat.misconfigured.missing.skill": "Skill ({id})",
|
|
5946
6101
|
"agents.chat.misconfigured.openBuild": "Finish setup in Build",
|
|
5947
6102
|
"agents.chat.misconfigured.dismiss": "Dismiss",
|
|
5948
6103
|
"agents.chat.askCredential.skip": "Skip",
|
|
6104
|
+
"agents.chat.toolNames.webSearch": "Web search",
|
|
6105
|
+
"agents.chat.toolNames.searchKnowledge": "Search knowledge",
|
|
5949
6106
|
"agents.chat.askQuestion.otherLabel": "Other",
|
|
5950
6107
|
"agents.chat.askQuestion.otherPlaceholder": "Type another answer",
|
|
6108
|
+
"agents.chat.askQuestion.answerLabel": "Your answer",
|
|
6109
|
+
"agents.chat.askQuestion.answerPlaceholder": "Type your answer",
|
|
5951
6110
|
"agents.chat.askQuestion.submit": "Submit",
|
|
5952
6111
|
"agents.heading": "Agents",
|
|
5953
6112
|
"agents.list.published": "Published",
|
|
@@ -5975,35 +6134,30 @@ var en_default = {
|
|
|
5975
6134
|
"agents.publish.error.publish": "Failed to publish agent",
|
|
5976
6135
|
"agents.publish.error.revert": "Failed to revert agent to published version",
|
|
5977
6136
|
"agents.publish.error.unpublish": "Failed to unpublish agent",
|
|
5978
|
-
"agents.schedule.title": "Schedule",
|
|
5979
|
-
"agents.schedule.description": "Run the published agent on a schedule.",
|
|
5980
|
-
"agents.schedule.status.active": "Active",
|
|
5981
|
-
"agents.schedule.status.inactive": "Inactive",
|
|
5982
|
-
"agents.schedule.cron": "Schedule",
|
|
5983
|
-
"agents.schedule.cron.mode.custom": "Expression",
|
|
5984
|
-
"agents.schedule.cron.mode.preset": "Preset",
|
|
5985
|
-
"agents.schedule.cron.placeholder": "* * * * *",
|
|
5986
|
-
"agents.schedule.nextOccurrence": "Next occurrence: {occurrence}",
|
|
5987
|
-
"agents.schedule.presets.everyDay": "Every day",
|
|
5988
|
-
"agents.schedule.presets.everyHour": "Every hour",
|
|
5989
|
-
"agents.schedule.presets.everyMonday": "Every Monday",
|
|
5990
|
-
"agents.schedule.presets.everyWeekday": "Every weekday",
|
|
5991
|
-
"agents.schedule.wakeUpPrompt": "Wake up prompt",
|
|
5992
|
-
"agents.schedule.wakeUpPrompt.placeholder": "Automated message: you were triggered on schedule.",
|
|
5993
|
-
"agents.schedule.wakeUpPrompt.help": "Sent to the agent each time the schedule fires.",
|
|
5994
|
-
"agents.schedule.publishRequired": "Publish the agent before activating the schedule trigger.",
|
|
5995
|
-
"agents.schedule.activate": "Activate",
|
|
5996
|
-
"agents.schedule.deactivate": "Deactivate",
|
|
5997
|
-
"agents.schedule.loadError": "Could not load the schedule trigger",
|
|
5998
|
-
"agents.schedule.saveError": "Could not save the schedule trigger",
|
|
5999
|
-
"agents.schedule.activateError": "Could not activate the schedule trigger",
|
|
6000
|
-
"agents.schedule.deactivateError": "Could not deactivate the schedule trigger",
|
|
6001
6137
|
"agents.unpublish.modal.title": "Unpublish {name}",
|
|
6002
6138
|
"agents.unpublish.modal.description": "This will prevent all production executions from using this agent until you publish again.",
|
|
6003
6139
|
"agents.unpublish.modal.button.unpublish": "Unpublish",
|
|
6004
6140
|
"agents.revertToPublished.modal.title": "Revert changes?",
|
|
6005
6141
|
"agents.revertToPublished.modal.description": "This will permanently remove all changes made since the latest published version.",
|
|
6006
6142
|
"agents.revertToPublished.modal.button.revert": "Revert changes",
|
|
6143
|
+
"agents.versionHistory.title": "Publish history",
|
|
6144
|
+
"agents.versionHistory.button.tooltip": "Version history",
|
|
6145
|
+
"agents.versionHistory.button.tooltip.empty": "This agent currently has no history to view. Once you've published it for the first time, you'll be able to view previous versions",
|
|
6146
|
+
"agents.versionHistory.button.ariaLabel": "Open version history",
|
|
6147
|
+
"agents.versionHistory.close": "Close",
|
|
6148
|
+
"agents.versionHistory.empty": "No versions yet. Publish your agent to start a history.",
|
|
6149
|
+
"agents.versionHistory.error.load": "Could not load version history",
|
|
6150
|
+
"agents.versionHistory.item.createdAt": "{date} at {time}",
|
|
6151
|
+
"agents.versionHistory.item.publishedBadge": "Currently published",
|
|
6152
|
+
"agents.versionHistory.item.actions.revert": "Revert to this version",
|
|
6153
|
+
"agents.versionHistory.item.actions.publish": "Publish this version",
|
|
6154
|
+
"agents.versionHistory.revert.modal.title": "Revert to this version?",
|
|
6155
|
+
"agents.versionHistory.revert.modal.description": "This will replace your current draft with the contents of this version. Unsaved changes will be lost.",
|
|
6156
|
+
"agents.versionHistory.revert.modal.button.revert": "Revert draft",
|
|
6157
|
+
"agents.versionHistory.revert.toast.title": "Reverted to version",
|
|
6158
|
+
"agents.versionHistory.revert.error": "Could not revert to the selected version",
|
|
6159
|
+
"agents.versionHistory.publish.toast.title": "Version published",
|
|
6160
|
+
"agents.versionHistory.publish.error": "Could not publish the selected version",
|
|
6007
6161
|
"agents.search.placeholder": "Search agents...",
|
|
6008
6162
|
"agents.tools.title": "Tools",
|
|
6009
6163
|
"agents.tools.add": "Add tool",
|
|
@@ -6022,6 +6176,8 @@ var en_default = {
|
|
|
6022
6176
|
"agents.tools.workflow.incompatible.message": "Workflow \"{name}\" contains nodes that can't be used as an agent tool: {nodes}.",
|
|
6023
6177
|
"agents.tools.workflow.fetchFailed.title": "Couldn't check workflow compatibility",
|
|
6024
6178
|
"agents.tools.workflow.fetchFailed.message": "Try connecting the workflow again.",
|
|
6179
|
+
"agents.tools.availableMcpServers": "MCP servers ({count})",
|
|
6180
|
+
"agents.tools.mcp.added": "MCP server added",
|
|
6025
6181
|
"agents.toolConfig.workflow.description": "Description",
|
|
6026
6182
|
"agents.toolConfig.workflow.description.placeholder": "Explain to the agent when to use this workflow and what it does",
|
|
6027
6183
|
"agents.toolConfig.workflow.description.hint": "The LLM reads this to decide when to call the workflow.",
|
|
@@ -6061,11 +6217,26 @@ var en_default = {
|
|
|
6061
6217
|
"agents.builder.agent.instructions.characterCount": "{count} characters",
|
|
6062
6218
|
"agents.builder.advanced.title": "Advanced",
|
|
6063
6219
|
"agents.builder.advanced.description": "Execution tuning — reasoning depth, tool parallelism, and approval gating.",
|
|
6220
|
+
"agents.builder.advanced.webSearch.label": "Web search",
|
|
6221
|
+
"agents.builder.advanced.webSearch.hint": "Let the model search the web when it needs up-to-date information.",
|
|
6222
|
+
"agents.builder.advanced.webSearch.maxUses.label": "Maximum searches",
|
|
6223
|
+
"agents.builder.advanced.webSearch.maxUses.hint": "How many web searches the model can run in one response",
|
|
6224
|
+
"agents.builder.advanced.webSearch.externalAccess.label": "Live page access",
|
|
6225
|
+
"agents.builder.advanced.webSearch.externalAccess.hint": "Allow OpenAI to fetch live page content",
|
|
6226
|
+
"agents.builder.advanced.webSearch.contextSize.label": "Search context",
|
|
6227
|
+
"agents.builder.advanced.webSearch.method.label": "Search method",
|
|
6228
|
+
"agents.builder.advanced.webSearch.method.off": "Off",
|
|
6229
|
+
"agents.builder.advanced.webSearch.method.native": "Native",
|
|
6230
|
+
"agents.builder.advanced.webSearch.fallbackProvider.brave": "Brave Search",
|
|
6231
|
+
"agents.builder.advanced.webSearch.fallbackProvider.searxng": "SearXNG",
|
|
6232
|
+
"agents.builder.advanced.webSearch.credential.label": "Credential",
|
|
6233
|
+
"agents.builder.advanced.webSearch.credential.hint": "Used by the selected search provider",
|
|
6064
6234
|
"agents.builder.advanced.thinking.label": "Thinking",
|
|
6065
6235
|
"agents.builder.advanced.thinking.hint": "Let the model reason before responding.",
|
|
6066
6236
|
"agents.builder.advanced.thinking.unsupportedTooltip": "{provider} does not support thinking",
|
|
6067
6237
|
"agents.builder.advanced.thinking.unsupportedProviderFallback": "This provider",
|
|
6068
6238
|
"agents.builder.advanced.budgetTokens.label": "Budget tokens",
|
|
6239
|
+
"agents.builder.advanced.budgetTokens.hint": "How many tokens the model can use for reasoning before answering",
|
|
6069
6240
|
"agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
|
|
6070
6241
|
"agents.builder.advanced.concurrency.label": "Tool call concurrency",
|
|
6071
6242
|
"agents.builder.advanced.concurrency.hint": "How many tool calls the agent can run in parallel.",
|
|
@@ -6074,8 +6245,42 @@ var en_default = {
|
|
|
6074
6245
|
"agents.builder.advanced.recentMessages.label": "Session memory window",
|
|
6075
6246
|
"agents.builder.advanced.recentMessages.hint": "How many recent messages from this thread the agent sees on each turn.",
|
|
6076
6247
|
"agents.builder.advanced.recentMessages.memoryDisabledTooltip": "Enable Session Memory in the Memory section to configure the window.",
|
|
6248
|
+
"agents.builder.advanced.maxIterations.label": "Max iterations",
|
|
6249
|
+
"agents.builder.advanced.maxIterations.hint": "Maximum number of agent loop iterations per run (1–200). Leave empty to use the platform default.",
|
|
6077
6250
|
"agents.builder.memory.title": "Session Memory",
|
|
6078
6251
|
"agents.builder.memory.description": "Keeps recent messages from this session available as context.",
|
|
6252
|
+
"agents.builder.memory.episodicMemory.label": "Episodic Memory",
|
|
6253
|
+
"agents.builder.memory.episodicMemory.hint": "Stores source-backed memories from previous conversations. Requires OpenAI credential.",
|
|
6254
|
+
"agents.builder.memory.episodicMemory.changeCredential": "Change credential",
|
|
6255
|
+
"agents.builder.files.title": "Knowledge base",
|
|
6256
|
+
"agents.builder.files.description": "Add CSV, PDF, Markdown, or TXT files this agent can search and read. Upload up to {maxFiles} files at a time, {maxSizeMb} MB each.",
|
|
6257
|
+
"agents.builder.files.count": "{count} file uploaded | {count} files uploaded",
|
|
6258
|
+
"agents.builder.files.upload": "Upload file",
|
|
6259
|
+
"agents.builder.files.uploadFileTooLarge.title": "File too large",
|
|
6260
|
+
"agents.builder.files.uploadFileTooLarge.message": "{name} is larger than {size} MB.",
|
|
6261
|
+
"agents.builder.files.empty": "No files uploaded yet.",
|
|
6262
|
+
"agents.builder.files.loading": "Loading files...",
|
|
6263
|
+
"agents.builder.files.uploaded": "File uploaded",
|
|
6264
|
+
"agents.builder.files.deleted": "File deleted",
|
|
6265
|
+
"agents.builder.files.delete": "Delete file",
|
|
6266
|
+
"agents.builder.files.type.csv": "CSV",
|
|
6267
|
+
"agents.builder.files.type.pdf": "PDF",
|
|
6268
|
+
"agents.builder.files.type.markdown": "Markdown",
|
|
6269
|
+
"agents.builder.files.type.txt": "TXT",
|
|
6270
|
+
"agents.builder.files.type.file": "File",
|
|
6271
|
+
"agents.builder.files.deleteModal.title": "Delete {name}?",
|
|
6272
|
+
"agents.builder.files.deleteModal.description": "This removes {name} from the agent's knowledge files.",
|
|
6273
|
+
"agents.builder.files.deleteModal.button.delete": "Delete file",
|
|
6274
|
+
"agents.builder.files.loadError": "Could not load files",
|
|
6275
|
+
"agents.builder.files.uploadError": "Could not upload file",
|
|
6276
|
+
"agents.builder.files.deleteError": "Could not delete file",
|
|
6277
|
+
"agents.builder.files.size.bytes": "{bytes} B",
|
|
6278
|
+
"agents.builder.files.size.kilobytes": "{kilobytes} KB",
|
|
6279
|
+
"agents.builder.files.size.megabytes": "{megabytes} MB",
|
|
6280
|
+
"agents.builder.memory.recallModel.label": "Memory model",
|
|
6281
|
+
"agents.builder.memory.recallModel.hint": "Choose the model that creates, reviews, and retrieves memories. Uses the agent model by default.",
|
|
6282
|
+
"agents.builder.episodicMemoryCredentialModal.title": "Episodic Memory",
|
|
6283
|
+
"agents.builder.episodicMemoryCredentialModal.description": "An OpenAI credential is used to create embeddings for Episodic Memory.",
|
|
6079
6284
|
"agents.builder.memory.semanticRecall.topK": "Top K",
|
|
6080
6285
|
"agents.builder.memory.semanticRecall.rangeBefore": "Range before",
|
|
6081
6286
|
"agents.builder.memory.semanticRecall.rangeAfter": "Range after",
|
|
@@ -6091,6 +6296,8 @@ var en_default = {
|
|
|
6091
6296
|
"agents.builder.tools.builtIn.title": "Built-in node tools",
|
|
6092
6297
|
"agents.builder.tools.builtIn.hint": "Let the agent search the n8n node catalog and execute nodes on demand.",
|
|
6093
6298
|
"agents.builder.tools.empty": "No tools added yet.",
|
|
6299
|
+
"agents.builder.tools.type.workflow": "Workflow",
|
|
6300
|
+
"agents.builder.tools.type.custom": "Custom tool",
|
|
6094
6301
|
"agents.builder.tools.workflows.title": "Workflows",
|
|
6095
6302
|
"agents.builder.tools.remove": "Remove tool",
|
|
6096
6303
|
"agents.builder.tools.back": "Back to tools",
|
|
@@ -6122,6 +6329,55 @@ var en_default = {
|
|
|
6122
6329
|
"agents.builder.skills.validation.instructionsMaxLength": "Instructions must be {max} characters or fewer.",
|
|
6123
6330
|
"agents.builder.skills.remove": "Remove skill",
|
|
6124
6331
|
"agents.builder.skills.back": "Back to skills",
|
|
6332
|
+
"agents.builder.tasks.title": "Tasks",
|
|
6333
|
+
"agents.builder.tasks.description": "Scheduled objectives the agent runs on its own once it's published.",
|
|
6334
|
+
"agents.builder.tasks.add": "Add task",
|
|
6335
|
+
"agents.builder.tasks.empty": "No tasks yet.",
|
|
6336
|
+
"agents.builder.tasks.publishHint": "Enabled tasks start running once you publish the agent.",
|
|
6337
|
+
"agents.builder.tasks.republishHint": "Changes take effect the next time you publish the agent.",
|
|
6338
|
+
"agents.builder.tasks.pendingPublish": "Pending publish",
|
|
6339
|
+
"agents.builder.tasks.nextRun": "Next run {time}",
|
|
6340
|
+
"agents.builder.tasks.lastRun": "Last run {time}",
|
|
6341
|
+
"agents.builder.tasks.neverRun": "Not run yet",
|
|
6342
|
+
"agents.builder.tasks.enabled": "Enabled",
|
|
6343
|
+
"agents.builder.tasks.status.title": "Task status",
|
|
6344
|
+
"agents.builder.tasks.status.success": "Success",
|
|
6345
|
+
"agents.builder.tasks.status.error": "Failed",
|
|
6346
|
+
"agents.builder.tasks.delete": "Delete task",
|
|
6347
|
+
"agents.builder.tasks.deleteConfirm.title": "Delete task?",
|
|
6348
|
+
"agents.builder.tasks.deleteConfirm.description": "This task will stop running and be removed. This can't be undone.",
|
|
6349
|
+
"agents.builder.tasks.deleteConfirm.confirm": "Delete",
|
|
6350
|
+
"agents.builder.tasks.loadError": "Could not load tasks",
|
|
6351
|
+
"agents.builder.tasks.deleteError": "Could not delete task",
|
|
6352
|
+
"agents.builder.tasks.create.title": "Add task",
|
|
6353
|
+
"agents.builder.tasks.edit.title": "Edit task",
|
|
6354
|
+
"agents.builder.tasks.name.label": "Name",
|
|
6355
|
+
"agents.builder.tasks.name.placeholder": "Daily Slack summary",
|
|
6356
|
+
"agents.builder.tasks.objective.label": "Objective",
|
|
6357
|
+
"agents.builder.tasks.objective.placeholder": "Summarize today's #general messages and post the summary.",
|
|
6358
|
+
"agents.builder.tasks.schedule.label": "Schedule",
|
|
6359
|
+
"agents.builder.tasks.schedule.frequency.hourly": "Hourly",
|
|
6360
|
+
"agents.builder.tasks.schedule.frequency.daily": "Daily",
|
|
6361
|
+
"agents.builder.tasks.schedule.frequency.weekly": "Weekly",
|
|
6362
|
+
"agents.builder.tasks.schedule.frequency.monthly": "Monthly",
|
|
6363
|
+
"agents.builder.tasks.schedule.frequency.custom": "Custom (cron)",
|
|
6364
|
+
"agents.builder.tasks.schedule.at": "at",
|
|
6365
|
+
"agents.builder.tasks.schedule.on": "on",
|
|
6366
|
+
"agents.builder.tasks.schedule.onDay": "on day",
|
|
6367
|
+
"agents.builder.tasks.schedule.minuteLabel": "at minute",
|
|
6368
|
+
"agents.builder.tasks.schedule.cron.placeholder": "0 9 * * *",
|
|
6369
|
+
"agents.builder.tasks.schedule.nextOccurrence": "Next run {occurrence}",
|
|
6370
|
+
"agents.builder.tasks.cancel": "Cancel",
|
|
6371
|
+
"agents.builder.tasks.save": "Save task",
|
|
6372
|
+
"agents.builder.tasks.saveError": "Could not save task",
|
|
6373
|
+
"agents.builder.tasks.execute": "Execute task",
|
|
6374
|
+
"agents.builder.tasks.executeStarted": "Task started",
|
|
6375
|
+
"agents.builder.tasks.executeError": "Could not start the task",
|
|
6376
|
+
"agents.builder.tasks.validation.nameRequired": "Enter a name.",
|
|
6377
|
+
"agents.builder.tasks.validation.nameMaxLength": "Name must be {max} characters or fewer.",
|
|
6378
|
+
"agents.builder.tasks.validation.objectiveRequired": "Enter an objective.",
|
|
6379
|
+
"agents.builder.tasks.validation.objectiveMaxLength": "Objective must be {max} characters or fewer.",
|
|
6380
|
+
"agents.builder.tasks.validation.cronRequired": "Enter a schedule.",
|
|
6125
6381
|
"agents.builder.editor.invalidJson": "Invalid JSON",
|
|
6126
6382
|
"agents.builder.editorColumn.ariaLabel": "Configuration editor",
|
|
6127
6383
|
"agents.builder.tree.ariaLabel": "Config sections",
|
|
@@ -6155,6 +6411,8 @@ var en_default = {
|
|
|
6155
6411
|
"agents.builder.evaluations.emptyPrefix": "No evaluations configured.",
|
|
6156
6412
|
"agents.builder.quickActions.addTool": "Add tool",
|
|
6157
6413
|
"agents.builder.quickActions.addTrigger": "Add trigger",
|
|
6414
|
+
"agents.builder.quickActions.memoriesUsed.count": "{count} memory | {count} memories",
|
|
6415
|
+
"agents.builder.quickActions.memoriesUsed.keyMemory": "Memory",
|
|
6158
6416
|
"agents.builder.capabilities.title": "Capabilities",
|
|
6159
6417
|
"agents.builder.triggers.title": "Triggers",
|
|
6160
6418
|
"agents.builder.triggers.description": "Channels that can invoke this agent",
|
|
@@ -6162,9 +6420,9 @@ var en_default = {
|
|
|
6162
6420
|
"agents.builder.triggers.empty": "No triggers connected yet.",
|
|
6163
6421
|
"agents.builder.triggers.add": "Add trigger",
|
|
6164
6422
|
"agents.builder.triggers.empty.title": "No triggers configured",
|
|
6165
|
-
"agents.builder.triggers.empty.description": "Add a trigger to let this agent respond to events from a chat platform
|
|
6423
|
+
"agents.builder.triggers.empty.description": "Add a trigger to let this agent respond to events from a chat platform.",
|
|
6166
6424
|
"agents.builder.addTrigger.modal.title": "Add trigger",
|
|
6167
|
-
"agents.builder.addTrigger.modal.description": "Add a trigger to
|
|
6425
|
+
"agents.builder.addTrigger.modal.description": "Add a trigger to let people message the agent from a chat platform.",
|
|
6168
6426
|
"agents.builder.addTrigger.picker.label": "Trigger",
|
|
6169
6427
|
"agents.builder.addTrigger.picker.placeholder": "Select a trigger...",
|
|
6170
6428
|
"agents.builder.addTrigger.picker.empty": "Pick a trigger above to configure it.",
|
|
@@ -6177,18 +6435,28 @@ var en_default = {
|
|
|
6177
6435
|
"agents.builder.addTrigger.addCredential": "Add {label} credential",
|
|
6178
6436
|
"agents.builder.addTrigger.newCredential": "New credential",
|
|
6179
6437
|
"agents.builder.addTrigger.connect": "Connect",
|
|
6180
|
-
"agents.builder.addTrigger.publishPrompt.title": "
|
|
6181
|
-
"agents.builder.addTrigger.publishPrompt.description": "
|
|
6182
|
-
"agents.builder.addTrigger.publishPrompt.confirm": "
|
|
6438
|
+
"agents.builder.addTrigger.publishPrompt.title": "Connect trigger and publish agent",
|
|
6439
|
+
"agents.builder.addTrigger.publishPrompt.description": "n8n will connect this trigger to the draft first, then publish the agent so the trigger can run.",
|
|
6440
|
+
"agents.builder.addTrigger.publishPrompt.confirm": "Connect & publish",
|
|
6183
6441
|
"agents.builder.addTrigger.disconnect": "Disconnect",
|
|
6184
6442
|
"agents.builder.addTrigger.copy": "Copy",
|
|
6185
6443
|
"agents.builder.addTrigger.copied": "Copied",
|
|
6186
6444
|
"agents.builder.addTrigger.noIntegrations": "No integrations available.",
|
|
6445
|
+
"agents.builder.addTrigger.slack.setup.title": "Create Slack app",
|
|
6446
|
+
"agents.builder.addTrigger.slack.setup.hint": "Enter a temporary Slack app configuration token. n8n creates the app, installs it, and connects this agent.",
|
|
6447
|
+
"agents.builder.addTrigger.slack.setup.tokenPlaceholder": "App configuration token",
|
|
6448
|
+
"agents.builder.addTrigger.slack.setup.tokenLink": "Create one in Slack.",
|
|
6449
|
+
"agents.builder.addTrigger.slack.setup.button": "Create and install",
|
|
6450
|
+
"agents.builder.addTrigger.slack.setup.error": "Could not create and install the Slack app.",
|
|
6451
|
+
"agents.builder.addTrigger.slack.manual.title": "Manual configuration",
|
|
6452
|
+
"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
6453
|
"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
6454
|
"agents.builder.addTrigger.slack.viewJson": "View JSON",
|
|
6189
6455
|
"agents.builder.addTrigger.slack.hideJson": "Hide JSON",
|
|
6190
6456
|
"agents.builder.addTrigger.slack.copyManifest": "Copy manifest",
|
|
6191
|
-
"agents.builder.addTrigger.slack.manifestTitle": "Slack
|
|
6457
|
+
"agents.builder.addTrigger.slack.manifestTitle": "Slack app manifest",
|
|
6458
|
+
"agents.builder.addTrigger.slack.manifestLoading": "Loading Slack app manifest...",
|
|
6459
|
+
"agents.builder.addTrigger.slack.manifestError": "Couldn't load Slack app manifest. Try again.",
|
|
6192
6460
|
"agents.builder.addTrigger.slack.docsCalloutLink": "See docs",
|
|
6193
6461
|
"agents.builder.addTrigger.telegram.accessMode.label": "Access mode",
|
|
6194
6462
|
"agents.builder.addTrigger.telegram.accessMode.private": "Private",
|
|
@@ -6198,10 +6466,15 @@ var en_default = {
|
|
|
6198
6466
|
"agents.builder.addTrigger.telegram.users.placeholder": "Type a user ID or username and press Space",
|
|
6199
6467
|
"agents.builder.addTrigger.telegram.validation.invalid": "Enter valid Telegram user IDs or usernames.",
|
|
6200
6468
|
"agents.builder.addTrigger.telegram.validation.required": "Add at least one Telegram user ID or username.",
|
|
6469
|
+
"agents.builder.addTrigger.linear.setup.title": "Set up a Linear app",
|
|
6470
|
+
"agents.builder.addTrigger.linear.setup.description": "Create a Linear app to get the credential values, then add these URLs in Linear.",
|
|
6471
|
+
"agents.builder.addTrigger.linear.setup.link": "Create a Linear app",
|
|
6472
|
+
"agents.builder.addTrigger.linear.oauthCallbackUrl.label": "OAuth callback URL",
|
|
6473
|
+
"agents.builder.addTrigger.linear.webhookUrl.label": "Webhook URL",
|
|
6201
6474
|
"agents.builder.addTrigger.helpText.slack": "Connect a Slack bot credential to allow this agent to receive and respond to Slack messages.",
|
|
6202
6475
|
"agents.builder.addTrigger.helpText.telegram": "Connect a Telegram bot credential to allow this agent to receive and respond to Telegram messages.",
|
|
6203
|
-
"agents.builder.addTrigger.helpText.linear": "Connect a Linear
|
|
6204
|
-
"agents.builder.addTrigger.connectedText.slack": "Your agent is connected to Slack and
|
|
6476
|
+
"agents.builder.addTrigger.helpText.linear": "Connect a Linear OAuth credential to let this agent respond in Linear. For agent sessions, choose Application as the actor, point a Linear webhook at the URL below, and paste its signing secret into the credential.",
|
|
6477
|
+
"agents.builder.addTrigger.connectedText.slack": "Your agent is connected to Slack and ready to send and receive messages.",
|
|
6205
6478
|
"agents.builder.addTrigger.connectedText.telegram": "Your agent is connected to Telegram and can receive messages.",
|
|
6206
6479
|
"agents.builder.addTrigger.connectedText.linear": "Your agent is connected to Linear and can reply to @-mentions.",
|
|
6207
6480
|
"instanceAi.welcomeModal.gateway.title": "Connect AI Assistant to your computer",
|