@n8n/i18n 2.18.5 → 2.20.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 +76 -40
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +72 -36
- package/dist/index.d.mts +72 -36
- package/dist/index.mjs +76 -40
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +72 -36
- package/dist/types2.d.mts +72 -36
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -222,7 +222,7 @@ var en_default = {
|
|
|
222
222
|
"auth.confirmPassword": "Confirm password",
|
|
223
223
|
"auth.confirmPassword.currentPassword": "Current password",
|
|
224
224
|
"auth.confirmPassword.confirmPasswordToChangeEmail": "Please confirm your password in order to change your email address.",
|
|
225
|
-
"auth.defaultPasswordRequirements": "
|
|
225
|
+
"auth.defaultPasswordRequirements": "{minimum}+ characters, at least 1 number and 1 capital letter",
|
|
226
226
|
"auth.validation.missingParameters": "Missing token or user id",
|
|
227
227
|
"auth.email": "Email",
|
|
228
228
|
"auth.firstName": "First Name",
|
|
@@ -552,6 +552,7 @@ var en_default = {
|
|
|
552
552
|
"chatHub.chat.header.button.editAgent": "Edit Agent",
|
|
553
553
|
"chatHub.chat.header.button.newChat": "New Chat",
|
|
554
554
|
"chatHub.chat.header.button.openWorkflow": "Open Workflow",
|
|
555
|
+
"chatHub.chat.header.button.manageConnections": "Manage connections",
|
|
555
556
|
"chatHub.chat.prompt.microphone.accessDenied": "Microphone access denied",
|
|
556
557
|
"chatHub.chat.prompt.microphone.allowAccess": "Please allow microphone access to use voice input",
|
|
557
558
|
"chatHub.chat.prompt.microphone.noSpeech": "No speech detected. Please try again",
|
|
@@ -1012,6 +1013,9 @@ var en_default = {
|
|
|
1012
1013
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": "Problem with connection settings. {owner} may be able to fix this",
|
|
1013
1014
|
"credentialEdit.credentialConfig.reconnect": "Reconnect",
|
|
1014
1015
|
"credentialEdit.credentialConfig.reconnectOAuth2Credential": "Reconnect OAuth2 Credential",
|
|
1016
|
+
"credentialEdit.credentialConfig.jwksUri.label": "OAuth2 JWKS URI",
|
|
1017
|
+
"credentialEdit.credentialConfig.jwksUri.hint": "Provide this URL to your OAuth2 provider so it can fetch the public keys this instance uses to encrypt tokens.",
|
|
1018
|
+
"credentialEdit.credentialConfig.jwksUri.copiedToast": "JWKS URI copied to clipboard",
|
|
1015
1019
|
"credentialEdit.credentialConfig.redirectUrlCopiedToClipboard": "Redirect URL copied to clipboard",
|
|
1016
1020
|
"credentialEdit.credentialConfig.retry": "Retry",
|
|
1017
1021
|
"credentialEdit.credentialConfig.retryCredentialTest": "Retry credential test",
|
|
@@ -1193,37 +1197,22 @@ var en_default = {
|
|
|
1193
1197
|
"experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
|
|
1194
1198
|
"experiments.resourceCenter.badge.noCredentials": "No Credentials Needed",
|
|
1195
1199
|
"experiments.resourceCenter.badge.noSetup": "No Setup Needed",
|
|
1196
|
-
"experiments.resourceCenter.
|
|
1200
|
+
"experiments.resourceCenter.badge.readyToRun": "Ready to Run",
|
|
1201
|
+
"experiments.resourceCenter.badge.template": "Template",
|
|
1202
|
+
"experiments.resourceCenter.badge.video": "Video",
|
|
1203
|
+
"experiments.resourceCenter.cta.runWorkflow": "Run workflow",
|
|
1197
1204
|
"experiments.resourceCenter.getInspired.title": "Get Inspired",
|
|
1198
|
-
"experiments.resourceCenter.gettingStarted.title": "Getting Started",
|
|
1199
|
-
"experiments.resourceCenter.learnAnything.title": "Learn Anything",
|
|
1200
|
-
"experiments.resourceCenter.quickStart.title": "Quick Start",
|
|
1201
|
-
"experiments.resourceCenter.seeMore": "See more",
|
|
1202
|
-
"experiments.resourceCenter.sidebar": "Resources",
|
|
1203
|
-
"experiments.resourceCenter.sidebar.inspiration": "Inspiration",
|
|
1204
|
-
"experiments.resourceCenter.templateCard.useNow": "▶ Run workflow",
|
|
1205
|
-
"experiments.resourceCenter.templatePreviews.title": "Popular Templates",
|
|
1206
|
-
"experiments.resourceCenter.title": "Resources",
|
|
1207
|
-
"experiments.resourceCenter.viewAllTemplates": "View all templates",
|
|
1208
|
-
"experiments.resourceCenter.youtubeInspiration.title": "Inspiration Videos",
|
|
1209
|
-
"experiments.resourceCenter.youtubeLearn.title": "Learning Videos",
|
|
1210
1205
|
"experiments.resourceCenter.getStarted.title": "Get started",
|
|
1211
1206
|
"experiments.resourceCenter.learnN8n.title": "Learn to use n8n",
|
|
1212
|
-
"experiments.resourceCenter.featuredVideos.title": "Featured video tutorials",
|
|
1213
|
-
"experiments.resourceCenter.quickTips.title": "Quick tips",
|
|
1214
|
-
"experiments.resourceCenter.masterclass.title": "Masterclasses",
|
|
1215
|
-
"experiments.resourceCenter.learnTemplates.title": "Starter templates",
|
|
1216
|
-
"experiments.resourceCenter.popularTemplates.title": "Popular templates",
|
|
1217
|
-
"experiments.resourceCenter.automationIdeas.title": "Automation ideas",
|
|
1218
1207
|
"experiments.resourceCenter.sandbox.easySetup": "No setup needed",
|
|
1219
|
-
"experiments.resourceCenter.
|
|
1220
|
-
"experiments.resourceCenter.
|
|
1208
|
+
"experiments.resourceCenter.search.noResults": "No results found",
|
|
1209
|
+
"experiments.resourceCenter.search.placeholder": "Search templates and guides…",
|
|
1221
1210
|
"experiments.resourceCenter.sandbox.nodes": "{count} nodes",
|
|
1222
|
-
"experiments.resourceCenter.
|
|
1223
|
-
"experiments.resourceCenter.course.lessons": "{count} lessons",
|
|
1224
|
-
"experiments.resourceCenter.video.level": "Level: {level}",
|
|
1211
|
+
"experiments.resourceCenter.sidebar": "Resources",
|
|
1225
1212
|
"experiments.resourceCenter.template.setupTime": "{minutes} minute set up",
|
|
1213
|
+
"experiments.resourceCenter.title": "Resources",
|
|
1226
1214
|
"experiments.resourceCenter.tooltip.text": "Get inspired and learn with use cases",
|
|
1215
|
+
"experiments.resourceCenter.video.level": "Level: {level}",
|
|
1227
1216
|
"experiments.templatesDataQuality.modalTitle": "Featured templates",
|
|
1228
1217
|
error: "Error",
|
|
1229
1218
|
"error.goBack": "Go back",
|
|
@@ -1636,6 +1625,7 @@ var en_default = {
|
|
|
1636
1625
|
"mainSidebar.showMessage.handleSelect2.title": "Workflow created",
|
|
1637
1626
|
"mainSidebar.showMessage.handleSelect3.title": "Workflow created",
|
|
1638
1627
|
"mainSidebar.showMessage.handleArchive.title": "Workflow '{workflowName}' archived",
|
|
1628
|
+
"mainSidebar.showMessage.handleArchive.message": "Delete permanently",
|
|
1639
1629
|
"mainSidebar.showMessage.handleUnarchive.title": "Workflow '{workflowName}' unarchived",
|
|
1640
1630
|
"mainSidebar.showMessage.stopExecution.title": "Execution stopped",
|
|
1641
1631
|
"mainSidebar.workflows": "Workflows",
|
|
@@ -1727,6 +1717,7 @@ var en_default = {
|
|
|
1727
1717
|
"ndv.redacted.description.sentence1": "Execution data has been redacted.",
|
|
1728
1718
|
"ndv.redacted.description.sentence2": "Adjust redaction rules in {link}.",
|
|
1729
1719
|
"ndv.redacted.description.link": "workflow settings",
|
|
1720
|
+
"ndv.redacted.noPermission.description": "Execution data has been redacted. You do not have the permissions to reveal it.",
|
|
1730
1721
|
"ndv.redacted.dynamicCredentials.description": "This execution used dynamic credentials. Data from dynamic credential executions cannot be revealed.",
|
|
1731
1722
|
"ndv.redacted.revealButton": "Reveal data",
|
|
1732
1723
|
"ndv.redacted.revealModal.title": "Reveal redacted data",
|
|
@@ -2017,6 +2008,7 @@ var en_default = {
|
|
|
2017
2008
|
"aiGateway.credentialMode.n8nConnect.subtitle": "No API key required",
|
|
2018
2009
|
"aiGateway.credentialMode.own.title": "My own credential",
|
|
2019
2010
|
"aiGateway.credentialMode.own.subtitle": "Use your own API key",
|
|
2011
|
+
"aiGateway.unsupportedAction.notice": "{actionName} is currently not supported via n8n Connect. Switch to using your own credential to use it.",
|
|
2020
2012
|
"nodeCredentials.oauth.accountConnectionFailed": "Account connection failed",
|
|
2021
2013
|
"nodeErrorView.cause": "Cause",
|
|
2022
2014
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|
|
@@ -2274,6 +2266,10 @@ var en_default = {
|
|
|
2274
2266
|
"oauth.consentView.action.listWorkflows": "Get a list of your workflows",
|
|
2275
2267
|
"oauth.consentView.action.workflowDetails": "Get details for a specific workflow",
|
|
2276
2268
|
"oauth.consentView.action.executeWorkflows": "Execute workflows on your behalf",
|
|
2269
|
+
"oauth.consentView.action.executionDetails": "Get details for a specific workflow execution",
|
|
2270
|
+
"oauth.consentView.action.createUpdateWorkflows": "Create and update workflows on your behalf",
|
|
2271
|
+
"oauth.consentView.action.createDataTables": "Create and update data tables on your behalf",
|
|
2272
|
+
"oauth.consentView.action.searchProjectsAndFolders": "Search for projects and folders",
|
|
2277
2273
|
"oauth.consentView.readMore": "Read more <a href='{docsUrl}' target='_blank'>here</a>",
|
|
2278
2274
|
"oauth.consentView.error.deny": "Error denying access",
|
|
2279
2275
|
"oauth.consentView.error.allow": "Error allowing access",
|
|
@@ -2495,6 +2491,8 @@ var en_default = {
|
|
|
2495
2491
|
"projectRoles.credential:move.tooltip": "Move credentials to another project",
|
|
2496
2492
|
"projectRoles.credential:delete": "Delete",
|
|
2497
2493
|
"projectRoles.credential:delete.tooltip": "Delete credentials",
|
|
2494
|
+
"projectRoles.execution:reveal": "Reveal redacted data",
|
|
2495
|
+
"projectRoles.execution:reveal.tooltip": "Reveal redacted execution data on workflows that have data redaction enabled",
|
|
2498
2496
|
"projectRoles.dataTable:read": "View",
|
|
2499
2497
|
"projectRoles.dataTable:read.tooltip": "View the structure of data table (columns, name) and to view metadata",
|
|
2500
2498
|
"projectRoles.dataTable:update": "Edit",
|
|
@@ -2542,6 +2540,7 @@ var en_default = {
|
|
|
2542
2540
|
"projectRoles.type.folder": "Folders",
|
|
2543
2541
|
"projectRoles.type.workflow": "Workflows",
|
|
2544
2542
|
"projectRoles.type.credential": "Credentials",
|
|
2543
|
+
"projectRoles.type.execution": "Executions",
|
|
2545
2544
|
"projectRoles.type.sourceControl": "Source control",
|
|
2546
2545
|
"projectRoles.type.dataTable": "Data tables",
|
|
2547
2546
|
"projectRoles.type.projectVariable": "Project variables",
|
|
@@ -2775,15 +2774,16 @@ var en_default = {
|
|
|
2775
2774
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
2776
2775
|
"settings.communityNodes.confirmModal.cancel": "Cancel",
|
|
2777
2776
|
"settings.mcp": "Instance-level MCP",
|
|
2778
|
-
"settings.mcp.description": "
|
|
2777
|
+
"settings.mcp.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance",
|
|
2779
2778
|
"settings.mcp.preview.tooltip": "This feature is in preview. Expect improvements and changes over time.",
|
|
2780
2779
|
"settings.mcp.header.toggle.enabled": "Enabled",
|
|
2781
2780
|
"settings.mcp.header.toggle.disabled": "Disabled",
|
|
2782
|
-
"settings.mcp.actionBox.heading": "Connect AI assistants to
|
|
2781
|
+
"settings.mcp.actionBox.heading": "Connect AI assistants to build and run workflows",
|
|
2783
2782
|
"settings.mcp.actionBox.button.label": "Enable MCP access",
|
|
2784
2783
|
"settings.mcp.emptyState.docs.part1": "Read our docs to",
|
|
2785
2784
|
"settings.mcp.tabs.workflows": "Workflows",
|
|
2786
2785
|
"settings.mcp.tabs.oauth": "Connected clients",
|
|
2786
|
+
"settings.mcp.instanceCapacity.warning": "MCP client registrations are at the instance limit ({count}/{limit}). New OAuth connections will be rejected until clients are revoked or N8N_MCP_MAX_REGISTERED_CLIENTS is raised.",
|
|
2787
2787
|
"settings.mcp.access.token.notice": "Make sure to copy your access token, you won't be able to see it again",
|
|
2788
2788
|
"settings.mcp.workflows.table.action.removeMCPAccess": "Remove access",
|
|
2789
2789
|
"settings.mcp.workflows.table.action.updateDescription": "Edit description",
|
|
@@ -2798,6 +2798,7 @@ var en_default = {
|
|
|
2798
2798
|
"settings.mcp.oauth.table.empty.button": "See connection instructions",
|
|
2799
2799
|
"settings.mcp.toggle.disabled.tooltip": "Only instance admins can change this",
|
|
2800
2800
|
"settings.mcp.toggle.error": "Error updating MCP access",
|
|
2801
|
+
"settings.mcp.managedByEnv.tooltip": "Managed via environment variables",
|
|
2801
2802
|
"settings.mcp.instructions.rotateKey.tooltip": "Generate new token.<br/>This one will be automatically revoked",
|
|
2802
2803
|
"settings.mcp.instructions.apiKey.tip": "Use this as an authorization token. May be named differently in different clients",
|
|
2803
2804
|
"settings.mcp.error.fetching.apiKey": "Error fetching access token",
|
|
@@ -2990,6 +2991,7 @@ var en_default = {
|
|
|
2990
2991
|
"settings.log-streaming.actionBox.description": "Log Streaming is available as a paid feature. Learn more about it.",
|
|
2991
2992
|
"settings.log-streaming.actionBox.button": "See plans",
|
|
2992
2993
|
"settings.log-streaming.infoText": "Send logs to external endpoints of your choice. You can also write logs to a file or the console using environment variables. <a href=\"https://docs.n8n.io/log-streaming/\" target=\"_blank\">More info</a>",
|
|
2994
|
+
"settings.log-streaming.managedByEnv": "Log streaming destinations are managed via environment variables and cannot be modified from the UI.",
|
|
2993
2995
|
"settings.log-streaming.addFirstTitle": "Set up a destination to get started",
|
|
2994
2996
|
"settings.log-streaming.addFirst": "Add your first destination by clicking on the button and selecting a destination type.",
|
|
2995
2997
|
"settings.log-streaming.saving": "Saving",
|
|
@@ -3131,6 +3133,8 @@ var en_default = {
|
|
|
3131
3133
|
"settings.provisioningConfirmDialog.button.cancel": "Cancel",
|
|
3132
3134
|
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": "Existing project role access settings CSV",
|
|
3133
3135
|
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": "Existing instance role settings CSV",
|
|
3136
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.warning": "Existing project mapping rules will be permanently deleted.",
|
|
3137
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.description": "Saving this change removes all project role mapping rules. Download the project roles CSV above before saving so you can recreate them if needed.",
|
|
3134
3138
|
"settings.provisioningInstanceRolesHandledBySsoProvider.description": "User management and instance roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
3135
3139
|
"settings.provisioningInstanceRolesHandledByExpressionMapping.description": "Instance roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3136
3140
|
"settings.provisioningProjectRolesHandledBySsoProvider.description": "User management and project roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
@@ -3786,6 +3790,7 @@ var en_default = {
|
|
|
3786
3790
|
"workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
|
|
3787
3791
|
"workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
|
|
3788
3792
|
"workflowSettings.toggleMCP.notFoundError": "Workflow not found",
|
|
3793
|
+
"workflowSettings.toggleMCP.updateSkippedError": "Workflow {workflowId} could not be updated. It may be archived or you may no longer have permission to edit it.",
|
|
3789
3794
|
"workflowHistory.title": "Version History",
|
|
3790
3795
|
"workflowHistory.content.actions": "Actions",
|
|
3791
3796
|
"workflowHistory.item.id": "ID: {id}",
|
|
@@ -3968,6 +3973,8 @@ var en_default = {
|
|
|
3968
3973
|
"workflows.concurrentChanges.confirmMessage.message": "Someone saved this workflow while you were editing it. You can <a href=\"{url}\" target=\"_blank\">view their version</a> (in new tab).<br/><br/>Overwrite their changes with yours?",
|
|
3969
3974
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
3970
3975
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
3976
|
+
"workflows.remoteUpdateBlocked.title": "Workflow updated elsewhere",
|
|
3977
|
+
"workflows.remoteUpdateBlocked.message": "This workflow was updated in another tab or by another user. We kept your unsaved changes, so the latest version was not applied here. Save to overwrite, or reload to get the latest version.",
|
|
3971
3978
|
"workflows.autodeactivated": "Workflow auto-deactivated",
|
|
3972
3979
|
"workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
|
|
3973
3980
|
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
@@ -4165,6 +4172,8 @@ var en_default = {
|
|
|
4165
4172
|
"dataTable.addRow.label": "Add Row",
|
|
4166
4173
|
"dataTable.addRow.error": "Error adding row",
|
|
4167
4174
|
"dataTable.updateRow.error": "Error updating row",
|
|
4175
|
+
"dataTable.updateRow.numberPrecisionWarning.title": "Number precision may be lost",
|
|
4176
|
+
"dataTable.updateRow.numberPrecisionWarning.message": "Values above 9,007,199,254,740,991 can lose precision. Store large numbers as text if you need exact values.",
|
|
4168
4177
|
"dataTable.deleteRows.title": "Delete Rows",
|
|
4169
4178
|
"dataTable.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
|
|
4170
4179
|
"dataTable.deleteRows.error": "Error deleting rows",
|
|
@@ -4262,9 +4271,6 @@ var en_default = {
|
|
|
4262
4271
|
"dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
|
|
4263
4272
|
"dataTable.cell.oversized": "Value too large to display",
|
|
4264
4273
|
"dataTable.cell.oversized.tooltip": "The value can be modified using the data table node",
|
|
4265
|
-
"settings.instanceRegistry": "Instance Registry",
|
|
4266
|
-
"settings.instanceRegistry.title": "Instance Registry",
|
|
4267
|
-
"settings.instanceRegistry.error": "Failed to load cluster information. Please try again later.",
|
|
4268
4274
|
"settings.ldap": "LDAP",
|
|
4269
4275
|
"settings.ldap.note": "LDAP allows users to authenticate with their centralized account. It's compatible with services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.",
|
|
4270
4276
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -4373,6 +4379,35 @@ var en_default = {
|
|
|
4373
4379
|
"settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
|
|
4374
4380
|
"settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
|
|
4375
4381
|
"settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
|
|
4382
|
+
"settings.encryptionKeys": "Data encryption keys",
|
|
4383
|
+
"settings.encryptionKeys.title": "Data encryption keys",
|
|
4384
|
+
"settings.encryptionKeys.description": "Data encryption keys protect credentials, variables, and other sensitive data at rest. Rotating generates a new active key. Past keys are archived and retained for audit.",
|
|
4385
|
+
"settings.encryptionKeys.description.docsLink": "Learn more in documentation",
|
|
4386
|
+
"settings.encryptionKeys.column.key": "Key",
|
|
4387
|
+
"settings.encryptionKeys.column.type": "Type",
|
|
4388
|
+
"settings.encryptionKeys.column.activated": "Activated",
|
|
4389
|
+
"settings.encryptionKeys.column.archived": "Archived",
|
|
4390
|
+
"settings.encryptionKeys.status.active": "Active",
|
|
4391
|
+
"settings.encryptionKeys.status.inactive": "Inactive",
|
|
4392
|
+
"settings.encryptionKeys.sortBy.label": "Sort by",
|
|
4393
|
+
"settings.encryptionKeys.sortBy.activated": "Activated",
|
|
4394
|
+
"settings.encryptionKeys.sortBy.archived": "Archived",
|
|
4395
|
+
"settings.encryptionKeys.sortBy.type": "Type",
|
|
4396
|
+
"settings.encryptionKeys.filter.title": "Filter",
|
|
4397
|
+
"settings.encryptionKeys.filter.dateRange": "Date range",
|
|
4398
|
+
"settings.encryptionKeys.filter.apply": "Apply",
|
|
4399
|
+
"settings.encryptionKeys.filter.clear": "Clear",
|
|
4400
|
+
"settings.encryptionKeys.rotate.button": "Rotate key",
|
|
4401
|
+
"settings.encryptionKeys.rotate.confirm.title": "Rotate encryption key?",
|
|
4402
|
+
"settings.encryptionKeys.rotate.confirm.body": "A new encryption key will be generated and used to encrypt new data. The previous key will be archived and kept to decrypt existing data.",
|
|
4403
|
+
"settings.encryptionKeys.rotate.confirm.action": "Rotate key",
|
|
4404
|
+
"settings.encryptionKeys.rotate.confirm.cancel": "Cancel",
|
|
4405
|
+
"settings.encryptionKeys.rotate.success": "Encryption key rotated",
|
|
4406
|
+
"settings.encryptionKeys.rotate.error": "Could not rotate encryption key",
|
|
4407
|
+
"settings.encryptionKeys.copyId.success": "Key ID copied to clipboard",
|
|
4408
|
+
"settings.encryptionKeys.empty.title": "No encryption keys yet",
|
|
4409
|
+
"settings.encryptionKeys.empty.description": "Rotate a key to generate your first active encryption key.",
|
|
4410
|
+
"settings.encryptionKeys.loadError": "Could not load encryption keys",
|
|
4376
4411
|
"settings.sso": "SSO",
|
|
4377
4412
|
"settings.sso.title": "Single Sign-On",
|
|
4378
4413
|
"settings.sso.subtitle": "SAML 2.0 Configuration",
|
|
@@ -4397,14 +4432,6 @@ var en_default = {
|
|
|
4397
4432
|
"settings.sso.settings.oidc.prompt.consent": "Consent (Ask the user to consent)",
|
|
4398
4433
|
"settings.sso.settings.oidc.prompt.select_account": "Select Account (Allow the user to select an account)",
|
|
4399
4434
|
"settings.sso.settings.oidc.prompt.create": "Create (Ask the OP to show the registration page first)",
|
|
4400
|
-
"settings.sso.settings.oidc.overrideBanner": "OIDC connection is configured via environment variables. To modify, update the environment variables and restart n8n.",
|
|
4401
|
-
"settings.sso.settings.userRoleProvisioning.label": "User role provisioning",
|
|
4402
|
-
"settings.sso.settings.userRoleProvisioning.help": "Manage instance and project roles from your SSO provider.",
|
|
4403
|
-
"settings.sso.settings.userRoleProvisioning.help.linkText": "Link to docs",
|
|
4404
|
-
"settings.sso.settings.userRoleProvisioning.option.disabled.label": "Managed in n8n",
|
|
4405
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceRole.label": "Instance role",
|
|
4406
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": "Instance and project roles",
|
|
4407
|
-
"settings.sso.settings.userRoleProvisioning.option.expressionBased.label": "Expression-based mapping",
|
|
4408
4435
|
"settings.sso.settings.roleAssignment.label": "Role assignment",
|
|
4409
4436
|
"settings.sso.settings.roleAssignment.description": "Choose how roles are assigned to SSO users",
|
|
4410
4437
|
"settings.sso.settings.roleAssignment.manual": "Assigned manually in n8n",
|
|
@@ -4457,6 +4484,7 @@ var en_default = {
|
|
|
4457
4484
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
4458
4485
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
4459
4486
|
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
4487
|
+
"settings.sso.settings.envConfigBanner": "SSO connection is configured via environment variables. To modify, update the environment variables and restart n8n.",
|
|
4460
4488
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
4461
4489
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
4462
4490
|
"settings.sso.actionBox.buttonText": "See plans",
|
|
@@ -4845,6 +4873,9 @@ var en_default = {
|
|
|
4845
4873
|
"evaluation.runDetail.notice.useSetInputs": "Tip: Show input columns from your dataset here by adding the evaluation node's 'set inputs' operation to your workflow",
|
|
4846
4874
|
"evaluation.runTest": "Run Test",
|
|
4847
4875
|
"evaluation.stopTest": "Stop Test",
|
|
4876
|
+
"evaluation.runInParallel.label.sequential": "Sequential",
|
|
4877
|
+
"evaluation.runInParallel.label.concurrent": "Concurrent · {count}",
|
|
4878
|
+
"evaluation.runInParallel.tooltip": "Drag the slider to set how many evaluation test cases run at the same time. A value of 1 runs cases sequentially; higher values fan out for speed but may hit LLM rate limits.",
|
|
4848
4879
|
"evaluation.cancelTestRun": "Cancel Test Run",
|
|
4849
4880
|
"evaluation.notImplemented": "This feature is not implemented yet!",
|
|
4850
4881
|
"evaluation.viewDetails": "View Details",
|
|
@@ -5112,6 +5143,8 @@ var en_default = {
|
|
|
5112
5143
|
"instanceAi.thread.new": "New chat",
|
|
5113
5144
|
"instanceAi.sidebar.back": "Back",
|
|
5114
5145
|
"instanceAi.sidebar.threads": "Threads",
|
|
5146
|
+
"instanceAi.sidebar.chatHistory": "Chat history",
|
|
5147
|
+
"instanceAi.sidebar.collapse": "Collapse sidebar",
|
|
5115
5148
|
"instanceAi.message.reasoning": "Reasoning",
|
|
5116
5149
|
"instanceAi.sidebar.noThreads": "No conversations yet",
|
|
5117
5150
|
"instanceAi.sidebar.group.thisWeek": "This week",
|
|
@@ -5153,6 +5186,9 @@ var en_default = {
|
|
|
5153
5186
|
"instanceAi.artifactsPanel.tasks": "Tasks",
|
|
5154
5187
|
"instanceAi.artifactsPanel.openWorkflow": "Open",
|
|
5155
5188
|
"instanceAi.artifactsPanel.archived": "Archived",
|
|
5189
|
+
"instanceAi.previewTabBar.collapse": "Collapse panel",
|
|
5190
|
+
"instanceAi.previewTabBar.openInEditor": "Open in editor",
|
|
5191
|
+
"instanceAi.previewTabBar.copyLink": "Copy link",
|
|
5156
5192
|
"instanceAi.delegateCard.implementsStep": "Step {step}",
|
|
5157
5193
|
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
5158
5194
|
"instanceAi.delegateCard.briefing": "Briefing",
|
|
@@ -5210,7 +5246,6 @@ var en_default = {
|
|
|
5210
5246
|
"instanceAi.workflowSetup.partiallyApplied": "Partially configured — some nodes skipped",
|
|
5211
5247
|
"instanceAi.workflowSetup.deferred": "Skipped — configure later",
|
|
5212
5248
|
"instanceAi.workflowSetup.selectOption": "Select an option",
|
|
5213
|
-
"instanceAi.workflowSetup.configureParameters": "Configure {count} parameter | Configure {count} parameters",
|
|
5214
5249
|
"instanceAi.workflowSetup.confirmTitle": "Ready to apply",
|
|
5215
5250
|
"instanceAi.workflowSetup.confirmDescription": "{count} item configured | {count} items configured",
|
|
5216
5251
|
"instanceAi.workflowSetup.reviewDetails": "Review details",
|
|
@@ -5470,6 +5505,7 @@ var en_default = {
|
|
|
5470
5505
|
"instanceAi.tools.update-tasks": "Updating tasks",
|
|
5471
5506
|
"instanceAi.tools.report-verification-verdict": "Verifying workflow",
|
|
5472
5507
|
"instanceAi.tools.verify-built-workflow": "Verifying workflow",
|
|
5508
|
+
"instanceAi.tools.complete-checkpoint": "Completing checkpoint",
|
|
5473
5509
|
"instanceAi.tools.updateWorkingMemory": "Updating memory",
|
|
5474
5510
|
"instanceAi.tools.apply-workflow-credentials": "Applying credentials",
|
|
5475
5511
|
"instanceAi.tools.setup-workflow": "Setting up workflow",
|
|
@@ -5541,7 +5577,7 @@ var en_default = {
|
|
|
5541
5577
|
"instanceAi.welcomeModal.toggle.enabled": "Enabled",
|
|
5542
5578
|
"instanceAi.welcomeModal.toggle.disabled": "Disabled",
|
|
5543
5579
|
"instanceAi.welcomeModal.disclaimer": "Conversations are processed by external AI providers.",
|
|
5544
|
-
"instanceAi.welcomeModal.readMore": "Read more
|
|
5580
|
+
"instanceAi.welcomeModal.readMore": "Read more",
|
|
5545
5581
|
"instanceAi.welcomeModal.continue": "Continue",
|
|
5546
5582
|
"instanceAi.welcomeModal.enable": "Enable",
|
|
5547
5583
|
"instanceAi.welcomeModal.skip": "Skip for now",
|