@n8n/i18n 2.32.1 → 2.33.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.mjs CHANGED
@@ -638,6 +638,7 @@ var en_default = {
638
638
  "chatHub.message.actions.readAloud": "Read aloud",
639
639
  "chatHub.message.actions.stopReading": "Stop reading",
640
640
  "agents.builder.preview.sendToAssistant": "Send to assistant",
641
+ "agents.builder.preview.fixWithAssistant": "Fix with Assistant",
641
642
  "chatHub.message.actions.edit": "Edit",
642
643
  "chatHub.message.actions.regenerate": "Regenerate",
643
644
  "chatHub.message.actions.executionId": "Execution ID",
@@ -1009,7 +1010,7 @@ var en_default = {
1009
1010
  "communityNodeFooter.reportIssue": "Report issue",
1010
1011
  "credentialEdit.credentialConfig.accountConnected": "Account connected",
1011
1012
  "credentialEdit.credentialConfig.accountNotConnected": "Connect your account to use this credential",
1012
- "credentialEdit.credentialConfig.accountNotConnected.endUser": "Connect your own account — it's private to you and only used in executions you trigger.",
1013
+ "credentialEdit.credentialConfig.accountNotConnected.endUser": "Connect your {service} account",
1013
1014
  "credentialEdit.credentialConfig.connect": "Connect",
1014
1015
  "credentialEdit.credentialConfig.connectOAuth2Credential": "Connect OAuth2 Credential",
1015
1016
  "credentialEdit.credentialConfig.clickToCopy": "Click To Copy",
@@ -1027,6 +1028,8 @@ var en_default = {
1027
1028
  "credentialEdit.credentialConfig.reconnect": "Reconnect",
1028
1029
  "credentialEdit.credentialConfig.reconnectOAuth2Credential": "Reconnect OAuth2 Credential",
1029
1030
  "credentialEdit.credentialConfig.disconnect": "Disconnect",
1031
+ "credentialEdit.credentialConfig.switchAccount": "Switch account",
1032
+ "credentialEdit.credentialConfig.connectedAs": "Connected as {account}",
1030
1033
  "credentialEdit.credentialConfig.jwksUri.label": "OAuth2 JWKS URI",
1031
1034
  "credentialEdit.credentialConfig.jwksUri.hint": "Provide this URL to your OAuth2 provider so it can fetch the public keys this instance uses to encrypt tokens.",
1032
1035
  "credentialEdit.credentialConfig.jwksUri.copiedToast": "JWKS URI copied to clipboard",
@@ -1049,8 +1052,10 @@ var en_default = {
1049
1052
  "credentialEdit.credentialConfig.externalSecrets.moreInfo": "More info",
1050
1053
  "credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for end-user credentials",
1051
1054
  "credentialEdit.credentialConfig.dynamicCredentials.infoTip": "An end-user credential resolves to each member's own connection at runtime, based on who triggers the workflow. It requires a trigger that can identify the user. The credential you connect here is used for manual test runs, the MCP trigger, and Chat Hub.",
1052
- "credentialEdit.credentialConfig.endUserCredential.connectSubtext": "This is an end-user credential. The account you connect is yours alone, no one else in the workspace can see or use it.",
1055
+ "credentialEdit.credentialConfig.endUserCredential.connectSubtext": "Each user connects their own account, usable only by them.",
1056
+ "credentialEdit.credentialConfig.endUserCredential.connectedSubtext": "This connection is only usable by you.",
1053
1057
  "credentialEdit.credentialConfig.credentialType.title": "Credential type",
1058
+ "credentialEdit.credentialConfig.credentialType.disabledTooltip": "You need edit access to this credential to change its type",
1054
1059
  "credentialEdit.credentialConfig.credentialType.endUser.title": "End-user credential",
1055
1060
  "credentialEdit.credentialConfig.credentialType.endUser.subtitle": "Each user's credential is used at run time and only by them.",
1056
1061
  "credentialEdit.credentialConfig.credentialType.fixed.title": "Fixed credential",
@@ -1172,6 +1177,8 @@ var en_default = {
1172
1177
  "credentials.private.row.connectedAs": "Connected as {account}",
1173
1178
  "credentials.private.row.notConnected": "Not connected",
1174
1179
  "credentials.private.row.modify": "Modify",
1180
+ "credentials.private.row.switchAccount": "Switch account",
1181
+ "credentials.private.row.connectPlaceholder": "Connect your {service} account",
1175
1182
  "credentials.private.row.disconnect": "Disconnect",
1176
1183
  "credentials.private.disconnect.dialog.title": "Disconnect your credential?",
1177
1184
  "credentials.private.disconnect.dialog.message": "This removes only your connection to \"{credentialName}\". Workflows you run with this credential won't work until you reconnect. This will not affect any other member using it.",
@@ -1333,6 +1340,8 @@ var en_default = {
1333
1340
  "executions.ExecutionStatus": "Execution status",
1334
1341
  "executions.privateCredential.tooltip": "This execution ran using end-user credentials",
1335
1342
  "executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
1343
+ "executions.empty.heading": "No executions yet",
1344
+ "executions.empty.description": "Each run of a workflow is called an execution, and you'll see them listed here",
1336
1345
  "executionDetails.additionalActions": "Additional Actions",
1337
1346
  "executionDetails.confirmMessage.confirmButtonText": "Yes, delete",
1338
1347
  "executionDetails.confirmMessage.headline": "Delete Execution?",
@@ -1400,6 +1409,7 @@ var en_default = {
1400
1409
  "agentSessions.origin.agent": "Agent",
1401
1410
  "agentSessions.origin.subAgent": "Sub-agent",
1402
1411
  "agentSessions.goToParentRun": "Go to parent run",
1412
+ "agentSessions.viewTrace": "View session trace",
1403
1413
  "agentSessions.actions": "Actions",
1404
1414
  "agentSessions.empty": "No agent sessions",
1405
1415
  "agentSessions.loadMore": "Load more",
@@ -2169,7 +2179,6 @@ var en_default = {
2169
2179
  "nodeCreator.nodeItem.triggerIconTitle": "Trigger Node",
2170
2180
  "nodeCreator.nodeItem.aiIconTitle": "LangChain AI Node",
2171
2181
  "nodeCreator.nodeItem.deprecated": "Deprecated",
2172
- "nodeCreator.nodeItem.deprecatingSoon": "Deprecating soon",
2173
2182
  "nodeCreator.nodeItem.earlyPreview": "Early preview",
2174
2183
  "nodeCreator.nodeItem.beta": "Beta",
2175
2184
  "nodeCredentials.createNew": "Create new credential",
@@ -2494,11 +2503,14 @@ var en_default = {
2494
2503
  "oauth.consentView.action.createUpdateWorkflows": "Create and update workflows on your behalf",
2495
2504
  "oauth.consentView.action.createDataTables": "Create and update data tables on your behalf",
2496
2505
  "oauth.consentView.action.searchProjectsAndFolders": "Search for projects and folders",
2497
- "oauth.consentView.scopes.description": "Choose what {clientName} is allowed to do.",
2506
+ "oauth.consentView.scopes.description": "Choose what {clientName} is allowed to do. You can revoke this client's access anytime in settings.",
2498
2507
  "oauth.consentView.scopes.label": "Scopes",
2499
2508
  "oauth.consentView.scopes.all": "All",
2509
+ "oauth.consentView.scopes.allDescription": "Full access to everything this instance offers.",
2500
2510
  "oauth.consentView.scopes.readOnly": "Read only",
2511
+ "oauth.consentView.scopes.readOnlyDescription": "View workflows and data without making changes.",
2501
2512
  "oauth.consentView.scopes.custom": "Custom",
2513
+ "oauth.consentView.scopes.customDescription": "Choose exactly which scopes to grant.",
2502
2514
  "oauth.consentView.scopes.search.placeholder": "Search scopes",
2503
2515
  "oauth.consentView.scopes.toggleGroup": "Toggle {group} scopes",
2504
2516
  "oauth.consentView.scopes.count": "{selected} of {total} scopes selected",
@@ -2509,12 +2521,13 @@ var en_default = {
2509
2521
  "oauth.consentView.scopes.group.credentials": "Credentials",
2510
2522
  "oauth.consentView.scopes.group.dataTables": "Data tables",
2511
2523
  "oauth.consentView.scopes.group.projectsAndFolders": "Projects and folders",
2512
- "oauth.consentView.scopes.note": "Applies only to this connection. Other clients keep their own permissions.",
2513
2524
  "oauth.consentView.scopes.tools.count": "{count} tool | {count} tools",
2514
2525
  "oauth.consentView.scopes.tools.enabledOf": "{enabled} of {total} tools enabled",
2515
- "oauth.consentView.readMore": "Read more <a href='{docsUrl}' target='_blank'>here</a>",
2516
- "oauth.consentView.redirectWarning.title": "You will be redirected to the following location:",
2526
+ "oauth.consentView.allow": "Allow access",
2527
+ "oauth.consentView.redirectWarning.title": "After you allow, access to this instance is sent to:",
2517
2528
  "oauth.consentView.redirectWarning.confirm": "I recognize and trust this URL",
2529
+ "oauth.consentView.allowDisabled.trust": "First confirm you recognize and trust the URL above",
2530
+ "oauth.consentView.allowDisabled.noScopes": "Select at least one scope to grant",
2518
2531
  "oauth.consentView.error.deny": "Error denying access",
2519
2532
  "oauth.consentView.error.allow": "Error allowing access",
2520
2533
  "oauth.consentView.error.fetchDetails": "Error fetching client details",
@@ -2914,11 +2927,20 @@ var en_default = {
2914
2927
  "roles.instance.action.fetch.error": "Error fetching role",
2915
2928
  "roles.instance.action.delete.warning": "Deleting this role is permanent and cannot be undone.",
2916
2929
  "roles.instance.action.delete.button": "Delete role",
2930
+ "roles.instance.action.delete.reassign.title": "Delete {roleName} role",
2931
+ "roles.instance.action.delete.reassign.userCount": "{count} user | {count} users",
2932
+ "roles.instance.action.delete.reassign.description": "are currently assigned to this role. Choose a role to reassign them to before deleting.",
2933
+ "roles.instance.action.delete.reassign.label": "Reassign users to",
2934
+ "roles.instance.action.delete.reassign.placeholder": "Select a role",
2935
+ "roles.instance.action.delete.reassign.confirm": "Delete and reassign users",
2936
+ "roles.instance.action.delete.reassign.confirmWithRole": "Delete role and reassign users to {roleName}",
2917
2937
  "roles.instance.action.create.success": "Role created successfully",
2918
2938
  "roles.instance.action.create.error": "Couldn't create role",
2919
2939
  "roles.create.validation.nameMinLength": "Enter a name of at least {min} characters",
2920
2940
  "roles.instance.action.update.success": "Role updated successfully",
2921
2941
  "roles.instance.action.update.error": "Error updating role",
2942
+ "roles.instance.action.update.title": "Update permissions for this role?",
2943
+ "roles.instance.action.update.text": "This role is currently assigned to <b>{count} user</b>. Saving will immediately update the permissions this user has. | This role is currently assigned to <b>{count} users</b>. Saving will immediately update the permissions these users have.",
2922
2944
  "roles.instance.assignments.memberColumn": "Member",
2923
2945
  "roles.instance.assignments.roleColumn": "Instance role",
2924
2946
  "roles.instance.assignments.emptyState": "No users have this role yet.",
@@ -3066,6 +3088,11 @@ var en_default = {
3066
3088
  "saveButton.saved": "Saved",
3067
3089
  "saveButton.saving": "Saving",
3068
3090
  settings: "Settings",
3091
+ "settings.authCookie.insecureConnection.title": "Your n8n server is configured to use a secure cookie, however you are either visiting this via an insecure URL, or using Safari.",
3092
+ "settings.authCookie.insecureConnection.fixIntro": "To fix this, please consider the following options:",
3093
+ "settings.authCookie.insecureConnection.option.tls": "Setup TLS/HTTPS (<strong>recommended</strong>), or",
3094
+ "settings.authCookie.insecureConnection.option.localhost": "If you are running this locally, and not using Safari, try using <a href=\"{localhostUrl}\">localhost</a> instead",
3095
+ "settings.authCookie.insecureConnection.option.disableSecureCookie": "If you prefer to disable this security feature (<strong>not recommended</strong>), set the environment variable <code>{envVar}</code> to <code>false</code>",
3069
3096
  "settings.communityNodes": "Community nodes",
3070
3097
  "settings.communityNodes.empty.title": "Supercharge your workflows with community nodes",
3071
3098
  "settings.communityNodes.empty.verified.only.title": "Supercharge your workflows with verified community nodes",
@@ -3120,10 +3147,14 @@ var en_default = {
3120
3147
  "settings.opentelemetry.docsLink": "Learn more in the documentation",
3121
3148
  "settings.opentelemetry.envVarTooltip": "Environment variable: {envVar}",
3122
3149
  "settings.opentelemetry.envVarManagedTooltip": "Managed via environment variable",
3123
- "settings.opentelemetry.enable.label": "Enable OpenTelemetry",
3124
- "settings.opentelemetry.enable.description": "When disabled, no traces leave this instance.",
3150
+ "settings.opentelemetry.status.label": "Status",
3151
+ "settings.opentelemetry.status.disabledDescription": "Tracing is off. No traces leave this instance.",
3152
+ "settings.opentelemetry.status.enabledDescription": "Tracing is on. Traces are exported to the collector configured below.",
3125
3153
  "settings.opentelemetry.enable.option.enabled": "Enabled",
3126
- "settings.opentelemetry.enable.option.disabled": "Disabled",
3154
+ "settings.opentelemetry.enable.action.enable": "Enable",
3155
+ "settings.opentelemetry.enable.action.disable": "Disable",
3156
+ "settings.opentelemetry.enable.action.enableAriaLabel": "Enable OpenTelemetry",
3157
+ "settings.opentelemetry.enable.action.enabledAriaLabel": "OpenTelemetry enabled. Open status menu",
3127
3158
  "settings.opentelemetry.collectorConnection.title": "Collector connection",
3128
3159
  "settings.opentelemetry.exporterEndpoint.label": "OTLP endpoint",
3129
3160
  "settings.opentelemetry.exporterEndpoint.description": "The base URL of your OTLP collector (e.g. https://collector.example.com).",
@@ -3144,7 +3175,6 @@ var en_default = {
3144
3175
  "settings.opentelemetry.exporterTracingPath.placeholder": "/v1/traces",
3145
3176
  "settings.opentelemetry.startupConnectivityTimeoutMs.label": "Startup connectivity timeout",
3146
3177
  "settings.opentelemetry.startupConnectivityTimeoutMs.description": "Reachability check at startup. n8n boots regardless.",
3147
- "settings.opentelemetry.startupConnectivityTimeoutMs.placeholder": "2000",
3148
3178
  "settings.opentelemetry.startupConnectivityTimeoutMs.slug": "ms",
3149
3179
  "settings.opentelemetry.testTrace.label": "Verify configuration",
3150
3180
  "settings.opentelemetry.testTrace.description": "Send a test span to check n8n can reach your collector.",
@@ -3155,9 +3185,8 @@ var en_default = {
3155
3185
  "settings.opentelemetry.testTrace.error": "Test send failed. The collector returned: {error}",
3156
3186
  "settings.opentelemetry.tracing.title": "Tracing",
3157
3187
  "settings.opentelemetry.tracesSampleRate.label": "Trace sample rate",
3158
- "settings.opentelemetry.tracesSampleRate.description": "Fraction of traces exported. 1.00 = all traces.",
3159
- "settings.opentelemetry.tracesSampleRate.placeholder": "1.00",
3160
- "settings.opentelemetry.tracesSampleRate.slug": "of 1.00",
3188
+ "settings.opentelemetry.tracesSampleRate.description": "Fraction of traces exported. {max} = all traces.",
3189
+ "settings.opentelemetry.tracesSampleRate.slug": "of {max}",
3161
3190
  "settings.opentelemetry.includeNodeSpans.label": "Include node spans",
3162
3191
  "settings.opentelemetry.includeNodeSpans.description": "One span per node, or workflow-level spans only.",
3163
3192
  "settings.opentelemetry.injectOutbound.label": "Inject outbound traceparent",
@@ -3175,14 +3204,76 @@ var en_default = {
3175
3204
  "settings.opentelemetry.unsavedChanges.saveAndLeave": "Save and leave",
3176
3205
  "settings.mcp": "Instance-level MCP",
3177
3206
  "settings.mcp.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance",
3207
+ "settings.mcp.page.title": "Instance level MCP",
3208
+ "settings.mcp.page.description": "Let AI assistants and IDEs connect to this instance over the Model Context Protocol (MCP), then control which tools and workflows they can use.",
3178
3209
  "settings.mcp.header.toggle.enabled": "Enabled",
3179
3210
  "settings.mcp.header.toggle.disabled": "Disabled",
3180
3211
  "settings.mcp.actionBox.heading": "Connect AI assistants to build and run workflows",
3181
3212
  "settings.mcp.actionBox.button.label": "Enable MCP access",
3182
3213
  "settings.mcp.emptyState.description": "Let MCP clients like Claude Code and Cursor build, run, and iterate on workflows in your instance.",
3183
- "settings.mcp.tabs.workflows": "Workflows",
3184
- "settings.mcp.tabs.oauth": "Connected clients",
3185
- "settings.mcp.tabs.oauthSettings": "OAuth settings",
3214
+ "settings.mcp.status.title": "MCP status",
3215
+ "settings.mcp.status.description": "Connect AI assistants and IDEs like Claude, Cursor, and ChatGPT to this instance over MCP.",
3216
+ "settings.mcp.status.disable": "Disable",
3217
+ "settings.mcp.status.ariaLabel": "Manage MCP access",
3218
+ "settings.mcp.status.disableDialog.title": "Disable MCP access?",
3219
+ "settings.mcp.status.disableDialog.description": "This disconnects all connected clients and revokes their access. You can turn it back on later.",
3220
+ "settings.mcp.status.disableDialog.confirm": "Disable MCP access",
3221
+ "settings.mcp.connectionDetails.title": "Connection details",
3222
+ "settings.mcp.yourClient.title": "Connect your client",
3223
+ "settings.mcp.yourClient.description": "Choose your AI assistant, IDE, or CLI to get tailored setup steps.",
3224
+ "settings.mcp.yourClient.connect": "Connect",
3225
+ "settings.mcp.access.title": "Access",
3226
+ "settings.mcp.access.description": "Which workflows connected clients can reach. What each client can do is granted per client.",
3227
+ "settings.mcp.workflowsExposed.title": "Workflows exposed",
3228
+ "settings.mcp.workflowsExposed.description": "Choose which workflows connected clients can access.",
3229
+ "settings.mcp.workflowsExposed.count": "{count} workflow | {count} workflows",
3230
+ "settings.mcp.workflowsExposed.page.title": "Workflows exposed",
3231
+ "settings.mcp.workflowsExposed.page.description": "Choose which workflows connected clients can reach over MCP. Changes apply immediately.",
3232
+ "settings.mcp.callbackUrls.title": "Allowed callback URLs",
3233
+ "settings.mcp.callbackUrls.description": "Restrict OAuth sign-in redirects to trusted URLs. Allowing all URLs (the default) is less secure.",
3234
+ "settings.mcp.callbackUrls.value.all": "All",
3235
+ "settings.mcp.callbackUrls.value.count": "{count} URL | {count} URLs",
3236
+ "settings.mcp.callbackUrls.dialog.title": "Allowed callback URLs",
3237
+ "settings.mcp.callbackUrls.dialog.description": "Only allow OAuth sign-ins to redirect to URLs you trust. If no URLs are listed, all callback URLs are allowed.",
3238
+ "settings.mcp.callbackUrls.dialog.save": "Save",
3239
+ "settings.mcp.callbackUrls.mode.all.label": "All callback URLs",
3240
+ "settings.mcp.callbackUrls.mode.all.description": "Any URL can complete an OAuth sign-in. Less secure.",
3241
+ "settings.mcp.callbackUrls.mode.trusted.label": "Only trusted URLs",
3242
+ "settings.mcp.callbackUrls.mode.trusted.description": "Only the URLs you list can complete an OAuth sign-in.",
3243
+ "settings.mcp.callbackUrls.trusted.label": "Trusted URLs",
3244
+ "settings.mcp.callbackUrls.trusted.placeholder": "https://client.example.com/callback",
3245
+ "settings.mcp.callbackUrls.trusted.addUrl": "Add URL",
3246
+ "settings.mcp.back": "Back to Instance level MCP",
3247
+ "settings.mcp.connectedClients.title": "Connected clients",
3248
+ "settings.mcp.connectedClients.description": "Assistants and IDEs connected to this instance over MCP, what they can access, and when they were last active.",
3249
+ "settings.mcp.connectedClients.viewAll.title": "All connected clients",
3250
+ "settings.mcp.connectedClients.viewAll.description": "{count} client has access | {count} clients have access",
3251
+ "settings.mcp.connectedClients.viewAll.action": "View all",
3252
+ "settings.mcp.connectedClients.empty.title": "No clients connected yet",
3253
+ "settings.mcp.connectedClients.empty.description": "Clients you connect will appear here.",
3254
+ "settings.mcp.connectDialog.title": "Connect a client",
3255
+ "settings.mcp.connectDialog.description": "Pick the client you want to connect, then follow the tailored setup steps. When your client connects, n8n asks you to grant it access in a new tab.",
3256
+ "settings.mcp.connectDialog.yourClient.title": "Your client",
3257
+ "settings.mcp.connectDialog.yourClient.description": "Choose your client to see tailored setup steps",
3258
+ "settings.mcp.connectDialog.category.cli": "CLI",
3259
+ "settings.mcp.connectDialog.category.web": "Web",
3260
+ "settings.mcp.connectDialog.category.ide": "IDE",
3261
+ "settings.mcp.connectDialog.install.title": "Add n8n to {client}",
3262
+ "settings.mcp.connectDialog.install.description": "Run this command to add n8n to {client} (it must already be installed)",
3263
+ "settings.mcp.connectDialog.configure.title": "Configure",
3264
+ "settings.mcp.connectDialog.configure.description": "Add this to your config file to connect to n8n",
3265
+ "settings.mcp.connectDialog.configure.titleAlt": "Or configure manually",
3266
+ "settings.mcp.connectDialog.configure.descriptionAlt": "Prefer not to run the command? Add this to your config file instead",
3267
+ "settings.mcp.connectDialog.authenticate.title": "Authenticate",
3268
+ "settings.mcp.connectDialog.authenticate.description.command": "Run this command, then log in to authorize n8n",
3269
+ "settings.mcp.connectDialog.authenticate.description.mcpCommand": "Run '/mcp' in {client} and select n8n to connect",
3270
+ "settings.mcp.connectDialog.oneClick.title": "One-click setup",
3271
+ "settings.mcp.connectDialog.oneClick.description.web": "Add n8n to {client} in one click, then approve access",
3272
+ "settings.mcp.connectDialog.oneClick.description.ide": "Open {client} and add the n8n server automatically",
3273
+ "settings.mcp.connectDialog.oneClick.button": "Add to {client}",
3274
+ "settings.mcp.connectDialog.serverUrl.description": "Paste this into your config to point {client} at your instance",
3275
+ "settings.mcp.connectDialog.method.oauth": "OAuth (recommended)",
3276
+ "settings.mcp.connectDialog.method.apiKey": "API key",
3186
3277
  "settings.mcp.instanceCapacity.warning": "MCP client registrations are at the instance limit ({count}/{limit}). New OAuth connections will be rejected until clients are revoked or N8N_MCP_MAX_REGISTERED_CLIENTS is raised.",
3187
3278
  "settings.mcp.access.token.notice": "Make sure to copy your access token, you won't be able to see it again",
3188
3279
  "settings.mcp.workflows.table.action.removeMCPAccess": "Remove access",
@@ -3272,15 +3363,9 @@ var en_default = {
3272
3363
  "settings.mcp.workflows.enableAccess.success.title": "MCP access enabled for {count} workflow | MCP access enabled for {count} workflows",
3273
3364
  "settings.mcp.workflows.removeAccess.success.title": "MCP access removed for {count} workflow | MCP access removed for {count} workflows",
3274
3365
  "settings.mcp.connectWorkflows.emptyState": "No available workflows",
3275
- "settings.mcp.connectPopover.tab.oauth": "OAuth",
3276
- "settings.mcp.connectPopover.tab.accessToken": "Access token",
3277
- "settings.mcp.connectPopover.serverUrl": "Server URL",
3278
- "settings.mcp.connectPopover.jsonConfig": "Configuration JSON",
3279
- "settings.mcp.connectPopover.triggerLabel": "Connection details",
3280
- "settings.mcp.allowedRedirectUris.label": "Allowed OAuth Redirect URLs",
3281
- "settings.mcp.allowedRedirectUris.description": "Comma-separated list of allowed OAuth redirect URLs for MCP clients. When configured, only clients with these redirect URLs can complete the OAuth flow. Leave empty to allow all redirect URLs (not recommended for production). This is a security feature to prevent authorization code interception attacks. For local clients (e.g. desktop or CLI apps) the callback is usually http://localhost/callback; the port is ignored, so you don't need to match it.",
3282
- "settings.mcp.allowedRedirectUris.placeholder": "http://localhost/callback, https://your-mcp-client.example.com/callback",
3283
- "settings.mcp.allowedRedirectUris.save": "Save Redirect URLs",
3366
+ "settings.mcp.connectDialog.tab.accessToken": "Access token",
3367
+ "settings.mcp.connectDialog.serverUrl": "Server URL",
3368
+ "settings.mcp.connectDialog.jsonConfig": "Configuration JSON",
3284
3369
  "settings.mcp.allowedRedirectUris.success": "Redirect URLs updated successfully",
3285
3370
  "settings.mcp.allowedRedirectUris.error.loading": "Error loading redirect URLs",
3286
3371
  "settings.mcp.allowedRedirectUris.error.saving": "Error saving redirect URLs",
@@ -3489,6 +3574,10 @@ var en_default = {
3489
3574
  "settings.users.table.header.lastActive": "Last Active",
3490
3575
  "settings.users.table.row.allProjects": "All projects",
3491
3576
  "settings.users.table.row.personalProject": "Personal project",
3577
+ "settings.users.projectsModal.title": "Projects for {user}",
3578
+ "settings.users.projectsModal.trigger": "View projects",
3579
+ "settings.users.projectsModal.searchPlaceholder": "Search projects...",
3580
+ "settings.users.projectsModal.noResults": "No projects match your search",
3492
3581
  "settings.users.table.row.deleteUser": "Remove user",
3493
3582
  "settings.users.table.row.role.description.admin": "Full access to all workflows, credentials, projects, users and more",
3494
3583
  "settings.users.table.row.role.description.member": "Manage and create own workflows and credentials",
@@ -3594,8 +3683,11 @@ var en_default = {
3594
3683
  "settings.api.view.modal.close.button": "Close",
3595
3684
  "settings.api.scopes.label": "Scopes",
3596
3685
  "settings.api.scopes.all": "All",
3686
+ "settings.api.scopes.allDescription": "Full access to everything this instance offers.",
3597
3687
  "settings.api.scopes.readOnly": "Read only",
3688
+ "settings.api.scopes.readOnlyDescription": "View workflows and data without making changes.",
3598
3689
  "settings.api.scopes.custom": "Custom",
3690
+ "settings.api.scopes.customDescription": "Choose exactly which scopes to grant.",
3599
3691
  "settings.api.scopes.search.placeholder": "Search",
3600
3692
  "settings.api.scopes.toggleGroup": "Toggle {group} scopes",
3601
3693
  "settings.api.scopes.count": "{selected} of {total} scopes selected",
@@ -3942,7 +4034,6 @@ var en_default = {
3942
4034
  "settings.sourceControl.httpsWarningNotice": "{strong} To create one for GitHub: Go to Settings → Developer settings → Personal access tokens → Tokens (classic). Required scopes: {repo} for private repositories or {publicRepo} for public ones. Other providers are also supported.",
3943
4035
  "settings.sourceControl.httpsWarningNotice.strong": "Personal Access Token required:",
3944
4036
  "settings.migrationReport": "Migration Report",
3945
- "settings.migrationReport.title": "Compatibility report for version {version}",
3946
4037
  "settings.migrationReport.description": "{compatibleCount} of your {totalCount} workflows are already compatible with version {version}. Review the details below to understand and resolve any compatibility problems. Learn more about all breaking changes in our",
3947
4038
  "settings.migrationReport.documentationLink": "documentation",
3948
4039
  "settings.migrationReport.refreshButton": "Refresh",
@@ -4416,6 +4507,32 @@ var en_default = {
4416
4507
  "workflowHistory.tab.history": "Versions",
4417
4508
  "workflowHistory.tab.publishTimeline": "Publish Timeline",
4418
4509
  "workflowHistory.action.viewTimeline": "View timeline",
4510
+ "workflowReviews.reviewRequired.title": "Review required",
4511
+ "workflowReviews.reviewRequired.description": "Require changes to be reviewed and approved before publishing.",
4512
+ "workflowReviews.reviewRequired.lockedDescription": "Review is required while this workflow has an open review.",
4513
+ "workflowReviews.publishChoice.title": "New: Submit for review before publishing",
4514
+ "workflowReviews.publishChoice.description": "You can now have your workflow version reviewed and approved before you publish it. Reviews are optional and you can still publish directly if you prefer.",
4515
+ "workflowReviews.publishChoice.submitForReview": "Submit for review",
4516
+ "workflowReviews.publishChoice.publish": "Publish",
4517
+ "workflowReviews.submitForReview.title": "Submit for review",
4518
+ "workflowReviews.submitForReview.ariaDescription": "Enter a title and optional description for this workflow review.",
4519
+ "workflowReviews.submitForReview.reviewTitle.label": "Review title",
4520
+ "workflowReviews.submitForReview.description.label": "Description",
4521
+ "workflowReviews.submitForReview.reviewer.label": "Reviewer",
4522
+ "workflowReviews.submitForReview.reviewer.placeholder": "Search users...",
4523
+ "workflowReviews.submitForReview.submit": "Submit",
4524
+ "workflowReviews.submitForReview.error.title": "Workflow couldn't be submitted for review",
4525
+ "workflowReviews.submitForReview.error.save": "Save the workflow and try again.",
4526
+ "workflowReviews.updateReview.title": "Submit latest changes to existing review",
4527
+ "workflowReviews.updateReview.description": "This workflow already has an open review. Submit latest changes to the existing review, to get them approved.",
4528
+ "workflowReviews.updateReview.submit": "Submit",
4529
+ "workflowReviews.updateReview.toast": "Latest changes submitted to the existing review",
4530
+ "workflowReviews.updateReview.error.title": "Changes couldn't be submitted to the review",
4531
+ "workflowReviews.updateReview.error.noOpenReview": "This workflow no longer has an open review.",
4532
+ "workflowReviews.submitted.title": "Workflow version submitted for review",
4533
+ "workflowReviews.submitted.description": "You can view your submission in the reviews area. Your workflow version is waiting for review. Once approved, your workflow version will be published.",
4534
+ "workflowReviews.submitted.gotIt": "Got it",
4535
+ "workflowReviews.submitted.toast": "Workflow version submitted for review successfully",
4419
4536
  "workflowHistory.content.actions": "Actions",
4420
4537
  "workflowHistory.item.id": "ID: {id}",
4421
4538
  "workflowHistory.item.createdAt": "{date} at {time}",
@@ -4897,7 +5014,8 @@ var en_default = {
4897
5014
  "settings.n8nConnect.wallet.topUp": "Top up balance",
4898
5015
  "settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
4899
5016
  "settings.n8nAgent": "AI Assistant",
4900
- "settings.n8nAgent.description": "Enable or disable AI Assistant for this instance and control permissions",
5017
+ "settings.n8nAgent.description": "Control how the AI Assistant runs on this instance and what data it can use.",
5018
+ "settings.n8nAgent.docsLabel": "AI Assistant docs",
4901
5019
  "settings.agentBuilder.title": "Agents",
4902
5020
  "settings.agentBuilder.description": "Choose which model the agent builder runs on. By default it uses the n8n AI assistant; admins can switch to a custom provider and credential.",
4903
5021
  "settings.agentBuilder.section.model": "Builder model",
@@ -4924,19 +5042,95 @@ var en_default = {
4924
5042
  "agents.modelSelector.freeCredits.badge": "free credits",
4925
5043
  "agents.modelSelector.freeCredits.description": "Get {credits} free OpenAI API credits. Try it with gpt-5-mini.",
4926
5044
  "settings.n8nAgent.enable.label": "Enable AI Assistant",
4927
- "settings.n8nAgent.enable.description": "Enables the feature for all users in the instance",
4928
- "settings.n8nAgent.computerUse.label": "Enable Computer Use for AI Assistant",
4929
- "settings.n8nAgent.computerUse.description": "Allows users on this instance to connect AI Assistant to their computer to work with files and the browser",
4930
- "settings.n8nAgent.computerUse.disabled.warning": "Computer use has been disabled by your administrator",
4931
- "settings.n8nAgent.browserUse.label": "Enable Browser Use for AI Assistant",
4932
- "settings.n8nAgent.browserUse.description": "Allows users on this instance to connect AI Assistant to their browser to view pages and automate tasks",
4933
- "settings.n8nAgent.mcpAccess.label": "Allow users to extend AI Assistant with MCP Servers",
4934
- "settings.n8nAgent.mcpAccess.description": "Allows users on this instance to connect AI Assistant to MCP servers from the registry",
5045
+ "settings.n8nAgent.enable.description": "When enabled, everyone on this instance can use it.",
5046
+ "settings.n8nAgent.status.enabled": "Enabled",
5047
+ "settings.n8nAgent.status.setupRequired": "Setup required",
5048
+ "settings.n8nAgent.status.enable": "Enable",
5049
+ "settings.n8nAgent.status.manage": "Manage AI Assistant status",
5050
+ "settings.n8nAgent.status.disable": "Disable",
5051
+ "settings.n8nAgent.status.disable.title": "Disable AI Assistant?",
5052
+ "settings.n8nAgent.status.disable.description": "This prevents everyone on this instance from using AI Assistant. Existing conversations won't be deleted. You can turn it back on later.",
5053
+ "settings.n8nAgent.empty.title": "Build automations by describing them",
5054
+ "settings.n8nAgent.empty.description": "Describe what you want to automate. The AI Assistant plans, builds, tests, and fixes workflows and AI agents in your projects.",
5055
+ "settings.n8nAgent.empty.enable": "Enable AI Assistant",
5056
+ "settings.n8nAgent.empty.footnote": "You control permissions, MCP access, and what data is sent to the model after enabling.",
5057
+ "settings.n8nAgent.capabilities.title": "Capabilities",
5058
+ "settings.n8nAgent.capabilities.description": "The AI Assistant works without these, with fewer abilities.",
5059
+ "settings.n8nAgent.computerUse.label": "Computer use",
5060
+ "settings.n8nAgent.computerUse.description": "Let users connect AI Assistant to their computer to work with files and the browser",
5061
+ "settings.n8nAgent.browserUse.label": "Browser use",
5062
+ "settings.n8nAgent.browserUse.description": "Let users connect AI Assistant to their browser to view pages and automate tasks",
5063
+ "settings.n8nAgent.mcp.title": "MCP servers",
5064
+ "settings.n8nAgent.mcp.description": "MCP servers add tools to the AI Assistant, like internal APIs or third party apps.",
5065
+ "settings.n8nAgent.mcpAccess.label": "Let users connect MCP servers",
5066
+ "settings.n8nAgent.mcpAccess.description": "Anyone on this instance can connect servers from the MCP registry to the AI Assistant.",
5067
+ "settings.n8nAgent.modelCredential.label": "Model",
5068
+ "settings.n8nAgent.modelCredential.missing.description": "No model connected. The AI Assistant won't respond until you connect one.",
5069
+ "settings.n8nAgent.modelCredential.env.description": "Configured via environment variables. Connect a provider to manage it here.",
5070
+ "settings.n8nAgent.modelCredential.env.value": "Environment configuration",
5071
+ "settings.n8nAgent.modelCredential.add": "Connect",
5072
+ "settings.n8nAgent.modelCredential.field": "Provider",
5073
+ "settings.n8nAgent.modelCredential.placeholder": "Select a provider",
5074
+ "settings.n8nAgent.connection.none": "Use environment configuration",
5075
+ "settings.n8nAgent.connection.noneNoEnv": "Not connected",
5076
+ "settings.n8nAgent.modelName.label": "Model ID",
5077
+ "settings.n8nAgent.modelName.placeholder": "Enter a model ID",
5078
+ "settings.n8nAgent.setup.step": "Step {step} of {total}",
5079
+ "settings.n8nAgent.setup.continue": "Continue",
5080
+ "settings.n8nAgent.setup.skip": "Skip",
5081
+ "settings.n8nAgent.modelDialog.title": "Model connection",
5082
+ "settings.n8nAgent.modelDialog.description": "Connect a model to power the AI Assistant on this instance.",
5083
+ "settings.n8nAgent.modelDialog.setupTitle": "Connect a model",
5084
+ "settings.n8nAgent.modelDialog.setupDescription": "The model powers the AI Assistant on this instance.",
5085
+ "settings.n8nAgent.sandboxDialog.setupTitle": "Connect a code sandbox",
5086
+ "settings.n8nAgent.modelDialog.footnote": "Connection details are stored securely on this instance and can't be used in workflows.",
5087
+ "settings.n8nAgent.sandbox.label": "Code sandbox",
5088
+ "settings.n8nAgent.sandbox.set.description": "Runs and tests generated code, isolated from your instance.",
5089
+ "settings.n8nAgent.sandbox.missing.description": "No sandbox set. The AI Assistant won't work until you add one.",
5090
+ "settings.n8nAgent.sandbox.env.description": "Configured via environment variables. Connect a provider to manage it here.",
5091
+ "settings.n8nAgent.sandbox.env.value": "Environment configuration",
5092
+ "settings.n8nAgent.sandbox.add": "Add sandbox",
5093
+ "settings.n8nAgent.sandboxDialog.title": "Code sandbox",
5094
+ "settings.n8nAgent.sandboxDialog.description": "The AI Assistant runs and tests generated code in the sandbox, isolated from your instance.",
5095
+ "settings.n8nAgent.sandboxCredential.apiKey": "API key",
5096
+ "settings.n8nAgent.sandboxDialog.provider": "Provider",
5097
+ "settings.n8nAgent.sandboxDialog.providerHint": "The default comes from your environment configuration.",
5098
+ "settings.n8nAgent.search.label": "Web search",
5099
+ "settings.n8nAgent.search.recommended": "Recommended",
5100
+ "settings.n8nAgent.search.description": "Lets the AI Assistant research approved websites.",
5101
+ "settings.n8nAgent.search.env.description": "Set via environment variables. Remove them to manage web search here.",
5102
+ "settings.n8nAgent.search.env.value": "Environment configuration",
5103
+ "settings.n8nAgent.search.setup": "Set up",
5104
+ "settings.n8nAgent.searchDialog.title": "Set up web search",
5105
+ "settings.n8nAgent.searchDialog.setupTitle": "Set up web search (optional)",
5106
+ "settings.n8nAgent.searchDialog.description": "Connect a search provider. The AI Assistant asks for permission before it accesses a domain.",
5107
+ "settings.n8nAgent.searchCredential.label": "Provider",
5108
+ "settings.n8nAgent.searchCredential.placeholder": "Select a provider",
5109
+ "settings.n8nAgent.toast.saved": "Settings saved",
5110
+ "settings.n8nAgent.toast.errorTitle": "Settings error",
5111
+ "settings.n8nAgent.toast.loadError": "Failed to load settings",
5112
+ "settings.n8nAgent.toast.saveError": "Failed to save settings",
5113
+ "settings.n8nAgent.toast.preferenceError": "Failed to save preference",
4935
5114
  "settings.n8nAgent.permissions.title": "Permissions",
4936
- "settings.n8nAgent.permissions.description": "Control which actions need approval before agent executes them. These settings don't grant users any extra permissions",
4937
- "settings.n8nAgent.permissions.alwaysAllow": "Always allow",
4938
- "settings.n8nAgent.permissions.needsApproval": "Needs approval",
4939
- "settings.n8nAgent.permissions.blocked": "Blocked",
5115
+ "settings.n8nAgent.permissions.description": "Choose which actions the AI Assistant asks about before doing. It can never do more than the user it's working for: it uses their n8n role and project access.",
5116
+ "settings.n8nAgent.permissions.group.workflows": "Workflows",
5117
+ "settings.n8nAgent.permissions.group.folders": "Folders",
5118
+ "settings.n8nAgent.permissions.group.dataTables": "Data tables",
5119
+ "settings.n8nAgent.permissions.group.credentials": "Credentials",
5120
+ "settings.n8nAgent.permissions.group.system": "System",
5121
+ "settings.n8nAgent.permissions.group.web": "Web",
5122
+ "settings.n8nAgent.permissions.group.mcp": "MCP tools",
5123
+ "settings.n8nAgent.permissions.group.default": "Default",
5124
+ "settings.n8nAgent.permissions.group.exception": "1 exception",
5125
+ "settings.n8nAgent.permissions.group.exceptions": "{count} exceptions",
5126
+ "settings.n8nAgent.permissions.group.mcpDisabled": "Users can't connect MCP servers",
5127
+ "settings.n8nAgent.dataSharing.title": "Data sent to the model",
5128
+ "settings.n8nAgent.dataSharing.description": "What n8n sends when you use the AI Assistant. n8n never trains models on your data. What's sent to the model is covered by your provider's terms.",
5129
+ "settings.n8nAgent.dataSharing.manage.label": "AI usage settings",
5130
+ "settings.n8nAgent.dataSharing.manage.description": "Controls whether n8n sends field names, types, and actual data values.",
5131
+ "settings.n8nAgent.permissions.alwaysAllow": "Allow",
5132
+ "settings.n8nAgent.permissions.needsApproval": "Ask first",
5133
+ "settings.n8nAgent.permissions.blocked": "Block",
4940
5134
  "settings.n8nAgent.permissions.createWorkflow": "Create workflows",
4941
5135
  "settings.n8nAgent.permissions.updateWorkflow": "Update workflows",
4942
5136
  "settings.n8nAgent.permissions.runWorkflow": "Run workflows",
@@ -5055,6 +5249,24 @@ var en_default = {
5055
5249
  "settings.security.workflowReviews.error": "Failed to update workflow reviews settings",
5056
5250
  "settings.security.workflowReviews.confirmDisable.headline": "Disable workflow reviews",
5057
5251
  "settings.security.workflowReviews.confirmDisable.message": "Workflow reviews will no longer be available on this instance. Existing project-level review settings will be ignored.",
5252
+ "workflowReviews.menu.title": "Reviews",
5253
+ "workflowReviews.page.title": "Reviews",
5254
+ "workflowReviews.disclaimer.body": "Submit workflow versions for review before publishing. When reviews are assigned to your projects, they will appear here.",
5255
+ "workflowReviews.sidebar.tabs.open": "Open",
5256
+ "workflowReviews.sidebar.tabs.closed": "Closed",
5257
+ "workflowReviews.sidebar.empty.open": "No open reviews",
5258
+ "workflowReviews.sidebar.empty.closed": "No closed reviews",
5259
+ "workflowReviews.roles.requester": "Requester",
5260
+ "workflowReviews.roles.reviewers": "Reviewers",
5261
+ "workflowReviews.status.pending": "Waiting for review",
5262
+ "workflowReviews.status.changesRequested": "Changes requested",
5263
+ "workflowReviews.status.approved": "Approved",
5264
+ "workflowReviews.status.closed": "Closed",
5265
+ "workflowReviews.detail.placeholder": "Full review details are coming soon.",
5266
+ "workflowReviews.emptyState.body.open": "There are no open reviews right now.",
5267
+ "workflowReviews.emptyState.body.closed": "There are no closed reviews right now.",
5268
+ "workflowReviews.noSelection.body": "Select a review to see more information.",
5269
+ "workflowReviews.error.load": "Could not load workflow reviews",
5058
5270
  "settings.security.personalSpace.title": "Personal Space",
5059
5271
  "settings.security.personalSpace.description": "Manage workflow publishing and sharing in personal spaces.",
5060
5272
  "settings.security.personalSpace.publishing.title": "Workflow publishing",
@@ -5758,7 +5970,7 @@ var en_default = {
5758
5970
  "evaluation.collections.empty.subtitle": "Create a collection to compare two or more versions side by side.",
5759
5971
  "evaluation.collections.errors.fetchFailed": "Could not load evaluation collections",
5760
5972
  "evaluation.collections.card.done": "Done",
5761
- "evaluation.collections.card.running": "Running",
5973
+ "evaluation.collections.card.runningProgress": "Running · {completed}/{total} versions finished",
5762
5974
  "evaluation.collections.card.failed": "Failed",
5763
5975
  "evaluation.collections.card.currentDraft": "Current draft",
5764
5976
  "evaluation.collections.card.meta.versions": "{count} version | {count} versions",
@@ -5776,8 +5988,12 @@ var en_default = {
5776
5988
  "evaluation.collections.row.status.warning": "Warning",
5777
5989
  "evaluation.compare.openCompare": "Open compare",
5778
5990
  "evaluation.compare.viewProgress": "View progress",
5991
+ "evaluation.compare.rerun": "Re-run",
5779
5992
  "evaluation.compare.backToList": "Evaluations",
5780
5993
  "evaluation.compare.versionsLegend.best": "★ best",
5994
+ "evaluation.compare.versionsLegend.inspectRun": "Inspect this run",
5995
+ "evaluation.compare.versionsLegend.running": "Still running",
5996
+ "evaluation.compare.outputs.inspectRun": "Inspect run",
5781
5997
  "evaluation.compare.scoreChart.heading": "Scores by metric",
5782
5998
  "evaluation.compare.scoreChart.empty": "No score-shaped metrics to chart yet.",
5783
5999
  "evaluation.compare.scoreChart.toggle.average": "Average",
@@ -5785,7 +6001,6 @@ var en_default = {
5785
6001
  "evaluation.compare.scoreChart.toggle.perCaseComingSoon": "Per-case comparison is coming soon.",
5786
6002
  "evaluation.compare.insights.title": "AI insights",
5787
6003
  "evaluation.compare.insights.generatedAt": "Generated · {time}",
5788
- "evaluation.compare.insights.regenerate": "Regenerate",
5789
6004
  "evaluation.compare.insights.error": "Couldn’t generate insights.",
5790
6005
  "evaluation.compare.insights.retry": "Retry",
5791
6006
  "evaluation.compare.insights.fallbackNote": "Computed from raw scores — AI summary unavailable",
@@ -5795,6 +6010,7 @@ var en_default = {
5795
6010
  "evaluation.compare.insights.noRegressions": "No regressions detected",
5796
6011
  "evaluation.compare.errors.loadFailed": "Could not load the comparison.",
5797
6012
  "evaluation.compare.errors.notFound": "This collection could not be found.",
6013
+ "evaluation.compare.errors.rerunFailed": "Could not start the re-run.",
5798
6014
  "evaluation.compare.tabs.cases": "Cases",
5799
6015
  "evaluation.compare.tabs.outputs": "Outputs",
5800
6016
  "evaluation.compare.tabs.metrics": "Metrics",
@@ -5821,7 +6037,6 @@ var en_default = {
5821
6037
  "evaluation.metric.description.toolsUsed": "Whether the expected tool(s) were used. Scored 0–1.",
5822
6038
  "evaluation.metric.criteria.label": "Criteria:",
5823
6039
  "evaluation.metric.criteria.showMore": "Show more",
5824
- "evaluation.metric.criteria.showLess": "Show less",
5825
6040
  "evaluation.compare.workflowDiff.needTwo": "Add at least two versions to this collection to compare their workflows.",
5826
6041
  "evaluation.compare.workflowDiff.loadError": "Could not load the workflows to compare.",
5827
6042
  "evaluation.compare.workflowDiff.base": "Base",
@@ -6412,10 +6627,10 @@ var en_default = {
6412
6627
  "instanceAi.domainAccess.deny": "Deny",
6413
6628
  "instanceAi.webSearch.prompt": "AI Assistant wants to search the web",
6414
6629
  "instanceAi.webSearch.allowThread": "Always allow",
6415
- "instanceAi.settings.permissions.fetchUrl.label": "Fetch URLs without approval",
6416
6630
  "instanceAi.credential.selected": "Credential selected",
6417
6631
  "instanceAi.credential.required": "This action requires a credential",
6418
6632
  "instanceAi.credential.allSelected": "All credentials configured",
6633
+ "instanceAi.credential.someSkipped": "Credentials configured — skipped ones can be added later",
6419
6634
  "instanceAi.credential.useSelected": "Use selected",
6420
6635
  "instanceAi.credential.deny": "Later",
6421
6636
  "instanceAi.credential.confirmAll": "Confirm all credentials",
@@ -6516,43 +6731,6 @@ var en_default = {
6516
6731
  "instanceAi.debug.threads.refresh": "Refresh",
6517
6732
  "instanceAi.debug.threads.fetchError": "Failed to load thread data",
6518
6733
  "instanceAi.debug.threads.messageCount": "{count} messages",
6519
- "instanceAi.settings.title": "Settings",
6520
- "instanceAi.settings.save": "Save",
6521
- "instanceAi.settings.reset": "Reset",
6522
- "instanceAi.settings.section.model": "Model",
6523
- "instanceAi.settings.section.sandbox": "Sandbox",
6524
- "instanceAi.settings.section.search": "Search",
6525
- "instanceAi.settings.section.advanced": "Advanced",
6526
- "instanceAi.settings.credential.label": "Credential",
6527
- "instanceAi.settings.credential.placeholder": "Select a credential...",
6528
- "instanceAi.settings.credential.none": "None (use environment variables)",
6529
- "instanceAi.settings.credential.createNew": "+ Create new credential",
6530
- "instanceAi.settings.credential.createBrave": "+ Create Brave Search credential",
6531
- "instanceAi.settings.credential.createSearxng": "+ Create SearXNG credential",
6532
- "instanceAi.settings.modelName.label": "Model name",
6533
- "instanceAi.settings.modelName.placeholder": "e.g. claude-sonnet-4-5, gpt-4o",
6534
- "instanceAi.settings.apiKey.set": "Set",
6535
- "instanceAi.settings.apiKey.notSet": "Not set",
6536
- "instanceAi.settings.sandboxEnabled.label": "Enable sandbox",
6537
- "instanceAi.settings.sandboxProvider.label": "Sandbox provider",
6538
- "instanceAi.settings.daytonaCredential.label": "Daytona credential",
6539
- "instanceAi.settings.n8nSandboxCredential.label": "n8n sandbox API key credential",
6540
- "instanceAi.settings.n8nSandbox.serviceUrlHint": "Set N8N_SANDBOX_SERVICE_URL in your environment to use the n8n Sandbox Service.",
6541
- "instanceAi.settings.sandboxImage.label": "Sandbox Docker image",
6542
- "instanceAi.settings.sandboxTimeout.label": "Sandbox timeout (ms)",
6543
- "instanceAi.settings.searchCredential.label": "Search credential",
6544
- "instanceAi.settings.browserMcp.label": "Chrome DevTools MCP",
6545
- "instanceAi.settings.mcpServers.label": "MCP servers",
6546
- "instanceAi.settings.mcpServers.placeholder": "name=url, comma-separated",
6547
- "instanceAi.settings.section.permissions": "Permissions",
6548
- "instanceAi.settings.permissions.description": "Toggle which actions require your approval before the agent executes them.",
6549
- "instanceAi.settings.permissions.createWorkflow.label": "Create workflow without approval",
6550
- "instanceAi.settings.permissions.updateWorkflow.label": "Update workflow without approval",
6551
- "instanceAi.settings.permissions.runWorkflow.label": "Run workflow without approval",
6552
- "instanceAi.settings.permissions.publishWorkflow.label": "Publish/unpublish workflow without approval",
6553
- "instanceAi.settings.permissions.deleteWorkflow.label": "Delete workflow without approval",
6554
- "instanceAi.settings.permissions.deleteCredential.label": "Delete credential without approval",
6555
- "instanceAi.settings.permissions.deleteDataTable.label": "Delete data table without approval",
6556
6734
  "instanceAi.builderCard.title": "Building workflow",
6557
6735
  "instanceAi.builderCard.phase.researching": "Researching nodes",
6558
6736
  "instanceAi.builderCard.phase.schemas": "Loading schemas",
@@ -6758,8 +6936,31 @@ var en_default = {
6758
6936
  "instanceAi.tools.list-nodes": "Listing available nodes",
6759
6937
  "instanceAi.tools.get-workflow-as-code": "Reading workflow code",
6760
6938
  "instanceAi.tools.build-workflow": "Generating workflow",
6939
+ "instanceAi.tools.read_config": "Reading agent config",
6940
+ "instanceAi.tools.write_config": "Writing agent config",
6941
+ "instanceAi.tools.patch_config": "Updating agent config",
6942
+ "instanceAi.tools.build_custom_tool": "Building custom tool",
6943
+ "instanceAi.tools.create_skills": "Creating skills",
6944
+ "instanceAi.tools.create_tasks": "Creating tasks",
6945
+ "instanceAi.tools.get_resource_locator_options": "Loading resource options",
6946
+ "instanceAi.tools.list_integration_types": "Listing integration types",
6947
+ "instanceAi.tools.list_sub_agents": "Listing sub-agents",
6948
+ "instanceAi.tools.publish_agent": "Publishing agent",
6949
+ "instanceAi.tools.unpublish_agent": "Unpublishing agent",
6950
+ "instanceAi.tools.resolve_integration": "Adding integration",
6951
+ "instanceAi.tools.build-agent": "Building agent",
6952
+ "instanceAi.tools.resolve_llm": "Resolving LLM",
6953
+ "instanceAi.tools.search_mcp_servers": "Searching MCP servers",
6954
+ "instanceAi.tools.verify_mcp_server": "Verifying MCP server",
6955
+ "instanceAi.tools.ask_questions": "Asking questions",
6956
+ "instanceAi.tools.ask_credential": "Requesting credential",
6957
+ "instanceAi.tools.ask_embedding_credential": "Requesting embedding credential",
6958
+ "instanceAi.tools.configure_channel": "Configuring channel",
6959
+ "instanceAi.tools.search_nodes": "Searching nodes",
6960
+ "instanceAi.tools.get_node_types": "Reading node schema",
6961
+ "instanceAi.tools.list_credentials": "Inspecting credentials",
6761
6962
  "instanceAi.tools.submit-workflow": "Submitting workflow",
6762
- "instanceAi.tools.list-workflows": "Listing workflows",
6963
+ "instanceAi.tools.list_workflows": "Listing workflows",
6763
6964
  "instanceAi.tools.get-workflow": "Reading workflow",
6764
6965
  "instanceAi.tools.delete-workflow": "Archiving workflow",
6765
6966
  "instanceAi.tools.activate-workflow": "Activating workflow",
@@ -6879,7 +7080,6 @@ var en_default = {
6879
7080
  "instanceAi.filesystem.category.computerUse": "Computer",
6880
7081
  "instanceAi.filesystem.category.filesystem": "Files",
6881
7082
  "instanceAi.filesystem.category.shell": "Shell",
6882
- "instanceAi.settings.permissions.activateWorkflow.label": "Activate workflow without approval",
6883
7083
  "instanceAi.tools.patch-workflow": "Updating workflow",
6884
7084
  "agents.home.untitledAgent": "Untitled Agent",
6885
7085
  "agents.relativeTime.justNow": "just now",
@@ -6907,15 +7107,15 @@ var en_default = {
6907
7107
  "agents.builder.loadError": "Could not load agent",
6908
7108
  "agents.builder.saveError": "Could not save agent settings",
6909
7109
  "agents.builder.chat.sessionPicker.ariaLabel": "Session history",
6910
- "agents.builder.chat.sessionPicker.empty": "No previous chats",
6911
- "agents.builder.chat.newChat.ariaLabel": "Start a new chat",
6912
- "agents.builder.chat.newChat.label": "New chat",
7110
+ "agents.builder.chat.sessionPicker.empty": "No previous sessions",
7111
+ "agents.builder.chat.newChat.ariaLabel": "Start a new session",
7112
+ "agents.builder.chat.newChat.label": "New session",
6913
7113
  "agents.chat.loadHistory.error": "Could not load chat history",
6914
7114
  "agents.chat.clearHistory.error": "Could not clear chat history",
7115
+ "agents.chat.streamInterrupted": "The connection was interrupted. Refresh the page to see the latest response.",
7116
+ "agents.chat.toolError.generic": "Something went wrong while running this tool",
6915
7117
  "agents.chat.clearHistory": "Clear chat history",
6916
7118
  "agents.chat.input.placeholder": "Type a message...",
6917
- "agents.preview.episodicMemoryCallout.text": "Access memories from previous conversations.",
6918
- "agents.preview.episodicMemoryCallout.action": "Enable",
6919
7119
  "agents.chat.answerQuestionPlaceholder": "Answer the question above to continue",
6920
7120
  "agents.chat.misconfigured.title": "This agent isn't ready to run yet",
6921
7121
  "agents.chat.misconfigured.issuesPrefix": "Check:",
@@ -6928,6 +7128,9 @@ var en_default = {
6928
7128
  "agents.chat.misconfigured.missing.mcpServers": "MCP server",
6929
7129
  "agents.chat.misconfigured.missing.subAgents.agents": "Sub-agent",
6930
7130
  "agents.chat.misconfigured.dismiss": "Dismiss",
7131
+ "agents.chat.warning.dismiss": "Dismiss",
7132
+ "agents.chat.warning.mcp.title": "An MCP server couldn't be reached, so its tools were skipped. The agent will continue without them.",
7133
+ "agents.chat.warning.mcp.detail": "{server}: {error}",
6931
7134
  "agents.chat.emptyState.title": "Chat with your agent",
6932
7135
  "agents.chat.emptyState.description": "Send a message to start a conversation",
6933
7136
  "agents.chat.toolNames.webSearch": "Web search",
@@ -7121,7 +7324,6 @@ var en_default = {
7121
7324
  "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. Knowledge base size is limited to {maxTotalGb} GB.",
7122
7325
  "agents.builder.files.count": "{count} file uploaded | {count} files uploaded",
7123
7326
  "agents.builder.files.upload": "Upload file",
7124
- "agents.builder.files.publishRequired": "Publish this agent to upload knowledge files",
7125
7327
  "agents.builder.files.uploadFileTooLarge.title": "File too large",
7126
7328
  "agents.builder.files.uploadFileTooLarge.message": "{name} is larger than {size} MB.",
7127
7329
  "agents.builder.files.uploadTotalTooLarge.title": "Knowledge base limit reached",
@@ -7396,7 +7598,8 @@ var en_default = {
7396
7598
  "agents.builder.validation.issue.tool.custom.missingReference": "This tool's code is missing",
7397
7599
  "agents.builder.validation.issue.tool.node.missingReference": "This node type isn't available on this instance",
7398
7600
  "agents.builder.validation.issue.mcpServer.incompatibleCredential": "The credential type doesn't match the server's authentication method",
7399
- "agents.builder.preview.viewSession": "View session",
7601
+ "agents.builder.preview.backToChat": "Back to chat",
7602
+ "agents.builder.preview.viewSession": "View session trace",
7400
7603
  "agents.builder.preview.close.ariaLabel": "Close preview",
7401
7604
  "agents.builder.executions.count": "{count} session | {count} sessions",
7402
7605
  "agents.builder.settings.description": "Configure memory, sub-agent routing, and advanced runtime settings.",
@@ -7415,6 +7618,7 @@ var en_default = {
7415
7618
  "agents.builder.triggers.count": "{count} channel connected | {count} channels connected",
7416
7619
  "agents.builder.triggers.empty": "No channels connected yet.",
7417
7620
  "agents.builder.triggers.add": "Add channel",
7621
+ "agents.builder.triggers.remaining": "{labels}, {count} more",
7418
7622
  "agents.builder.triggers.empty.title": "No triggers configured",
7419
7623
  "agents.builder.triggers.empty.description": "Add a channel to let this agent respond to events from a chat platform.",
7420
7624
  "agents.builder.addTrigger.modal.title": "Add trigger",
@@ -7443,10 +7647,10 @@ var en_default = {
7443
7647
  "agents.builder.addTrigger.slack.setup.error": "Could not create and install the Slack app.",
7444
7648
  "agents.channels.setup.publishNotice": "This will publish your agent",
7445
7649
  "agents.channels.slack.setup.createToken.title": "Create token",
7446
- "agents.channels.slack.setup.createToken.description": "Open the Slack dashboard and create an app configuration token.",
7650
+ "agents.channels.slack.setup.createToken.description": "Open the Slack dashboard and create an app configuration access token.",
7447
7651
  "agents.channels.slack.setup.createToken.link": "Open Slack dashboard",
7448
- "agents.channels.slack.setup.copyAccessToken.title": "Add token",
7449
- "agents.channels.slack.setup.copyAccessToken.description": "Paste the app configuration token from Slack.",
7652
+ "agents.channels.slack.setup.copyAccessToken.title": "Add access token",
7653
+ "agents.channels.slack.setup.copyAccessToken.description": "Paste the app configuration access token from Slack.",
7450
7654
  "agents.channels.slack.setup.copyAccessToken.label": "Token",
7451
7655
  "agents.channels.slack.setup.copyAccessToken.placeholder": "Token",
7452
7656
  "agents.channels.slack.setup.copyAccessToken.showToken": "Show token",
@@ -7562,7 +7766,25 @@ var en_default = {
7562
7766
  "agents.channels.modal.connectDescription": "Connect your {channel} account",
7563
7767
  "agents.channels.modal.setupPlaceholder": "Setup view for {channel} will go here.",
7564
7768
  "agents.channels.modal.editPlaceholder": "Edit view for {channel} will go here.",
7565
- "agents.channels.modal.connected": "Connected"
7769
+ "agents.channels.modal.connected": "Connected",
7770
+ "nodeCreator.sectionNames.includedInN8n": "Included in n8n",
7771
+ "contextMenu.nodeGroup": "group",
7772
+ "contextMenu.group": "Group node | Group nodes",
7773
+ "contextMenu.renameGroup": "Rename group",
7774
+ "contextMenu.ungroupNodes": "Ungroup nodes",
7775
+ "contextMenu.expandAllGroups": "Expand all groups",
7776
+ "contextMenu.collapseAllGroups": "Collapse all groups",
7777
+ "contextMenu.expandSelectedGroups": "Expand selected",
7778
+ "contextMenu.collapseSelectedGroups": "Collapse selected",
7779
+ "projectRoles.credential:createEndUser": "Manage end-user credentials",
7780
+ "projectRoles.credential:createEndUser.tooltip": "Create, delete, or change the type of end-user credentials, where each user connects their own account",
7781
+ "template.buttons.startWithAi": "Customize with AI",
7782
+ "instanceAi.launch.template.message": "I want to start from the workflow template '{name}' (template id: {id}). Load it and give me a short, plain summary: what triggers it, what it does, and which apps it uses. Keep it to a few sentences. Then ask me a few questions specific to this template's steps and apps so I can adapt it, like which of its apps to swap, what to connect, or what behavior to change. Make each question quick to answer: give me numbered choices or ask for a short reply. Don't build anything until I answer.",
7783
+ "instanceAi.launch.templateById.message": "I want to start from the workflow template with id {id}. Load it and give me a short, plain summary: what triggers it, what it does, and which apps it uses. Keep it to a few sentences. Then ask me a few questions specific to this template's steps and apps so I can adapt it, like which of its apps to swap, what to connect, or what behavior to change. Make each question quick to answer: give me numbered choices or ask for a short reply. Don't build anything until I answer.",
7784
+ "instanceAi.workflowSetup.stepIncompleteTooltip": "To continue, complete the required fields above or skip setup for now",
7785
+ "agents.chat.askCredential.skipped": "Skipped",
7786
+ "agents.chat.askQuestions.skipped": "Skipped",
7787
+ "agents.chat.configureChannel.skipped": "Skipped"
7566
7788
  };
7567
7789
 
7568
7790
  //#endregion