@n8n/i18n 2.32.2 → 2.33.1
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 +319 -93
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +278 -67
- package/dist/index.d.mts +278 -67
- package/dist/index.mjs +319 -93
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +278 -67
- package/dist/types2.d.mts +278 -67
- package/package.json +4 -4
package/dist/index.cjs
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
|
|
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": "
|
|
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",
|
|
@@ -2493,11 +2503,14 @@ var en_default = {
|
|
|
2493
2503
|
"oauth.consentView.action.createUpdateWorkflows": "Create and update workflows on your behalf",
|
|
2494
2504
|
"oauth.consentView.action.createDataTables": "Create and update data tables on your behalf",
|
|
2495
2505
|
"oauth.consentView.action.searchProjectsAndFolders": "Search for projects and folders",
|
|
2496
|
-
"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.",
|
|
2497
2507
|
"oauth.consentView.scopes.label": "Scopes",
|
|
2498
2508
|
"oauth.consentView.scopes.all": "All",
|
|
2509
|
+
"oauth.consentView.scopes.allDescription": "Full access to everything this instance offers.",
|
|
2499
2510
|
"oauth.consentView.scopes.readOnly": "Read only",
|
|
2511
|
+
"oauth.consentView.scopes.readOnlyDescription": "View workflows and data without making changes.",
|
|
2500
2512
|
"oauth.consentView.scopes.custom": "Custom",
|
|
2513
|
+
"oauth.consentView.scopes.customDescription": "Choose exactly which scopes to grant.",
|
|
2501
2514
|
"oauth.consentView.scopes.search.placeholder": "Search scopes",
|
|
2502
2515
|
"oauth.consentView.scopes.toggleGroup": "Toggle {group} scopes",
|
|
2503
2516
|
"oauth.consentView.scopes.count": "{selected} of {total} scopes selected",
|
|
@@ -2508,12 +2521,13 @@ var en_default = {
|
|
|
2508
2521
|
"oauth.consentView.scopes.group.credentials": "Credentials",
|
|
2509
2522
|
"oauth.consentView.scopes.group.dataTables": "Data tables",
|
|
2510
2523
|
"oauth.consentView.scopes.group.projectsAndFolders": "Projects and folders",
|
|
2511
|
-
"oauth.consentView.scopes.note": "Applies only to this connection. Other clients keep their own permissions.",
|
|
2512
2524
|
"oauth.consentView.scopes.tools.count": "{count} tool | {count} tools",
|
|
2513
2525
|
"oauth.consentView.scopes.tools.enabledOf": "{enabled} of {total} tools enabled",
|
|
2514
|
-
"oauth.consentView.
|
|
2515
|
-
"oauth.consentView.redirectWarning.title": "
|
|
2526
|
+
"oauth.consentView.allow": "Allow access",
|
|
2527
|
+
"oauth.consentView.redirectWarning.title": "After you allow, access to this instance is sent to:",
|
|
2516
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",
|
|
2517
2531
|
"oauth.consentView.error.deny": "Error denying access",
|
|
2518
2532
|
"oauth.consentView.error.allow": "Error allowing access",
|
|
2519
2533
|
"oauth.consentView.error.fetchDetails": "Error fetching client details",
|
|
@@ -2855,6 +2869,8 @@ var en_default = {
|
|
|
2855
2869
|
"roles.action.delete.error": "Error deleting role",
|
|
2856
2870
|
"roles.action.delete.title": "Delete '{roleName}'?",
|
|
2857
2871
|
"roles.action.delete.text": "Are you sure that you want to delete '{roleName}' permanently? This action cannot be undone.",
|
|
2872
|
+
"roles.action.delete.hasAssignedUsers": "This role is assigned to users and can't be deleted.",
|
|
2873
|
+
"roles.action.delete.ownRole": "You can't delete your own role.",
|
|
2858
2874
|
"projectRoles.action.delete.warning": "Deleting a role is permanent. This can’t be undone.",
|
|
2859
2875
|
"projectRoles.action.delete.useWarning.before": "You can't delete this role while it's assigned in",
|
|
2860
2876
|
"projectRoles.action.delete.useWarning.linkText": "{count} project | {count} projects",
|
|
@@ -2913,11 +2929,20 @@ var en_default = {
|
|
|
2913
2929
|
"roles.instance.action.fetch.error": "Error fetching role",
|
|
2914
2930
|
"roles.instance.action.delete.warning": "Deleting this role is permanent and cannot be undone.",
|
|
2915
2931
|
"roles.instance.action.delete.button": "Delete role",
|
|
2932
|
+
"roles.instance.action.delete.reassign.title": "Delete {roleName} role",
|
|
2933
|
+
"roles.instance.action.delete.reassign.userCount": "{count} user | {count} users",
|
|
2934
|
+
"roles.instance.action.delete.reassign.description": "are currently assigned to this role. Choose a role to reassign them to before deleting.",
|
|
2935
|
+
"roles.instance.action.delete.reassign.label": "Reassign users to",
|
|
2936
|
+
"roles.instance.action.delete.reassign.placeholder": "Select a role",
|
|
2937
|
+
"roles.instance.action.delete.reassign.confirm": "Delete and reassign users",
|
|
2938
|
+
"roles.instance.action.delete.reassign.confirmWithRole": "Delete role and reassign users to {roleName}",
|
|
2916
2939
|
"roles.instance.action.create.success": "Role created successfully",
|
|
2917
2940
|
"roles.instance.action.create.error": "Couldn't create role",
|
|
2918
2941
|
"roles.create.validation.nameMinLength": "Enter a name of at least {min} characters",
|
|
2919
2942
|
"roles.instance.action.update.success": "Role updated successfully",
|
|
2920
2943
|
"roles.instance.action.update.error": "Error updating role",
|
|
2944
|
+
"roles.instance.action.update.title": "Update permissions for this role?",
|
|
2945
|
+
"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.",
|
|
2921
2946
|
"roles.instance.assignments.memberColumn": "Member",
|
|
2922
2947
|
"roles.instance.assignments.roleColumn": "Instance role",
|
|
2923
2948
|
"roles.instance.assignments.emptyState": "No users have this role yet.",
|
|
@@ -3065,6 +3090,11 @@ var en_default = {
|
|
|
3065
3090
|
"saveButton.saved": "Saved",
|
|
3066
3091
|
"saveButton.saving": "Saving",
|
|
3067
3092
|
settings: "Settings",
|
|
3093
|
+
"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.",
|
|
3094
|
+
"settings.authCookie.insecureConnection.fixIntro": "To fix this, please consider the following options:",
|
|
3095
|
+
"settings.authCookie.insecureConnection.option.tls": "Setup TLS/HTTPS (<strong>recommended</strong>), or",
|
|
3096
|
+
"settings.authCookie.insecureConnection.option.localhost": "If you are running this locally, and not using Safari, try using <a href=\"{localhostUrl}\">localhost</a> instead",
|
|
3097
|
+
"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>",
|
|
3068
3098
|
"settings.communityNodes": "Community nodes",
|
|
3069
3099
|
"settings.communityNodes.empty.title": "Supercharge your workflows with community nodes",
|
|
3070
3100
|
"settings.communityNodes.empty.verified.only.title": "Supercharge your workflows with verified community nodes",
|
|
@@ -3119,10 +3149,14 @@ var en_default = {
|
|
|
3119
3149
|
"settings.opentelemetry.docsLink": "Learn more in the documentation",
|
|
3120
3150
|
"settings.opentelemetry.envVarTooltip": "Environment variable: {envVar}",
|
|
3121
3151
|
"settings.opentelemetry.envVarManagedTooltip": "Managed via environment variable",
|
|
3122
|
-
"settings.opentelemetry.
|
|
3123
|
-
"settings.opentelemetry.
|
|
3152
|
+
"settings.opentelemetry.status.label": "Status",
|
|
3153
|
+
"settings.opentelemetry.status.disabledDescription": "Tracing is off. No traces leave this instance.",
|
|
3154
|
+
"settings.opentelemetry.status.enabledDescription": "Tracing is on. Traces are exported to the collector configured below.",
|
|
3124
3155
|
"settings.opentelemetry.enable.option.enabled": "Enabled",
|
|
3125
|
-
"settings.opentelemetry.enable.
|
|
3156
|
+
"settings.opentelemetry.enable.action.enable": "Enable",
|
|
3157
|
+
"settings.opentelemetry.enable.action.disable": "Disable",
|
|
3158
|
+
"settings.opentelemetry.enable.action.enableAriaLabel": "Enable OpenTelemetry",
|
|
3159
|
+
"settings.opentelemetry.enable.action.enabledAriaLabel": "OpenTelemetry enabled. Open status menu",
|
|
3126
3160
|
"settings.opentelemetry.collectorConnection.title": "Collector connection",
|
|
3127
3161
|
"settings.opentelemetry.exporterEndpoint.label": "OTLP endpoint",
|
|
3128
3162
|
"settings.opentelemetry.exporterEndpoint.description": "The base URL of your OTLP collector (e.g. https://collector.example.com).",
|
|
@@ -3143,7 +3177,6 @@ var en_default = {
|
|
|
3143
3177
|
"settings.opentelemetry.exporterTracingPath.placeholder": "/v1/traces",
|
|
3144
3178
|
"settings.opentelemetry.startupConnectivityTimeoutMs.label": "Startup connectivity timeout",
|
|
3145
3179
|
"settings.opentelemetry.startupConnectivityTimeoutMs.description": "Reachability check at startup. n8n boots regardless.",
|
|
3146
|
-
"settings.opentelemetry.startupConnectivityTimeoutMs.placeholder": "2000",
|
|
3147
3180
|
"settings.opentelemetry.startupConnectivityTimeoutMs.slug": "ms",
|
|
3148
3181
|
"settings.opentelemetry.testTrace.label": "Verify configuration",
|
|
3149
3182
|
"settings.opentelemetry.testTrace.description": "Send a test span to check n8n can reach your collector.",
|
|
@@ -3154,9 +3187,8 @@ var en_default = {
|
|
|
3154
3187
|
"settings.opentelemetry.testTrace.error": "Test send failed. The collector returned: {error}",
|
|
3155
3188
|
"settings.opentelemetry.tracing.title": "Tracing",
|
|
3156
3189
|
"settings.opentelemetry.tracesSampleRate.label": "Trace sample rate",
|
|
3157
|
-
"settings.opentelemetry.tracesSampleRate.description": "Fraction of traces exported.
|
|
3158
|
-
"settings.opentelemetry.tracesSampleRate.
|
|
3159
|
-
"settings.opentelemetry.tracesSampleRate.slug": "of 1.00",
|
|
3190
|
+
"settings.opentelemetry.tracesSampleRate.description": "Fraction of traces exported. {max} = all traces.",
|
|
3191
|
+
"settings.opentelemetry.tracesSampleRate.slug": "of {max}",
|
|
3160
3192
|
"settings.opentelemetry.includeNodeSpans.label": "Include node spans",
|
|
3161
3193
|
"settings.opentelemetry.includeNodeSpans.description": "One span per node, or workflow-level spans only.",
|
|
3162
3194
|
"settings.opentelemetry.injectOutbound.label": "Inject outbound traceparent",
|
|
@@ -3174,14 +3206,76 @@ var en_default = {
|
|
|
3174
3206
|
"settings.opentelemetry.unsavedChanges.saveAndLeave": "Save and leave",
|
|
3175
3207
|
"settings.mcp": "Instance-level MCP",
|
|
3176
3208
|
"settings.mcp.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance",
|
|
3209
|
+
"settings.mcp.page.title": "Instance level MCP",
|
|
3210
|
+
"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.",
|
|
3177
3211
|
"settings.mcp.header.toggle.enabled": "Enabled",
|
|
3178
3212
|
"settings.mcp.header.toggle.disabled": "Disabled",
|
|
3179
3213
|
"settings.mcp.actionBox.heading": "Connect AI assistants to build and run workflows",
|
|
3180
3214
|
"settings.mcp.actionBox.button.label": "Enable MCP access",
|
|
3181
3215
|
"settings.mcp.emptyState.description": "Let MCP clients like Claude Code and Cursor build, run, and iterate on workflows in your instance.",
|
|
3182
|
-
"settings.mcp.
|
|
3183
|
-
"settings.mcp.
|
|
3184
|
-
"settings.mcp.
|
|
3216
|
+
"settings.mcp.status.title": "MCP status",
|
|
3217
|
+
"settings.mcp.status.description": "Connect AI assistants and IDEs like Claude, Cursor, and ChatGPT to this instance over MCP.",
|
|
3218
|
+
"settings.mcp.status.disable": "Disable",
|
|
3219
|
+
"settings.mcp.status.ariaLabel": "Manage MCP access",
|
|
3220
|
+
"settings.mcp.status.disableDialog.title": "Disable MCP access?",
|
|
3221
|
+
"settings.mcp.status.disableDialog.description": "This disconnects all connected clients and revokes their access. You can turn it back on later.",
|
|
3222
|
+
"settings.mcp.status.disableDialog.confirm": "Disable MCP access",
|
|
3223
|
+
"settings.mcp.connectionDetails.title": "Connection details",
|
|
3224
|
+
"settings.mcp.yourClient.title": "Connect your client",
|
|
3225
|
+
"settings.mcp.yourClient.description": "Choose your AI assistant, IDE, or CLI to get tailored setup steps.",
|
|
3226
|
+
"settings.mcp.yourClient.connect": "Connect",
|
|
3227
|
+
"settings.mcp.access.title": "Access",
|
|
3228
|
+
"settings.mcp.access.description": "Which workflows connected clients can reach. What each client can do is granted per client.",
|
|
3229
|
+
"settings.mcp.workflowsExposed.title": "Workflows exposed",
|
|
3230
|
+
"settings.mcp.workflowsExposed.description": "Choose which workflows connected clients can access.",
|
|
3231
|
+
"settings.mcp.workflowsExposed.count": "{count} workflow | {count} workflows",
|
|
3232
|
+
"settings.mcp.workflowsExposed.page.title": "Workflows exposed",
|
|
3233
|
+
"settings.mcp.workflowsExposed.page.description": "Choose which workflows connected clients can reach over MCP. Changes apply immediately.",
|
|
3234
|
+
"settings.mcp.callbackUrls.title": "Allowed callback URLs",
|
|
3235
|
+
"settings.mcp.callbackUrls.description": "Restrict OAuth sign-in redirects to trusted URLs. Allowing all URLs (the default) is less secure.",
|
|
3236
|
+
"settings.mcp.callbackUrls.value.all": "All",
|
|
3237
|
+
"settings.mcp.callbackUrls.value.count": "{count} URL | {count} URLs",
|
|
3238
|
+
"settings.mcp.callbackUrls.dialog.title": "Allowed callback URLs",
|
|
3239
|
+
"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.",
|
|
3240
|
+
"settings.mcp.callbackUrls.dialog.save": "Save",
|
|
3241
|
+
"settings.mcp.callbackUrls.mode.all.label": "All callback URLs",
|
|
3242
|
+
"settings.mcp.callbackUrls.mode.all.description": "Any URL can complete an OAuth sign-in. Less secure.",
|
|
3243
|
+
"settings.mcp.callbackUrls.mode.trusted.label": "Only trusted URLs",
|
|
3244
|
+
"settings.mcp.callbackUrls.mode.trusted.description": "Only the URLs you list can complete an OAuth sign-in.",
|
|
3245
|
+
"settings.mcp.callbackUrls.trusted.label": "Trusted URLs",
|
|
3246
|
+
"settings.mcp.callbackUrls.trusted.placeholder": "https://client.example.com/callback",
|
|
3247
|
+
"settings.mcp.callbackUrls.trusted.addUrl": "Add URL",
|
|
3248
|
+
"settings.mcp.back": "Back to Instance level MCP",
|
|
3249
|
+
"settings.mcp.connectedClients.title": "Connected clients",
|
|
3250
|
+
"settings.mcp.connectedClients.description": "Assistants and IDEs connected to this instance over MCP, what they can access, and when they were last active.",
|
|
3251
|
+
"settings.mcp.connectedClients.viewAll.title": "All connected clients",
|
|
3252
|
+
"settings.mcp.connectedClients.viewAll.description": "{count} client has access | {count} clients have access",
|
|
3253
|
+
"settings.mcp.connectedClients.viewAll.action": "View all",
|
|
3254
|
+
"settings.mcp.connectedClients.empty.title": "No clients connected yet",
|
|
3255
|
+
"settings.mcp.connectedClients.empty.description": "Clients you connect will appear here.",
|
|
3256
|
+
"settings.mcp.connectDialog.title": "Connect a client",
|
|
3257
|
+
"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.",
|
|
3258
|
+
"settings.mcp.connectDialog.yourClient.title": "Your client",
|
|
3259
|
+
"settings.mcp.connectDialog.yourClient.description": "Choose your client to see tailored setup steps",
|
|
3260
|
+
"settings.mcp.connectDialog.category.cli": "CLI",
|
|
3261
|
+
"settings.mcp.connectDialog.category.web": "Web",
|
|
3262
|
+
"settings.mcp.connectDialog.category.ide": "IDE",
|
|
3263
|
+
"settings.mcp.connectDialog.install.title": "Add n8n to {client}",
|
|
3264
|
+
"settings.mcp.connectDialog.install.description": "Run this command to add n8n to {client} (it must already be installed)",
|
|
3265
|
+
"settings.mcp.connectDialog.configure.title": "Configure",
|
|
3266
|
+
"settings.mcp.connectDialog.configure.description": "Add this to your config file to connect to n8n",
|
|
3267
|
+
"settings.mcp.connectDialog.configure.titleAlt": "Or configure manually",
|
|
3268
|
+
"settings.mcp.connectDialog.configure.descriptionAlt": "Prefer not to run the command? Add this to your config file instead",
|
|
3269
|
+
"settings.mcp.connectDialog.authenticate.title": "Authenticate",
|
|
3270
|
+
"settings.mcp.connectDialog.authenticate.description.command": "Run this command, then log in to authorize n8n",
|
|
3271
|
+
"settings.mcp.connectDialog.authenticate.description.mcpCommand": "Run '/mcp' in {client} and select n8n to connect",
|
|
3272
|
+
"settings.mcp.connectDialog.oneClick.title": "One-click setup",
|
|
3273
|
+
"settings.mcp.connectDialog.oneClick.description.web": "Add n8n to {client} in one click, then approve access",
|
|
3274
|
+
"settings.mcp.connectDialog.oneClick.description.ide": "Open {client} and add the n8n server automatically",
|
|
3275
|
+
"settings.mcp.connectDialog.oneClick.button": "Add to {client}",
|
|
3276
|
+
"settings.mcp.connectDialog.serverUrl.description": "Paste this into your config to point {client} at your instance",
|
|
3277
|
+
"settings.mcp.connectDialog.method.oauth": "OAuth (recommended)",
|
|
3278
|
+
"settings.mcp.connectDialog.method.apiKey": "API key",
|
|
3185
3279
|
"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.",
|
|
3186
3280
|
"settings.mcp.access.token.notice": "Make sure to copy your access token, you won't be able to see it again",
|
|
3187
3281
|
"settings.mcp.workflows.table.action.removeMCPAccess": "Remove access",
|
|
@@ -3271,15 +3365,9 @@ var en_default = {
|
|
|
3271
3365
|
"settings.mcp.workflows.enableAccess.success.title": "MCP access enabled for {count} workflow | MCP access enabled for {count} workflows",
|
|
3272
3366
|
"settings.mcp.workflows.removeAccess.success.title": "MCP access removed for {count} workflow | MCP access removed for {count} workflows",
|
|
3273
3367
|
"settings.mcp.connectWorkflows.emptyState": "No available workflows",
|
|
3274
|
-
"settings.mcp.
|
|
3275
|
-
"settings.mcp.
|
|
3276
|
-
"settings.mcp.
|
|
3277
|
-
"settings.mcp.connectPopover.jsonConfig": "Configuration JSON",
|
|
3278
|
-
"settings.mcp.connectPopover.triggerLabel": "Connection details",
|
|
3279
|
-
"settings.mcp.allowedRedirectUris.label": "Allowed OAuth Redirect URLs",
|
|
3280
|
-
"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.",
|
|
3281
|
-
"settings.mcp.allowedRedirectUris.placeholder": "http://localhost/callback, https://your-mcp-client.example.com/callback",
|
|
3282
|
-
"settings.mcp.allowedRedirectUris.save": "Save Redirect URLs",
|
|
3368
|
+
"settings.mcp.connectDialog.tab.accessToken": "Access token",
|
|
3369
|
+
"settings.mcp.connectDialog.serverUrl": "Server URL",
|
|
3370
|
+
"settings.mcp.connectDialog.jsonConfig": "Configuration JSON",
|
|
3283
3371
|
"settings.mcp.allowedRedirectUris.success": "Redirect URLs updated successfully",
|
|
3284
3372
|
"settings.mcp.allowedRedirectUris.error.loading": "Error loading redirect URLs",
|
|
3285
3373
|
"settings.mcp.allowedRedirectUris.error.saving": "Error saving redirect URLs",
|
|
@@ -3488,6 +3576,10 @@ var en_default = {
|
|
|
3488
3576
|
"settings.users.table.header.lastActive": "Last Active",
|
|
3489
3577
|
"settings.users.table.row.allProjects": "All projects",
|
|
3490
3578
|
"settings.users.table.row.personalProject": "Personal project",
|
|
3579
|
+
"settings.users.projectsModal.title": "Projects for {user}",
|
|
3580
|
+
"settings.users.projectsModal.trigger": "View projects",
|
|
3581
|
+
"settings.users.projectsModal.searchPlaceholder": "Search projects...",
|
|
3582
|
+
"settings.users.projectsModal.noResults": "No projects match your search",
|
|
3491
3583
|
"settings.users.table.row.deleteUser": "Remove user",
|
|
3492
3584
|
"settings.users.table.row.role.description.admin": "Full access to all workflows, credentials, projects, users and more",
|
|
3493
3585
|
"settings.users.table.row.role.description.member": "Manage and create own workflows and credentials",
|
|
@@ -3593,8 +3685,11 @@ var en_default = {
|
|
|
3593
3685
|
"settings.api.view.modal.close.button": "Close",
|
|
3594
3686
|
"settings.api.scopes.label": "Scopes",
|
|
3595
3687
|
"settings.api.scopes.all": "All",
|
|
3688
|
+
"settings.api.scopes.allDescription": "Full access to everything this instance offers.",
|
|
3596
3689
|
"settings.api.scopes.readOnly": "Read only",
|
|
3690
|
+
"settings.api.scopes.readOnlyDescription": "View workflows and data without making changes.",
|
|
3597
3691
|
"settings.api.scopes.custom": "Custom",
|
|
3692
|
+
"settings.api.scopes.customDescription": "Choose exactly which scopes to grant.",
|
|
3598
3693
|
"settings.api.scopes.search.placeholder": "Search",
|
|
3599
3694
|
"settings.api.scopes.toggleGroup": "Toggle {group} scopes",
|
|
3600
3695
|
"settings.api.scopes.count": "{selected} of {total} scopes selected",
|
|
@@ -3941,7 +4036,6 @@ var en_default = {
|
|
|
3941
4036
|
"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.",
|
|
3942
4037
|
"settings.sourceControl.httpsWarningNotice.strong": "Personal Access Token required:",
|
|
3943
4038
|
"settings.migrationReport": "Migration Report",
|
|
3944
|
-
"settings.migrationReport.title": "Compatibility report for version {version}",
|
|
3945
4039
|
"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",
|
|
3946
4040
|
"settings.migrationReport.documentationLink": "documentation",
|
|
3947
4041
|
"settings.migrationReport.refreshButton": "Refresh",
|
|
@@ -4415,6 +4509,32 @@ var en_default = {
|
|
|
4415
4509
|
"workflowHistory.tab.history": "Versions",
|
|
4416
4510
|
"workflowHistory.tab.publishTimeline": "Publish Timeline",
|
|
4417
4511
|
"workflowHistory.action.viewTimeline": "View timeline",
|
|
4512
|
+
"workflowReviews.reviewRequired.title": "Review required",
|
|
4513
|
+
"workflowReviews.reviewRequired.description": "Require changes to be reviewed and approved before publishing.",
|
|
4514
|
+
"workflowReviews.reviewRequired.lockedDescription": "Review is required while this workflow has an open review.",
|
|
4515
|
+
"workflowReviews.publishChoice.title": "New: Submit for review before publishing",
|
|
4516
|
+
"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.",
|
|
4517
|
+
"workflowReviews.publishChoice.submitForReview": "Submit for review",
|
|
4518
|
+
"workflowReviews.publishChoice.publish": "Publish",
|
|
4519
|
+
"workflowReviews.submitForReview.title": "Submit for review",
|
|
4520
|
+
"workflowReviews.submitForReview.ariaDescription": "Enter a title and optional description for this workflow review.",
|
|
4521
|
+
"workflowReviews.submitForReview.reviewTitle.label": "Review title",
|
|
4522
|
+
"workflowReviews.submitForReview.description.label": "Description",
|
|
4523
|
+
"workflowReviews.submitForReview.reviewer.label": "Reviewer",
|
|
4524
|
+
"workflowReviews.submitForReview.reviewer.placeholder": "Search users...",
|
|
4525
|
+
"workflowReviews.submitForReview.submit": "Submit",
|
|
4526
|
+
"workflowReviews.submitForReview.error.title": "Workflow couldn't be submitted for review",
|
|
4527
|
+
"workflowReviews.submitForReview.error.save": "Save the workflow and try again.",
|
|
4528
|
+
"workflowReviews.updateReview.title": "Submit latest changes to existing review",
|
|
4529
|
+
"workflowReviews.updateReview.description": "This workflow already has an open review. Submit latest changes to the existing review, to get them approved.",
|
|
4530
|
+
"workflowReviews.updateReview.submit": "Submit",
|
|
4531
|
+
"workflowReviews.updateReview.toast": "Latest changes submitted to the existing review",
|
|
4532
|
+
"workflowReviews.updateReview.error.title": "Changes couldn't be submitted to the review",
|
|
4533
|
+
"workflowReviews.updateReview.error.noOpenReview": "This workflow no longer has an open review.",
|
|
4534
|
+
"workflowReviews.submitted.title": "Workflow version submitted for review",
|
|
4535
|
+
"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.",
|
|
4536
|
+
"workflowReviews.submitted.gotIt": "Got it",
|
|
4537
|
+
"workflowReviews.submitted.toast": "Workflow version submitted for review successfully",
|
|
4418
4538
|
"workflowHistory.content.actions": "Actions",
|
|
4419
4539
|
"workflowHistory.item.id": "ID: {id}",
|
|
4420
4540
|
"workflowHistory.item.createdAt": "{date} at {time}",
|
|
@@ -4896,7 +5016,8 @@ var en_default = {
|
|
|
4896
5016
|
"settings.n8nConnect.wallet.topUp": "Top up balance",
|
|
4897
5017
|
"settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
|
|
4898
5018
|
"settings.n8nAgent": "AI Assistant",
|
|
4899
|
-
"settings.n8nAgent.description": "
|
|
5019
|
+
"settings.n8nAgent.description": "Control how the AI Assistant runs on this instance and what data it can use.",
|
|
5020
|
+
"settings.n8nAgent.docsLabel": "AI Assistant docs",
|
|
4900
5021
|
"settings.agentBuilder.title": "Agents",
|
|
4901
5022
|
"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.",
|
|
4902
5023
|
"settings.agentBuilder.section.model": "Builder model",
|
|
@@ -4923,19 +5044,95 @@ var en_default = {
|
|
|
4923
5044
|
"agents.modelSelector.freeCredits.badge": "free credits",
|
|
4924
5045
|
"agents.modelSelector.freeCredits.description": "Get {credits} free OpenAI API credits. Try it with gpt-5-mini.",
|
|
4925
5046
|
"settings.n8nAgent.enable.label": "Enable AI Assistant",
|
|
4926
|
-
"settings.n8nAgent.enable.description": "
|
|
4927
|
-
"settings.n8nAgent.
|
|
4928
|
-
"settings.n8nAgent.
|
|
4929
|
-
"settings.n8nAgent.
|
|
4930
|
-
"settings.n8nAgent.
|
|
4931
|
-
"settings.n8nAgent.
|
|
4932
|
-
"settings.n8nAgent.
|
|
4933
|
-
"settings.n8nAgent.
|
|
5047
|
+
"settings.n8nAgent.enable.description": "When enabled, everyone on this instance can use it.",
|
|
5048
|
+
"settings.n8nAgent.status.enabled": "Enabled",
|
|
5049
|
+
"settings.n8nAgent.status.setupRequired": "Setup required",
|
|
5050
|
+
"settings.n8nAgent.status.enable": "Enable",
|
|
5051
|
+
"settings.n8nAgent.status.manage": "Manage AI Assistant status",
|
|
5052
|
+
"settings.n8nAgent.status.disable": "Disable",
|
|
5053
|
+
"settings.n8nAgent.status.disable.title": "Disable AI Assistant?",
|
|
5054
|
+
"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.",
|
|
5055
|
+
"settings.n8nAgent.empty.title": "Build automations by describing them",
|
|
5056
|
+
"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.",
|
|
5057
|
+
"settings.n8nAgent.empty.enable": "Enable AI Assistant",
|
|
5058
|
+
"settings.n8nAgent.empty.footnote": "You control permissions, MCP access, and what data is sent to the model after enabling.",
|
|
5059
|
+
"settings.n8nAgent.capabilities.title": "Capabilities",
|
|
5060
|
+
"settings.n8nAgent.capabilities.description": "The AI Assistant works without these, with fewer abilities.",
|
|
5061
|
+
"settings.n8nAgent.computerUse.label": "Computer use",
|
|
5062
|
+
"settings.n8nAgent.computerUse.description": "Let users connect AI Assistant to their computer to work with files and the browser",
|
|
5063
|
+
"settings.n8nAgent.browserUse.label": "Browser use",
|
|
5064
|
+
"settings.n8nAgent.browserUse.description": "Let users connect AI Assistant to their browser to view pages and automate tasks",
|
|
5065
|
+
"settings.n8nAgent.mcp.title": "MCP servers",
|
|
5066
|
+
"settings.n8nAgent.mcp.description": "MCP servers add tools to the AI Assistant, like internal APIs or third party apps.",
|
|
5067
|
+
"settings.n8nAgent.mcpAccess.label": "Let users connect MCP servers",
|
|
5068
|
+
"settings.n8nAgent.mcpAccess.description": "Anyone on this instance can connect servers from the MCP registry to the AI Assistant.",
|
|
5069
|
+
"settings.n8nAgent.modelCredential.label": "Model",
|
|
5070
|
+
"settings.n8nAgent.modelCredential.missing.description": "No model connected. The AI Assistant won't respond until you connect one.",
|
|
5071
|
+
"settings.n8nAgent.modelCredential.env.description": "Configured via environment variables. Connect a provider to manage it here.",
|
|
5072
|
+
"settings.n8nAgent.modelCredential.env.value": "Environment configuration",
|
|
5073
|
+
"settings.n8nAgent.modelCredential.add": "Connect",
|
|
5074
|
+
"settings.n8nAgent.modelCredential.field": "Provider",
|
|
5075
|
+
"settings.n8nAgent.modelCredential.placeholder": "Select a provider",
|
|
5076
|
+
"settings.n8nAgent.connection.none": "Use environment configuration",
|
|
5077
|
+
"settings.n8nAgent.connection.noneNoEnv": "Not connected",
|
|
5078
|
+
"settings.n8nAgent.modelName.label": "Model ID",
|
|
5079
|
+
"settings.n8nAgent.modelName.placeholder": "Enter a model ID",
|
|
5080
|
+
"settings.n8nAgent.setup.step": "Step {step} of {total}",
|
|
5081
|
+
"settings.n8nAgent.setup.continue": "Continue",
|
|
5082
|
+
"settings.n8nAgent.setup.skip": "Skip",
|
|
5083
|
+
"settings.n8nAgent.modelDialog.title": "Model connection",
|
|
5084
|
+
"settings.n8nAgent.modelDialog.description": "Connect a model to power the AI Assistant on this instance.",
|
|
5085
|
+
"settings.n8nAgent.modelDialog.setupTitle": "Connect a model",
|
|
5086
|
+
"settings.n8nAgent.modelDialog.setupDescription": "The model powers the AI Assistant on this instance.",
|
|
5087
|
+
"settings.n8nAgent.sandboxDialog.setupTitle": "Connect a code sandbox",
|
|
5088
|
+
"settings.n8nAgent.modelDialog.footnote": "Connection details are stored securely on this instance and can't be used in workflows.",
|
|
5089
|
+
"settings.n8nAgent.sandbox.label": "Code sandbox",
|
|
5090
|
+
"settings.n8nAgent.sandbox.set.description": "Runs and tests generated code, isolated from your instance.",
|
|
5091
|
+
"settings.n8nAgent.sandbox.missing.description": "No sandbox set. The AI Assistant won't work until you add one.",
|
|
5092
|
+
"settings.n8nAgent.sandbox.env.description": "Configured via environment variables. Connect a provider to manage it here.",
|
|
5093
|
+
"settings.n8nAgent.sandbox.env.value": "Environment configuration",
|
|
5094
|
+
"settings.n8nAgent.sandbox.add": "Add sandbox",
|
|
5095
|
+
"settings.n8nAgent.sandboxDialog.title": "Code sandbox",
|
|
5096
|
+
"settings.n8nAgent.sandboxDialog.description": "The AI Assistant runs and tests generated code in the sandbox, isolated from your instance.",
|
|
5097
|
+
"settings.n8nAgent.sandboxCredential.apiKey": "API key",
|
|
5098
|
+
"settings.n8nAgent.sandboxDialog.provider": "Provider",
|
|
5099
|
+
"settings.n8nAgent.sandboxDialog.providerHint": "The default comes from your environment configuration.",
|
|
5100
|
+
"settings.n8nAgent.search.label": "Web search",
|
|
5101
|
+
"settings.n8nAgent.search.recommended": "Recommended",
|
|
5102
|
+
"settings.n8nAgent.search.description": "Lets the AI Assistant research approved websites.",
|
|
5103
|
+
"settings.n8nAgent.search.env.description": "Set via environment variables. Remove them to manage web search here.",
|
|
5104
|
+
"settings.n8nAgent.search.env.value": "Environment configuration",
|
|
5105
|
+
"settings.n8nAgent.search.setup": "Set up",
|
|
5106
|
+
"settings.n8nAgent.searchDialog.title": "Set up web search",
|
|
5107
|
+
"settings.n8nAgent.searchDialog.setupTitle": "Set up web search (optional)",
|
|
5108
|
+
"settings.n8nAgent.searchDialog.description": "Connect a search provider. The AI Assistant asks for permission before it accesses a domain.",
|
|
5109
|
+
"settings.n8nAgent.searchCredential.label": "Provider",
|
|
5110
|
+
"settings.n8nAgent.searchCredential.placeholder": "Select a provider",
|
|
5111
|
+
"settings.n8nAgent.toast.saved": "Settings saved",
|
|
5112
|
+
"settings.n8nAgent.toast.errorTitle": "Settings error",
|
|
5113
|
+
"settings.n8nAgent.toast.loadError": "Failed to load settings",
|
|
5114
|
+
"settings.n8nAgent.toast.saveError": "Failed to save settings",
|
|
5115
|
+
"settings.n8nAgent.toast.preferenceError": "Failed to save preference",
|
|
4934
5116
|
"settings.n8nAgent.permissions.title": "Permissions",
|
|
4935
|
-
"settings.n8nAgent.permissions.description": "
|
|
4936
|
-
"settings.n8nAgent.permissions.
|
|
4937
|
-
"settings.n8nAgent.permissions.
|
|
4938
|
-
"settings.n8nAgent.permissions.
|
|
5117
|
+
"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.",
|
|
5118
|
+
"settings.n8nAgent.permissions.group.workflows": "Workflows",
|
|
5119
|
+
"settings.n8nAgent.permissions.group.folders": "Folders",
|
|
5120
|
+
"settings.n8nAgent.permissions.group.dataTables": "Data tables",
|
|
5121
|
+
"settings.n8nAgent.permissions.group.credentials": "Credentials",
|
|
5122
|
+
"settings.n8nAgent.permissions.group.system": "System",
|
|
5123
|
+
"settings.n8nAgent.permissions.group.web": "Web",
|
|
5124
|
+
"settings.n8nAgent.permissions.group.mcp": "MCP tools",
|
|
5125
|
+
"settings.n8nAgent.permissions.group.default": "Default",
|
|
5126
|
+
"settings.n8nAgent.permissions.group.exception": "1 exception",
|
|
5127
|
+
"settings.n8nAgent.permissions.group.exceptions": "{count} exceptions",
|
|
5128
|
+
"settings.n8nAgent.permissions.group.mcpDisabled": "Users can't connect MCP servers",
|
|
5129
|
+
"settings.n8nAgent.dataSharing.title": "Data sent to the model",
|
|
5130
|
+
"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.",
|
|
5131
|
+
"settings.n8nAgent.dataSharing.manage.label": "AI usage settings",
|
|
5132
|
+
"settings.n8nAgent.dataSharing.manage.description": "Controls whether n8n sends field names, types, and actual data values.",
|
|
5133
|
+
"settings.n8nAgent.permissions.alwaysAllow": "Allow",
|
|
5134
|
+
"settings.n8nAgent.permissions.needsApproval": "Ask first",
|
|
5135
|
+
"settings.n8nAgent.permissions.blocked": "Block",
|
|
4939
5136
|
"settings.n8nAgent.permissions.createWorkflow": "Create workflows",
|
|
4940
5137
|
"settings.n8nAgent.permissions.updateWorkflow": "Update workflows",
|
|
4941
5138
|
"settings.n8nAgent.permissions.runWorkflow": "Run workflows",
|
|
@@ -5054,6 +5251,24 @@ var en_default = {
|
|
|
5054
5251
|
"settings.security.workflowReviews.error": "Failed to update workflow reviews settings",
|
|
5055
5252
|
"settings.security.workflowReviews.confirmDisable.headline": "Disable workflow reviews",
|
|
5056
5253
|
"settings.security.workflowReviews.confirmDisable.message": "Workflow reviews will no longer be available on this instance. Existing project-level review settings will be ignored.",
|
|
5254
|
+
"workflowReviews.menu.title": "Reviews",
|
|
5255
|
+
"workflowReviews.page.title": "Reviews",
|
|
5256
|
+
"workflowReviews.disclaimer.body": "Submit workflow versions for review before publishing. When reviews are assigned to your projects, they will appear here.",
|
|
5257
|
+
"workflowReviews.sidebar.tabs.open": "Open",
|
|
5258
|
+
"workflowReviews.sidebar.tabs.closed": "Closed",
|
|
5259
|
+
"workflowReviews.sidebar.empty.open": "No open reviews",
|
|
5260
|
+
"workflowReviews.sidebar.empty.closed": "No closed reviews",
|
|
5261
|
+
"workflowReviews.roles.requester": "Requester",
|
|
5262
|
+
"workflowReviews.roles.reviewers": "Reviewers",
|
|
5263
|
+
"workflowReviews.status.pending": "Waiting for review",
|
|
5264
|
+
"workflowReviews.status.changesRequested": "Changes requested",
|
|
5265
|
+
"workflowReviews.status.approved": "Approved",
|
|
5266
|
+
"workflowReviews.status.closed": "Closed",
|
|
5267
|
+
"workflowReviews.detail.placeholder": "Full review details are coming soon.",
|
|
5268
|
+
"workflowReviews.emptyState.body.open": "There are no open reviews right now.",
|
|
5269
|
+
"workflowReviews.emptyState.body.closed": "There are no closed reviews right now.",
|
|
5270
|
+
"workflowReviews.noSelection.body": "Select a review to see more information.",
|
|
5271
|
+
"workflowReviews.error.load": "Could not load workflow reviews",
|
|
5057
5272
|
"settings.security.personalSpace.title": "Personal Space",
|
|
5058
5273
|
"settings.security.personalSpace.description": "Manage workflow publishing and sharing in personal spaces.",
|
|
5059
5274
|
"settings.security.personalSpace.publishing.title": "Workflow publishing",
|
|
@@ -5757,7 +5972,7 @@ var en_default = {
|
|
|
5757
5972
|
"evaluation.collections.empty.subtitle": "Create a collection to compare two or more versions side by side.",
|
|
5758
5973
|
"evaluation.collections.errors.fetchFailed": "Could not load evaluation collections",
|
|
5759
5974
|
"evaluation.collections.card.done": "Done",
|
|
5760
|
-
"evaluation.collections.card.
|
|
5975
|
+
"evaluation.collections.card.runningProgress": "Running · {completed}/{total} versions finished",
|
|
5761
5976
|
"evaluation.collections.card.failed": "Failed",
|
|
5762
5977
|
"evaluation.collections.card.currentDraft": "Current draft",
|
|
5763
5978
|
"evaluation.collections.card.meta.versions": "{count} version | {count} versions",
|
|
@@ -5775,8 +5990,12 @@ var en_default = {
|
|
|
5775
5990
|
"evaluation.collections.row.status.warning": "Warning",
|
|
5776
5991
|
"evaluation.compare.openCompare": "Open compare",
|
|
5777
5992
|
"evaluation.compare.viewProgress": "View progress",
|
|
5993
|
+
"evaluation.compare.rerun": "Re-run",
|
|
5778
5994
|
"evaluation.compare.backToList": "Evaluations",
|
|
5779
5995
|
"evaluation.compare.versionsLegend.best": "★ best",
|
|
5996
|
+
"evaluation.compare.versionsLegend.inspectRun": "Inspect this run",
|
|
5997
|
+
"evaluation.compare.versionsLegend.running": "Still running",
|
|
5998
|
+
"evaluation.compare.outputs.inspectRun": "Inspect run",
|
|
5780
5999
|
"evaluation.compare.scoreChart.heading": "Scores by metric",
|
|
5781
6000
|
"evaluation.compare.scoreChart.empty": "No score-shaped metrics to chart yet.",
|
|
5782
6001
|
"evaluation.compare.scoreChart.toggle.average": "Average",
|
|
@@ -5784,7 +6003,6 @@ var en_default = {
|
|
|
5784
6003
|
"evaluation.compare.scoreChart.toggle.perCaseComingSoon": "Per-case comparison is coming soon.",
|
|
5785
6004
|
"evaluation.compare.insights.title": "AI insights",
|
|
5786
6005
|
"evaluation.compare.insights.generatedAt": "Generated · {time}",
|
|
5787
|
-
"evaluation.compare.insights.regenerate": "Regenerate",
|
|
5788
6006
|
"evaluation.compare.insights.error": "Couldn’t generate insights.",
|
|
5789
6007
|
"evaluation.compare.insights.retry": "Retry",
|
|
5790
6008
|
"evaluation.compare.insights.fallbackNote": "Computed from raw scores — AI summary unavailable",
|
|
@@ -5794,6 +6012,7 @@ var en_default = {
|
|
|
5794
6012
|
"evaluation.compare.insights.noRegressions": "No regressions detected",
|
|
5795
6013
|
"evaluation.compare.errors.loadFailed": "Could not load the comparison.",
|
|
5796
6014
|
"evaluation.compare.errors.notFound": "This collection could not be found.",
|
|
6015
|
+
"evaluation.compare.errors.rerunFailed": "Could not start the re-run.",
|
|
5797
6016
|
"evaluation.compare.tabs.cases": "Cases",
|
|
5798
6017
|
"evaluation.compare.tabs.outputs": "Outputs",
|
|
5799
6018
|
"evaluation.compare.tabs.metrics": "Metrics",
|
|
@@ -5820,7 +6039,6 @@ var en_default = {
|
|
|
5820
6039
|
"evaluation.metric.description.toolsUsed": "Whether the expected tool(s) were used. Scored 0–1.",
|
|
5821
6040
|
"evaluation.metric.criteria.label": "Criteria:",
|
|
5822
6041
|
"evaluation.metric.criteria.showMore": "Show more",
|
|
5823
|
-
"evaluation.metric.criteria.showLess": "Show less",
|
|
5824
6042
|
"evaluation.compare.workflowDiff.needTwo": "Add at least two versions to this collection to compare their workflows.",
|
|
5825
6043
|
"evaluation.compare.workflowDiff.loadError": "Could not load the workflows to compare.",
|
|
5826
6044
|
"evaluation.compare.workflowDiff.base": "Base",
|
|
@@ -6411,10 +6629,10 @@ var en_default = {
|
|
|
6411
6629
|
"instanceAi.domainAccess.deny": "Deny",
|
|
6412
6630
|
"instanceAi.webSearch.prompt": "AI Assistant wants to search the web",
|
|
6413
6631
|
"instanceAi.webSearch.allowThread": "Always allow",
|
|
6414
|
-
"instanceAi.settings.permissions.fetchUrl.label": "Fetch URLs without approval",
|
|
6415
6632
|
"instanceAi.credential.selected": "Credential selected",
|
|
6416
6633
|
"instanceAi.credential.required": "This action requires a credential",
|
|
6417
6634
|
"instanceAi.credential.allSelected": "All credentials configured",
|
|
6635
|
+
"instanceAi.credential.someSkipped": "Credentials configured — skipped ones can be added later",
|
|
6418
6636
|
"instanceAi.credential.useSelected": "Use selected",
|
|
6419
6637
|
"instanceAi.credential.deny": "Later",
|
|
6420
6638
|
"instanceAi.credential.confirmAll": "Confirm all credentials",
|
|
@@ -6515,43 +6733,6 @@ var en_default = {
|
|
|
6515
6733
|
"instanceAi.debug.threads.refresh": "Refresh",
|
|
6516
6734
|
"instanceAi.debug.threads.fetchError": "Failed to load thread data",
|
|
6517
6735
|
"instanceAi.debug.threads.messageCount": "{count} messages",
|
|
6518
|
-
"instanceAi.settings.title": "Settings",
|
|
6519
|
-
"instanceAi.settings.save": "Save",
|
|
6520
|
-
"instanceAi.settings.reset": "Reset",
|
|
6521
|
-
"instanceAi.settings.section.model": "Model",
|
|
6522
|
-
"instanceAi.settings.section.sandbox": "Sandbox",
|
|
6523
|
-
"instanceAi.settings.section.search": "Search",
|
|
6524
|
-
"instanceAi.settings.section.advanced": "Advanced",
|
|
6525
|
-
"instanceAi.settings.credential.label": "Credential",
|
|
6526
|
-
"instanceAi.settings.credential.placeholder": "Select a credential...",
|
|
6527
|
-
"instanceAi.settings.credential.none": "None (use environment variables)",
|
|
6528
|
-
"instanceAi.settings.credential.createNew": "+ Create new credential",
|
|
6529
|
-
"instanceAi.settings.credential.createBrave": "+ Create Brave Search credential",
|
|
6530
|
-
"instanceAi.settings.credential.createSearxng": "+ Create SearXNG credential",
|
|
6531
|
-
"instanceAi.settings.modelName.label": "Model name",
|
|
6532
|
-
"instanceAi.settings.modelName.placeholder": "e.g. claude-sonnet-4-5, gpt-4o",
|
|
6533
|
-
"instanceAi.settings.apiKey.set": "Set",
|
|
6534
|
-
"instanceAi.settings.apiKey.notSet": "Not set",
|
|
6535
|
-
"instanceAi.settings.sandboxEnabled.label": "Enable sandbox",
|
|
6536
|
-
"instanceAi.settings.sandboxProvider.label": "Sandbox provider",
|
|
6537
|
-
"instanceAi.settings.daytonaCredential.label": "Daytona credential",
|
|
6538
|
-
"instanceAi.settings.n8nSandboxCredential.label": "n8n sandbox API key credential",
|
|
6539
|
-
"instanceAi.settings.n8nSandbox.serviceUrlHint": "Set N8N_SANDBOX_SERVICE_URL in your environment to use the n8n Sandbox Service.",
|
|
6540
|
-
"instanceAi.settings.sandboxImage.label": "Sandbox Docker image",
|
|
6541
|
-
"instanceAi.settings.sandboxTimeout.label": "Sandbox timeout (ms)",
|
|
6542
|
-
"instanceAi.settings.searchCredential.label": "Search credential",
|
|
6543
|
-
"instanceAi.settings.browserMcp.label": "Chrome DevTools MCP",
|
|
6544
|
-
"instanceAi.settings.mcpServers.label": "MCP servers",
|
|
6545
|
-
"instanceAi.settings.mcpServers.placeholder": "name=url, comma-separated",
|
|
6546
|
-
"instanceAi.settings.section.permissions": "Permissions",
|
|
6547
|
-
"instanceAi.settings.permissions.description": "Toggle which actions require your approval before the agent executes them.",
|
|
6548
|
-
"instanceAi.settings.permissions.createWorkflow.label": "Create workflow without approval",
|
|
6549
|
-
"instanceAi.settings.permissions.updateWorkflow.label": "Update workflow without approval",
|
|
6550
|
-
"instanceAi.settings.permissions.runWorkflow.label": "Run workflow without approval",
|
|
6551
|
-
"instanceAi.settings.permissions.publishWorkflow.label": "Publish/unpublish workflow without approval",
|
|
6552
|
-
"instanceAi.settings.permissions.deleteWorkflow.label": "Delete workflow without approval",
|
|
6553
|
-
"instanceAi.settings.permissions.deleteCredential.label": "Delete credential without approval",
|
|
6554
|
-
"instanceAi.settings.permissions.deleteDataTable.label": "Delete data table without approval",
|
|
6555
6736
|
"instanceAi.builderCard.title": "Building workflow",
|
|
6556
6737
|
"instanceAi.builderCard.phase.researching": "Researching nodes",
|
|
6557
6738
|
"instanceAi.builderCard.phase.schemas": "Loading schemas",
|
|
@@ -6757,8 +6938,32 @@ var en_default = {
|
|
|
6757
6938
|
"instanceAi.tools.list-nodes": "Listing available nodes",
|
|
6758
6939
|
"instanceAi.tools.get-workflow-as-code": "Reading workflow code",
|
|
6759
6940
|
"instanceAi.tools.build-workflow": "Generating workflow",
|
|
6941
|
+
"instanceAi.tools.build-workflow.imperative": "edit workflow",
|
|
6942
|
+
"instanceAi.tools.read_config": "Reading agent config",
|
|
6943
|
+
"instanceAi.tools.write_config": "Writing agent config",
|
|
6944
|
+
"instanceAi.tools.patch_config": "Updating agent config",
|
|
6945
|
+
"instanceAi.tools.build_custom_tool": "Building custom tool",
|
|
6946
|
+
"instanceAi.tools.create_skills": "Creating skills",
|
|
6947
|
+
"instanceAi.tools.create_tasks": "Creating tasks",
|
|
6948
|
+
"instanceAi.tools.get_resource_locator_options": "Loading resource options",
|
|
6949
|
+
"instanceAi.tools.list_integration_types": "Listing integration types",
|
|
6950
|
+
"instanceAi.tools.list_sub_agents": "Listing sub-agents",
|
|
6951
|
+
"instanceAi.tools.publish_agent": "Publishing agent",
|
|
6952
|
+
"instanceAi.tools.unpublish_agent": "Unpublishing agent",
|
|
6953
|
+
"instanceAi.tools.resolve_integration": "Adding integration",
|
|
6954
|
+
"instanceAi.tools.build-agent": "Building agent",
|
|
6955
|
+
"instanceAi.tools.resolve_llm": "Resolving LLM",
|
|
6956
|
+
"instanceAi.tools.search_mcp_servers": "Searching MCP servers",
|
|
6957
|
+
"instanceAi.tools.verify_mcp_server": "Verifying MCP server",
|
|
6958
|
+
"instanceAi.tools.ask_questions": "Asking questions",
|
|
6959
|
+
"instanceAi.tools.ask_credential": "Requesting credential",
|
|
6960
|
+
"instanceAi.tools.ask_embedding_credential": "Requesting embedding credential",
|
|
6961
|
+
"instanceAi.tools.configure_channel": "Configuring channel",
|
|
6962
|
+
"instanceAi.tools.search_nodes": "Searching nodes",
|
|
6963
|
+
"instanceAi.tools.get_node_types": "Reading node schema",
|
|
6964
|
+
"instanceAi.tools.list_credentials": "Inspecting credentials",
|
|
6760
6965
|
"instanceAi.tools.submit-workflow": "Submitting workflow",
|
|
6761
|
-
"instanceAi.tools.
|
|
6966
|
+
"instanceAi.tools.list_workflows": "Listing workflows",
|
|
6762
6967
|
"instanceAi.tools.get-workflow": "Reading workflow",
|
|
6763
6968
|
"instanceAi.tools.delete-workflow": "Archiving workflow",
|
|
6764
6969
|
"instanceAi.tools.activate-workflow": "Activating workflow",
|
|
@@ -6878,7 +7083,6 @@ var en_default = {
|
|
|
6878
7083
|
"instanceAi.filesystem.category.computerUse": "Computer",
|
|
6879
7084
|
"instanceAi.filesystem.category.filesystem": "Files",
|
|
6880
7085
|
"instanceAi.filesystem.category.shell": "Shell",
|
|
6881
|
-
"instanceAi.settings.permissions.activateWorkflow.label": "Activate workflow without approval",
|
|
6882
7086
|
"instanceAi.tools.patch-workflow": "Updating workflow",
|
|
6883
7087
|
"agents.home.untitledAgent": "Untitled Agent",
|
|
6884
7088
|
"agents.relativeTime.justNow": "just now",
|
|
@@ -6906,15 +7110,15 @@ var en_default = {
|
|
|
6906
7110
|
"agents.builder.loadError": "Could not load agent",
|
|
6907
7111
|
"agents.builder.saveError": "Could not save agent settings",
|
|
6908
7112
|
"agents.builder.chat.sessionPicker.ariaLabel": "Session history",
|
|
6909
|
-
"agents.builder.chat.sessionPicker.empty": "No previous
|
|
6910
|
-
"agents.builder.chat.newChat.ariaLabel": "Start a new
|
|
6911
|
-
"agents.builder.chat.newChat.label": "New
|
|
7113
|
+
"agents.builder.chat.sessionPicker.empty": "No previous sessions",
|
|
7114
|
+
"agents.builder.chat.newChat.ariaLabel": "Start a new session",
|
|
7115
|
+
"agents.builder.chat.newChat.label": "New session",
|
|
6912
7116
|
"agents.chat.loadHistory.error": "Could not load chat history",
|
|
6913
7117
|
"agents.chat.clearHistory.error": "Could not clear chat history",
|
|
7118
|
+
"agents.chat.streamInterrupted": "The connection was interrupted. Refresh the page to see the latest response.",
|
|
7119
|
+
"agents.chat.toolError.generic": "Something went wrong while running this tool",
|
|
6914
7120
|
"agents.chat.clearHistory": "Clear chat history",
|
|
6915
7121
|
"agents.chat.input.placeholder": "Type a message...",
|
|
6916
|
-
"agents.preview.episodicMemoryCallout.text": "Access memories from previous conversations.",
|
|
6917
|
-
"agents.preview.episodicMemoryCallout.action": "Enable",
|
|
6918
7122
|
"agents.chat.answerQuestionPlaceholder": "Answer the question above to continue",
|
|
6919
7123
|
"agents.chat.misconfigured.title": "This agent isn't ready to run yet",
|
|
6920
7124
|
"agents.chat.misconfigured.issuesPrefix": "Check:",
|
|
@@ -6927,6 +7131,9 @@ var en_default = {
|
|
|
6927
7131
|
"agents.chat.misconfigured.missing.mcpServers": "MCP server",
|
|
6928
7132
|
"agents.chat.misconfigured.missing.subAgents.agents": "Sub-agent",
|
|
6929
7133
|
"agents.chat.misconfigured.dismiss": "Dismiss",
|
|
7134
|
+
"agents.chat.warning.dismiss": "Dismiss",
|
|
7135
|
+
"agents.chat.warning.mcp.title": "An MCP server couldn't be reached, so its tools were skipped. The agent will continue without them.",
|
|
7136
|
+
"agents.chat.warning.mcp.detail": "{server}: {error}",
|
|
6930
7137
|
"agents.chat.emptyState.title": "Chat with your agent",
|
|
6931
7138
|
"agents.chat.emptyState.description": "Send a message to start a conversation",
|
|
6932
7139
|
"agents.chat.toolNames.webSearch": "Web search",
|
|
@@ -7120,7 +7327,6 @@ var en_default = {
|
|
|
7120
7327
|
"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.",
|
|
7121
7328
|
"agents.builder.files.count": "{count} file uploaded | {count} files uploaded",
|
|
7122
7329
|
"agents.builder.files.upload": "Upload file",
|
|
7123
|
-
"agents.builder.files.publishRequired": "Publish this agent to upload knowledge files",
|
|
7124
7330
|
"agents.builder.files.uploadFileTooLarge.title": "File too large",
|
|
7125
7331
|
"agents.builder.files.uploadFileTooLarge.message": "{name} is larger than {size} MB.",
|
|
7126
7332
|
"agents.builder.files.uploadTotalTooLarge.title": "Knowledge base limit reached",
|
|
@@ -7395,7 +7601,8 @@ var en_default = {
|
|
|
7395
7601
|
"agents.builder.validation.issue.tool.custom.missingReference": "This tool's code is missing",
|
|
7396
7602
|
"agents.builder.validation.issue.tool.node.missingReference": "This node type isn't available on this instance",
|
|
7397
7603
|
"agents.builder.validation.issue.mcpServer.incompatibleCredential": "The credential type doesn't match the server's authentication method",
|
|
7398
|
-
"agents.builder.preview.
|
|
7604
|
+
"agents.builder.preview.backToChat": "Back to chat",
|
|
7605
|
+
"agents.builder.preview.viewSession": "View session trace",
|
|
7399
7606
|
"agents.builder.preview.close.ariaLabel": "Close preview",
|
|
7400
7607
|
"agents.builder.executions.count": "{count} session | {count} sessions",
|
|
7401
7608
|
"agents.builder.settings.description": "Configure memory, sub-agent routing, and advanced runtime settings.",
|
|
@@ -7414,6 +7621,7 @@ var en_default = {
|
|
|
7414
7621
|
"agents.builder.triggers.count": "{count} channel connected | {count} channels connected",
|
|
7415
7622
|
"agents.builder.triggers.empty": "No channels connected yet.",
|
|
7416
7623
|
"agents.builder.triggers.add": "Add channel",
|
|
7624
|
+
"agents.builder.triggers.remaining": "{labels}, {count} more",
|
|
7417
7625
|
"agents.builder.triggers.empty.title": "No triggers configured",
|
|
7418
7626
|
"agents.builder.triggers.empty.description": "Add a channel to let this agent respond to events from a chat platform.",
|
|
7419
7627
|
"agents.builder.addTrigger.modal.title": "Add trigger",
|
|
@@ -7442,10 +7650,10 @@ var en_default = {
|
|
|
7442
7650
|
"agents.builder.addTrigger.slack.setup.error": "Could not create and install the Slack app.",
|
|
7443
7651
|
"agents.channels.setup.publishNotice": "This will publish your agent",
|
|
7444
7652
|
"agents.channels.slack.setup.createToken.title": "Create token",
|
|
7445
|
-
"agents.channels.slack.setup.createToken.description": "Open the Slack dashboard and create an app configuration token.",
|
|
7653
|
+
"agents.channels.slack.setup.createToken.description": "Open the Slack dashboard and create an app configuration access token.",
|
|
7446
7654
|
"agents.channels.slack.setup.createToken.link": "Open Slack dashboard",
|
|
7447
|
-
"agents.channels.slack.setup.copyAccessToken.title": "Add token",
|
|
7448
|
-
"agents.channels.slack.setup.copyAccessToken.description": "Paste the app configuration token from Slack.",
|
|
7655
|
+
"agents.channels.slack.setup.copyAccessToken.title": "Add access token",
|
|
7656
|
+
"agents.channels.slack.setup.copyAccessToken.description": "Paste the app configuration access token from Slack.",
|
|
7449
7657
|
"agents.channels.slack.setup.copyAccessToken.label": "Token",
|
|
7450
7658
|
"agents.channels.slack.setup.copyAccessToken.placeholder": "Token",
|
|
7451
7659
|
"agents.channels.slack.setup.copyAccessToken.showToken": "Show token",
|
|
@@ -7561,7 +7769,25 @@ var en_default = {
|
|
|
7561
7769
|
"agents.channels.modal.connectDescription": "Connect your {channel} account",
|
|
7562
7770
|
"agents.channels.modal.setupPlaceholder": "Setup view for {channel} will go here.",
|
|
7563
7771
|
"agents.channels.modal.editPlaceholder": "Edit view for {channel} will go here.",
|
|
7564
|
-
"agents.channels.modal.connected": "Connected"
|
|
7772
|
+
"agents.channels.modal.connected": "Connected",
|
|
7773
|
+
"nodeCreator.sectionNames.includedInN8n": "Included in n8n",
|
|
7774
|
+
"contextMenu.nodeGroup": "group",
|
|
7775
|
+
"contextMenu.group": "Group node | Group nodes",
|
|
7776
|
+
"contextMenu.renameGroup": "Rename group",
|
|
7777
|
+
"contextMenu.ungroupNodes": "Ungroup nodes",
|
|
7778
|
+
"contextMenu.expandAllGroups": "Expand all groups",
|
|
7779
|
+
"contextMenu.collapseAllGroups": "Collapse all groups",
|
|
7780
|
+
"contextMenu.expandSelectedGroups": "Expand selected",
|
|
7781
|
+
"contextMenu.collapseSelectedGroups": "Collapse selected",
|
|
7782
|
+
"projectRoles.credential:createEndUser": "Manage end-user credentials",
|
|
7783
|
+
"projectRoles.credential:createEndUser.tooltip": "Create, delete, or change the type of end-user credentials, where each user connects their own account",
|
|
7784
|
+
"template.buttons.startWithAi": "Customize with AI",
|
|
7785
|
+
"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.",
|
|
7786
|
+
"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.",
|
|
7787
|
+
"instanceAi.workflowSetup.stepIncompleteTooltip": "To continue, complete the required fields above or skip setup for now",
|
|
7788
|
+
"agents.chat.askCredential.skipped": "Skipped",
|
|
7789
|
+
"agents.chat.askQuestions.skipped": "Skipped",
|
|
7790
|
+
"agents.chat.configureChannel.skipped": "Skipped"
|
|
7565
7791
|
};
|
|
7566
7792
|
|
|
7567
7793
|
//#endregion
|