@n8n/i18n 2.25.1 → 2.26.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 +320 -84
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +301 -65
- package/dist/index.d.mts +301 -65
- package/dist/index.mjs +320 -84
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +301 -65
- package/dist/types2.d.mts +301 -65
- package/package.json +8 -6
package/dist/index.cjs
CHANGED
|
@@ -1040,8 +1040,9 @@ var en_default = {
|
|
|
1040
1040
|
"credentialEdit.credentialConfig.switchTo": "Use {name}",
|
|
1041
1041
|
"credentialEdit.credentialConfig.externalSecrets": "Enterprise plan users can pull in credentials from external vaults.",
|
|
1042
1042
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": "More info",
|
|
1043
|
-
"credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for
|
|
1043
|
+
"credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for private credentials",
|
|
1044
1044
|
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": "When enabled, each execution uses the triggering user's credentials instead of a single fixed credential. Requires a webhook trigger with user identity extraction enabled. The credentials you connect are only used for manual testing or when the workflow uses a non-webhook trigger.",
|
|
1045
|
+
"credentialEdit.credentialConfig.dynamicCredentials.sharedDisabledTooltip": "This credential is currently shared. Private credentials cannot be shared, so switching to private is not supported.",
|
|
1045
1046
|
"credentialEdit.credentialConfig.oauthDisabledTooltip": "Complete all fields to connect",
|
|
1046
1047
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": "Close",
|
|
1047
1048
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": "Keep Editing",
|
|
@@ -1070,7 +1071,7 @@ var en_default = {
|
|
|
1070
1071
|
"credentialEdit.credentialEdit.couldNotFindCredentialWithId": "Could not find credential with ID",
|
|
1071
1072
|
"credentialEdit.credentialEdit.delete": "Delete",
|
|
1072
1073
|
"credentialEdit.credentialEdit.details": "Details",
|
|
1073
|
-
"credentialEdit.credentialEdit.dynamic": "
|
|
1074
|
+
"credentialEdit.credentialEdit.dynamic": "Private",
|
|
1074
1075
|
"credentialEdit.credentialEdit.saving": "Saving",
|
|
1075
1076
|
"credentialEdit.credentialEdit.showError.createCredential.title": "Problem creating credential",
|
|
1076
1077
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": "Problem deleting credential",
|
|
@@ -1098,6 +1099,7 @@ var en_default = {
|
|
|
1098
1099
|
"credentialEdit.credentialSharing.info.sharee.personal": "Only {credentialOwnerName} or users with credential sharing permission can change who this credential is shared with",
|
|
1099
1100
|
"credentialEdit.credentialSharing.info.sharee.fallback": "the owner",
|
|
1100
1101
|
"credentialEdit.credentialSharing.info.personalSpaceRestricted": "Sharing is disabled in personal spaces. Move the credential to a team project to share",
|
|
1102
|
+
"credentialEdit.credentialSharing.info.dynamicCredential": "Sharing of private credentials is not supported.",
|
|
1101
1103
|
"credentialEdit.credentialSharing.list.delete": "Remove",
|
|
1102
1104
|
"credentialEdit.credentialSharing.list.delete.confirm.title": "Remove access?",
|
|
1103
1105
|
"credentialEdit.credentialSharing.list.delete.confirm.message": "This may break any workflows in which {name} has used this credential",
|
|
@@ -1144,14 +1146,14 @@ var en_default = {
|
|
|
1144
1146
|
"credentials.item.needsSetup": "Needs first setup",
|
|
1145
1147
|
"credentials.item.connect": "Connect",
|
|
1146
1148
|
"credentials.item.connect.tooltip": "Connect your own account to use this credential in workflows. Only you can use your private credential.",
|
|
1147
|
-
"credentials.
|
|
1148
|
-
"credentials.
|
|
1149
|
-
"credentials.dynamic.tooltipTitle": "Dynamic credentials",
|
|
1150
|
-
"credentials.dynamic.badge": "Dynamic",
|
|
1149
|
+
"credentials.private.tooltip": "This credential uses a resolver to pick the right account at runtime based on who runs the workflow.",
|
|
1150
|
+
"credentials.private.tooltipTitle": "Private credentials",
|
|
1151
1151
|
"credentials.private.badge": "Private",
|
|
1152
1152
|
"credentials.private.callout.title": "This node is set up to use end user accounts",
|
|
1153
1153
|
"credentials.private.callout.connected": "Your account is connected",
|
|
1154
|
-
"credentials.private.callout.
|
|
1154
|
+
"credentials.private.callout.connectTitle": "Connect your account",
|
|
1155
|
+
"credentials.private.callout.connectDescription": "This workflow runs as you. Connect your {service} account to continue.",
|
|
1156
|
+
"credentials.private.callout.connectDescriptionGeneric": "This workflow runs as you. Connect your account to continue.",
|
|
1155
1157
|
"credentials.private.callout.connect": "Connect",
|
|
1156
1158
|
"credentials.search.placeholder": "Search credentials...",
|
|
1157
1159
|
"credentials.filters.type": "Type",
|
|
@@ -1361,6 +1363,10 @@ var en_default = {
|
|
|
1361
1363
|
"agentSessions.lastMessage": "Last Message",
|
|
1362
1364
|
"agentSessions.tokenUsage": "Token Usage",
|
|
1363
1365
|
"agentSessions.testChat": "Test chat",
|
|
1366
|
+
"agentSessions.origin": "Origin",
|
|
1367
|
+
"agentSessions.origin.agent": "Agent",
|
|
1368
|
+
"agentSessions.origin.subAgent": "Sub-agent",
|
|
1369
|
+
"agentSessions.goToParentRun": "Go to parent run",
|
|
1364
1370
|
"agentSessions.actions": "Actions",
|
|
1365
1371
|
"agentSessions.empty": "No agent sessions",
|
|
1366
1372
|
"agentSessions.loadMore": "Load more",
|
|
@@ -1372,8 +1378,7 @@ var en_default = {
|
|
|
1372
1378
|
"agentSessions.showError.load": "Problem loading sessions",
|
|
1373
1379
|
"agentSessions.status": "Status",
|
|
1374
1380
|
"agentSessions.duration": "Duration",
|
|
1375
|
-
"agentSessions.
|
|
1376
|
-
"agentSessions.origin.agent": "Agent",
|
|
1381
|
+
"agentSessions.sessionId": "Session ID",
|
|
1377
1382
|
"agentSessions.origin.task": "Task",
|
|
1378
1383
|
"agentSessions.success": "Success",
|
|
1379
1384
|
"agentSessions.detail.backToSessions": "Back to sessions",
|
|
@@ -1388,7 +1393,6 @@ var en_default = {
|
|
|
1388
1393
|
"agentSessions.detail.suspendedNote": "This message was part of a tool call suspension. Token usage and cost are reported on the resumed message.",
|
|
1389
1394
|
"agentSessions.detail.builtInTools": "Built-in",
|
|
1390
1395
|
"agentSessions.detail.userTools": "Tools",
|
|
1391
|
-
"agentSessions.detail.richInteraction.userResponse": "User responded",
|
|
1392
1396
|
"agentSessions.drawer.created": "Created",
|
|
1393
1397
|
"agentSessions.drawer.lastMessage": "Last message",
|
|
1394
1398
|
"agentSessions.drawer.duration": "Duration",
|
|
@@ -1423,8 +1427,7 @@ var en_default = {
|
|
|
1423
1427
|
"agentSessions.timeline.suspended": "Suspended",
|
|
1424
1428
|
"agentSessions.timeline.idle": "Idle",
|
|
1425
1429
|
"agentSessions.timeline.agent": "Agent",
|
|
1426
|
-
"agentSessions.timeline.
|
|
1427
|
-
"agentSessions.timeline.tool.richInteractionDisplay": "Card sent to user",
|
|
1430
|
+
"agentSessions.timeline.subAgent": "Sub-agent",
|
|
1428
1431
|
"agentSessions.timeline.waitingForUser": "Waiting for user response",
|
|
1429
1432
|
"agentSessions.timeline.events": "Events",
|
|
1430
1433
|
"agentSessions.timeline.searchPlaceholder": "Search",
|
|
@@ -1865,7 +1868,7 @@ var en_default = {
|
|
|
1865
1868
|
"ndv.redacted.description.sentence2": "Adjust redaction rules in {link}.",
|
|
1866
1869
|
"ndv.redacted.description.link": "workflow settings",
|
|
1867
1870
|
"ndv.redacted.noPermission.description": "Execution data has been redacted. You do not have the permissions to reveal it.",
|
|
1868
|
-
"ndv.redacted.dynamicCredentials.description": "This execution used
|
|
1871
|
+
"ndv.redacted.dynamicCredentials.description": "This execution used private credentials. Data from private credential executions cannot be revealed.",
|
|
1869
1872
|
"ndv.redacted.revealButton": "Reveal data",
|
|
1870
1873
|
"ndv.redacted.revealModal.title": "Reveal redacted data",
|
|
1871
1874
|
"ndv.redacted.revealModal.warning": "This data is redacted, because it likely contains sensitive information. Please read the following before proceeding.",
|
|
@@ -1985,7 +1988,7 @@ var en_default = {
|
|
|
1985
1988
|
"node.settings.retriesOnFailure": "This node will automatically retry if it fails",
|
|
1986
1989
|
"node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
|
|
1987
1990
|
"node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
1988
|
-
"node.settings.dynamicCredentials": "This node uses
|
|
1991
|
+
"node.settings.dynamicCredentials": "This node uses private credentials that are resolved at runtime.",
|
|
1989
1992
|
"node.settings.contextEstablishmentHooks": "This webhook extracts the triggering user's identity token to resolve credentials at runtime.",
|
|
1990
1993
|
"sticky.markdownHint": "<a target=\"_blank\" href=\"https://docs.n8n.io/workflows/sticky-notes/\">Markdown</a> supported",
|
|
1991
1994
|
"nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
|
|
@@ -2205,12 +2208,12 @@ var en_default = {
|
|
|
2205
2208
|
"nodeSettings.alwaysOutputData.description": "If active, will output a single, empty item when the output would have been empty. Use to prevent the workflow finishing on this node.",
|
|
2206
2209
|
"nodeSettings.alwaysOutputData.displayName": "Always Output Data",
|
|
2207
2210
|
"nodeSettings.clickOnTheQuestionMarkIcon": "Click the '?' icon to open this node on n8n.io",
|
|
2208
|
-
"nodeSettings.
|
|
2209
|
-
"nodeSettings.
|
|
2210
|
-
"nodeSettings.
|
|
2211
|
-
"nodeSettings.
|
|
2212
|
-
"nodeSettings.
|
|
2213
|
-
"nodeSettings.
|
|
2211
|
+
"nodeSettings.customSpanAttributes.displayName": "Custom span attributes",
|
|
2212
|
+
"nodeSettings.customSpanAttributes.description": "Add custom span attributes to this node's OpenTelemetry spans. Values support expressions.",
|
|
2213
|
+
"nodeSettings.customSpanAttributes.placeholder": "Add attribute",
|
|
2214
|
+
"nodeSettings.customSpanAttributes.tag.displayName": "Attribute",
|
|
2215
|
+
"nodeSettings.customSpanAttributes.tag.key.displayName": "Key",
|
|
2216
|
+
"nodeSettings.customSpanAttributes.tag.value.displayName": "Value",
|
|
2214
2217
|
"nodeSettings.onError.description": "Action to take when the node execution fails",
|
|
2215
2218
|
"nodeSettings.onError.displayName": "On Error",
|
|
2216
2219
|
"nodeSettings.onError.options.continueRegularOutput.description": "Pass error message as item in regular output",
|
|
@@ -2223,7 +2226,7 @@ var en_default = {
|
|
|
2223
2226
|
"nodeSettings.executeButtonTooltip.times": "Will execute {inputSize} times, once for each input item",
|
|
2224
2227
|
"nodeSettings.executeOnce.description": "If active, the node executes only once, with data from the first item it receives",
|
|
2225
2228
|
"nodeSettings.executeOnce.displayName": "Execute Once",
|
|
2226
|
-
"nodeSettings.dynamicCredentials.displayName": "
|
|
2229
|
+
"nodeSettings.dynamicCredentials.displayName": "Private Credentials",
|
|
2227
2230
|
"nodeSettings.maxTries.description": "Number of times to attempt to execute the node before failing the execution",
|
|
2228
2231
|
"nodeSettings.maxTries.displayName": "Max. Tries",
|
|
2229
2232
|
"nodeSettings.noDescriptionFound": "No description found",
|
|
@@ -2585,6 +2588,7 @@ var en_default = {
|
|
|
2585
2588
|
"pushConnection.executionError": "There was a problem executing the workflow{error}",
|
|
2586
2589
|
"pushConnection.executionError.openNode": "Open errored node",
|
|
2587
2590
|
"pushConnection.executionError.details": "<br /><strong>{details}</strong>",
|
|
2591
|
+
"pushConnection.workflowHasIssues.title": "Workflow execution cannot start",
|
|
2588
2592
|
"prompts.npsSurvey.recommendationQuestion": "How likely are you to recommend n8n to a friend or colleague?",
|
|
2589
2593
|
"prompts.npsSurvey.greatFeedbackTitle": "Great to hear! Can we reach out to see how we can make n8n even better for you?",
|
|
2590
2594
|
"prompts.npsSurvey.defaultFeedbackTitle": "Thanks for your feedback! We'd love to understand how we can improve. Can we reach out?",
|
|
@@ -3255,8 +3259,10 @@ var en_default = {
|
|
|
3255
3259
|
"settings.api.trial.upgradePlan.description": "To prevent abuse, we limit API access to your workspace during your trial. If this is hindering your evaluation of n8n, please contact <a href=\"mailto:support{'@'}n8n.io\">support{'@'}n8n.io</a>",
|
|
3256
3260
|
"settings.api.trial.upgradePlan.cta": "Upgrade plan",
|
|
3257
3261
|
"settings.api.create.description": "Control n8n programmatically using the <a href=\"https://docs.n8n.io/api\" target=\"_blank\">n8n API</a>",
|
|
3258
|
-
"settings.api.create.button": "Create
|
|
3259
|
-
"settings.api.create.button.loading": "Creating API
|
|
3262
|
+
"settings.api.create.button": "Create API key",
|
|
3263
|
+
"settings.api.create.button.loading": "Creating API key...",
|
|
3264
|
+
"settings.api.search.placeholder": "Search",
|
|
3265
|
+
"settings.api.search.noResults": "No API keys match your search.",
|
|
3260
3266
|
"settings.api.create.error": "API Key creation failed.",
|
|
3261
3267
|
"settings.api.edit.error": "API Key update failed.",
|
|
3262
3268
|
"settings.api.delete.title": "Delete this API Key?",
|
|
@@ -3271,14 +3277,11 @@ var en_default = {
|
|
|
3271
3277
|
"settings.api.expired": "This API key has expired",
|
|
3272
3278
|
"settings.api.neverExpires": "Never expires",
|
|
3273
3279
|
"settings.api.view.copy.toast": "API Key copied to clipboard",
|
|
3274
|
-
"settings.api.view.
|
|
3275
|
-
"settings.api.view.info": "
|
|
3280
|
+
"settings.api.view.info": "Use your API key to control n8n programmatically. Try it in the {apiPlayground}, or use the {webhook} if you only need to trigger workflows. You can learn more in the {documentation}.",
|
|
3281
|
+
"settings.api.view.info.apiPlayground": "API playground",
|
|
3282
|
+
"settings.api.view.info.webhook": "Webhook node",
|
|
3283
|
+
"settings.api.view.info.documentation": "documentation",
|
|
3276
3284
|
"settings.api.view.copy": "Make sure to copy your API key now as you will not be able to see this again.",
|
|
3277
|
-
"settings.api.view.info.api": "n8n API",
|
|
3278
|
-
"settings.api.view.info.webhook": "webhook node",
|
|
3279
|
-
"settings.api.view.tryapi": "Try it out using the",
|
|
3280
|
-
"settings.api.view.more-details": "You can find more details in",
|
|
3281
|
-
"settings.api.view.external-docs": "the API documentation",
|
|
3282
3285
|
"settings.api.view.error": "Could not check if an api key already exists.",
|
|
3283
3286
|
"settings.api.view.modal.form.label": "Label",
|
|
3284
3287
|
"settings.api.view.modal.form.expiration": "Expiration",
|
|
@@ -3295,6 +3298,27 @@ var en_default = {
|
|
|
3295
3298
|
"settings.api.scopes.placeholder": "Select",
|
|
3296
3299
|
"settings.api.scopes.selectAll": "Select All",
|
|
3297
3300
|
"settings.api.scopes.label": "Scopes",
|
|
3301
|
+
"settings.api.scopes.modal.title": "{label} scopes",
|
|
3302
|
+
"settings.api.scopes.modal.empty": "This API key has no scopes.",
|
|
3303
|
+
"settings.api.columns.name": "Name",
|
|
3304
|
+
"settings.api.columns.owner": "Owner",
|
|
3305
|
+
"settings.api.columns.scopes": "Scopes",
|
|
3306
|
+
"settings.api.columns.expiration": "Expiration",
|
|
3307
|
+
"settings.api.columns.lastUsed": "Last used",
|
|
3308
|
+
"settings.api.columns.actions": "Actions",
|
|
3309
|
+
"settings.api.actions.edit": "Edit",
|
|
3310
|
+
"settings.api.actions.revoke": "Revoke",
|
|
3311
|
+
"settings.api.expiration.never": "Never",
|
|
3312
|
+
"settings.api.lastUsed.never": "Never",
|
|
3313
|
+
"settings.api.revoke.title": "Revoke \"{label}\" API key?",
|
|
3314
|
+
"settings.api.revoke.description.own": "Workflows, scripts, and integrations using this key will stop working immediately. This can't be undone.",
|
|
3315
|
+
"settings.api.revoke.description.other": "Any integrations or scripts {ownerName} has set up will stop working immediately. This can't be undone.",
|
|
3316
|
+
"settings.api.revoke.button": "Revoke",
|
|
3317
|
+
"settings.api.revoke.toast": "API key revoked",
|
|
3318
|
+
"settings.api.empty.title": "No API keys yet",
|
|
3319
|
+
"settings.api.empty.mine": "You don't have any API keys yet. Switch to All to see other users' keys, or create your own.",
|
|
3320
|
+
"settings.api.tabs.mine": "Mine",
|
|
3321
|
+
"settings.api.tabs.all": "All",
|
|
3298
3322
|
"settings.version": "Version",
|
|
3299
3323
|
"settings.usageAndPlan.title": "Usage and plan",
|
|
3300
3324
|
"settings.usageAndPlan.description": "You’re on the {name} {type}",
|
|
@@ -3370,7 +3394,6 @@ var en_default = {
|
|
|
3370
3394
|
"settings.externalSecrets.actionBox.description.link": "More info",
|
|
3371
3395
|
"settings.externalSecrets.actionBox.buttonText": "See plans",
|
|
3372
3396
|
"settings.externalSecrets.card.setUp": "Set Up",
|
|
3373
|
-
"settings.externalSecrets.card.deprecated": "deprecated",
|
|
3374
3397
|
"settings.externalSecrets.card.secretsCount": "{count} secret | {count} secrets",
|
|
3375
3398
|
"settings.externalSecrets.card.connectedAt": "Connected {date}",
|
|
3376
3399
|
"settings.externalSecrets.card.connected": "Enabled",
|
|
@@ -3734,12 +3757,12 @@ var en_default = {
|
|
|
3734
3757
|
"timeAgo.weeksAgo": "%s weeks ago",
|
|
3735
3758
|
"timeAgo.yearsAgo": "%s years ago",
|
|
3736
3759
|
"nodeIssues.credentials.notSet": "Credentials for {type} are not set.",
|
|
3737
|
-
"nodeIssues.credentials.privateNotConnected": "'{name}' private credential is not connected for you. Connect yours to execute this step manually.",
|
|
3738
3760
|
"nodeIssues.credentials.notAvailable": "Credential is not available",
|
|
3739
3761
|
"nodeIssues.credentials.doNotExist": "Credentials with name {name} do not exist for {type}.",
|
|
3740
3762
|
"nodeIssues.credentials.doNotExist.hint": "You can create credentials with the exact name and then they get auto-selected on refresh..",
|
|
3741
3763
|
"nodeIssues.credentials.notIdentified": "Credentials with name {name} exist for {type}.",
|
|
3742
3764
|
"nodeIssues.credentials.notIdentified.hint": "Credentials are not clearly identified. Please select the correct credentials.",
|
|
3765
|
+
"nodeIssues.credentials.privateNotConnected": "'{name}' private credential is not connected for you. Connect yours to execute this step manually.",
|
|
3743
3766
|
"nodeIssues.credentials.privateRequiresManualTrigger": "Private credentials only work in manually triggered workflows. Change the trigger to a Manual trigger, or switch this credential to Static.",
|
|
3744
3767
|
"nodeIssues.input.missing": "No node connected to required input \"{inputName}\"",
|
|
3745
3768
|
"ndv.trigger.moreInfo": "More info",
|
|
@@ -3837,6 +3860,19 @@ var en_default = {
|
|
|
3837
3860
|
"canvas.selection.toolbar.group": "Group nodes",
|
|
3838
3861
|
"canvas.selection.toolbar.ungroup": "Ungroup",
|
|
3839
3862
|
"canvas.nodeGroup.defaultTitle": "Group",
|
|
3863
|
+
"canvas.nodeGroup.connectionAddBlocked.title": "Connection not added",
|
|
3864
|
+
"canvas.nodeGroup.connectionRemoveBlocked.title": "Connection not removed",
|
|
3865
|
+
"canvas.nodeGroup.connectionChangeBlocked.message": "This change would break '{group}'. You can make this change after ungrouping it.",
|
|
3866
|
+
"canvas.nodeGroup.connectionChangeBlocked.nonMainBoundary": "The sub-node connection between '{source}' and '{target}' crosses the boundary of '{group}'. You can make this change after ungrouping it.",
|
|
3867
|
+
"canvas.nodeGroup.connectionChangeBlocked.multipleInputBranches": "'{group}' can have only one main input branch. You can make this change after ungrouping it.",
|
|
3868
|
+
"canvas.nodeGroup.connectionChangeBlocked.multipleOutputBranches": "'{group}' can have only one main output branch. You can make this change after ungrouping it.",
|
|
3869
|
+
"canvas.nodeGroup.connectionChangeBlocked.multipleInputNodes": "'{group}' can have only one entry point. You can make this change after ungrouping it.",
|
|
3870
|
+
"canvas.nodeGroup.connectionChangeBlocked.inputEdgeToNonRoot": "Connections into '{group}' must go to its first node. You can make this change after ungrouping it.",
|
|
3871
|
+
"canvas.nodeGroup.connectionChangeBlocked.multipleOutputNodes": "'{group}' can have only one exit point. You can make this change after ungrouping it.",
|
|
3872
|
+
"canvas.nodeGroup.connectionChangeBlocked.outputEdgeFromNonLeaf": "Connections out of '{group}' must come from its last node. You can make this change after ungrouping it.",
|
|
3873
|
+
"canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": "'{group}' must stay connected from first node to last node. You can make this change after ungrouping it.",
|
|
3874
|
+
"canvas.nodeGroup.autoExtended.title": "'{group}' extended",
|
|
3875
|
+
"canvas.nodeGroup.autoExtended.message": "Added '{node}' to keep '{group}' valid with the new connection.",
|
|
3840
3876
|
"canvas.nodeGroup.titlePlaceholder": "Group name",
|
|
3841
3877
|
"workflowExtraction.error.failure": "Sub-workflow conversion failed",
|
|
3842
3878
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": "Non-input node '{node}' has a connection from a node outside the current selection.",
|
|
@@ -3899,21 +3935,21 @@ var en_default = {
|
|
|
3899
3935
|
"workflowSettings.callerPolicy.options.workflowsFromSameProject": "Only workflows in the same project",
|
|
3900
3936
|
"workflowSettings.callerPolicy.options.workflowsFromAList": "Selected workflows",
|
|
3901
3937
|
"workflowSettings.callerPolicy.options.none": "No other workflows",
|
|
3902
|
-
"workflowSettings.
|
|
3903
|
-
"workflowSettings.
|
|
3904
|
-
"workflowSettings.
|
|
3905
|
-
"workflowSettings.
|
|
3906
|
-
"workflowSettings.
|
|
3907
|
-
"workflowSettings.
|
|
3908
|
-
"workflowSettings.
|
|
3909
|
-
"workflowSettings.
|
|
3910
|
-
"workflowSettings.
|
|
3911
|
-
"workflowSettings.
|
|
3912
|
-
"workflowSettings.
|
|
3913
|
-
"workflowSettings.
|
|
3914
|
-
"workflowSettings.
|
|
3915
|
-
"workflowSettings.
|
|
3916
|
-
"workflowSettings.
|
|
3938
|
+
"workflowSettings.customSpanAttributes.displayName": "Custom span attributes",
|
|
3939
|
+
"workflowSettings.customSpanAttributes.description": "Add custom span attributes to this workflow's OpenTelemetry spans.",
|
|
3940
|
+
"workflowSettings.customSpanAttributes.configure": "Configure",
|
|
3941
|
+
"workflowSettings.customSpanAttributes.configuredCount": "{count} attribute configured | {count} attributes configured",
|
|
3942
|
+
"workflowSettings.customSpanAttributes.placeholder": "Add attribute",
|
|
3943
|
+
"workflowSettings.customSpanAttributes.modal.title": "Custom span attributes",
|
|
3944
|
+
"workflowSettings.customSpanAttributes.modal.learnMore": "Learn more in the",
|
|
3945
|
+
"workflowSettings.customSpanAttributes.modal.documentation": "documentation",
|
|
3946
|
+
"workflowSettings.customSpanAttributes.tag.key.displayName": "Key",
|
|
3947
|
+
"workflowSettings.customSpanAttributes.tag.key.placeholder": "Key",
|
|
3948
|
+
"workflowSettings.customSpanAttributes.tag.value.displayName": "Value",
|
|
3949
|
+
"workflowSettings.customSpanAttributes.tag.value.placeholder": "Value",
|
|
3950
|
+
"workflowSettings.customSpanAttributes.delete": "Delete attribute",
|
|
3951
|
+
"workflowSettings.customSpanAttributes.error.emptyKey": "Key must not be empty",
|
|
3952
|
+
"workflowSettings.customSpanAttributes.error.duplicateKey": "Duplicate keys are not allowed",
|
|
3917
3953
|
"workflowSettings.defaultTimezone": "Default - {defaultTimezoneValue}",
|
|
3918
3954
|
"workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
|
|
3919
3955
|
"workflowSettings.errorWorkflow": "Error Workflow (to notify when this one errors)",
|
|
@@ -3947,7 +3983,7 @@ var en_default = {
|
|
|
3947
3983
|
"workflowSettings.saveExecutionProgressOptions.doNotSave": "Do not save",
|
|
3948
3984
|
"workflowSettings.saveExecutionProgressOptions.save": "@:_reusableBaseText.save",
|
|
3949
3985
|
"workflowSettings.redactProductionData": "Redact production execution data",
|
|
3950
|
-
"workflowSettings.redactProductionData.dynamicCredentialsHint": "Prod. execution data is always redacted in workflows that use
|
|
3986
|
+
"workflowSettings.redactProductionData.dynamicCredentialsHint": "Prod. execution data is always redacted in workflows that use private credentials.",
|
|
3951
3987
|
"workflowSettings.redactManualData": "Redact manual execution data",
|
|
3952
3988
|
"workflowSettings.redactManualData.requiresProductionHint": "Manual execution data can only be redacted when production execution data is also redacted.",
|
|
3953
3989
|
"workflowSettings.redactionOptions.default": "Default - Do not redact",
|
|
@@ -3980,15 +4016,15 @@ var en_default = {
|
|
|
3980
4016
|
"workflowSettings.executionTimeout": "Timeout Workflow",
|
|
3981
4017
|
"workflowSettings.tags": "Tags",
|
|
3982
4018
|
"workflowSettings.timezone": "Timezone",
|
|
3983
|
-
"workflowSettings.credentialResolver": "
|
|
4019
|
+
"workflowSettings.credentialResolver": "Private credential resolver",
|
|
3984
4020
|
"workflowSettings.credentialResolver.placeholder": "Select resolver",
|
|
3985
4021
|
"workflowSettings.credentialResolver.createNew": "Create new resolver",
|
|
3986
4022
|
"workflowSettings.credentialResolver.edit": "Edit resolver",
|
|
3987
4023
|
"workflowSettings.credentialResolver.none": "Default - None",
|
|
3988
|
-
"workflowSettings.helpTexts.credentialResolver": "The resolver uses the identity of the user triggering the workflow to pick the right account for all
|
|
4024
|
+
"workflowSettings.helpTexts.credentialResolver": "The resolver uses the identity of the user triggering the workflow to pick the right account for all private credentials in this workflow.",
|
|
3989
4025
|
"credentialResolver.addNew": "Add Resolver",
|
|
3990
4026
|
"credentialResolver.view.title": "Credential resolvers",
|
|
3991
|
-
"credentialResolver.view.description": "Resolvers take an incoming user identity and pick the account used by
|
|
4027
|
+
"credentialResolver.view.description": "Resolvers take an incoming user identity and pick the account used by private credentials when the workflow runs. Select a resolver in Workflow settings.",
|
|
3992
4028
|
"credentialResolver.view.learnMore": "You can learn more in the ",
|
|
3993
4029
|
"credentialResolver.action.edit": "Edit",
|
|
3994
4030
|
"credentialResolver.action.delete": "Delete",
|
|
@@ -4010,7 +4046,7 @@ var en_default = {
|
|
|
4010
4046
|
"credentialResolverEdit.delete": "Delete",
|
|
4011
4047
|
"credentialResolverEdit.confirmMessage.deleteResolver.headline": "Delete Credential Resolver?",
|
|
4012
4048
|
"credentialResolverEdit.confirmMessage.deleteResolver.message": "Are you sure you want to delete the credential resolver {savedResolverName}?",
|
|
4013
|
-
"credentialResolverEdit.confirmMessage.deleteResolver.messageWithWorkflows": "Are you sure you want to delete the credential resolver {savedResolverName}? The following workflows use this resolver and will no longer resolve
|
|
4049
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.messageWithWorkflows": "Are you sure you want to delete the credential resolver {savedResolverName}? The following workflows use this resolver and will no longer resolve private credentials:",
|
|
4014
4050
|
"credentialResolverEdit.confirmMessage.deleteResolver.andMore": "and {count} more...",
|
|
4015
4051
|
"credentialResolverEdit.confirmMessage.deleteResolver.confirmButtonText": "Delete",
|
|
4016
4052
|
"credentialResolverEdit.sidebar.configuration": "Configuration",
|
|
@@ -4156,7 +4192,7 @@ var en_default = {
|
|
|
4156
4192
|
"workflows.item.archived": "Archived",
|
|
4157
4193
|
"workflows.item.availableInMCP": "Available in MCP",
|
|
4158
4194
|
"workflows.dynamic.tooltip": "This workflow resolves credentials at runtime based on who executes it.",
|
|
4159
|
-
"workflows.dynamic.tooltipTitle": "
|
|
4195
|
+
"workflows.dynamic.tooltipTitle": "Private credentials",
|
|
4160
4196
|
"workflows.dependencies.tooltip.workflow": "Click to view resources referenced by this workflow",
|
|
4161
4197
|
"workflows.dependencies.tooltip.credential": "Click to view resources referencing this credential",
|
|
4162
4198
|
"workflows.dependencies.tooltip.dataTable": "Click to view resources referencing this data table",
|
|
@@ -4547,6 +4583,13 @@ var en_default = {
|
|
|
4547
4583
|
"settings.agentBuilder.saved": "Agent builder settings saved",
|
|
4548
4584
|
"settings.agentBuilder.saveError": "Could not save agent builder settings",
|
|
4549
4585
|
"settings.agentBuilder.loadError": "Could not load agent builder settings",
|
|
4586
|
+
"agents.modelSelector.defaultLabel": "Select model",
|
|
4587
|
+
"agents.modelSelector.noMatch": "No models found",
|
|
4588
|
+
"agents.modelSelector.noModels": "No models available for this provider",
|
|
4589
|
+
"agents.modelSelector.moreModels": "More {provider} models",
|
|
4590
|
+
"agents.modelSelector.configureCredentials": "Configure credentials",
|
|
4591
|
+
"agents.modelSelector.credentialsMissing": "Credentials missing",
|
|
4592
|
+
"agents.askLlm.chooseModel": "Choose a model",
|
|
4550
4593
|
"agents.builder.unconfigured.title": "Set up the agent builder",
|
|
4551
4594
|
"agents.builder.unconfigured.description.admin": "Choose a provider and credential so the agent builder can help you design agents.",
|
|
4552
4595
|
"agents.builder.unconfigured.description.nonAdmin": "Ask an instance admin to configure the agent builder before you can build agents here.",
|
|
@@ -4697,10 +4740,10 @@ var en_default = {
|
|
|
4697
4740
|
"settings.security.dataRedaction.enforce.success.disabled": "Data redaction no longer enforced",
|
|
4698
4741
|
"settings.security.dataRedaction.enforce.error": "Failed to update data redaction enforcement",
|
|
4699
4742
|
"settings.security.dataRedaction.enforce.confirmEnable.headline": "Enable data redaction enforcement",
|
|
4700
|
-
"settings.security.dataRedaction.enforce.confirmEnable.message": "
|
|
4743
|
+
"settings.security.dataRedaction.enforce.confirmEnable.message": "Redact execution data for production executions, or manual and production executions. This will apply to all workflows. Users with the manage data redaction permission cannot disable or reduce redaction below this level. New workflows will also inherit this setting.",
|
|
4701
4744
|
"settings.security.dataRedaction.enforce.confirmEnable.action": "Enable",
|
|
4702
4745
|
"settings.security.dataRedaction.enforce.confirmDisable.headline": "Disable data redaction enforcement",
|
|
4703
|
-
"settings.security.dataRedaction.enforce.confirmDisable.message": "Redaction will no longer be enforced across this instance. Workflows will fall back to their own redaction settings.
|
|
4746
|
+
"settings.security.dataRedaction.enforce.confirmDisable.message": "Redaction will no longer be enforced across this instance. Workflows will fall back to their own redaction settings. Users with the manage data redaction permission will be able to adjust those settings.",
|
|
4704
4747
|
"settings.security.dataRedaction.enforce.confirmDisable.action": "Disable",
|
|
4705
4748
|
"settings.security.dataRedaction.scope.title": "Redact executions",
|
|
4706
4749
|
"settings.security.dataRedaction.scope.description": "Select whether to redact production executions, or manual and production executions.",
|
|
@@ -4821,6 +4864,7 @@ var en_default = {
|
|
|
4821
4864
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
4822
4865
|
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
4823
4866
|
"settings.sso.settings.envConfigBanner": "SSO connection is configured via environment variables. To modify, update the environment variables and restart n8n.",
|
|
4867
|
+
"settings.sso.settings.envConfigBannerWithRules": "SSO connection is configured via environment variables. To change connection or role assignment settings, update the environment variables and restart n8n. Role mapping rules can still be edited below.",
|
|
4824
4868
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
4825
4869
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
4826
4870
|
"settings.sso.actionBox.buttonText": "See plans",
|
|
@@ -4861,17 +4905,17 @@ var en_default = {
|
|
|
4861
4905
|
"projects.settings.iconPicker.button.tooltip": "Choose project icon",
|
|
4862
4906
|
"projects.settings.name": "Icon and name",
|
|
4863
4907
|
"projects.settings.description": "Description",
|
|
4864
|
-
"projects.settings.
|
|
4865
|
-
"projects.settings.
|
|
4866
|
-
"projects.settings.
|
|
4867
|
-
"projects.settings.
|
|
4868
|
-
"projects.settings.
|
|
4869
|
-
"projects.settings.
|
|
4870
|
-
"projects.settings.
|
|
4871
|
-
"projects.settings.
|
|
4872
|
-
"projects.settings.
|
|
4873
|
-
"projects.settings.
|
|
4874
|
-
"projects.settings.
|
|
4908
|
+
"projects.settings.customSpanAttributes.label": "Custom span attributes",
|
|
4909
|
+
"projects.settings.customSpanAttributes.description": "Add custom span attributes to this project's OpenTelemetry spans. Learn more in the",
|
|
4910
|
+
"projects.settings.customSpanAttributes.docsLink": "documentation",
|
|
4911
|
+
"projects.settings.customSpanAttributes.key.label": "Key",
|
|
4912
|
+
"projects.settings.customSpanAttributes.key.placeholder": "e.g. env",
|
|
4913
|
+
"projects.settings.customSpanAttributes.value.label": "Value",
|
|
4914
|
+
"projects.settings.customSpanAttributes.value.placeholder": "e.g. production",
|
|
4915
|
+
"projects.settings.customSpanAttributes.add": "Add attribute",
|
|
4916
|
+
"projects.settings.customSpanAttributes.remove": "Remove attribute",
|
|
4917
|
+
"projects.settings.customSpanAttributes.error.emptyKey": "Key must not be empty",
|
|
4918
|
+
"projects.settings.customSpanAttributes.error.duplicateKey": "Duplicate keys are not allowed",
|
|
4875
4919
|
"projects.settings.projectMembers": "Project members",
|
|
4876
4920
|
"projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",
|
|
4877
4921
|
"projects.settings.danger.title": "Danger zone",
|
|
@@ -5131,6 +5175,7 @@ var en_default = {
|
|
|
5131
5175
|
"setupPanel.empty.description": "Nothing to configure at the moment",
|
|
5132
5176
|
"setupPanel.tabs.setup": "Setup",
|
|
5133
5177
|
"setupPanel.tabs.focus": "Focus",
|
|
5178
|
+
"setupPanel.tabs.evaluations": "Evaluations",
|
|
5134
5179
|
"setupPanel.test.intro": "Setup panel lives here",
|
|
5135
5180
|
"setupPanel.test.description": "Here you can configure everything needed to run the current workflow",
|
|
5136
5181
|
"setupPanel.credentialLabel": "Credential",
|
|
@@ -5200,6 +5245,7 @@ var en_default = {
|
|
|
5200
5245
|
"evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
|
|
5201
5246
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
|
|
5202
5247
|
"evaluation.listRuns.error.evaluationTriggerDisabled": "Evaluation trigger is disabled",
|
|
5248
|
+
"evaluation.listRuns.error.evaluationConfigNotFound": "Evaluation configuration not found",
|
|
5203
5249
|
"evaluation.listRuns.error.setOutputsNodeNotConfigured": "'Set outputs' node is not configured",
|
|
5204
5250
|
"evaluation.listRuns.error.setMetricsNodeNotFound": "No 'Set metrics' node in workflow",
|
|
5205
5251
|
"evaluation.listRuns.error.setMetricsNodeNotConfigured": "'Set metrics' node is not configured",
|
|
@@ -5362,6 +5408,98 @@ var en_default = {
|
|
|
5362
5408
|
"evaluations.setupWizard.step4.button": "Run evaluation",
|
|
5363
5409
|
"evaluations.setupWizard.step4.altButton": "Run in editor",
|
|
5364
5410
|
"evaluations.setupWizard.limitReached": "Limit reached. Your plan includes custom metrics for one workflow only. Upgrade for unlimited use or delete the workflow with existing evaluation runs.",
|
|
5411
|
+
"evaluations.wizardSidepanel.cancel": "Cancel",
|
|
5412
|
+
"evaluations.wizardSidepanel.step1.newCustomCheck": "New custom check",
|
|
5413
|
+
"evaluations.wizardSidepanel.step1.exploreMoreChecks": "Explore more checks",
|
|
5414
|
+
"evaluations.wizardSidepanel.step1.judgeLabel": "Model",
|
|
5415
|
+
"evaluations.wizardSidepanel.step1.judgeMissingCredential": "Pick a credential to use this provider",
|
|
5416
|
+
"evaluations.wizardSidepanel.metric.judgeTag": "AI-judged",
|
|
5417
|
+
"evaluations.wizardSidepanel.metric.correctness.label": "Correctness",
|
|
5418
|
+
"evaluations.wizardSidepanel.metric.correctness.description": "Does the AI’s answer mean the same thing as your expected output? An AI judge gives a 1–5 score.",
|
|
5419
|
+
"evaluations.wizardSidepanel.metric.helpfulness.label": "Helpfulness",
|
|
5420
|
+
"evaluations.wizardSidepanel.metric.helpfulness.description": "Does the response address the query? Scored 1–5.",
|
|
5421
|
+
"evaluations.wizardSidepanel.metric.stringSimilarity.label": "String Similarity",
|
|
5422
|
+
"evaluations.wizardSidepanel.metric.stringSimilarity.description": "How close the answer is to the reference, character-by-character. Scored 0–1.",
|
|
5423
|
+
"evaluations.wizardSidepanel.metric.categorization.label": "Exact match",
|
|
5424
|
+
"evaluations.wizardSidepanel.metric.categorization.description": "The AI’s answer must be identical to your expected output.",
|
|
5425
|
+
"evaluations.wizardSidepanel.metric.toolsUsed.label": "Right tools used",
|
|
5426
|
+
"evaluations.wizardSidepanel.metric.toolsUsed.description": "Did the AI use the tools you expected it to?",
|
|
5427
|
+
"evaluations.wizardSidepanel.metric.customMetrics.label": "Custom Metrics",
|
|
5428
|
+
"evaluations.wizardSidepanel.metric.customMetrics.description": "Define your own metric(s).",
|
|
5429
|
+
"evaluations.wizardSidepanel.step2.aiNode": "AI node",
|
|
5430
|
+
"evaluations.wizardSidepanel.step2.aiNode.placeholder": "Pick an AI node",
|
|
5431
|
+
"evaluations.wizardSidepanel.step2.extendToSlice": "Need to evaluate a wider section of the workflow?",
|
|
5432
|
+
"evaluations.wizardSidepanel.step2.resetToAiNode": "Select single node",
|
|
5433
|
+
"evaluations.wizardSidepanel.step2.start": "Start",
|
|
5434
|
+
"evaluations.wizardSidepanel.step2.start.placeholder": "Pick a node",
|
|
5435
|
+
"evaluations.wizardSidepanel.step2.end": "End",
|
|
5436
|
+
"evaluations.wizardSidepanel.step2.end.placeholder": "Pick a node",
|
|
5437
|
+
"evaluations.wizardSidepanel.step2.input": "Input",
|
|
5438
|
+
"evaluations.wizardSidepanel.step2.input.placeholder": "Type the input you want to test with",
|
|
5439
|
+
"evaluations.wizardSidepanel.step2.expected": "Expected output",
|
|
5440
|
+
"evaluations.wizardSidepanel.step2.expected.placeholder": "Type the output you’d expect from your workflow",
|
|
5441
|
+
"evaluations.wizardSidepanel.step2.expected.tooltip": "Checks compare the real output against this.",
|
|
5442
|
+
"evaluations.wizardSidepanel.step2.expectedAnswer": "Expected answer",
|
|
5443
|
+
"evaluations.wizardSidepanel.step2.expectedTools": "Expected tools",
|
|
5444
|
+
"evaluations.wizardSidepanel.step2.expectedFieldPlaceholder": "Type the value checks should compare against",
|
|
5445
|
+
"evaluations.wizardSidepanel.step2.inputs.heading": "Inputs",
|
|
5446
|
+
"evaluations.wizardSidepanel.step2.expected.heading": "Expected outputs",
|
|
5447
|
+
"evaluations.wizardSidepanel.step2.persistError": "Couldn’t save your test case. Please try again.",
|
|
5448
|
+
"evaluations.wizardSidepanel.step2.dispatchError": "Saved your test case, but couldn’t start the evaluation run. Click Next again to retry.",
|
|
5449
|
+
"evaluations.wizardSidepanel.step3.running": "Running tests…",
|
|
5450
|
+
"evaluations.wizardSidepanel.step3.scoring": "Scoring…",
|
|
5451
|
+
"evaluations.wizardSidepanel.step3.caseLabel": "Case #{index}",
|
|
5452
|
+
"evaluations.wizardSidepanel.step3.aiAnswer": "AI’s answer",
|
|
5453
|
+
"evaluations.wizardSidepanel.step3.averageLabel": "Average",
|
|
5454
|
+
"evaluations.wizardSidepanel.step3.passedLabel": "Passed",
|
|
5455
|
+
"evaluations.wizardSidepanel.step3.outputMeta": "Tokens: {tokens} · Time: {time}",
|
|
5456
|
+
"evaluations.wizardSidepanel.step3.noRun": "Run the evaluation to see results.",
|
|
5457
|
+
"evaluations.wizardSidepanel.gate.message": "Run your workflow at least once first — it tells us what inputs your AI takes.",
|
|
5458
|
+
"evaluations.wizardSidepanel.step.chooseSystem.title": "What are we evaluating?",
|
|
5459
|
+
"evaluations.wizardSidepanel.step.chooseSystem.description": "Pick the AI node in your workflow you want to check.",
|
|
5460
|
+
"evaluations.wizardSidepanel.step.setupChecks.title": "How should we score each case?",
|
|
5461
|
+
"evaluations.wizardSidepanel.step.setupChecks.description": "Correctness is the most common way to score an AI’s answers — we’ve selected it for you. Add more checks if you want to score on other dimensions too.",
|
|
5462
|
+
"evaluations.wizardSidepanel.step.addTestCases.title": "Add the cases you want to test",
|
|
5463
|
+
"evaluations.wizardSidepanel.step.addTestCases.description": "Give the AI an example input, then write what you’d want it to do. n8n uses each case to score your AI when you run your Eval.",
|
|
5464
|
+
"evaluations.wizardSidepanel.step.addTestCases.runFirst": "Run your workflow first so we can help you add a test case",
|
|
5465
|
+
"evaluations.wizardSidepanel.step.addTestCases.runButton": "Run workflow",
|
|
5466
|
+
"evaluations.wizardSidepanel.step.results.title": "Your Eval results",
|
|
5467
|
+
"evaluations.wizardSidepanel.step.results.description": "Here’s how your AI did on each case. Run again to see if your changes helped.",
|
|
5468
|
+
"evaluations.wizardSidepanel.nav.chooseSystem": "Choose system",
|
|
5469
|
+
"evaluations.wizardSidepanel.nav.setupChecks": "Setup checks",
|
|
5470
|
+
"evaluations.wizardSidepanel.nav.addTestCases": "Add test cases",
|
|
5471
|
+
"evaluations.wizardSidepanel.nav.runTests": "Run tests",
|
|
5472
|
+
"evaluations.wizardSidepanel.nav.runAgain": "Run again",
|
|
5473
|
+
"evaluations.wizardSidepanel.nav.viewResults": "View Results",
|
|
5474
|
+
"evaluations.wizardSidepanel.nav.next.checks": "Next: Choose how to score",
|
|
5475
|
+
"evaluations.wizardSidepanel.nav.next.cases": "Next: Add cases",
|
|
5476
|
+
"evaluations.wizardSidepanel.nav.next.run": "Next: Run Eval",
|
|
5477
|
+
"evaluations.wizardSidepanel.nav.back": "Back",
|
|
5478
|
+
"evaluations.wizardSidepanel.nav.editEvals": "Edit evals",
|
|
5479
|
+
"evaluations.wizardSidepanel.nav.viewDetailedResults": "View detailed results",
|
|
5480
|
+
"evaluations.wizardSidepanel.hydrate.error": "Couldn’t load your previous setup. Starting with a blank wizard.",
|
|
5481
|
+
"evaluations.canvasInfoCard.title": "Setup evaluations for workflows",
|
|
5482
|
+
"evaluations.canvasInfoCard.description": "Catch issues early and build with confidence with automated tests using model-graded checks.",
|
|
5483
|
+
"evaluations.canvasInfoCard.setup": "Setup",
|
|
5484
|
+
"evaluations.canvasInfoCard.dismiss": "Dismiss",
|
|
5485
|
+
"evaluations.emptyState.title": "Evaluations",
|
|
5486
|
+
"evaluations.emptyState.description": "Evals are automated tests that evaluate agent workflow outputs using model-graded checks.",
|
|
5487
|
+
"evaluations.emptyState.catchIssues.title": "Catch issues early",
|
|
5488
|
+
"evaluations.emptyState.catchIssues.description": "Spot failures and unexpected behaviour before going live.",
|
|
5489
|
+
"evaluations.emptyState.buildConfidence.title": "Build with confidence",
|
|
5490
|
+
"evaluations.emptyState.buildConfidence.description": "Make changes and iterate without relying on guesswork.",
|
|
5491
|
+
"evaluations.emptyState.measurePerformance.title": "Measure performance",
|
|
5492
|
+
"evaluations.emptyState.measurePerformance.description": "Track performance and areas for improvement in workflows.",
|
|
5493
|
+
"evaluations.emptyState.getStarted": "Get started",
|
|
5494
|
+
"evaluations.wizardSidepanel.customCheck.title": "Custom check",
|
|
5495
|
+
"evaluations.wizardSidepanel.customCheck.name": "Name",
|
|
5496
|
+
"evaluations.wizardSidepanel.customCheck.name.placeholder": "My custom check",
|
|
5497
|
+
"evaluations.wizardSidepanel.customCheck.expression": "Expression",
|
|
5498
|
+
"evaluations.wizardSidepanel.customCheck.expression.hint": "Must return a numeric or boolean value. Reference workflow data with $json (e.g. $json.output.length).",
|
|
5499
|
+
"evaluations.wizardSidepanel.customCheck.expression.placeholder": "e.g. $json.output.length > 0",
|
|
5500
|
+
"evaluations.wizardSidepanel.customCheck.expressionTag": "Expression",
|
|
5501
|
+
"evaluations.wizardSidepanel.customCheck.submit": "Add check",
|
|
5502
|
+
"evaluations.wizardSidepanel.customCheck.remove": "Remove custom check",
|
|
5365
5503
|
"freeAi.credits.callout.claim.title": "Get {credits} free OpenAI API credits",
|
|
5366
5504
|
"freeAi.credits.callout.claim.button.label": "Claim credits",
|
|
5367
5505
|
"freeAi.credits.callout.success.title.part1": "Claimed {credits} free OpenAI API credits! Please note these free credits are only for the following models:",
|
|
@@ -5561,6 +5699,7 @@ var en_default = {
|
|
|
5561
5699
|
"instanceAi.view.subtitle": "Chat with your n8n instance",
|
|
5562
5700
|
"instanceAi.input.placeholder": "Ask anything...",
|
|
5563
5701
|
"instanceAi.input.suspendedPlaceholder": "Complete or skip the setup above to continue",
|
|
5702
|
+
"instanceAi.input.workflowBuilderUnavailablePlaceholder": "Workflow builder unavailable",
|
|
5564
5703
|
"instanceAi.statusBar.waitingForInput": "Waiting for your input",
|
|
5565
5704
|
"instanceAi.input.send": "Send",
|
|
5566
5705
|
"instanceAi.input.stop": "Stop",
|
|
@@ -5584,6 +5723,7 @@ var en_default = {
|
|
|
5584
5723
|
"instanceAi.connections.title": "Connections",
|
|
5585
5724
|
"instanceAi.connections.empty.title": "No connections yet",
|
|
5586
5725
|
"instanceAi.connections.empty.cta": "Setup computer use",
|
|
5726
|
+
"instanceAi.connections.add.label": "Add connection",
|
|
5587
5727
|
"instanceAi.connections.add.computerUse": "Computer Use",
|
|
5588
5728
|
"instanceAi.connections.add.browserUse": "Browser Use",
|
|
5589
5729
|
"instanceAi.connections.add.nothingAvailableTooltip": "All connections are already added",
|
|
@@ -5615,13 +5755,20 @@ var en_default = {
|
|
|
5615
5755
|
"instanceAi.artifactsPanel.showPreview": "Show artifacts preview",
|
|
5616
5756
|
"instanceAi.artifactsPanel.hidePreview": "Hide artifacts preview",
|
|
5617
5757
|
"instanceAi.artifactsPanel.showPanel": "Show lists panel",
|
|
5618
|
-
"instanceAi.artifactsPanel.
|
|
5619
|
-
"instanceAi.artifactsPanel.unpinPanel": "Unpin panel",
|
|
5758
|
+
"instanceAi.artifactsPanel.hidePanel": "Hide lists panel",
|
|
5620
5759
|
"instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
|
|
5621
5760
|
"instanceAi.artifactsPanel.openArtifact": "Open {name}",
|
|
5622
5761
|
"instanceAi.artifactsPanel.tasks": "To-do list",
|
|
5623
5762
|
"instanceAi.artifactsPanel.openWorkflow": "Open",
|
|
5624
5763
|
"instanceAi.artifactsPanel.archived": "Archived",
|
|
5764
|
+
"instanceAi.artifactsPanel.project": "Project",
|
|
5765
|
+
"instanceAi.artifactsPanel.unknownProject": "Unknown project",
|
|
5766
|
+
"instanceAi.artifactsPanel.personalSpace": "Personal space",
|
|
5767
|
+
"instanceAi.projectSelect.tooltip": "Where AI assistant creates automations",
|
|
5768
|
+
"instanceAi.projectSelect.placeholder": "Select a project",
|
|
5769
|
+
"instanceAi.projectSelect.search": "Search projects",
|
|
5770
|
+
"instanceAi.projectSelect.noResults": "No results",
|
|
5771
|
+
"instanceAi.projectSelect.personalSpace": "Personal space",
|
|
5625
5772
|
"instanceAi.previewTabBar.expand": "Expand panel",
|
|
5626
5773
|
"instanceAi.previewTabBar.collapse": "Collapse panel",
|
|
5627
5774
|
"instanceAi.previewTabBar.openInEditor": "Open in editor",
|
|
@@ -5735,10 +5882,12 @@ var en_default = {
|
|
|
5735
5882
|
"instanceAi.settings.sandboxProvider.label": "Sandbox provider",
|
|
5736
5883
|
"instanceAi.settings.daytonaCredential.label": "Daytona credential",
|
|
5737
5884
|
"instanceAi.settings.n8nSandboxCredential.label": "n8n sandbox API key credential",
|
|
5885
|
+
"instanceAi.settings.n8nSandbox.serviceUrlHint": "Set N8N_SANDBOX_SERVICE_URL in your environment to use the n8n Sandbox Service.",
|
|
5738
5886
|
"instanceAi.settings.sandboxImage.label": "Sandbox Docker image",
|
|
5739
5887
|
"instanceAi.settings.sandboxTimeout.label": "Sandbox timeout (ms)",
|
|
5740
5888
|
"instanceAi.settings.searchCredential.label": "Search credential",
|
|
5741
5889
|
"instanceAi.settings.subAgentMaxSteps.label": "Sub-agent max steps",
|
|
5890
|
+
"instanceAi.settings.browserMcp.label": "Chrome DevTools MCP",
|
|
5742
5891
|
"instanceAi.settings.mcpServers.label": "MCP servers",
|
|
5743
5892
|
"instanceAi.settings.mcpServers.placeholder": "name=url, comma-separated",
|
|
5744
5893
|
"instanceAi.settings.section.permissions": "Permissions",
|
|
@@ -5823,6 +5972,9 @@ var en_default = {
|
|
|
5823
5972
|
"instanceAi.input.planEditContext": "Plan edits",
|
|
5824
5973
|
"instanceAi.feedback.success": "Thanks for your feedback!",
|
|
5825
5974
|
"instanceAi.emptyState.title": "AI Assistant",
|
|
5975
|
+
"instanceAi.workflowBuilderUnavailable.title": "Workflow builder unavailable",
|
|
5976
|
+
"instanceAi.workflowBuilderUnavailable.enableSandboxDescription": "Ask an admin to enable Instance AI sandboxing.",
|
|
5977
|
+
"instanceAi.workflowBuilderUnavailable.serviceUrlDescription": "Ask an admin to set N8N_SANDBOX_SERVICE_URL for the n8n Sandbox Service.",
|
|
5826
5978
|
"instanceAi.emptyState.suggestions.buildWorkflow.label": "Build a workflow",
|
|
5827
5979
|
"instanceAi.emptyState.suggestions.buildWorkflow.prompt": "I want to build a new workflow. Help me figure out what to build. Ask me what's the end goal, what should trigger it, and what apps or services are involved.",
|
|
5828
5980
|
"instanceAi.emptyState.suggestions.buildAgent.label": "Build an agent",
|
|
@@ -5927,10 +6079,6 @@ var en_default = {
|
|
|
5927
6079
|
"instanceAi.tools.nodes.type-definition": "Loading node schema",
|
|
5928
6080
|
"instanceAi.tools.nodes.suggested": "Getting suggested nodes",
|
|
5929
6081
|
"instanceAi.tools.nodes.explore-resources": "Exploring node resources",
|
|
5930
|
-
"instanceAi.tools.templates": "Templates",
|
|
5931
|
-
"instanceAi.tools.templates.search-structures": "Searching template structures",
|
|
5932
|
-
"instanceAi.tools.templates.search-parameters": "Searching templates",
|
|
5933
|
-
"instanceAi.tools.templates.best-practices": "Loading best practices",
|
|
5934
6082
|
"instanceAi.tools.task-control": "Task control",
|
|
5935
6083
|
"instanceAi.tools.task-control.update-checklist": "Updating tasks",
|
|
5936
6084
|
"instanceAi.tools.task-control.cancel-task": "Cancelling task",
|
|
@@ -5990,9 +6138,6 @@ var en_default = {
|
|
|
5990
6138
|
"instanceAi.tools.fetch-url": "Fetching page",
|
|
5991
6139
|
"instanceAi.tools.build-workflow-with-agent": "Building workflow",
|
|
5992
6140
|
"instanceAi.tools.build-workflow-with-agent.imperative": "edit workflow",
|
|
5993
|
-
"instanceAi.tools.get-best-practices": "Loading best practices",
|
|
5994
|
-
"instanceAi.tools.search-template-parameters": "Searching templates",
|
|
5995
|
-
"instanceAi.tools.search-template-structures": "Searching template structures",
|
|
5996
6141
|
"instanceAi.tools.ask-user": "Asking user",
|
|
5997
6142
|
"instanceAi.tools.cancel-background-task": "Cancelling task",
|
|
5998
6143
|
"instanceAi.tools.correct-background-task": "Correcting task",
|
|
@@ -6060,6 +6205,7 @@ var en_default = {
|
|
|
6060
6205
|
"instanceAi.activitySummary.subagents": "{count} subagents",
|
|
6061
6206
|
"projects.menu.instanceAi": "AI Assistant",
|
|
6062
6207
|
"chatInputBase.button.attach": "Attach files",
|
|
6208
|
+
"chatInputBase.button.dictate": "Dictate",
|
|
6063
6209
|
"instanceAi.filesystem.access.read": "Read only",
|
|
6064
6210
|
"instanceAi.filesystem.access.readWrite": "Read & Write",
|
|
6065
6211
|
"instanceAi.filesystem.category.browser": "Browser",
|
|
@@ -6114,6 +6260,32 @@ var en_default = {
|
|
|
6114
6260
|
"agents.chat.askCredential.skip": "Skip",
|
|
6115
6261
|
"agents.chat.toolNames.webSearch": "Web search",
|
|
6116
6262
|
"agents.chat.toolNames.searchKnowledge": "Search knowledge",
|
|
6263
|
+
"agents.chat.approval.title": "Approval required",
|
|
6264
|
+
"agents.chat.approval.description": "The agent wants to run the {toolName} tool.",
|
|
6265
|
+
"agents.chat.approval.approve": "Approve",
|
|
6266
|
+
"agents.chat.approval.reject": "Reject",
|
|
6267
|
+
"agents.chat.approval.approved": "Approved",
|
|
6268
|
+
"agents.chat.approval.rejected": "Rejected",
|
|
6269
|
+
"agents.chat.approval.inputPlaceholder": "Approve or reject to continue",
|
|
6270
|
+
"agents.chat.delegate.label": "Sub-agent · {name}",
|
|
6271
|
+
"agents.chat.delegate.labelFallback": "Sub-agent",
|
|
6272
|
+
"agents.chat.delegate.childSuspendUnsupported": "Sub-agent requested user input, which is not supported for delegated runs yet.",
|
|
6273
|
+
"agents.chat.difficulty.low": "Low",
|
|
6274
|
+
"agents.chat.difficulty.medium": "Medium",
|
|
6275
|
+
"agents.chat.difficulty.high": "High",
|
|
6276
|
+
"agents.chat.writeTodos.label": "Task list",
|
|
6277
|
+
"agents.chat.writeTodos.summary.one": "{count} task",
|
|
6278
|
+
"agents.chat.writeTodos.summary.other": "{count} tasks",
|
|
6279
|
+
"agents.chat.writeTodos.summary.done": "Done",
|
|
6280
|
+
"agents.chat.writeTodos.status.inProgress": "In progress",
|
|
6281
|
+
"agents.chat.writeTodos.status.pending": "Pending",
|
|
6282
|
+
"agents.chat.writeTodos.status.completed": "Completed",
|
|
6283
|
+
"agents.chat.writeTodos.status.blocked": "Blocked",
|
|
6284
|
+
"agents.chat.writeTodos.status.cancelled": "Cancelled",
|
|
6285
|
+
"agents.chat.writeTodos.hint.difficulty": "Difficulty",
|
|
6286
|
+
"agents.chat.writeTodos.hint.subAgent": "Sub-agent",
|
|
6287
|
+
"agents.chat.writeTodos.hint.expectedOutput": "Expected output",
|
|
6288
|
+
"agents.chat.toolStep.waitingForInput": "Waiting for your input",
|
|
6117
6289
|
"agents.chat.askQuestion.otherLabel": "Other",
|
|
6118
6290
|
"agents.chat.askQuestion.otherPlaceholder": "Type another answer",
|
|
6119
6291
|
"agents.chat.askQuestion.answerLabel": "Your answer",
|
|
@@ -6152,7 +6324,6 @@ var en_default = {
|
|
|
6152
6324
|
"agents.revertToPublished.modal.description": "This will permanently remove all changes made since the latest published version.",
|
|
6153
6325
|
"agents.revertToPublished.modal.button.revert": "Revert changes",
|
|
6154
6326
|
"agents.versionHistory.title": "Publish history",
|
|
6155
|
-
"agents.versionHistory.button.tooltip": "Version history",
|
|
6156
6327
|
"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",
|
|
6157
6328
|
"agents.versionHistory.button.ariaLabel": "Open version history",
|
|
6158
6329
|
"agents.versionHistory.close": "Close",
|
|
@@ -6162,6 +6333,7 @@ var en_default = {
|
|
|
6162
6333
|
"agents.versionHistory.item.publishedBadge": "Currently published",
|
|
6163
6334
|
"agents.versionHistory.item.actions.revert": "Revert to this version",
|
|
6164
6335
|
"agents.versionHistory.item.actions.publish": "Publish this version",
|
|
6336
|
+
"agents.versionHistory.item.actions.unpublish": "Unpublish",
|
|
6165
6337
|
"agents.versionHistory.revert.modal.title": "Revert to this version?",
|
|
6166
6338
|
"agents.versionHistory.revert.modal.description": "This will replace your current draft with the contents of this version. Unsaved changes will be lost.",
|
|
6167
6339
|
"agents.versionHistory.revert.modal.button.revert": "Revert draft",
|
|
@@ -6175,6 +6347,9 @@ var en_default = {
|
|
|
6175
6347
|
"agents.tools.search.placeholder": "Search tools",
|
|
6176
6348
|
"agents.tools.availableTools": "Available tools ({count})",
|
|
6177
6349
|
"agents.tools.availableWorkflows": "Workflows ({count})",
|
|
6350
|
+
"agents.tools.availableAiTools": "AI tools ({count})",
|
|
6351
|
+
"agents.tools.availableN8nTools": "n8n tools ({count})",
|
|
6352
|
+
"agents.tools.availableExternalTools": "External tools ({count})",
|
|
6178
6353
|
"agents.tools.noResults": "No tools available",
|
|
6179
6354
|
"agents.tools.noResults.withQuery": "No tools match “{query}”. Try a different keyword.",
|
|
6180
6355
|
"agents.tools.configure": "Configure",
|
|
@@ -6182,6 +6357,7 @@ var en_default = {
|
|
|
6182
6357
|
"agents.tools.added": "Tool added",
|
|
6183
6358
|
"agents.tools.connected": "Connected",
|
|
6184
6359
|
"agents.tools.addCredentials": "Add credentials",
|
|
6360
|
+
"agents.tools.needsApproval": "Needs approval",
|
|
6185
6361
|
"agents.tools.noCredentials": "No credentials",
|
|
6186
6362
|
"agents.tools.workflow.incompatible.title": "Workflow is not compatible",
|
|
6187
6363
|
"agents.tools.workflow.incompatible.message": "Workflow \"{name}\" contains nodes that can't be used as an agent tool: {nodes}.",
|
|
@@ -6196,6 +6372,8 @@ var en_default = {
|
|
|
6196
6372
|
"agents.toolConfig.workflow.allOutputs.hint": "When off, only the last node's output is returned.",
|
|
6197
6373
|
"agents.toolConfig.save": "Save",
|
|
6198
6374
|
"agents.toolConfig.cancel": "Cancel",
|
|
6375
|
+
"agents.toolConfig.approval.label": "Require approval",
|
|
6376
|
+
"agents.toolConfig.approval.hint": "Pause before this tool runs until a human approves it.",
|
|
6199
6377
|
"agents.new.title": "New agent",
|
|
6200
6378
|
"agents.new.defaultName": "New Agent",
|
|
6201
6379
|
"agents.new.startBlank": "Start from blank",
|
|
@@ -6227,7 +6405,7 @@ var en_default = {
|
|
|
6227
6405
|
"agents.builder.agent.instructions.label": "Instructions",
|
|
6228
6406
|
"agents.builder.agent.instructions.characterCount": "{count} characters",
|
|
6229
6407
|
"agents.builder.advanced.title": "Advanced",
|
|
6230
|
-
"agents.builder.advanced.description": "Execution tuning — reasoning depth
|
|
6408
|
+
"agents.builder.advanced.description": "Execution tuning — reasoning depth and tool parallelism.",
|
|
6231
6409
|
"agents.builder.advanced.webSearch.label": "Web search",
|
|
6232
6410
|
"agents.builder.advanced.webSearch.hint": "Let the model search the web when it needs up-to-date information.",
|
|
6233
6411
|
"agents.builder.advanced.webSearch.maxUses.label": "Maximum searches",
|
|
@@ -6251,13 +6429,11 @@ var en_default = {
|
|
|
6251
6429
|
"agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
|
|
6252
6430
|
"agents.builder.advanced.concurrency.label": "Tool call concurrency",
|
|
6253
6431
|
"agents.builder.advanced.concurrency.hint": "How many tool calls the agent can run in parallel.",
|
|
6254
|
-
"agents.builder.advanced.approval.label": "Require tool approval",
|
|
6255
|
-
"agents.builder.advanced.approval.hint": "Pause before running tool calls until a human approves.",
|
|
6256
6432
|
"agents.builder.advanced.recentMessages.label": "Session memory window",
|
|
6257
6433
|
"agents.builder.advanced.recentMessages.hint": "How many recent messages from this thread the agent sees on each turn.",
|
|
6258
6434
|
"agents.builder.advanced.recentMessages.memoryDisabledTooltip": "Enable Session Memory in the Memory section to configure the window.",
|
|
6259
6435
|
"agents.builder.advanced.maxIterations.label": "Max iterations",
|
|
6260
|
-
"agents.builder.advanced.maxIterations.hint": "Maximum number of agent loop iterations per run (1–200).
|
|
6436
|
+
"agents.builder.advanced.maxIterations.hint": "Maximum number of agent loop iterations per run (1–200).",
|
|
6261
6437
|
"agents.builder.memory.title": "Session Memory",
|
|
6262
6438
|
"agents.builder.memory.description": "Keeps recent messages from this session available as context.",
|
|
6263
6439
|
"agents.builder.memory.episodicMemory.label": "Episodic Memory",
|
|
@@ -6288,13 +6464,33 @@ var en_default = {
|
|
|
6288
6464
|
"agents.builder.files.size.bytes": "{bytes} B",
|
|
6289
6465
|
"agents.builder.files.size.kilobytes": "{kilobytes} KB",
|
|
6290
6466
|
"agents.builder.files.size.megabytes": "{megabytes} MB",
|
|
6467
|
+
"agents.builder.subAgents.title": "Sub-agents",
|
|
6468
|
+
"agents.builder.subAgents.description": "This agent can delegate focused subtasks. Add published agents from this project when you want reusable specialists.",
|
|
6469
|
+
"agents.builder.subAgents.add": "Add agent",
|
|
6470
|
+
"agents.builder.subAgents.loadError": "Could not load project agents",
|
|
6471
|
+
"agents.builder.subAgents.remove": "Remove {name}",
|
|
6472
|
+
"agents.builder.subAgents.maxChildren.label": "Max parallel sub-agents",
|
|
6473
|
+
"agents.builder.subAgents.maxChildren.hint": "How many sub-agents this agent can run at the same time ({min}-{max}).",
|
|
6474
|
+
"agents.builder.subAgents.modelsByDifficulty.title": "Models by difficulty",
|
|
6475
|
+
"agents.builder.subAgents.modelsByDifficulty.hint": "Optional. Unset difficulties use the parent model.",
|
|
6476
|
+
"agents.builder.subAgents.modelsByDifficulty.low.label": "Low",
|
|
6477
|
+
"agents.builder.subAgents.modelsByDifficulty.low.description": "Simple tasks that need little context.",
|
|
6478
|
+
"agents.builder.subAgents.modelsByDifficulty.medium.label": "Medium",
|
|
6479
|
+
"agents.builder.subAgents.modelsByDifficulty.medium.description": "Tasks that need comparison, planning, or light analysis.",
|
|
6480
|
+
"agents.builder.subAgents.modelsByDifficulty.high.label": "High",
|
|
6481
|
+
"agents.builder.subAgents.modelsByDifficulty.high.description": "Complex tasks that need deeper reasoning or detailed synthesis.",
|
|
6482
|
+
"agents.builder.subAgents.modelsByDifficulty.clear": "Use parent model",
|
|
6483
|
+
"agents.builder.subAgents.modal.title": "Add sub-agents",
|
|
6484
|
+
"agents.builder.subAgents.modal.description": "Select published agents from this project to let this agent delegate work to them.",
|
|
6485
|
+
"agents.builder.subAgents.modal.selectAgent": "Select {name}",
|
|
6486
|
+
"agents.builder.subAgents.modal.empty.title": "No agents to add",
|
|
6487
|
+
"agents.builder.subAgents.modal.empty.description": "Published agents from this project show here. Already added agents are hidden.",
|
|
6488
|
+
"agents.builder.subAgents.modal.cancel": "Cancel",
|
|
6489
|
+
"agents.builder.subAgents.modal.add": "Add agents",
|
|
6291
6490
|
"agents.builder.memory.recallModel.label": "Memory model",
|
|
6292
6491
|
"agents.builder.memory.recallModel.hint": "Choose the model that creates, reviews, and retrieves memories. Uses the agent model by default.",
|
|
6293
6492
|
"agents.builder.episodicMemoryCredentialModal.title": "Episodic Memory",
|
|
6294
6493
|
"agents.builder.episodicMemoryCredentialModal.description": "An OpenAI credential is used to create embeddings for Episodic Memory.",
|
|
6295
|
-
"agents.builder.memory.semanticRecall.topK": "Top K",
|
|
6296
|
-
"agents.builder.memory.semanticRecall.rangeBefore": "Range before",
|
|
6297
|
-
"agents.builder.memory.semanticRecall.rangeAfter": "Range after",
|
|
6298
6494
|
"agents.builder.editor.copy": "Copy to clipboard",
|
|
6299
6495
|
"agents.builder.editor.copied": "Copied",
|
|
6300
6496
|
"agents.builder.progress.building.title": "Building your agent...",
|
|
@@ -6411,6 +6607,7 @@ var en_default = {
|
|
|
6411
6607
|
"agents.builder.header.saved": "Saved",
|
|
6412
6608
|
"agents.builder.preview.button": "Preview",
|
|
6413
6609
|
"agents.builder.preview.disabledTooltip": "Add instructions, a model, and credentials before previewing this agent.",
|
|
6610
|
+
"agents.builder.preview.viewSession": "View session",
|
|
6414
6611
|
"agents.builder.preview.close.ariaLabel": "Close preview",
|
|
6415
6612
|
"agents.builder.executions.count": "{count} session | {count} sessions",
|
|
6416
6613
|
"agents.builder.raw.description": "Agent JSON configuration",
|
|
@@ -6501,7 +6698,46 @@ var en_default = {
|
|
|
6501
6698
|
"instanceAi.welcomeModal.gateway.instructions.windows": "Open Terminal (Windows key, type \"Terminal\") and paste the command below.",
|
|
6502
6699
|
"instanceAi.welcomeModal.gateway.instructions.linux": "Open your terminal and paste the command below.",
|
|
6503
6700
|
"instanceAi.welcomeModal.gateway.tokenExpiresIn": "Token expires in {minutes} min",
|
|
6504
|
-
"instanceAi.welcomeModal.gateway.tokenExpired": "Token has expired. Copy the command again."
|
|
6701
|
+
"instanceAi.welcomeModal.gateway.tokenExpired": "Token has expired. Copy the command again.",
|
|
6702
|
+
"tools.connection.title": "Tools",
|
|
6703
|
+
"tools.connection.search.placeholder": "Search all tools...",
|
|
6704
|
+
"tools.connection.sections.availableNodes": "Connect to a service",
|
|
6705
|
+
"tools.connection.sections.availableAgents": "Hand off to an agent",
|
|
6706
|
+
"tools.connection.sections.availableData": "Read or write data",
|
|
6707
|
+
"tools.connection.sections.availableWorkflows": "Trigger a workflow",
|
|
6708
|
+
"tools.connection.action.connect": "Connect",
|
|
6709
|
+
"tools.connection.action.connected": "Connected",
|
|
6710
|
+
"tools.connection.action.configure": "Configure",
|
|
6711
|
+
"tools.connection.action.close": "Close",
|
|
6712
|
+
"tools.connection.credentialPicker.search": "Search credentials...",
|
|
6713
|
+
"tools.connection.credentialPicker.create": "Create credential",
|
|
6714
|
+
"tools.connection.credentialPicker.noResults": "No credentials found",
|
|
6715
|
+
"tools.connection.tabs.services": "Services",
|
|
6716
|
+
"tools.connection.tabs.agents": "Agents",
|
|
6717
|
+
"tools.connection.tabs.data": "Data",
|
|
6718
|
+
"tools.connection.tabs.workflows": "Workflows",
|
|
6719
|
+
"tools.connection.tabs.settings": "Settings",
|
|
6720
|
+
"tools.connection.tabs.details": "Details",
|
|
6721
|
+
"tools.connection.settings.toolInclusion": "Tool Inclusion",
|
|
6722
|
+
"tools.connection.settings.inclusion.all": "All",
|
|
6723
|
+
"tools.connection.settings.inclusion.selected": "Only Selected",
|
|
6724
|
+
"tools.connection.settings.inclusion.except": "All Except",
|
|
6725
|
+
"tools.connection.settings.toolsToInclude": "Tools to Include",
|
|
6726
|
+
"tools.connection.settings.toolsToExclude": "Tools to Exclude",
|
|
6727
|
+
"tools.connection.settings.toolsPlaceholder": "Select tools...",
|
|
6728
|
+
"tools.connection.settings.disconnect": "Disconnect",
|
|
6729
|
+
"tools.connection.settings.save": "Save settings",
|
|
6730
|
+
"tools.connection.empty.title": "No tools available",
|
|
6731
|
+
"tools.connection.empty.noResults": "No results for \"{query}\"",
|
|
6732
|
+
"tools.connection.detail.back": "Back",
|
|
6733
|
+
"tools.connection.detail.publisher": "Publisher",
|
|
6734
|
+
"tools.connection.detail.version": "Version",
|
|
6735
|
+
"tools.connection.detail.moreInfo": "More info",
|
|
6736
|
+
"tools.connection.detail.docs": "Docs",
|
|
6737
|
+
"tools.connection.detail.readTools": "Read tools",
|
|
6738
|
+
"tools.connection.detail.writeTools": "Write tools",
|
|
6739
|
+
"tools.connection.detail.otherTools": "Tools",
|
|
6740
|
+
"tools.connection.detail.noAdditionalDetails": "No additional details available"
|
|
6505
6741
|
};
|
|
6506
6742
|
|
|
6507
6743
|
//#endregion
|