@n8n/i18n 2.26.1 → 2.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2317,6 +2317,7 @@ var en_default = {
2317
2317
  "nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
2318
2318
  "nodeView.showError.importWorkflowData.title": "Problem importing workflow",
2319
2319
  "nodeView.showError.importWorkflowData.invalidNodes": "Skipped {count} node(s) with missing type",
2320
+ "nodeView.showError.importWorkflowData.invalidStructure": "The imported data does not contain valid workflow data ('nodes' and 'connections' are missing)",
2320
2321
  "nodeView.showError.mounted1.message": "There was a problem loading init data",
2321
2322
  "nodeView.showError.mounted1.title": "Init Problem",
2322
2323
  "nodeView.showError.mounted2.message": "There was a problem initializing the workflow",
@@ -2422,7 +2423,9 @@ var en_default = {
2422
2423
  "openWorkflow.workflowNotFoundError": "Could not find workflow",
2423
2424
  "oauth.consentView.title": "OAuth access consent",
2424
2425
  "oauth.consentView.heading": "{clientName} wants access to your n8n instance",
2426
+ "oauth.consentView.headingWithWorkflow": "{clientName} requests access to workflow {resourceName}",
2425
2427
  "oauth.consentView.description": "This will allow {clientName} to perform the following actions:",
2428
+ "oauth.consentView.descriptionWithWorkflow": "This will allow {clientName} to access this workflow on your behalf.",
2426
2429
  "oauth.consentView.action.listWorkflows": "Get a list of your workflows",
2427
2430
  "oauth.consentView.action.workflowDetails": "Get details for a specific workflow",
2428
2431
  "oauth.consentView.action.executeWorkflows": "Execute workflows on your behalf",
@@ -2434,6 +2437,7 @@ var en_default = {
2434
2437
  "oauth.consentView.error.deny": "Error denying access",
2435
2438
  "oauth.consentView.error.allow": "Error allowing access",
2436
2439
  "oauth.consentView.error.fetchDetails": "Error fetching client details",
2440
+ "oauth.consentView.error.resourceUnavailable": "This authorization can no longer be completed because the target is no longer available.",
2437
2441
  "oauth.consentView.success.title": "Success",
2438
2442
  "oauth.consentView.success.description": "You will soon be redirected back to the client.",
2439
2443
  "parameterInput.expressionResult": "e.g. {result}",
@@ -2962,6 +2966,65 @@ var en_default = {
2962
2966
  "settings.communityNodes.confirmModal.update.buttonLabel": "Confirm update",
2963
2967
  "settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
2964
2968
  "settings.communityNodes.confirmModal.cancel": "Cancel",
2969
+ "settings.opentelemetry": "OpenTelemetry",
2970
+ "settings.opentelemetry.title": "OpenTelemetry",
2971
+ "settings.opentelemetry.description": "Export workflow and node spans to any OTLP collector. Every setting mirrors an n8n environment variable.",
2972
+ "settings.opentelemetry.docsLink": "Learn more in the documentation",
2973
+ "settings.opentelemetry.envVarTooltip": "Environment variable: {envVar}",
2974
+ "settings.opentelemetry.envVarManagedTooltip": "Managed via environment variable",
2975
+ "settings.opentelemetry.enable.label": "Enable OpenTelemetry",
2976
+ "settings.opentelemetry.enable.description": "When disabled, no traces leave this instance.",
2977
+ "settings.opentelemetry.enable.option.enabled": "Enabled",
2978
+ "settings.opentelemetry.enable.option.disabled": "Disabled",
2979
+ "settings.opentelemetry.collectorConnection.title": "Collector connection",
2980
+ "settings.opentelemetry.exporterEndpoint.label": "OTLP endpoint",
2981
+ "settings.opentelemetry.exporterEndpoint.description": "The base URL of your OTLP collector (e.g. https://collector.example.com).",
2982
+ "settings.opentelemetry.exporterEndpoint.placeholder": "https://collector.example.com",
2983
+ "settings.opentelemetry.exporterServiceName.label": "Service name",
2984
+ "settings.opentelemetry.exporterServiceName.description": "How this instance appears in your collector.",
2985
+ "settings.opentelemetry.exporterServiceName.placeholder": "n8n-production",
2986
+ "settings.opentelemetry.exporterHeaders.label": "Custom headers",
2987
+ "settings.opentelemetry.exporterHeaders.description": "Sent with every OTLP export. Use for Bearer tokens or tenant IDs.",
2988
+ "settings.opentelemetry.exporterHeaders.keyLabel": "Key",
2989
+ "settings.opentelemetry.exporterHeaders.valueLabel": "Value",
2990
+ "settings.opentelemetry.exporterHeaders.remove": "Remove header",
2991
+ "settings.opentelemetry.exporterHeaders.keyPlaceholder": "Key",
2992
+ "settings.opentelemetry.exporterHeaders.valuePlaceholder": "Value",
2993
+ "settings.opentelemetry.exporterHeaders.addHeader": "Add header",
2994
+ "settings.opentelemetry.exporterTracingPath.label": "Trace path",
2995
+ "settings.opentelemetry.exporterTracingPath.description": "Appended to the endpoint. /v1/traces is the OTLP default.",
2996
+ "settings.opentelemetry.exporterTracingPath.placeholder": "/v1/traces",
2997
+ "settings.opentelemetry.startupConnectivityTimeoutMs.label": "Startup connectivity timeout",
2998
+ "settings.opentelemetry.startupConnectivityTimeoutMs.description": "Reachability check at startup. n8n boots regardless.",
2999
+ "settings.opentelemetry.startupConnectivityTimeoutMs.placeholder": "2000",
3000
+ "settings.opentelemetry.startupConnectivityTimeoutMs.slug": "ms",
3001
+ "settings.opentelemetry.testTrace.label": "Verify configuration",
3002
+ "settings.opentelemetry.testTrace.description": "Send a test span to check n8n can reach your collector.",
3003
+ "settings.opentelemetry.testTrace.send": "Send test trace",
3004
+ "settings.opentelemetry.testTrace.sending": "Sending…",
3005
+ "settings.opentelemetry.testTrace.sent": "Sent",
3006
+ "settings.opentelemetry.testTrace.success": "{spanName} span sent to collector at {time}",
3007
+ "settings.opentelemetry.testTrace.error": "Test send failed. The collector returned: {error}",
3008
+ "settings.opentelemetry.tracing.title": "Tracing",
3009
+ "settings.opentelemetry.tracesSampleRate.label": "Trace sample rate",
3010
+ "settings.opentelemetry.tracesSampleRate.description": "Fraction of traces exported. 1.00 = all traces.",
3011
+ "settings.opentelemetry.tracesSampleRate.placeholder": "1.00",
3012
+ "settings.opentelemetry.tracesSampleRate.slug": "of 1.00",
3013
+ "settings.opentelemetry.includeNodeSpans.label": "Include node spans",
3014
+ "settings.opentelemetry.includeNodeSpans.description": "One span per node, or workflow-level spans only.",
3015
+ "settings.opentelemetry.injectOutbound.label": "Inject outbound traceparent",
3016
+ "settings.opentelemetry.injectOutbound.description": "Add a W3C traceparent header to outbound HTTP so downstream services join the same trace.",
3017
+ "settings.opentelemetry.productionExecutionsOnly.label": "Track published workflows only",
3018
+ "settings.opentelemetry.productionExecutionsOnly.description": "Skip manual canvas runs. Less noise in production.",
3019
+ "settings.opentelemetry.save": "Save settings",
3020
+ "settings.opentelemetry.discard": "Discard changes",
3021
+ "settings.opentelemetry.savedSuccess": "Settings saved",
3022
+ "settings.opentelemetry.savedError": "Failed to save settings",
3023
+ "settings.opentelemetry.unsavedChanges.title": "Unsaved changes",
3024
+ "settings.opentelemetry.unsavedChanges.message": "You have unsaved changes to your collector and tracing settings. If you leave now, they'll be discarded.",
3025
+ "settings.opentelemetry.unsavedChanges.cancel": "Cancel",
3026
+ "settings.opentelemetry.unsavedChanges.leaveWithoutSaving": "Leave without saving",
3027
+ "settings.opentelemetry.unsavedChanges.saveAndLeave": "Save and leave",
2965
3028
  "settings.mcp": "Instance-level MCP",
2966
3029
  "settings.mcp.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance",
2967
3030
  "settings.mcp.preview.tooltip": "This feature is in preview. Expect improvements and changes over time.",
@@ -3289,12 +3352,14 @@ var en_default = {
3289
3352
  "settings.api.view.modal.form.label.placeholder": "e.g Internal Project",
3290
3353
  "settings.api.view.modal.form.expiration.custom": "Custom",
3291
3354
  "settings.api.view.modal.form.expiration.days": "{numberOfDays} days",
3292
- "settings.api.view.modal.form.expiration.none": "No Expiration",
3293
- "settings.api.view.modal.title.created": "API Key Created",
3355
+ "settings.api.view.modal.form.expiration.none": "Never",
3356
+ "settings.api.view.modal.title.created": "API key created successfully",
3294
3357
  "settings.api.view.modal.title.create": "Create API Key",
3295
3358
  "settings.api.view.modal.title.edit": "Edit API Key",
3359
+ "settings.api.view.modal.title.readonly": "API Key owned by {email}",
3296
3360
  "settings.api.view.modal.done.button": "Done",
3297
3361
  "settings.api.view.modal.save.button": "Save",
3362
+ "settings.api.view.modal.close.button": "Close",
3298
3363
  "settings.api.scopes.placeholder": "Select",
3299
3364
  "settings.api.scopes.selectAll": "Select All",
3300
3365
  "settings.api.scopes.label": "Scopes",
@@ -3307,6 +3372,7 @@ var en_default = {
3307
3372
  "settings.api.columns.lastUsed": "Last used",
3308
3373
  "settings.api.columns.actions": "Actions",
3309
3374
  "settings.api.actions.edit": "Edit",
3375
+ "settings.api.actions.view": "View",
3310
3376
  "settings.api.actions.revoke": "Revoke",
3311
3377
  "settings.api.expiration.never": "Never",
3312
3378
  "settings.api.lastUsed.never": "Never",
@@ -3829,6 +3895,7 @@ var en_default = {
3829
3895
  "workflowActivator.inactive": "Inactive",
3830
3896
  "workflowActivator.showError.title": "Workflow could not be {newStateName}",
3831
3897
  "workflowActivator.showError.nodeError": "Error in node \"{nodeName}\":",
3898
+ "workflowActivator.showError.partialTitle": "Some triggers could not be activated",
3832
3899
  "workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.message": "Please resolve outstanding issues before publishing",
3833
3900
  "workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title": "{count} node has issues, fix them before publishing. | {count} nodes have issues, fix them before publishing.",
3834
3901
  "workflowActivator.showMessage.activeChangedWorkflowIdUndefined.message": "Please save it before activating",
@@ -3864,8 +3931,6 @@ var en_default = {
3864
3931
  "canvas.nodeGroup.connectionRemoveBlocked.title": "Connection not removed",
3865
3932
  "canvas.nodeGroup.connectionChangeBlocked.message": "This change would break '{group}'. You can make this change after ungrouping it.",
3866
3933
  "canvas.nodeGroup.connectionChangeBlocked.nonMainBoundary": "The sub-node connection between '{source}' and '{target}' crosses the boundary of '{group}'. You can make this change after ungrouping it.",
3867
- "canvas.nodeGroup.connectionChangeBlocked.multipleInputBranches": "'{group}' can have only one main input branch. You can make this change after ungrouping it.",
3868
- "canvas.nodeGroup.connectionChangeBlocked.multipleOutputBranches": "'{group}' can have only one main output branch. You can make this change after ungrouping it.",
3869
3934
  "canvas.nodeGroup.connectionChangeBlocked.multipleInputNodes": "'{group}' can have only one entry point. You can make this change after ungrouping it.",
3870
3935
  "canvas.nodeGroup.connectionChangeBlocked.inputEdgeToNonRoot": "Connections into '{group}' must go to its first node. You can make this change after ungrouping it.",
3871
3936
  "canvas.nodeGroup.connectionChangeBlocked.multipleOutputNodes": "'{group}' can have only one exit point. You can make this change after ungrouping it.",
@@ -3874,6 +3939,8 @@ var en_default = {
3874
3939
  "canvas.nodeGroup.autoExtended.title": "'{group}' extended",
3875
3940
  "canvas.nodeGroup.autoExtended.message": "Added '{node}' to keep '{group}' valid with the new connection.",
3876
3941
  "canvas.nodeGroup.titlePlaceholder": "Group name",
3942
+ "canvas.nodeGroup.expand": "Expand",
3943
+ "canvas.nodeGroup.collapse": "Collapse",
3877
3944
  "workflowExtraction.error.failure": "Sub-workflow conversion failed",
3878
3945
  "workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": "Non-input node '{node}' has a connection from a node outside the current selection.",
3879
3946
  "workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": "Non-output node '{node}' has a connection to a node outside the current selection.",
@@ -4271,6 +4338,7 @@ var en_default = {
4271
4338
  "workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
4272
4339
  "workflows.list.error.fetching.one": "Error fetching workflow",
4273
4340
  "workflows.list.error.fetching": "Error fetching workflows",
4341
+ "workflows.list.error.fetching.emptyStateData": "Error fetching credentials, variables, and data tables",
4274
4342
  "workflows.shareModal.title": "Share '{name}'",
4275
4343
  "workflows.shareModal.title.static": "Shared with {projectName}",
4276
4344
  "workflows.shareModal.select.placeholder": "Add users...",
@@ -4896,6 +4964,8 @@ var en_default = {
4896
4964
  "projects.menu.chat": "Chat",
4897
4965
  "projects.menu.create.workflow": "New workflow",
4898
4966
  "projects.menu.create.credential": "New credential",
4967
+ "projects.menu.create.variable": "New variable",
4968
+ "projects.menu.create.dataTable": "New data table",
4899
4969
  "projects.menu.create.agent": "New agent",
4900
4970
  "projects.menu.create.project": "New project",
4901
4971
  "projects.menu.create.instanceAiThread": "New AI chat",
@@ -6224,6 +6294,7 @@ var en_default = {
6224
6294
  "agents.sort.lastCreated": "Sort by last created",
6225
6295
  "agents.sort.nameAsc": "Sort by name (A-Z)",
6226
6296
  "agents.sort.nameDesc": "Sort by name (Z-A)",
6297
+ "agents.noResults": "No agents found",
6227
6298
  "agents.builder.save": "Save",
6228
6299
  "agents.builder.deleteAgent": "Delete agent",
6229
6300
  "agents.delete.modal.title": "Delete \"{name}\"?",
@@ -6374,6 +6445,15 @@ var en_default = {
6374
6445
  "agents.toolConfig.cancel": "Cancel",
6375
6446
  "agents.toolConfig.approval.label": "Require approval",
6376
6447
  "agents.toolConfig.approval.hint": "Pause before this tool runs until a human approves it.",
6448
+ "agents.toolConfig.mcpApproval.label": "Require approval",
6449
+ "agents.toolConfig.mcpApproval.hint": "Choose which tools from this MCP server need human approval before they run.",
6450
+ "agents.toolConfig.mcpApproval.disabled": "Disabled",
6451
+ "agents.toolConfig.mcpApproval.askAll": "Ask all",
6452
+ "agents.toolConfig.mcpApproval.askSelected": "Ask selected",
6453
+ "agents.toolConfig.mcpApproval.refresh": "Refresh MCP tools",
6454
+ "agents.toolConfig.mcpApproval.refresh.hint": "Refresh the list of tools from this MCP server.",
6455
+ "agents.toolConfig.mcpApproval.tools.placeholder": "Select tools",
6456
+ "agents.toolConfig.mcpApproval.loadError": "Could not load MCP tools. Check the server settings and try again.",
6377
6457
  "agents.new.title": "New agent",
6378
6458
  "agents.new.defaultName": "New Agent",
6379
6459
  "agents.new.startBlank": "Start from blank",
@@ -6618,17 +6698,17 @@ var en_default = {
6618
6698
  "agents.builder.evaluations.credentialConfigured": "Credential configured",
6619
6699
  "agents.builder.evaluations.emptyPrefix": "No evaluations configured.",
6620
6700
  "agents.builder.quickActions.addTool": "Add tool",
6621
- "agents.builder.quickActions.addTrigger": "Add trigger",
6701
+ "agents.builder.quickActions.addTrigger": "Add channel",
6622
6702
  "agents.builder.quickActions.memoriesUsed.count": "{count} memory | {count} memories",
6623
6703
  "agents.builder.quickActions.memoriesUsed.keyMemory": "Memory",
6624
6704
  "agents.builder.capabilities.title": "Capabilities",
6625
- "agents.builder.triggers.title": "Triggers",
6705
+ "agents.builder.triggers.title": "Channels",
6626
6706
  "agents.builder.triggers.description": "Channels that can invoke this agent",
6627
- "agents.builder.triggers.count": "{count} trigger connected | {count} triggers connected",
6628
- "agents.builder.triggers.empty": "No triggers connected yet.",
6629
- "agents.builder.triggers.add": "Add trigger",
6707
+ "agents.builder.triggers.count": "{count} channel connected | {count} channels connected",
6708
+ "agents.builder.triggers.empty": "No channels connected yet.",
6709
+ "agents.builder.triggers.add": "Add channel",
6630
6710
  "agents.builder.triggers.empty.title": "No triggers configured",
6631
- "agents.builder.triggers.empty.description": "Add a trigger to let this agent respond to events from a chat platform.",
6711
+ "agents.builder.triggers.empty.description": "Add a channel to let this agent respond to events from a chat platform.",
6632
6712
  "agents.builder.addTrigger.modal.title": "Add trigger",
6633
6713
  "agents.builder.addTrigger.modal.description": "Add a trigger to let people message the agent from a chat platform.",
6634
6714
  "agents.builder.addTrigger.picker.label": "Trigger",
@@ -6643,9 +6723,6 @@ var en_default = {
6643
6723
  "agents.builder.addTrigger.addCredential": "Add {label} credential",
6644
6724
  "agents.builder.addTrigger.newCredential": "New credential",
6645
6725
  "agents.builder.addTrigger.connect": "Connect",
6646
- "agents.builder.addTrigger.publishPrompt.title": "Connect trigger and publish agent",
6647
- "agents.builder.addTrigger.publishPrompt.description": "n8n will connect this trigger to the draft first, then publish the agent so the trigger can run.",
6648
- "agents.builder.addTrigger.publishPrompt.confirm": "Connect & publish",
6649
6726
  "agents.builder.addTrigger.disconnect": "Disconnect",
6650
6727
  "agents.builder.addTrigger.copy": "Copy",
6651
6728
  "agents.builder.addTrigger.copied": "Copied",
@@ -6656,6 +6733,35 @@ var en_default = {
6656
6733
  "agents.builder.addTrigger.slack.setup.tokenLink": "Create one in Slack.",
6657
6734
  "agents.builder.addTrigger.slack.setup.button": "Create and install",
6658
6735
  "agents.builder.addTrigger.slack.setup.error": "Could not create and install the Slack app.",
6736
+ "agents.channels.setup.publishNotice": "This will publish your agent",
6737
+ "agents.channels.slack.setup.createToken.title": "Create token",
6738
+ "agents.channels.slack.setup.createToken.description": "Open the Slack dashboard and create an app configuration token.",
6739
+ "agents.channels.slack.setup.createToken.link": "Open Slack dashboard",
6740
+ "agents.channels.slack.setup.copyAccessToken.title": "Add token",
6741
+ "agents.channels.slack.setup.copyAccessToken.description": "Paste the app configuration token from Slack.",
6742
+ "agents.channels.slack.setup.copyAccessToken.label": "Token",
6743
+ "agents.channels.slack.setup.copyAccessToken.placeholder": "Token",
6744
+ "agents.channels.slack.setup.copyAccessToken.showToken": "Show token",
6745
+ "agents.channels.slack.setup.copyAccessToken.hideToken": "Hide token",
6746
+ "agents.channels.slack.setup.copyAccessToken.hint": "This is unique to you and your workspace. Starts with xoxe.xoxp-",
6747
+ "agents.channels.slack.setup.copyAccessToken.invalidToken": "This Slack app configuration token is invalid. Check the token and try again.",
6748
+ "agents.channels.slack.setup.installApp.title": "Install app",
6749
+ "agents.channels.slack.setup.installApp.description": "Install the Slack app and connect it to this agent.",
6750
+ "agents.channels.slack.setup.installApp.button": "Install app",
6751
+ "agents.channels.slack.setup.installApp.error": "Could not install the Slack app.",
6752
+ "agents.channels.slack.manualSetup.title": "Configure manually",
6753
+ "agents.channels.linear.setup.createOAuthApplication.title": "Create OAuth application",
6754
+ "agents.channels.linear.setup.createOAuthApplication.description": "Go to Linear and create a new OAuth application. You will need admin permissions.",
6755
+ "agents.channels.linear.setup.createOAuthApplication.button": "Open Linear",
6756
+ "agents.channels.linear.setup.configureApplication.title": "Configure application",
6757
+ "agents.channels.linear.setup.configureApplication.description": "Add name, description, and url. Copy the redirect URI and webhook URL.",
6758
+ "agents.channels.linear.setup.configureApplication.webhookHint": "Remember to check ‘Agent session events’ for webhooks.",
6759
+ "agents.channels.linear.setup.createCredential.title": "Create credential",
6760
+ "agents.channels.linear.setup.createCredential.description": "Copy your Client ID, Client secret, and Signing secret to create a new credential.",
6761
+ "agents.channels.linear.setup.createCredential.installButton": "Install app",
6762
+ "agents.channels.telegram.setup.credential.title": "Add credential",
6763
+ "agents.channels.telegram.setup.access.title": "Set access and restrictions",
6764
+ "agents.channels.telegram.setup.connect.title": "Connect Telegram",
6659
6765
  "agents.builder.addTrigger.slack.manual.title": "Manual configuration",
6660
6766
  "agents.builder.addTrigger.slack.manual.description": "If you want to create the Slack app manually, use this app manifest to create it, install it, then create a Slack credential with the Slack bot token and signing secret.",
6661
6767
  "agents.builder.addTrigger.slack.manifestHint": "Copy the app manifest and paste it into your Slack app's settings to configure events, scopes, and interactivity.",
@@ -6737,7 +6843,17 @@ var en_default = {
6737
6843
  "tools.connection.detail.readTools": "Read tools",
6738
6844
  "tools.connection.detail.writeTools": "Write tools",
6739
6845
  "tools.connection.detail.otherTools": "Tools",
6740
- "tools.connection.detail.noAdditionalDetails": "No additional details available"
6846
+ "tools.connection.detail.noAdditionalDetails": "No additional details available",
6847
+ "generic.disconnect": "Disconnect",
6848
+ "agents.channels.modal.title": "Channels",
6849
+ "agents.channels.modal.connectTitle": "Connect {channel}",
6850
+ "agents.channels.modal.editTitle": "Edit {channel}",
6851
+ "agents.channels.modal.backToChannels": "Back to channels",
6852
+ "agents.channels.modal.description": "Choose a channel to connect to your agent. Channels allow your agent to receive messages and respond to events.",
6853
+ "agents.channels.modal.connectDescription": "Connect your {channel} account",
6854
+ "agents.channels.modal.setupPlaceholder": "Setup view for {channel} will go here.",
6855
+ "agents.channels.modal.editPlaceholder": "Edit view for {channel} will go here.",
6856
+ "agents.channels.modal.connected": "Connected"
6741
6857
  };
6742
6858
 
6743
6859
  //#endregion