@n8n/i18n 2.36.3 → 2.37.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 +151 -67
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +151 -67
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +136 -52
- package/dist/types2.d.mts +136 -52
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -243,6 +243,8 @@ var en_default = {
|
|
|
243
243
|
"auth.setup.setupOwner": "Set up owner account",
|
|
244
244
|
"auth.signin": "Sign in",
|
|
245
245
|
"auth.signin.error": "Problem logging in",
|
|
246
|
+
"auth.signin.accessDenied.title": "You don't have access to n8n",
|
|
247
|
+
"auth.signin.accessDenied": "Your role or permissions do not currently give you access to n8n. Please speak to your administrator if you think this is incorrect.",
|
|
246
248
|
"auth.signin.sessionExpired.title": "Session expired",
|
|
247
249
|
"auth.signin.sessionExpired": "Your session has expired. Please log in again to continue using n8n.",
|
|
248
250
|
"auth.signout": "Sign out",
|
|
@@ -1287,8 +1289,10 @@ var en_default = {
|
|
|
1287
1289
|
"duplicateWorkflowDialog.errors.generic.title": "Duplicate workflow failed",
|
|
1288
1290
|
"experiments.instanceAiProactiveAgent.message": "Hey, I can build your first workflow in a few minutes. Do you know what you want to automate, or do you want help with ideas?",
|
|
1289
1291
|
"experiments.instanceAiProactiveAgent.typingLabel": "AI Assistant is typing",
|
|
1292
|
+
"experiments.instanceAiFreeNudge.variant1": "Free to use. No execution cost",
|
|
1293
|
+
"experiments.instanceAiFreeNudge.variant2": "The new AI Assistant is free to use",
|
|
1290
1294
|
"experiments.instanceAiPromptSuggestionsV2.emptyState.title": "What do you want to automate?",
|
|
1291
|
-
"experiments.instanceAiPromptSuggestionsV2.input.placeholder": "Tell me what to build or ask
|
|
1295
|
+
"experiments.instanceAiPromptSuggestionsV2.input.placeholder": "Tell me what to build or ask a question – add context with +",
|
|
1292
1296
|
"experiments.instanceAiPromptSuggestionsV2.nextSuggestions": "Show more prompt suggestions",
|
|
1293
1297
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.processInvoices.label": "Process invoices",
|
|
1294
1298
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.processInvoices.prompt": "Every morning, scan Gmail for new invoices, use Claude to extract details and cross-check them against purchase orders in Google Sheets, flag any discrepancies for review, and add all payment due dates to Google Calendar automatically.",
|
|
@@ -1333,7 +1337,7 @@ var en_default = {
|
|
|
1333
1337
|
"experiments.instanceAiSplitEmptyState.examples.startFromAnExample": "Start from an example",
|
|
1334
1338
|
"experiments.instanceAiSplitEmptyState.input.placeholder": "Tell me what to build, or ask me for ideas",
|
|
1335
1339
|
"experiments.instanceAiWorkflowPreviewSuggestions.emptyState.title": "What do you want to automate?",
|
|
1336
|
-
"experiments.instanceAiWorkflowPreviewSuggestions.input.placeholder": "Tell me what to build or ask
|
|
1340
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.input.placeholder": "Tell me what to build or ask a question – add context with +",
|
|
1337
1341
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.label": "Score my leads",
|
|
1338
1342
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.prompt": "When a new lead is created in my CRM, enrich it with Lemlist, score it based on fit, then update the lead if qualified and notify the sales team on Slack.",
|
|
1339
1343
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.label": "Process invoices",
|
|
@@ -1452,6 +1456,10 @@ var en_default = {
|
|
|
1452
1456
|
"agentSessions.origin.subAgent": "Sub-agent",
|
|
1453
1457
|
"agentSessions.origin.schedule": "Schedule",
|
|
1454
1458
|
"agentSessions.origin.workflow": "Workflow",
|
|
1459
|
+
"agentSessions.origin.slack": "Slack",
|
|
1460
|
+
"agentSessions.origin.telegram": "Telegram",
|
|
1461
|
+
"agentSessions.origin.linear": "Linear",
|
|
1462
|
+
"agentSessions.origin.discord": "Discord",
|
|
1455
1463
|
"agentSessions.goToParentRun": "Go to parent run",
|
|
1456
1464
|
"agentSessions.viewTrace": "View session trace",
|
|
1457
1465
|
"agentSessions.langsmithExport.button": "Send to LangSmith",
|
|
@@ -1463,6 +1471,18 @@ var en_default = {
|
|
|
1463
1471
|
"agentSessions.langsmithExport.error": "Session couldn't be sent to LangSmith. Try again.",
|
|
1464
1472
|
"agentSessions.actions": "Actions",
|
|
1465
1473
|
"agentSessions.empty": "No agent sessions",
|
|
1474
|
+
"agentSessions.emptyWithFilters": "No sessions match these filters",
|
|
1475
|
+
"agentSessions.filters.status": "Status",
|
|
1476
|
+
"agentSessions.filters.anyStatus": "Any status",
|
|
1477
|
+
"agentSessions.filters.origin": "Origin",
|
|
1478
|
+
"agentSessions.filters.anyOrigin": "Any origin",
|
|
1479
|
+
"agentSessions.filters.lastActivity": "Last activity",
|
|
1480
|
+
"agentSessions.filters.earliest": "Earliest",
|
|
1481
|
+
"agentSessions.filters.latest": "Latest",
|
|
1482
|
+
"agentSessions.filters.to": "to",
|
|
1483
|
+
"agentSessions.filters.reset": "Reset filters",
|
|
1484
|
+
"agentSessions.status.succeeded": "Succeeded",
|
|
1485
|
+
"agentSessions.status.error": "Error",
|
|
1466
1486
|
"agentSessions.loadMore": "Load more",
|
|
1467
1487
|
"agentSessions.deleteConfirm.headline": "Delete Session?",
|
|
1468
1488
|
"agentSessions.deleteConfirm.message": "This will delete the session and all its executions. This cannot be undone.",
|
|
@@ -1471,9 +1491,11 @@ var en_default = {
|
|
|
1471
1491
|
"agentSessions.showError.delete": "Problem deleting session",
|
|
1472
1492
|
"agentSessions.showError.load": "Problem loading sessions",
|
|
1473
1493
|
"agentSessions.status": "Status",
|
|
1494
|
+
"agentSessions.status.cancelled": "Canceled",
|
|
1495
|
+
"agentSessions.status.interrupted": "Interrupted",
|
|
1496
|
+
"agentSessions.status.running": "Running",
|
|
1474
1497
|
"agentSessions.duration": "Duration",
|
|
1475
1498
|
"agentSessions.sessionId": "Session ID",
|
|
1476
|
-
"agentSessions.success": "Success",
|
|
1477
1499
|
"agentSessions.detail.selectMessage": "Click an assistant message to view details",
|
|
1478
1500
|
"agentSessions.detail.tokenUsage": "Token Usage",
|
|
1479
1501
|
"agentSessions.detail.input": "Input",
|
|
@@ -1526,6 +1548,12 @@ var en_default = {
|
|
|
1526
1548
|
"agentSessions.timeline.openForm": "Open form",
|
|
1527
1549
|
"agentSessions.timeline.workflowError": "Workflow call did not produce an execution",
|
|
1528
1550
|
"agentSessions.timeline.nodeError": "Tool experienced an error",
|
|
1551
|
+
"agentSessions.timeline.executionFailed": "Execution failed",
|
|
1552
|
+
"agentSessions.timeline.executionInterrupted": "Execution interrupted",
|
|
1553
|
+
"agentSessions.timeline.executionFailedFallback": "The agent execution failed before completing.",
|
|
1554
|
+
"agentSessions.timeline.executionInterruptedFallback": "The agent execution was interrupted before completing.",
|
|
1555
|
+
"agentSessions.timeline.toolError": "Tool call failed",
|
|
1556
|
+
"agentSessions.timeline.failed": "Failed",
|
|
1529
1557
|
"agentSessions.timeline.filter": "Filter",
|
|
1530
1558
|
"agentSessions.timeline.clearFilter": "Clear",
|
|
1531
1559
|
"agentSessions.timeline.suspended": "Suspended",
|
|
@@ -2023,6 +2051,9 @@ var en_default = {
|
|
|
2023
2051
|
"ndv.pinData.unpinAndExecute.description": "Testing a node overwrites pinned data.",
|
|
2024
2052
|
"ndv.pinData.unpinAndExecute.cancel": "Cancel",
|
|
2025
2053
|
"ndv.pinData.unpinAndExecute.confirm": "Unpin and test",
|
|
2054
|
+
"ndv.pinData.aiSimulated.confirm.title": "Pin simulated data?",
|
|
2055
|
+
"ndv.pinData.aiSimulated.confirm.description": "The AI Assistant made this data up to test the workflow without calling real services. If you pin it, test runs will use it instead of real data. Any IDs, emails or records in it don't exist.",
|
|
2056
|
+
"ndv.pinData.aiSimulated.confirm.confirmButtonText": "Pin anyway",
|
|
2026
2057
|
"ndv.pinData.beforeClosing.title": "Save output changes before closing?",
|
|
2027
2058
|
"ndv.pinData.beforeClosing.cancel": "Discard",
|
|
2028
2059
|
"ndv.pinData.beforeClosing.confirm": "Save",
|
|
@@ -2264,6 +2295,26 @@ var en_default = {
|
|
|
2264
2295
|
"aiGateway.credentialMode.own.title": "My own credential",
|
|
2265
2296
|
"aiGateway.credentialMode.own.subtitle": "Use your own API key",
|
|
2266
2297
|
"aiGateway.unsupportedAction.notice": "{actionName} is currently not supported via n8n credits. Switch to using your own credential to use it.",
|
|
2298
|
+
"aiGateway.topUp.modal.title.member": "Contact your admin to top-up",
|
|
2299
|
+
"aiGateway.topUp.modal.title.trial": "Upgrade your plan to top-up",
|
|
2300
|
+
"aiGateway.topUp.modal.description.member": "Only the Instance Owner can top up credits and configure auto-top-up in the Cloud Admin Panel. Ask them to add credits so you can keep using AI models and connected services without managing API keys.",
|
|
2301
|
+
"aiGateway.topUp.modal.description.member.trial": "This instance is on a trial, so the Instance Owner needs to upgrade to a paid plan before they can top up credits. Ask them to upgrade and add credits so you can keep using AI models and connected services without managing API keys.",
|
|
2302
|
+
"aiGateway.topUp.modal.description.trial": "Access to a paid plan is required to top up credits and configure auto-top-up. Upgrade to add credits so you can keep using AI models and connected services without managing API keys.",
|
|
2303
|
+
"aiGateway.topUp.modal.servicesHint": "Zero setup access to:",
|
|
2304
|
+
"aiGateway.topUp.modal.service.openAi": "OpenAI",
|
|
2305
|
+
"aiGateway.topUp.modal.service.anthropic": "Anthropic",
|
|
2306
|
+
"aiGateway.topUp.modal.service.googleGemini": "Google Gemini",
|
|
2307
|
+
"aiGateway.topUp.modal.service.minimax": "MiniMax",
|
|
2308
|
+
"aiGateway.topUp.modal.service.moonshot": "Moonshot",
|
|
2309
|
+
"aiGateway.topUp.modal.service.qwenCloud": "Qwen Cloud",
|
|
2310
|
+
"aiGateway.topUp.modal.service.firecrawl": "Firecrawl",
|
|
2311
|
+
"aiGateway.topUp.modal.service.browserbase": "Browserbase",
|
|
2312
|
+
"aiGateway.topUp.modal.service.brave": "Brave Search",
|
|
2313
|
+
"aiGateway.topUp.modal.service.pdfco": "PDF.co",
|
|
2314
|
+
"aiGateway.topUp.modal.service.llamaIndex": "LlamaIndex",
|
|
2315
|
+
"aiGateway.topUp.modal.cta.contactAdmin": "Contact admin",
|
|
2316
|
+
"aiGateway.topUp.modal.cta.contactAdmin.subject": "n8n credits top-up",
|
|
2317
|
+
"aiGateway.topUp.modal.cta.openAdminPanelError": "Could not open the Cloud Admin Panel",
|
|
2267
2318
|
"nodeCredentials.oauth.accountConnectionFailed": "Account connection failed",
|
|
2268
2319
|
"nodeErrorView.cause": "Cause",
|
|
2269
2320
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|
|
@@ -2761,7 +2812,9 @@ var en_default = {
|
|
|
2761
2812
|
"projectRoles.project:read": "View",
|
|
2762
2813
|
"projectRoles.project:read.tooltip": "View project name, icon, description, and navigate within the project",
|
|
2763
2814
|
"projectRoles.project:update": "Edit",
|
|
2764
|
-
"projectRoles.project:update.tooltip": "Edit project
|
|
2815
|
+
"projectRoles.project:update.tooltip": "Edit project name, icon, and description",
|
|
2816
|
+
"projectRoles.project:manageMembers": "Manage members",
|
|
2817
|
+
"projectRoles.project:manageMembers.tooltip": "Add members to the project, change their role, and remove them",
|
|
2765
2818
|
"projectRoles.project:delete": "Delete",
|
|
2766
2819
|
"projectRoles.project:delete.tooltip": "Delete the entire project and all its contents",
|
|
2767
2820
|
"projectRoles.project:export": "Export",
|
|
@@ -2974,6 +3027,7 @@ var en_default = {
|
|
|
2974
3027
|
"instanceRoles.description.insights.view": "View instance-level insights",
|
|
2975
3028
|
"instanceRoles.warning.manageMembers": "A user with this permission can give themselves or an account they invite permissions they don't currently hold. {link}",
|
|
2976
3029
|
"instanceRoles.warning.manageRoles": "A user with this permission can edit their own custom role to add permissions they weren't originally granted. {link}",
|
|
3030
|
+
"instanceRoles.warning.manageProjectRoles": "A user with this permission can edit a custom project role they hold themselves to grant themselves permissions they weren't originally granted in that project. {link}",
|
|
2977
3031
|
"instanceRoles.warning.viewDocs": "View docs",
|
|
2978
3032
|
"roles.instance.newRole": "New instance role",
|
|
2979
3033
|
"roles.instance.editRole": "Custom instance role",
|
|
@@ -3126,6 +3180,7 @@ var en_default = {
|
|
|
3126
3180
|
"runData.table.viewSubExecution": "View sub-execution {id}",
|
|
3127
3181
|
"runData.pindata.learnMore": "Learn more",
|
|
3128
3182
|
"runData.pindata.thisDataIsPinned": "This data is pinned for test executions.",
|
|
3183
|
+
"runData.aiSimulatedData.callout": "This data was made up by the AI Assistant to test the workflow. It is not real data.",
|
|
3129
3184
|
"runData.pindata.unpin": "Unpin",
|
|
3130
3185
|
"runData.editor.save": "Save",
|
|
3131
3186
|
"runData.editor.cancel": "Cancel",
|
|
@@ -4304,7 +4359,6 @@ var en_default = {
|
|
|
4304
4359
|
"nodeIssues.credentials.notIdentified": "Credentials with name {name} exist for {type}.",
|
|
4305
4360
|
"nodeIssues.credentials.notIdentified.hint": "Credentials are not clearly identified. Please select the correct credentials.",
|
|
4306
4361
|
"nodeIssues.credentials.privateNotConnected": "'{name}' end-user credential is not connected for you. Connect yours to execute this step manually.",
|
|
4307
|
-
"nodeIssues.credentials.privateRequiresIdentityTriggerWithWebhook": "End-user credentials aren't supported by this workflow's trigger. Supported triggers: Manual, Sub-workflow, Chat available in n8n Chat Hub, and MCP or Webhook with n8n user authentication. To use another trigger, switch this credential to Fixed.",
|
|
4308
4362
|
"nodeIssues.credentials.privateRequiresIdentityTriggerWithFormAndWebhook": "End-user credentials aren't supported by this workflow's trigger. Supported triggers: Manual, Sub-workflow, Chat available in n8n Chat Hub, and MCP, Form, or Webhook with n8n user authentication. To use another trigger, switch this credential to Fixed.",
|
|
4309
4363
|
"nodeIssues.credentials.privateRequiresIdentityExtractor": "End-user credentials with this resolver need a trigger that extracts an identity. Configure an identity extractor on the trigger, or switch this credential to Fixed.",
|
|
4310
4364
|
"nodeIssues.input.missing": "No node connected to required input \"{inputName}\"",
|
|
@@ -4348,6 +4402,7 @@ var en_default = {
|
|
|
4348
4402
|
"ndv.nodeHints.executeOnce": "This node will execute only once, no matter how many input items there are",
|
|
4349
4403
|
"ndv.nodeHints.retryOnFail": "This node will automatically retry if it fails",
|
|
4350
4404
|
"ndv.nodeHints.continueOnError": "Execution will continue even if the node fails",
|
|
4405
|
+
"ndv.nodeHints.repeatedCount": "Occurred {count} times",
|
|
4351
4406
|
"updatesPanel.andIs": "and is",
|
|
4352
4407
|
"updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
|
|
4353
4408
|
"updatesPanel.howToUpdateYourN8nVersion": "How to update your n8n version",
|
|
@@ -4479,7 +4534,8 @@ var en_default = {
|
|
|
4479
4534
|
"workflowSettings.callerIds": "IDs of workflows that can call this one",
|
|
4480
4535
|
"workflowSettings.callerIds.placeholder": "e.g. 14, 18",
|
|
4481
4536
|
"workflowSettings.callerPolicy": "This workflow can be called by",
|
|
4482
|
-
"workflowSettings.callerPolicy.options.any": "Any workflow",
|
|
4537
|
+
"workflowSettings.callerPolicy.options.any": "Any workflow (deprecated)",
|
|
4538
|
+
"workflowSettings.callerPolicy.any.deprecationNotice": "\"Any workflow\" is deprecated and will be removed in version 3. It lets this workflow be called from any project on the instance, which bypasses project permissions. Switch to \"Selected workflows\" or the same-project option before upgrading, otherwise these sub-workflow calls will fail.",
|
|
4483
4539
|
"workflowSettings.callerPolicy.options.workflowsFromPersonalProject": "Workflows created by {projectName}",
|
|
4484
4540
|
"workflowSettings.callerPolicy.options.workflowsFromTeamProject": "Only workflows in {projectName}",
|
|
4485
4541
|
"workflowSettings.callerPolicy.options.workflowsFromSameProject": "Only workflows in the same project",
|
|
@@ -4664,10 +4720,9 @@ var en_default = {
|
|
|
4664
4720
|
"workflowReviews.editorBanner.openReview": "Open review",
|
|
4665
4721
|
"workflowReviews.editorBanner.submitChanges": "Submit changes",
|
|
4666
4722
|
"workflowReviews.editorBanner.submitChanges.savedVersionHint": "Save your changes first to submit them to this review.",
|
|
4667
|
-
"workflowReviews.editorBanner.retryPublish": "Retry publish",
|
|
4668
4723
|
"workflowReviews.editorBanner.pending.pill": "Waiting for review",
|
|
4669
4724
|
"workflowReviews.editorBanner.pending.title": "Waiting for review",
|
|
4670
|
-
"workflowReviews.editorBanner.pending.body": "
|
|
4725
|
+
"workflowReviews.editorBanner.pending.body": "{version} is waiting for review.",
|
|
4671
4726
|
"workflowReviews.editorBanner.pending.support": "You can keep editing while the review is open.",
|
|
4672
4727
|
"workflowReviews.editorBanner.pendingStale.pill": "Update review",
|
|
4673
4728
|
"workflowReviews.editorBanner.pendingStale.title": "Update review",
|
|
@@ -4675,13 +4730,9 @@ var en_default = {
|
|
|
4675
4730
|
"workflowReviews.editorBanner.pendingStale.support": "Submit the latest version to update the review.",
|
|
4676
4731
|
"workflowReviews.editorBanner.changesRequested.pill": "Changes requested",
|
|
4677
4732
|
"workflowReviews.editorBanner.changesRequested.title": "Changes requested",
|
|
4678
|
-
"workflowReviews.editorBanner.changesRequested.body": "{actor} requested changes on
|
|
4679
|
-
"workflowReviews.editorBanner.changesRequested.bodyWithoutActor": "Changes were requested on
|
|
4733
|
+
"workflowReviews.editorBanner.changesRequested.body": "{actor} requested changes on {version}.",
|
|
4734
|
+
"workflowReviews.editorBanner.changesRequested.bodyWithoutActor": "Changes were requested on {version}.",
|
|
4680
4735
|
"workflowReviews.editorBanner.changesRequested.support": "Make your edits on this canvas, then submit the latest changes back to the review.",
|
|
4681
|
-
"workflowReviews.editorBanner.approvedNotPublished.pill": "Approved",
|
|
4682
|
-
"workflowReviews.editorBanner.approvedNotPublished.title": "Approved, not published",
|
|
4683
|
-
"workflowReviews.editorBanner.approvedNotPublished.body": "Version {version} was approved but hasn't been published.",
|
|
4684
|
-
"workflowReviews.editorBanner.approvedNotPublished.support": "Retry publishing it, or open the review for details.",
|
|
4685
4736
|
"workflowHistory.content.actions": "Actions",
|
|
4686
4737
|
"workflowHistory.item.id": "ID: {id}",
|
|
4687
4738
|
"workflowHistory.item.createdAt": "{date} at {time}",
|
|
@@ -5140,6 +5191,7 @@ var en_default = {
|
|
|
5140
5191
|
"settings.ai.confirm.message.builderDisabled": "Disabling data sending will reduce the effectiveness of AI features. Are you sure you want to proceed?",
|
|
5141
5192
|
"settings.ai.confirm.message.builderEnabled": "Disabling data sending will turn off the AI Workflow Builder and reduce the effectiveness of AI features. Are you sure you want to proceed?",
|
|
5142
5193
|
"settings.ai.confirm.confirmButtonText": "Yes, disable",
|
|
5194
|
+
"settings.n8nCredits": "n8n credits",
|
|
5143
5195
|
"settings.n8nConnect": "n8n Connect",
|
|
5144
5196
|
"settings.n8nConnect.title": "n8n Connect",
|
|
5145
5197
|
"settings.n8nConnect.description": "The easy way to manage AI usage and cost",
|
|
@@ -5159,15 +5211,15 @@ var en_default = {
|
|
|
5159
5211
|
"settings.n8nConnect.wallet.quota": "budget",
|
|
5160
5212
|
"settings.n8nConnect.wallet.topUp": "Top up balance",
|
|
5161
5213
|
"settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
|
|
5162
|
-
"instanceAi.onboarding.title": "AI Assistant",
|
|
5214
|
+
"instanceAi.onboarding.title": "Build and debug faster with the AI Assistant",
|
|
5163
5215
|
"instanceAi.onboarding.benefit.build": "Build and edit workflows through conversation",
|
|
5164
5216
|
"instanceAi.onboarding.benefit.debug": "Debug failed executions and suggest fixes",
|
|
5165
5217
|
"instanceAi.onboarding.benefit.help": "Ask anything about n8n and get contextual help",
|
|
5166
5218
|
"instanceAi.onboarding.incomplete.lede": "Build and edit workflows through conversation, troubleshoot failed executions, and get contextual help.",
|
|
5167
|
-
"instanceAi.onboarding.setUp": "
|
|
5219
|
+
"instanceAi.onboarding.setUp": "Get started",
|
|
5220
|
+
"instanceAi.onboarding.setUpLater": "Set up later in Settings",
|
|
5168
5221
|
"instanceAi.onboarding.connectModel": "Connect a model",
|
|
5169
5222
|
"instanceAi.onboarding.finishSetup": "Finish setup",
|
|
5170
|
-
"instanceAi.onboarding.learnMore": "Learn more",
|
|
5171
5223
|
"instanceAi.onboarding.notSet": "Not set",
|
|
5172
5224
|
"instanceAi.onboarding.disabled": "Disabled",
|
|
5173
5225
|
"instanceAi.onboarding.foundOnServer": "Found in server configuration",
|
|
@@ -5239,6 +5291,7 @@ var en_default = {
|
|
|
5239
5291
|
"instanceAi.onboarding.verification.unreachable": "The service couldn't be reached. Check the URL and network access, then try again.",
|
|
5240
5292
|
"instanceAi.onboarding.verification.invalid_response": "The service returned an unexpected response. Check that the URL points to the supported API and try again.",
|
|
5241
5293
|
"instanceAi.onboarding.verification.provider_error": "The service couldn't complete the test. Check its status and your settings, then try again.",
|
|
5294
|
+
"instanceAi.onboarding.verification.errorDetails": "Error details: {details}",
|
|
5242
5295
|
"instanceAi.onboarding.turnOff.action": "Turn off for this instance",
|
|
5243
5296
|
"instanceAi.onboarding.turnOff.title": "Turn off AI Assistant",
|
|
5244
5297
|
"instanceAi.onboarding.turnOff.description": "The Assistant disappears from the sidebar for everyone on this instance. You can enable AI Assistant at any time from Settings.",
|
|
@@ -5248,22 +5301,6 @@ var en_default = {
|
|
|
5248
5301
|
"settings.n8nAgent": "AI Assistant",
|
|
5249
5302
|
"settings.n8nAgent.description": "Control how the AI Assistant runs on this instance and what data it can use.",
|
|
5250
5303
|
"settings.n8nAgent.docsLabel": "AI Assistant docs",
|
|
5251
|
-
"settings.agentBuilder.title": "Agents",
|
|
5252
|
-
"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.",
|
|
5253
|
-
"settings.agentBuilder.section.model": "Builder model",
|
|
5254
|
-
"settings.agentBuilder.section.help": "The agent builder is the AI that helps users design and configure agents. This setting controls which LLM that builder runs on.",
|
|
5255
|
-
"settings.agentBuilder.mode.default.label": "Use n8n AI",
|
|
5256
|
-
"settings.agentBuilder.mode.custom.label": "Use custom provider",
|
|
5257
|
-
"settings.agentBuilder.proxyDisabledTooltip": "n8n AI requires an active license and the N8N_AI_ASSISTANT_BASE_URL setting. Pick a custom provider to use the builder on this instance.",
|
|
5258
|
-
"settings.agentBuilder.status.proxy": "Builder will use the n8n AI assistant ({model}).",
|
|
5259
|
-
"settings.agentBuilder.status.envVar": "Builder will use the N8N_AI_ANTHROPIC_KEY environment variable as a fallback. Configure a credential to make this setup explicit.",
|
|
5260
|
-
"settings.agentBuilder.status.custom": "Builder will use {provider}/{model} via the selected credential.",
|
|
5261
|
-
"settings.agentBuilder.status.customIncomplete": "Pick a provider and credential to finish setup.",
|
|
5262
|
-
"settings.agentBuilder.missingCredential.title": "Credential required",
|
|
5263
|
-
"settings.agentBuilder.missingCredential.message": "Pick a credential for this provider before saving.",
|
|
5264
|
-
"settings.agentBuilder.saved": "Agent builder settings saved",
|
|
5265
|
-
"settings.agentBuilder.saveError": "Could not save agent builder settings",
|
|
5266
|
-
"settings.agentBuilder.loadError": "Could not load agent builder settings",
|
|
5267
5304
|
"agents.modelSelector.defaultLabel": "Select model",
|
|
5268
5305
|
"agents.modelSelector.noMatch": "No models found",
|
|
5269
5306
|
"agents.modelSelector.noModels": "No models available for this provider",
|
|
@@ -5486,61 +5523,77 @@ var en_default = {
|
|
|
5486
5523
|
"settings.security.workflowReviews.confirmDisable.headline": "Disable workflow reviews",
|
|
5487
5524
|
"settings.security.workflowReviews.confirmDisable.message": "Workflow reviews will no longer be available on this instance. Existing project-level review settings will be ignored.",
|
|
5488
5525
|
"workflowReviews.menu.title": "Reviews",
|
|
5526
|
+
"workflowReviews.openReviews": "Open reviews",
|
|
5527
|
+
"workflowReviews.closedReviews": "Closed reviews",
|
|
5489
5528
|
"workflowReviews.page.title": "Reviews",
|
|
5490
|
-
"workflowReviews.disclaimer.body": "Submit workflow versions for review before publishing. When reviews are assigned to your projects, they will appear here.",
|
|
5491
5529
|
"workflowReviews.sidebar.tabs.open": "Open",
|
|
5492
5530
|
"workflowReviews.sidebar.tabs.closed": "Closed",
|
|
5493
|
-
"workflowReviews.sidebar.empty.closed": "No closed reviews",
|
|
5494
5531
|
"workflowReviews.sidebar.section.waiting.title": "Waiting for your review",
|
|
5495
5532
|
"workflowReviews.sidebar.section.waiting.titleAdmin": "Waiting for review",
|
|
5496
|
-
"workflowReviews.sidebar.section.waiting.empty": "No reviews waiting on you",
|
|
5497
|
-
"workflowReviews.sidebar.section.waiting.emptyAdmin": "No reviews waiting",
|
|
5498
5533
|
"workflowReviews.sidebar.section.authored.title": "Authored by you",
|
|
5499
|
-
"workflowReviews.sidebar.section.authored.empty": "You haven't authored any open reviews",
|
|
5500
5534
|
"workflowReviews.sidebar.loadMore": "Load more",
|
|
5501
5535
|
"workflowReviews.sidebar.error": "Couldn't load reviews",
|
|
5502
|
-
"workflowReviews.sidebar.retry": "Retry",
|
|
5503
5536
|
"workflowReviews.status.open": "Open",
|
|
5504
5537
|
"workflowReviews.status.closed": "Closed",
|
|
5538
|
+
"workflowReviews.status.combinedLabel": "{state} • {decision}",
|
|
5505
5539
|
"workflowReviews.decision.pending": "Waiting for review",
|
|
5506
5540
|
"workflowReviews.decision.changes_requested": "Changes requested",
|
|
5507
5541
|
"workflowReviews.decision.approved": "Approved",
|
|
5542
|
+
"workflowReviews.decision.noDecision": "No decision",
|
|
5508
5543
|
"workflowReviews.detail.tabs.activity": "Activity",
|
|
5509
5544
|
"workflowReviews.detail.tabs.changes": "Changes",
|
|
5545
|
+
"workflowReviews.detail.closedCallout.title": "Submission closed",
|
|
5546
|
+
"workflowReviews.detail.closedCallout.approvedAndPublished": "The review was approved and the workflow was published.",
|
|
5547
|
+
"workflowReviews.detail.closedCallout.noReviewableWorkflows": "The review was closed automatically {timestamp} because there is nothing left to review.",
|
|
5510
5548
|
"workflowReviews.detail.activity.description": "Description",
|
|
5511
5549
|
"workflowReviews.detail.activity.noDescription": "No description provided.",
|
|
5512
5550
|
"workflowReviews.detail.activity.listLabel": "Review activity",
|
|
5513
5551
|
"workflowReviews.detail.activity.comment.deleted": "This comment was deleted.",
|
|
5514
5552
|
"workflowReviews.detail.activity.unknownEntry": "This activity entry can't be displayed.",
|
|
5515
5553
|
"workflowReviews.detail.activity.unknownAuthor": "Deleted user",
|
|
5554
|
+
"workflowReviews.detail.activity.unknownWorkflow": "unknown workflow",
|
|
5516
5555
|
"workflowReviews.detail.activity.opened": "Review submitted",
|
|
5517
5556
|
"workflowReviews.detail.activity.changesRequested": "Requested changes",
|
|
5518
5557
|
"workflowReviews.detail.activity.approved": "Approved submission",
|
|
5519
5558
|
"workflowReviews.detail.activity.versionUpdated": "New workflow version submitted",
|
|
5520
|
-
"workflowReviews.detail.activity.
|
|
5521
|
-
"workflowReviews.detail.activity.
|
|
5522
|
-
"workflowReviews.detail.activity.
|
|
5559
|
+
"workflowReviews.detail.activity.versionUpdated.named": "New version submitted for {workflowName}",
|
|
5560
|
+
"workflowReviews.detail.activity.workflowArchived.user": "Archived the workflow",
|
|
5561
|
+
"workflowReviews.detail.activity.workflowArchived.user.named": "Archived {workflowName}",
|
|
5562
|
+
"workflowReviews.detail.activity.workflowArchived.system": "The workflow was archived by the system",
|
|
5563
|
+
"workflowReviews.detail.activity.workflowArchived.system.named": "{workflowName} was archived by the system",
|
|
5564
|
+
"workflowReviews.detail.activity.workflowDeleted.user": "Deleted the workflow",
|
|
5565
|
+
"workflowReviews.detail.activity.workflowDeleted.user.named": "Deleted {workflowName}",
|
|
5566
|
+
"workflowReviews.detail.activity.workflowDeleted.system": "The workflow was deleted by the system",
|
|
5567
|
+
"workflowReviews.detail.activity.workflowDeleted.system.named": "{workflowName} was deleted by the system",
|
|
5568
|
+
"workflowReviews.detail.activity.workflowMoved.user": "Moved the workflow to another project",
|
|
5569
|
+
"workflowReviews.detail.activity.workflowMoved.user.named": "Moved {workflowName} to another project",
|
|
5570
|
+
"workflowReviews.detail.activity.workflowMoved.system": "The workflow was moved to another project by the system",
|
|
5571
|
+
"workflowReviews.detail.activity.workflowMoved.system.named": "{workflowName} was moved to another project by the system",
|
|
5572
|
+
"workflowReviews.detail.activity.workflowPublished": "Published {workflowName}",
|
|
5523
5573
|
"workflowReviews.detail.activity.composer.label": "Add a comment",
|
|
5524
5574
|
"workflowReviews.detail.activity.composer.placeholder": "Leave a comment...",
|
|
5525
5575
|
"workflowReviews.detail.activity.composer.notAllowed": "You don't have permission to comment on this review.",
|
|
5526
|
-
"workflowReviews.detail.activity.error.load": "
|
|
5576
|
+
"workflowReviews.detail.activity.error.load": "Couldn't load activity",
|
|
5527
5577
|
"workflowReviews.detail.activity.error.post": "Could not post comment",
|
|
5528
5578
|
"workflowReviews.detail.metadata.status": "Status",
|
|
5529
|
-
"workflowReviews.detail.metadata.state.combinedLabel": "{state} • {status}",
|
|
5530
5579
|
"workflowReviews.detail.metadata.requestedBy": "Requested by",
|
|
5531
5580
|
"workflowReviews.detail.metadata.requesterDeleted": "Deleted user",
|
|
5532
5581
|
"workflowReviews.detail.metadata.otherAuthors": "Other authors",
|
|
5533
5582
|
"workflowReviews.detail.metadata.reviewers": "Reviewers",
|
|
5534
5583
|
"workflowReviews.detail.metadata.noReviewers": "No reviewers assigned.",
|
|
5535
5584
|
"workflowReviews.detail.metadata.workflow": "Workflow",
|
|
5536
|
-
"workflowReviews.changes.
|
|
5537
|
-
"workflowReviews.changes.empty": "This review doesn't contain any workflows.",
|
|
5585
|
+
"workflowReviews.changes.workflowUnavailable": "The workflow in this review is no longer available.",
|
|
5538
5586
|
"workflowReviews.changes.unavailable": "Couldn't load the changes for this review. Refresh to try again.",
|
|
5539
5587
|
"workflowReviews.changes.versionUnavailable.body": "The submitted workflow version is no longer available.",
|
|
5588
|
+
"workflowReviews.changes.closedWithoutApproval": "This review was closed without approval, so there are no changes to compare.",
|
|
5540
5589
|
"workflowReviews.changes.noChanges": "No changes compared to the published version.",
|
|
5541
5590
|
"workflowReviews.changes.sourceLabel": "Published: {version}",
|
|
5542
5591
|
"workflowReviews.changes.targetLabel": "In review: {version}",
|
|
5543
5592
|
"workflowReviews.changes.firstPublish.sourceEmpty": "This workflow hasn't been published before.",
|
|
5593
|
+
"workflowReviews.changes.closed.noChanges": "No changes compared to the previously published version.",
|
|
5594
|
+
"workflowReviews.changes.closed.sourceLabel": "Previously published: {version}",
|
|
5595
|
+
"workflowReviews.changes.closed.targetLabel": "Approved: {version}",
|
|
5596
|
+
"workflowReviews.changes.closed.firstPublish.sourceEmpty": "This workflow hadn't been published yet.",
|
|
5544
5597
|
"workflowReviews.detail.notFound.title": "Review not found",
|
|
5545
5598
|
"workflowReviews.detail.notFound.body": "This review doesn't exist or you don't have access to it.",
|
|
5546
5599
|
"workflowReviews.detail.decision.trigger": "Review",
|
|
@@ -5550,9 +5603,13 @@ var en_default = {
|
|
|
5550
5603
|
"workflowReviews.detail.decision.approveAndPublish": "Approve and publish",
|
|
5551
5604
|
"workflowReviews.detail.decision.requestChanges": "Request changes",
|
|
5552
5605
|
"workflowReviews.detail.decision.ineligible.author": "You contributed a version to this review.",
|
|
5553
|
-
"workflowReviews.emptyState.
|
|
5554
|
-
"workflowReviews.emptyState.
|
|
5555
|
-
"workflowReviews.
|
|
5606
|
+
"workflowReviews.emptyState.title.open": "No open reviews",
|
|
5607
|
+
"workflowReviews.emptyState.title.closed": "No closed reviews",
|
|
5608
|
+
"workflowReviews.emptyState.body.open": "Reviews you authored or participate in appear here.",
|
|
5609
|
+
"workflowReviews.emptyState.body.closed": "Reviews that were approved, rejected, or cancelled appear here.",
|
|
5610
|
+
"workflowReviews.noSelection.title.open": "{count} open review | {count} open reviews",
|
|
5611
|
+
"workflowReviews.noSelection.title.closed": "{count} closed review | {count} closed reviews",
|
|
5612
|
+
"workflowReviews.noSelection.body": "Select a review from the list to see its activity and changes.",
|
|
5556
5613
|
"workflowReviews.error.load": "Could not load workflow reviews",
|
|
5557
5614
|
"workflowReviews.decision.error.title": "Could not submit review decision",
|
|
5558
5615
|
"workflowReviews.decision.approved.published.title": "Review approved",
|
|
@@ -6613,6 +6670,8 @@ var en_default = {
|
|
|
6613
6670
|
"workflowDiff.newWorkflow": "New workflow",
|
|
6614
6671
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
6615
6672
|
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
6673
|
+
"workflowDiff.fullscreen.enter": "Expand to fullscreen",
|
|
6674
|
+
"workflowDiff.fullscreen.exit": "Exit fullscreen",
|
|
6616
6675
|
"workflowDiff.label.before": "Before",
|
|
6617
6676
|
"workflowDiff.label.after": "After",
|
|
6618
6677
|
"workflowDiff.waitingForData": "Waiting for workflow data...",
|
|
@@ -6752,31 +6811,40 @@ var en_default = {
|
|
|
6752
6811
|
"instanceAi.sidebar.group.older": "Older",
|
|
6753
6812
|
"instanceAi.sidebar.renameThread": "Rename",
|
|
6754
6813
|
"instanceAi.sidebar.deleteThread": "Delete",
|
|
6755
|
-
"instanceAi.connections.title": "Connections",
|
|
6756
|
-
"instanceAi.connections.empty.title": "No connections yet",
|
|
6757
|
-
"instanceAi.connections.empty.cta": "Add a connection",
|
|
6758
|
-
"instanceAi.connections.add.label": "Add connection",
|
|
6759
6814
|
"instanceAi.connections.add.computerUse": "Computer Use",
|
|
6760
6815
|
"instanceAi.connections.add.browserUse": "Browser Use",
|
|
6761
|
-
"instanceAi.connections.add.nothingAvailableTooltip": "All connections are already added",
|
|
6762
|
-
"instanceAi.connections.row.connect": "Connect",
|
|
6763
|
-
"instanceAi.connections.row.disconnect": "Disconnect",
|
|
6764
6816
|
"instanceAi.connections.disconnectError.title": "Gateway disconnect failed",
|
|
6765
6817
|
"instanceAi.connections.disconnectError.message": "Failed to disconnect gateway",
|
|
6766
|
-
"instanceAi.connections.row.remove": "Remove",
|
|
6767
|
-
"instanceAi.connections.row.settings": "Setup",
|
|
6768
|
-
"instanceAi.connections.row.status.connected": "Connected",
|
|
6769
|
-
"instanceAi.connections.row.status.waiting": "Waiting…",
|
|
6770
|
-
"instanceAi.connections.row.status.disconnected": "Disconnected",
|
|
6771
|
-
"instanceAi.connections.types.computerUse.subtitle": "Computer use",
|
|
6772
6818
|
"instanceAi.connections.types.computerUse.description": "Work with local files, terminal commands, and your browser",
|
|
6773
|
-
"instanceAi.connections.types.browserUse.subtitle": "Browser use",
|
|
6774
6819
|
"instanceAi.connections.types.browserUse.description": "Let the agent automate tasks in your browser",
|
|
6820
|
+
"instanceAi.connections.modal.title": "Connectors",
|
|
6821
|
+
"instanceAi.connections.modal.searchPlaceholder": "Search all connectors...",
|
|
6822
|
+
"instanceAi.inputMenu.open": "Add context with connectors, files and more",
|
|
6823
|
+
"instanceAi.inputMenu.connectionNeedsAttention": "1 connection needs attention",
|
|
6824
|
+
"instanceAi.inputMenu.connectionsNeedAttention": "{count} connections need attention",
|
|
6825
|
+
"instanceAi.inputMenu.tools.connect": "Connect services",
|
|
6826
|
+
"instanceAi.inputMenu.tools.connected": "Connected services",
|
|
6827
|
+
"instanceAi.inputMenu.tools.add": "Add connector",
|
|
6828
|
+
"instanceAi.inputMenu.actions.disconnect": "Disconnect",
|
|
6829
|
+
"instanceAi.inputMenu.actions.remove": "Remove",
|
|
6830
|
+
"instanceAi.inputMenu.actions.settings": "Settings",
|
|
6831
|
+
"instanceAi.inputMenu.status.connected": "Connected",
|
|
6832
|
+
"instanceAi.inputMenu.status.connecting": "Connecting…",
|
|
6833
|
+
"instanceAi.inputMenu.status.disconnected": "Disconnected",
|
|
6834
|
+
"instanceAi.inputMenu.computer.connect": "Connect local computer",
|
|
6835
|
+
"instanceAi.inputMenu.computer.connected": "Computer use",
|
|
6836
|
+
"instanceAi.inputMenu.browser.connect": "Connect browser",
|
|
6837
|
+
"instanceAi.inputMenu.browser.connected": "Browser use",
|
|
6838
|
+
"instanceAi.inputMenu.browser.connectedTitle": "Google Chrome",
|
|
6775
6839
|
"instanceAi.mcp.success.connect": "Connected successfully",
|
|
6776
6840
|
"instanceAi.mcp.success.changeCredential": "Credential changed successfully",
|
|
6777
6841
|
"instanceAi.mcp.error.fetchConnections": "Failed to load MCP connections",
|
|
6778
6842
|
"instanceAi.mcp.error.fetchCatalog": "Failed to load MCP server catalog",
|
|
6779
|
-
"instanceAi.mcp.error.
|
|
6843
|
+
"instanceAi.mcp.error.checkConnections": "Failed to check MCP server connections",
|
|
6844
|
+
"instanceAi.mcp.error.connection.title": "Failed to connect to MCP server",
|
|
6845
|
+
"instanceAi.mcp.error.connection.serverUnavailable": "The server isn't responding. Try again shortly.",
|
|
6846
|
+
"instanceAi.mcp.error.connection.authentication": "Credentials have expired. Reconnect to restore access.",
|
|
6847
|
+
"instanceAi.mcp.error.connection.unknown": "Check the server settings and try again.",
|
|
6780
6848
|
"instanceAi.mcp.error.connect": "Failed to connect MCP server",
|
|
6781
6849
|
"instanceAi.mcp.error.updateSettings": "Failed to update MCP server settings",
|
|
6782
6850
|
"instanceAi.mcp.error.disconnect": "Failed to disconnect MCP server",
|
|
@@ -6792,17 +6860,18 @@ var en_default = {
|
|
|
6792
6860
|
"instanceAi.browserUse.step.extension.title": "Install the Chrome extension",
|
|
6793
6861
|
"instanceAi.browserUse.step.extension.description": "Install the n8n Browser Use extension for Google Chrome so the agent can control your browser.",
|
|
6794
6862
|
"instanceAi.browserUse.step.extension.cta": "Install Chrome extension",
|
|
6795
|
-
"instanceAi.browserUse.step.extension.waiting": "Waiting for extension to connect…",
|
|
6796
6863
|
"instanceAi.browserUse.step.connect.title": "Connect the extension",
|
|
6797
6864
|
"instanceAi.browserUse.step.connect.description": "Open the extension's connect page, choose which tabs to share, and click Connect.",
|
|
6798
6865
|
"instanceAi.browserUse.step.connect.cta": "Open Browser Use extension",
|
|
6799
6866
|
"instanceAi.browserUse.step.connect.extensionMissing": "We can't detect the extension. Install it above, or check that it's enabled in your browser.",
|
|
6800
6867
|
"instanceAi.browserUse.directConnect.waiting": "Confirm the connection in the extension popup…",
|
|
6868
|
+
"instanceAi.browserUse.directConnect.connecting": "Connecting to your browser…",
|
|
6801
6869
|
"instanceAi.browserUse.directConnect.failed": "Problems connecting your browser?",
|
|
6802
6870
|
"instanceAi.browserUse.directConnect.retry": "Try again",
|
|
6803
6871
|
"instanceAi.browserUse.unsupportedBrowser": "Browser Use requires Google Chrome or another Chromium-based browser like Microsoft Edge or Brave. Open n8n in a supported browser to continue.",
|
|
6804
6872
|
"instanceAi.browserUse.connected": "Browser Use is connected",
|
|
6805
|
-
"instanceAi.browserUse.connected.description": "The agent can now use your browser. You can disconnect anytime from the extension or
|
|
6873
|
+
"instanceAi.browserUse.connected.description": "The agent can now use your browser. You can disconnect anytime from the extension or the + menu beside the chat input.",
|
|
6874
|
+
"instanceAi.browserUse.connected.toastMessage": "n8n can now access your browser. You can disconnect anytime.",
|
|
6806
6875
|
"instanceAi.browserUse.connectLinkError.title": "Browser Use setup failed",
|
|
6807
6876
|
"instanceAi.browserUse.connectLinkError.message": "Could not create a connection link. Please try again.",
|
|
6808
6877
|
"instanceAi.browserUse.disconnectError.title": "Browser Use disconnect failed",
|
|
@@ -7067,7 +7136,7 @@ var en_default = {
|
|
|
7067
7136
|
"experiments.instanceAiTemplateExamples.card.ariaLabel": "Use example: {name}",
|
|
7068
7137
|
"experiments.instanceAiTemplateExamples.nav.previous": "Previous examples",
|
|
7069
7138
|
"experiments.instanceAiTemplateExamples.nav.next": "Next examples",
|
|
7070
|
-
"experiments.instanceAiTemplateExamples.input.placeholder": "Tell me what to build or ask
|
|
7139
|
+
"experiments.instanceAiTemplateExamples.input.placeholder": "Tell me what to build or ask a question – add context with +",
|
|
7071
7140
|
"experiments.instanceAiTemplateExamples.subcategories.all": "All",
|
|
7072
7141
|
"instanceAi.workflowBuilderUnavailable.title": "Workflow builder unavailable",
|
|
7073
7142
|
"instanceAi.workflowBuilderUnavailable.enableSandboxDescription": "Ask an admin to enable Instance AI sandboxing.",
|
|
@@ -7494,6 +7563,8 @@ var en_default = {
|
|
|
7494
7563
|
"agents.tools.added": "Tool added",
|
|
7495
7564
|
"agents.tools.workflow.incompatible.title": "Workflow is not compatible",
|
|
7496
7565
|
"agents.tools.workflow.incompatible.message": "Workflow \"{name}\" contains nodes that can't be used as an agent tool: {nodes}.",
|
|
7566
|
+
"agents.tools.workflow.disabled.incompatibleNodes": "Contains nodes that aren't supported as agent tools (Wait, Form)",
|
|
7567
|
+
"agents.tools.workflow.disabled.noSupportedTrigger": "No supported trigger node",
|
|
7497
7568
|
"agents.tools.workflow.createFailed.title": "Couldn't create workflow",
|
|
7498
7569
|
"agents.tools.workflow.createFailed.message": "Try creating the workflow again.",
|
|
7499
7570
|
"agents.tools.workflow.fetchFailed.title": "Couldn't check workflow compatibility",
|
|
@@ -7513,6 +7584,11 @@ var en_default = {
|
|
|
7513
7584
|
"agents.toolConfig.workflow.target.duplicateName": "More than one workflow in this project is called \"{name}\". The agent may call either one.",
|
|
7514
7585
|
"agents.toolConfig.workflow.target.idNotFound": "No workflow with this ID can be used here. It has to be in this project and start with a supported trigger.",
|
|
7515
7586
|
"agents.toolConfig.workflow.target.open": "Open workflow in a new tab",
|
|
7587
|
+
"agents.toolConfig.workflow.inputs": "Workflow Inputs",
|
|
7588
|
+
"agents.toolConfig.workflow.inputs.hint": "Choose which fields the agent fills in and which stay fixed.",
|
|
7589
|
+
"agents.toolConfig.workflow.inputs.mode.ai": "Determined by agent",
|
|
7590
|
+
"agents.toolConfig.workflow.inputs.mode.fixed": "Fixed value",
|
|
7591
|
+
"agents.toolConfig.workflow.inputs.value.placeholder": "Enter a fixed value",
|
|
7516
7592
|
"agents.toolConfig.save": "Save",
|
|
7517
7593
|
"agents.toolConfig.cancel": "Cancel",
|
|
7518
7594
|
"agents.toolConfig.approval.label": "Require approval",
|
|
@@ -7670,6 +7746,7 @@ var en_default = {
|
|
|
7670
7746
|
"agents.builder.subAgents.settings.description": "Configure delegation limits and inline sub-agent model choices.",
|
|
7671
7747
|
"agents.builder.subAgents.add": "Add sub-agent",
|
|
7672
7748
|
"agents.builder.subAgents.loadError": "Could not load project agents",
|
|
7749
|
+
"agents.builder.subAgents.unavailable": "Sub-agent unavailable",
|
|
7673
7750
|
"agents.builder.subAgents.remove": "Remove {name}",
|
|
7674
7751
|
"agents.builder.subAgents.useWhen.label": "When should this agent be used?",
|
|
7675
7752
|
"agents.builder.subAgents.useWhen.hint": "Tell the parent agent when to delegate work to this agent.",
|
|
@@ -7815,6 +7892,8 @@ var en_default = {
|
|
|
7815
7892
|
"agents.builder.tasks.schedule.onDay": "on day",
|
|
7816
7893
|
"agents.builder.tasks.schedule.minuteLabel": "at minute",
|
|
7817
7894
|
"agents.builder.tasks.schedule.cron.placeholder": "0 9 * * *",
|
|
7895
|
+
"agents.builder.tasks.schedule.in": "in",
|
|
7896
|
+
"agents.builder.tasks.schedule.timezone.placeholder": "Select timezone",
|
|
7818
7897
|
"agents.builder.tasks.schedule.nextOccurrence": "Next run {occurrence}",
|
|
7819
7898
|
"agents.builder.tasks.cancel": "Cancel",
|
|
7820
7899
|
"agents.builder.tasks.save": "Save schedule",
|
|
@@ -7874,6 +7953,8 @@ var en_default = {
|
|
|
7874
7953
|
"agents.builder.validation.issue.task.invalidValue": "The schedule isn't a valid cron expression",
|
|
7875
7954
|
"agents.builder.validation.issue.tool.workflow.missingReference": "Workflow \"{id}\" can't be found. Select another workflow.",
|
|
7876
7955
|
"agents.builder.validation.issue.tool.workflow.incompatibleReference": "Workflow \"{id}\" can't be used as an agent tool",
|
|
7956
|
+
"agents.builder.validation.issue.tool.workflow.incompatibleNodes": "Workflow \"{id}\" contains nodes that aren't supported as agent tools (e.g. Wait, Form). Remove them or pick another workflow.",
|
|
7957
|
+
"agents.builder.validation.issue.tool.workflow.noSupportedTrigger": "Workflow \"{id}\" has no supported trigger node. Add a Manual, Chat, Webhook, Form, or Execute Workflow Trigger.",
|
|
7877
7958
|
"agents.builder.validation.issue.tool.custom.missingReference": "This tool's code is missing",
|
|
7878
7959
|
"agents.builder.validation.issue.tool.node.missingReference": "This node type isn't available on this instance",
|
|
7879
7960
|
"agents.builder.validation.issue.mcpServer.incompatibleCredential": "The credential type doesn't match the server's authentication method",
|
|
@@ -8131,6 +8212,8 @@ var en_default = {
|
|
|
8131
8212
|
"tools.connection.categories.data": "Data",
|
|
8132
8213
|
"tools.connection.action.connect": "Connect",
|
|
8133
8214
|
"tools.connection.action.connected": "Connected",
|
|
8215
|
+
"tools.connection.action.connecting": "Connecting…",
|
|
8216
|
+
"tools.connection.action.reconnect": "Reconnect",
|
|
8134
8217
|
"tools.connection.action.configure": "Configure",
|
|
8135
8218
|
"tools.connection.action.close": "Close",
|
|
8136
8219
|
"tools.connection.install.contactAdmin": "Ask an administrator to install this community node",
|
|
@@ -8172,6 +8255,7 @@ var en_default = {
|
|
|
8172
8255
|
"agents.channels.modal.configured": "Configured",
|
|
8173
8256
|
"agents.channels.modal.connected": "Connected",
|
|
8174
8257
|
"agents.channels.modal.removeChannel": "Remove channel",
|
|
8258
|
+
"agents.channels.modal.saveChannelError": "Channel couldn't be saved. Try again.",
|
|
8175
8259
|
"agents.channels.modal.removeChannelError": "Channel couldn't be removed. Try again.",
|
|
8176
8260
|
"agents.channels.modal.slackAppNotDeleted.title": "Slack app wasn't removed",
|
|
8177
8261
|
"agents.channels.modal.slackAppNotDeleted.message": "The channel and credential were removed from n8n. Remove the app from Slack manually.",
|