@n8n/i18n 2.12.0 → 2.14.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
@@ -40,6 +40,7 @@ var en_default = {
40
40
  "clientSecret": "Client Secret"
41
41
  }
42
42
  },
43
+ "generic.activate": "Activate",
43
44
  "generic.annotations": "Annotations",
44
45
  "generic.annotationData": "Highlighted data",
45
46
  "generic.any": "Any",
@@ -269,6 +270,9 @@ var en_default = {
269
270
  "aiAssistant.builder.planMode.questions.skip": "Skip",
270
271
  "aiAssistant.builder.planMode.questions.skipAndSubmit": "Skip & submit",
271
272
  "aiAssistant.builder.planMode.questions.other": "Other",
273
+ "aiAssistant.builder.planMode.questions.somethingElse": "Something else",
274
+ "aiAssistant.builder.planMode.questions.clarifyPlaceholder": "Clarify here...",
275
+ "aiAssistant.builder.planMode.questions.paginationOf": "of",
272
276
  "aiAssistant.builder.planMode.answers.skipped": "Skipped",
273
277
  "aiAssistant.builder.planMode.plan.title": "Proposed plan",
274
278
  "aiAssistant.builder.planMode.plan.triggerLabel": "Trigger",
@@ -283,6 +287,13 @@ var en_default = {
283
287
  "aiAssistant.builder.planMode.answers.noAnswer": "No answer provided",
284
288
  "aiAssistant.builder.planMode.actions.reject": "Reject the plan",
285
289
  "aiAssistant.builder.planMode.actions.rejectWithFeedback": "Reject the plan: {feedback}",
290
+ "aiAssistant.builder.webFetch.prompt": "n8n AI wants to fetch content",
291
+ "aiAssistant.builder.webFetch.allowOnce": "Allow once",
292
+ "aiAssistant.builder.webFetch.alwaysAllow": "Always allow",
293
+ "aiAssistant.builder.webFetch.allowDomain": "Always allow {domain}",
294
+ "aiAssistant.builder.webFetch.allowAll": "Always allow for all domains",
295
+ "aiAssistant.builder.webFetch.deny": "Deny",
296
+ "aiAssistant.builder.webFetch.unsupported": "This content type is not supported",
286
297
  "aiAssistant.builder.characterLimit": "You've reached the { limit } character limit",
287
298
  "aiAssistant.builder.generateNew": "Generate new workflow",
288
299
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
@@ -326,6 +337,11 @@ var en_default = {
326
337
  "aiAssistant.builder.executeMessage.unpinAll": "Unpin all nodes",
327
338
  "aiAssistant.builder.executeMessage.unpinIndividually": "or unpin individually",
328
339
  "aiAssistant.builder.executeMessage.unpinTooltip": "Right-click on a node and select \"Unpin\" to unpin it",
340
+ "aiAssistant.builder.executeMessage.wizardSetupSuccess": "Workflow set up successfully",
341
+ "aiAssistant.builder.setupWizard.continue": "Continue",
342
+ "aiAssistant.builder.setupWizard.complete": "Complete",
343
+ "aiAssistant.builder.setupWizard.checkingCredentials": "Checking credentials",
344
+ "aiAssistant.builder.setupWizard.configureParameters": "Configure {count} parameter | Configure {count} parameters",
329
345
  "aiAssistant.builder.toast.title": "Send chat message to start the execution",
330
346
  "aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
331
347
  "aiAssistant.builder.restoreError.title": "Failed to restore version",
@@ -338,6 +354,12 @@ var en_default = {
338
354
  "aiAssistant.builder.notification.inputNeeded.body": "Waiting for your response on {workflowName}",
339
355
  "aiAssistant.builder.notificationBanner.text": "Want to be notified when the agent finishes building?",
340
356
  "aiAssistant.builder.notificationBanner.notify": "Notify",
357
+ "aiAssistant.builder.settings.credits": "Credits",
358
+ "aiAssistant.builder.settings.creditsLeft": "{count} left",
359
+ "aiAssistant.builder.settings.getMoreCredits": "Get more credits",
360
+ "aiAssistant.builder.settings.creditsTooltip": "One credit = one message. Credits renew on {renewalDate}. Unused credits expire on {expiryDate}.",
361
+ "aiAssistant.builder.creditBanner.text": "{remaining}/{total} monthly credits left",
362
+ "aiAssistant.builder.creditBanner.getMore": "Get more",
341
363
  "aiAssistant.builder.upgradeWhileStreaming.title": "AI Builder is still working",
342
364
  "aiAssistant.builder.upgradeWhileStreaming.message": "The AI Builder is currently generating your workflow. Leaving this page will stop the generation.",
343
365
  "aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": "Leave and upgrade",
@@ -410,6 +432,7 @@ var en_default = {
410
432
  "chat.window.chat.unpinAndExecute.confirm": "Unpin and send",
411
433
  "chat.window.chat.unpinAndExecute.cancel": "Cancel",
412
434
  "chat.window.chat.response.empty": "[No response. Make sure the last executed node outputs the content to display here]",
435
+ "chat.window.chat.response.redacted": "[Response data has been redacted]",
413
436
  "chat.window.session.title": "Session",
414
437
  "chat.window.session.id": "Session: {id}",
415
438
  "chat.window.session.id.copy": "(click to copy)",
@@ -434,8 +457,8 @@ var en_default = {
434
457
  "chatHub.agent.editor.iconPicker.button.tooltip": "Change icon",
435
458
  "chatHub.agent.editor.description.label": "Description",
436
459
  "chatHub.agent.editor.description.placeholder": "Enter agent description (optional)",
437
- "chatHub.agent.editor.systemPrompt.label": "System Prompt",
438
- "chatHub.agent.editor.systemPrompt.placeholder": "Enter system prompt (optional)",
460
+ "chatHub.agent.editor.systemPrompt.label": "Instructions",
461
+ "chatHub.agent.editor.systemPrompt.placeholder": "Enter instructions (optional)",
439
462
  "chatHub.agent.editor.model.label": "Model",
440
463
  "chatHub.agent.editor.tools.label": "Tools",
441
464
  "chatHub.agent.editor.loading": "Loading agent...",
@@ -450,13 +473,19 @@ var en_default = {
450
473
  "chatHub.agent.editor.delete.cancel.button": "Cancel",
451
474
  "chatHub.agent.editor.error.load": "Failed to load agent",
452
475
  "chatHub.agent.editor.files.label": "Files",
453
- "chatHub.agent.editor.files.indexed": "Available for search",
476
+ "chatHub.agent.editor.files.tooLarge": "File \"{fileName}\" is too large. Maximum file size is {maxSizeMb} MB.",
477
+ "chatHub.agent.editor.files.createdAt": "Added on {date}",
478
+ "chatHub.agent.editor.files.indexing": "Preparing...",
479
+ "chatHub.agent.editor.files.failed": "Failed",
480
+ "chatHub.agent.editor.files.unavailable": "Unavailable",
481
+ "chatHub.agent.editor.files.indexingError.tooltip": "Indexing failed. Please remove this file and upload it again. Error: {error}",
454
482
  "chatHub.agent.editor.files.embeddingMismatch.tooltip": "This file was indexed with {fileProvider} embedding model. It may not be searchable because the current embedding model is {currentProvider}.",
455
483
  "chatHub.agent.editor.files.semanticSearchNotReady.tooltip": "Semantic search is not configured. This file may not be searchable.",
456
484
  "chatHub.agent.editor.error.save": "Failed to save agent",
457
485
  "chatHub.agent.editor.error.delete": "Failed to delete agent",
458
486
  "chatHub.agent.editor.success.create": "Agent created successfully",
459
487
  "chatHub.agent.editor.success.update": "Agent updated successfully",
488
+ "chatHub.agent.editor.success.withFiles": "It takes up to a few minutes for uploaded files to be reflected in agent's response.",
460
489
  "chatHub.agent.editor.success.delete": "Agent deleted successfully",
461
490
  "chatHub.agent.editor.dropOverlay.addFile": "Add file to agent",
462
491
  "chatHub.agent.editor.dropOverlay.unsupportedFileType": "File type not supported. Only PDF files are accepted.",
@@ -537,6 +566,16 @@ var en_default = {
537
566
  "chatHub.chat.prompt.button.stopGenerating": "Stop generating",
538
567
  "chatHub.chat.prompt.placeholder.withModel": "Message {model}...",
539
568
  "chatHub.chat.prompt.placeholder.selectModel": "Select a model",
569
+ "chatHub.chat.prompt.placeholder.sendPreview": "Send preview message...",
570
+ "chatHub.canvas.previewBadge": "Preview",
571
+ "chatHub.canvas.floatingTitle": "Chat preview",
572
+ "chatHub.canvas.session.newChat": "New Chat",
573
+ "chatHub.canvas.session.noSessions": "No previous sessions for this workflow",
574
+ "chatHub.canvas.session.tooltip.sessionId": "Session: {sessionId}",
575
+ "chatHub.canvas.menu.sessions": "Sessions",
576
+ "chatHub.canvas.menu.copySessionId": "Copy session ID",
577
+ "chatHub.canvas.menu.newSession": "New session",
578
+ "chatHub.canvas.menu.popOut": "Pop out",
540
579
  "chatHub.tools.editor.title": "Add Tools",
541
580
  "chatHub.tools.editor.credential": "Credential",
542
581
  "chatHub.tools.editor.credential.placeholder": "Select credential…",
@@ -1201,6 +1240,8 @@ var en_default = {
1201
1240
  "executionDetails.runningTimeFinished": "in {time}",
1202
1241
  "executionDetails.runningTimeRunning": "for",
1203
1242
  "executionDetails.runningMessage": "Execution is running. It will show here once finished.",
1243
+ "executionDetails.versionAutosave": "Autosave",
1244
+ "executionDetails.versionTooltip": "Created {date}",
1204
1245
  "executionDetails.startingSoon": "Starting soon",
1205
1246
  "executionDetails.workflow": "workflow",
1206
1247
  "emptyStateBuilderPrompt.subtitle": "Build workflows by chatting with AI",
@@ -1366,6 +1407,12 @@ var en_default = {
1366
1407
  "executionsFilter.annotation.rating.good": "Good",
1367
1408
  "executionsFilter.annotation.rating.bad": "Bad",
1368
1409
  "executionsFilter.annotation.selectVoteFilter": "Select Rating",
1410
+ "executionsFilter.version": "Version",
1411
+ "executionsFilter.version.all": "Any version",
1412
+ "executionsFilter.version.select": "Select Version",
1413
+ "executionsFilter.version.hint": "Filter executions by the workflow version they ran on.",
1414
+ "executionsFilter.version.noVersions": "No version data available for this workflow's executions.",
1415
+ "executionsFilter.version.label": "{name} {date}",
1369
1416
  "executionsFilter.selectStatus": "Select Status",
1370
1417
  "executionsFilter.selectWorkflow": "Select Workflow",
1371
1418
  "executionsFilter.start": "Execution start",
@@ -1620,6 +1667,7 @@ var en_default = {
1620
1667
  "ndv.execute.stopListening": "Stop Listening",
1621
1668
  "ndv.execute.nodeIsDisabled": "Enable node to execute",
1622
1669
  "ndv.execute.requiredFieldsMissing": "Complete required fields first",
1670
+ "ndv.execute.upstreamNodeHasIssues": "A previous node has missing required fields",
1623
1671
  "ndv.execute.stopWaitingForWebhook.error": "Problem deleting test webhook",
1624
1672
  "ndv.execute.workflowAlreadyRunning": "Workflow is already running",
1625
1673
  "ndv.execute.deactivated": "This node is deactivated and can't be run",
@@ -1656,6 +1704,22 @@ var en_default = {
1656
1704
  "ndv.input.rootNodeHasNotRun.title": "Parent node hasn’t run yet",
1657
1705
  "ndv.input.rootNodeHasNotRun.description": "Inputs that the parent node sends to this one will appear here. To map data in from previous nodes, use the {link} view.",
1658
1706
  "ndv.input.rootNodeHasNotRun.description.link": "mapping",
1707
+ "ndv.input.redacted.title": "Input data redacted",
1708
+ "ndv.output.redacted.title": "Output data redacted",
1709
+ "ndv.redacted.description.sentence1": "Execution data has been redacted.",
1710
+ "ndv.redacted.description.sentence2": "Adjust redaction rules in {link}.",
1711
+ "ndv.redacted.description.link": "workflow settings",
1712
+ "ndv.redacted.dynamicCredentials.description": "This execution used dynamic credentials. Data from dynamic credential executions cannot be revealed.",
1713
+ "ndv.redacted.revealButton": "Reveal data",
1714
+ "ndv.redacted.revealModal.title": "Reveal redacted data",
1715
+ "ndv.redacted.revealModal.warning": "This data is redacted, because it likely contains sensitive information. Please read the following before proceeding.",
1716
+ "ndv.redacted.revealModal.logged": "This action will be logged",
1717
+ "ndv.redacted.revealModal.legitimate": "Reveal this data if you have a legitimate reason to do so.",
1718
+ "ndv.redacted.revealModal.policy": "Unnecessary access may violate your organization's policy",
1719
+ "ndv.redacted.revealModal.confirmButton": "Reveal data",
1720
+ "ndv.redacted.revealError": "Failed to reveal execution data",
1721
+ "ndv.redacted.error.title": "This node encountered an error",
1722
+ "ndv.redacted.error.description": "Error details have been redacted because the execution data contains sensitive information.",
1659
1723
  "ndv.output": "Output",
1660
1724
  "ndv.output.ai.empty": "👈 Use these logs to see information on how the {node} node completed processing. You can click on a node to see the input it received and data it output.",
1661
1725
  "ndv.output.ai.waiting": "Waiting for message",
@@ -2210,6 +2274,7 @@ var en_default = {
2210
2274
  "parameterInput.loadOptionsError": "Error fetching options",
2211
2275
  "parameterInput.loadOptionsCredentialsRequired": "Set up credential to see options",
2212
2276
  "parameterInput.openEditWindow": "Open Edit Window",
2277
+ "parameterInput.edit": "Edit",
2213
2278
  "parameterInput.parameter": "Parameter: \"{shortPath}\"",
2214
2279
  "parameterInput.parameterHasExpression": "Parameter: \"{shortPath}\" has an expression",
2215
2280
  "parameterInput.parameterHasIssues": "Parameter: \"{shortPath}\" has issues",
@@ -2327,6 +2392,8 @@ var en_default = {
2327
2392
  "personalizationModal.registerEmailForTrial.success.button": "Start using n8n",
2328
2393
  "personalizationModal.registerEmailForTrial.error": "Error while registering for enterprise trial",
2329
2394
  "pushConnection.nodeExecutedSuccessfully": "Node executed successfully",
2395
+ "pushConnection.nodeNotExecuted": "Node was not executed",
2396
+ "pushConnection.nodeNotExecuted.message": "The execution took a different path and didn't reach this node. This typically happens with conditional nodes like If or Switch.",
2330
2397
  "pushConnection.workflowExecutedSuccessfully": "Workflow executed successfully",
2331
2398
  "pushConnection.error.message": "Connection lost",
2332
2399
  "pushConnection.error.tooltip": "You have a connection issue or the server is down. <br />n8n should reconnect automatically once the issue is resolved.",
@@ -2381,7 +2448,7 @@ var en_default = {
2381
2448
  "projectRoles.workflow:delete": "Delete",
2382
2449
  "projectRoles.workflow:delete.tooltip": "Delete workflows",
2383
2450
  "projectRoles.workflow:publish": "Publish",
2384
- "projectRoles.workflow:publish.tooltip": "Publish workflows",
2451
+ "projectRoles.workflow:publish.tooltip": "Publish and unpublish workflows",
2385
2452
  "projectRoles.workflow:unpublish": "Unpublish",
2386
2453
  "projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
2387
2454
  "projectRoles.workflow:updateRedactionSetting": "Manage data redaction",
@@ -2754,6 +2821,10 @@ var en_default = {
2754
2821
  "settings.chatHub.providers.modal.edit.errorFetchingModels": "Error fetching chat models",
2755
2822
  "settings.chatHub.providers.modal.edit.models.placeholder": "Select a model",
2756
2823
  "settings.chatHub.providers.modal.edit.models.create": "Add model \"{filter}\"",
2824
+ "settings.chatHub.providers.modal.edit.responsesApi.label": "Use Responses API",
2825
+ "settings.chatHub.providers.modal.edit.responsesApi.description": "Disable this if your OpenAI credential uses a custom base URL that doesn't support the Responses API (e.g. Gemini via OpenAI compatibility layer)",
2826
+ "settings.chatHub.providers.modal.edit.contextWindowLength.label": "Context window (messages)",
2827
+ "settings.chatHub.providers.modal.edit.contextWindowLength.description": "Number of previous interactions (message and reply pairs) to include as context for the model (default: 20)",
2757
2828
  "settings.chatHub.providers.table.models.disabled": "Disabled",
2758
2829
  "settings.chatHub.providers.table.models.allModels": "All models",
2759
2830
  "settings.chatHub.providers.table.models.noModels": "No models",
@@ -3074,6 +3145,15 @@ var en_default = {
3074
3145
  "settings.externalSecrets.provider.closeWithoutSaving.confirm": "Keep editing",
3075
3146
  "settings.externalSecrets.docs": "https://docs.n8n.io/external-secrets/",
3076
3147
  "settings.externalSecrets.docs.use": "https://docs.n8n.io/external-secrets/#use-secrets-in-n8n-credentials",
3148
+ "settings.externalSecrets.systemRoles.title": "Enable external secrets for project roles",
3149
+ "settings.externalSecrets.systemRoles.description": "Add scopes to project editor and project admin role allowing them to access external secrets within their project by default.",
3150
+ "settings.externalSecrets.systemRoles.enabled.toast": "External secrets access enabled for project roles",
3151
+ "settings.externalSecrets.systemRoles.disabled.toast": "External secrets access disabled for project roles",
3152
+ "settings.externalSecrets.systemRoles.error": "Failed to update external secrets settings",
3153
+ "settings.externalSecrets.systemRoles.confirm.headline": "Disable external secrets for project roles?",
3154
+ "settings.externalSecrets.systemRoles.confirm.message": "Project admins and editors will lose access to external secrets within their projects.",
3155
+ "settings.externalSecrets.systemRoles.confirm.confirmButtonText": "Disable",
3156
+ "settings.externalSecrets.systemRoles.confirm.cancelButtonText": "Cancel",
3077
3157
  "settings.secretsProviderConnections.title": "External Secrets",
3078
3158
  "settings.secretsProviderConnections.emptyState.heading": "Add an external secrets vault",
3079
3159
  "settings.secretsProviderConnections.emptyState.description": "Manage credentials across multiple environments by adding an external secrets store. Keep sensitive credential information in your vault for added security.",
@@ -3081,6 +3161,10 @@ var en_default = {
3081
3161
  "settings.secretsProviderConnections.description": "Manage credentials across multiple environments by connecting an external secrets store. Keep sensitive credential information in your vault for added security.",
3082
3162
  "settings.secretsProviderConnections.card.createdAt": "Created on {date}",
3083
3163
  "settings.secretsProviderConnections.actions.share": "Share",
3164
+ "settings.secretsProviderConnections.actions.activate.success.title": "Secret store active",
3165
+ "settings.secretsProviderConnections.actions.activate.success.description": "\"{provider}\" is now active.",
3166
+ "settings.secretsProviderConnections.actions.activate.error.title": "Couldn't activate secret store",
3167
+ "settings.secretsProviderConnections.actions.activate.error.description": "Try again to make \"{provider}\" active.",
3084
3168
  "settings.secretsProviderConnections.oneSecret": "1 secret",
3085
3169
  "settings.secretsProviderConnections.secrets": "{count} secrets",
3086
3170
  "settings.secretsProviderConnections.modal.items.connection": "Connection",
@@ -3106,6 +3190,7 @@ var en_default = {
3106
3190
  "settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
3107
3191
  "settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
3108
3192
  "settings.secretsProviderConnections.state.disconnected": "Disconnected",
3193
+ "settings.secretsProviderConnections.state.disabled": "Inactive",
3109
3194
  "settings.secretsProviderConnections.delete.title": "Delete \"{name}\"",
3110
3195
  "settings.secretsProviderConnections.delete.description": "Deleting this vault will remove it and all {secretsCount} imported from it. This will impact credentials that rely on those secrets.",
3111
3196
  "settings.secretsProviderConnections.delete.impact.title": "Impact:",
@@ -3179,6 +3264,7 @@ var en_default = {
3179
3264
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
3180
3265
  "settings.sourceControl.modals.push.success.description": "was committed and pushed to your remote repository | were committed and pushed to your remote repository",
3181
3266
  "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move them to a project first.",
3267
+ "settings.sourceControl.modals.push.currentWorkflow": "Current workflow",
3182
3268
  "settings.sourceControl.status.modified": "Modified",
3183
3269
  "settings.sourceControl.status.deleted": "Deleted",
3184
3270
  "settings.sourceControl.status.created": "New",
@@ -3583,11 +3669,13 @@ var en_default = {
3583
3669
  "workflowSettings.saveExecutionProgressOptions.defaultSave": "Default - {defaultValue}",
3584
3670
  "workflowSettings.saveExecutionProgressOptions.doNotSave": "Do not save",
3585
3671
  "workflowSettings.saveExecutionProgressOptions.save": "@:_reusableBaseText.save",
3586
- "workflowSettings.redactionPolicy": "Data Redaction Policy",
3587
- "workflowSettings.redactionPolicy.options.none": "No redaction",
3588
- "workflowSettings.redactionPolicy.options.all": "Redact all executions",
3589
- "workflowSettings.redactionPolicy.options.nonManual": "Redact non-manual executions",
3590
- "workflowSettings.helpTexts.redactionPolicy": "Controls how execution data is redacted. 'Redact all' redacts data for all executions. 'Redact non-manual' only redacts data for production (non-manually triggered) executions.",
3672
+ "workflowSettings.redactProductionData": "Redact production execution data",
3673
+ "workflowSettings.redactProductionData.dynamicCredentialsHint": "Prod. execution data is always redacted in workflows that use dynamic credentials.",
3674
+ "workflowSettings.redactManualData": "Redact manual execution data",
3675
+ "workflowSettings.redactionOptions.default": "Default - Do not redact",
3676
+ "workflowSettings.redactionOptions.redact": "Redact",
3677
+ "workflowSettings.helpTexts.redactProductionData": "Controls whether execution data from production (non-manually triggered) executions is redacted.",
3678
+ "workflowSettings.helpTexts.redactManualData": "Controls whether execution data from manually triggered executions is redacted.",
3591
3679
  "workflowSettings.saveManualExecutions": "Save manual executions",
3592
3680
  "workflowSettings.saveManualOptions.defaultSave": "Default - {defaultValue}",
3593
3681
  "workflowSettings.saveManualOptions.doNotSave": "Do not save",
@@ -3638,8 +3726,10 @@ var en_default = {
3638
3726
  "credentialResolverEdit.error.loadTypes": "Failed to load resolver types",
3639
3727
  "credentialResolverEdit.delete": "Delete",
3640
3728
  "credentialResolverEdit.confirmMessage.deleteResolver.headline": "Delete Credential Resolver?",
3641
- "credentialResolverEdit.confirmMessage.deleteResolver.message": "Are you sure you want to delete the credential resolver \"{savedResolverName}\"?",
3642
- "credentialResolverEdit.confirmMessage.deleteResolver.confirmButtonText": "Yes, delete",
3729
+ "credentialResolverEdit.confirmMessage.deleteResolver.message": "Are you sure you want to delete the credential resolver {savedResolverName}?",
3730
+ "credentialResolverEdit.confirmMessage.deleteResolver.messageWithWorkflows": "Are you sure you want to delete the credential resolver {savedResolverName}? The following workflows use this resolver and will no longer resolve dynamic credentials:",
3731
+ "credentialResolverEdit.confirmMessage.deleteResolver.andMore": "and {count} more...",
3732
+ "credentialResolverEdit.confirmMessage.deleteResolver.confirmButtonText": "Delete",
3643
3733
  "credentialResolverEdit.sidebar.configuration": "Configuration",
3644
3734
  "credentialResolverEdit.sidebar.details": "Details",
3645
3735
  "credentialResolverEdit.details.id": "ID",
@@ -3741,6 +3831,20 @@ var en_default = {
3741
3831
  "workflows.dynamic.tooltip": "This workflow resolves credentials at runtime based on who executes it.",
3742
3832
  "workflows.dynamic.tooltipTitle": "Dynamic credentials",
3743
3833
  "workflows.dynamic.resolverMissing": "Credential resolver missing",
3834
+ "workflows.dependencies.tooltip": "1 dependency | {count} dependencies",
3835
+ "workflows.dependencies.modal.title": "Dependencies",
3836
+ "workflows.dependencies.modal.search": "Search dependencies...",
3837
+ "workflows.dependencies.type.credentials": "Credentials",
3838
+ "workflows.dependencies.type.dataTables": "Data Tables",
3839
+ "workflows.dependencies.type.subWorkflows": "Sub-workflows",
3840
+ "workflows.dependencies.type.parentWorkflows": "Used by workflows",
3841
+ "workflows.dependencies.search.placeholder": "Search...",
3842
+ "workflows.dependencies.search.empty": "No matching dependencies",
3843
+ "workflows.dependencies.hiddenNotice": "+1 not accessible to you | +{count} not accessible to you",
3844
+ "resourceDependents.tooltip": "Used by 1 workflow | Used by {count} workflows",
3845
+ "resourceDependents.modal.title": "Used by workflows",
3846
+ "resourceDependents.modal.search": "Search workflows...",
3847
+ "resourceDependents.type.workflows": "Workflows",
3744
3848
  "workflows.item.enableMCPAccess": "Enable MCP access",
3745
3849
  "workflows.item.disableMCPAccess": "Remove MCP access",
3746
3850
  "workflows.itemSuggestion.try": "Try template",
@@ -3983,6 +4087,17 @@ var en_default = {
3983
4087
  "dataTable.download.modal.includeSystemColumns": "Include system columns (id, createdAt, updatedAt)",
3984
4088
  "dataTable.download.modal.confirm": "Download",
3985
4089
  "dataTable.download.modal.cancel": "Cancel",
4090
+ "dataTable.importCsv": "Import CSV",
4091
+ "dataTable.importCsv.title": "Import CSV to data table",
4092
+ "dataTable.importCsv.description": "Column names must match the table's column names. System columns (id, createdAt, updatedAt) found in CSV will be ignored.",
4093
+ "dataTable.importCsv.columnMismatch": "The following CSV columns do not match the table: {unrecognized}. The following table columns are missing from CSV: {missing}.",
4094
+ "dataTable.importCsv.unrecognizedColumnsOnly": "The following CSV columns do not match the table: {columns}. Remove them and try again.",
4095
+ "dataTable.importCsv.missingColumnsOnly": "The following table columns are missing from CSV and will be set to null: {columns}.",
4096
+ "dataTable.importCsv.noMatchingColumns": "No matching columns found. CSV column names must exactly match the table's column names.",
4097
+ "dataTable.importCsv.readyToImport": "Ready to import {count} row | Ready to import {count} rows",
4098
+ "dataTable.importCsv.success": "Successfully imported {count} row | Successfully imported {count} rows",
4099
+ "dataTable.importCsv.error": "Failed to import CSV",
4100
+ "dataTable.importCsv.importButton": "Import",
3986
4101
  "dataTable.rename.error": "Error renaming data table",
3987
4102
  "dataTable.getDetails.error": "Error fetching data table details",
3988
4103
  "dataTable.notFound": "Data table not found",
@@ -4300,7 +4415,7 @@ var en_default = {
4300
4415
  "projects.settings.member.removed.title": "Member removed successfully",
4301
4416
  "projects.settings.member.added.title": "Member added successfully",
4302
4417
  "projects.settings.users.search.error": "An error occurred while searching for users",
4303
- "projects.settings.externalSecrets": "External secret stores",
4418
+ "projects.settings.externalSecrets": "External secret vaults",
4304
4419
  "projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
4305
4420
  "projects.settings.externalSecrets.emptyState.instanceAdmin.noProjectProviders.description": "Share secrets vault with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
4306
4421
  "projects.settings.externalSecrets.emptyState.projectAdmin.description": "Add a secrets vault and share it with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
@@ -4314,6 +4429,7 @@ var en_default = {
4314
4429
  "projects.settings.externalSecrets.collapse": "Collapse external secrets vault",
4315
4430
  "projects.sharing.allUsers": "All users and projects",
4316
4431
  "projects.sharing.noMatchingProjects": "There are no available projects",
4432
+ "projects.sharing.moreResults": "{count} more results — refine your search",
4317
4433
  "projects.sharing.noMatchingUsers": "No matching users or projects",
4318
4434
  "projects.sharing.select.placeholder": "Select project or user",
4319
4435
  "projects.sharing.select.placeholder.user": "Share with user(s)",
@@ -4325,7 +4441,7 @@ var en_default = {
4325
4441
  "projects.create.limitReached.cloud": "You have reached the {planName} plan limit of {limit}. Upgrade your plan to unlock more projects.",
4326
4442
  "projects.create.limitReached.self": "Upgrade to unlock projects for more granular control over sharing, access and organisation of workflows",
4327
4443
  "projects.create.limitReached.link": "View plans",
4328
- "projects.create.permissionDenied": "Your current role does not allow you to create projects",
4444
+ "projects.create.permissionDenied": "Your current role does not allow you to create projects. Contact your administrator to request access.",
4329
4445
  "projects.move.resource.modal.title": "Choose a project or user to move this {resourceTypeLabel} to",
4330
4446
  "projects.move.resource.modal.message": "\"{resourceName}\" is currently {inPersonalProject}{inTeamProject}",
4331
4447
  "projects.move.resource.modal.message.team": "in the \"{resourceHomeProjectName}\" project.",
@@ -4509,6 +4625,8 @@ var en_default = {
4509
4625
  "setupPanel.everythingConfigured.message": "Your workflow is ready to be executed",
4510
4626
  "setupPanel.trigger.credential.note": "Add a credential to listen for events.",
4511
4627
  "setupPanel.trigger.listeningHint": "Go to {service} and create an event",
4628
+ "setupPanel.parameter.description": "This node has required parameters that need to be configured.",
4629
+ "setupPanel.parameter.configureButton": "Configure node",
4512
4630
  "setupPanel.showCompleted": "Show completed steps",
4513
4631
  "setupPanel.webhookUrl.title": "Webhook URL",
4514
4632
  "setupPanel.webhookUrl.clickToCopy": "Click to copy test URL",