@n8n/i18n 2.18.5 → 2.20.0-exp.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 +113 -40
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +109 -36
- package/dist/index.d.mts +109 -36
- package/dist/index.mjs +113 -40
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +109 -36
- package/dist/types2.d.mts +109 -36
- package/package.json +4 -4
package/dist/index.cjs
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",
|
|
@@ -2822,6 +2823,43 @@ var en_default = {
|
|
|
2822
2823
|
"settings.mcp.connectPopover.serverUrl": "Server URL",
|
|
2823
2824
|
"settings.mcp.connectPopover.jsonConfig": "Configuration JSON",
|
|
2824
2825
|
"settings.mcp.connectPopover.triggerLabel": "Connection details",
|
|
2826
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.title": "Build from your assistant",
|
|
2827
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance",
|
|
2828
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claude": "Claude",
|
|
2829
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claudeCode": "Claude Code",
|
|
2830
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.cursor": "Cursor",
|
|
2831
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.codex": "Codex",
|
|
2832
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.chatgpt": "ChatGPT",
|
|
2833
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.eyebrow": "New · Model Context Protocol",
|
|
2834
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.title": "Try MCP with Claude Code, Cursor, or Codex",
|
|
2835
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance.",
|
|
2836
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsHint": "Set it up now, or later in {settingsLink}.",
|
|
2837
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsLink": "Settings > Instance-level MCP",
|
|
2838
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.tryIt": "Try MCP",
|
|
2839
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.skip": "Skip for now",
|
|
2840
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claude": "Find the official n8n connector and show it in this chat.",
|
|
2841
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claudeCode": "Set up the n8n MCP server for Claude Code globally (available in all projects).\n\n1. Register the MCP server at user scope by running:\n\n claude mcp add --scope user --transport http n8n \"{serverUrl}\"\n\n2. When Claude Code asks you to authenticate, complete the n8n OAuth flow.\n\n3. When you finish, tell me to restart Claude Code. Don't try to verify the server in this session.",
|
|
2842
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.cursor": "Set up the n8n MCP server for Cursor globally.\n\n1. Add the following to ~/.cursor/mcp.json (create the file and directory if they do not exist; if the file already exists, merge the n8n server entry without removing existing config):\n\n {'{'}\n \"mcpServers\": {'{'}\n \"n8n\": {'{'}\n \"url\": \"{serverUrl}\"\n {'}'}\n {'}'}\n {'}'}\n\n2. When Cursor asks you to authenticate, complete the n8n OAuth flow.\n\n3. When you finish, tell me to restart Cursor. Don't try to verify the server in this session.",
|
|
2843
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.codex": "Set up the n8n MCP server for Codex globally.\n\n1. Add the following to ~/.codex/config.toml (create the file and directory if they do not exist; if the file already exists, append the section without removing existing config):\n\n [mcp_servers.n8n]\n url = \"{serverUrl}\"\n\n2. When Codex asks you to authenticate, complete the n8n OAuth flow.\n\n3. When you finish, tell me to restart Codex. Don't try to verify the server in this session.",
|
|
2844
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": "Choose your assistant",
|
|
2845
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP access",
|
|
2846
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": "Paste the prompt in {assistant}",
|
|
2847
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": "Paste Server URL",
|
|
2848
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.title": "Enable developer mode in ChatGPT",
|
|
2849
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.description": "In ChatGPT, go to Settings > Apps & Connectors > Advanced settings. Turn on developer mode.",
|
|
2850
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.title": "Create a custom app",
|
|
2851
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.label": "App name",
|
|
2852
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.value": "n8n",
|
|
2853
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.serverUrl.label": "Server URL",
|
|
2854
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer": "You can disable this later from {settingsLink}. Read more about this feature {docsLink}.",
|
|
2855
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.docsLink": "here",
|
|
2856
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.tooltip": "Copy setup prompt",
|
|
2857
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.copied": "Copied",
|
|
2858
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant1.cta": "Build from your assistant",
|
|
2859
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant2.cta": "Connect to your AI",
|
|
2860
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": "New",
|
|
2861
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": "Enabled",
|
|
2862
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": "You can enable this later in Settings > MCP.",
|
|
2825
2863
|
"settings.chatHub": "Chat",
|
|
2826
2864
|
"settings.chatHub.providers.fetching.error": "Error fetching chat provider settings",
|
|
2827
2865
|
"settings.chatHub.providers.updated.success": "Chat provider settings updated",
|
|
@@ -2990,6 +3028,7 @@ var en_default = {
|
|
|
2990
3028
|
"settings.log-streaming.actionBox.description": "Log Streaming is available as a paid feature. Learn more about it.",
|
|
2991
3029
|
"settings.log-streaming.actionBox.button": "See plans",
|
|
2992
3030
|
"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>",
|
|
3031
|
+
"settings.log-streaming.managedByEnv": "Log streaming destinations are managed via environment variables and cannot be modified from the UI.",
|
|
2993
3032
|
"settings.log-streaming.addFirstTitle": "Set up a destination to get started",
|
|
2994
3033
|
"settings.log-streaming.addFirst": "Add your first destination by clicking on the button and selecting a destination type.",
|
|
2995
3034
|
"settings.log-streaming.saving": "Saving",
|
|
@@ -3131,6 +3170,8 @@ var en_default = {
|
|
|
3131
3170
|
"settings.provisioningConfirmDialog.button.cancel": "Cancel",
|
|
3132
3171
|
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": "Existing project role access settings CSV",
|
|
3133
3172
|
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": "Existing instance role settings CSV",
|
|
3173
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.warning": "Existing project mapping rules will be permanently deleted.",
|
|
3174
|
+
"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
3175
|
"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
3176
|
"settings.provisioningInstanceRolesHandledByExpressionMapping.description": "Instance roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3136
3177
|
"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 +3827,7 @@ var en_default = {
|
|
|
3786
3827
|
"workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
|
|
3787
3828
|
"workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
|
|
3788
3829
|
"workflowSettings.toggleMCP.notFoundError": "Workflow not found",
|
|
3830
|
+
"workflowSettings.toggleMCP.updateSkippedError": "Workflow {workflowId} could not be updated. It may be archived or you may no longer have permission to edit it.",
|
|
3789
3831
|
"workflowHistory.title": "Version History",
|
|
3790
3832
|
"workflowHistory.content.actions": "Actions",
|
|
3791
3833
|
"workflowHistory.item.id": "ID: {id}",
|
|
@@ -3968,6 +4010,8 @@ var en_default = {
|
|
|
3968
4010
|
"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
4011
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
3970
4012
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
4013
|
+
"workflows.remoteUpdateBlocked.title": "Workflow updated elsewhere",
|
|
4014
|
+
"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
4015
|
"workflows.autodeactivated": "Workflow auto-deactivated",
|
|
3972
4016
|
"workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
|
|
3973
4017
|
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
@@ -4165,6 +4209,8 @@ var en_default = {
|
|
|
4165
4209
|
"dataTable.addRow.label": "Add Row",
|
|
4166
4210
|
"dataTable.addRow.error": "Error adding row",
|
|
4167
4211
|
"dataTable.updateRow.error": "Error updating row",
|
|
4212
|
+
"dataTable.updateRow.numberPrecisionWarning.title": "Number precision may be lost",
|
|
4213
|
+
"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
4214
|
"dataTable.deleteRows.title": "Delete Rows",
|
|
4169
4215
|
"dataTable.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
|
|
4170
4216
|
"dataTable.deleteRows.error": "Error deleting rows",
|
|
@@ -4262,9 +4308,6 @@ var en_default = {
|
|
|
4262
4308
|
"dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
|
|
4263
4309
|
"dataTable.cell.oversized": "Value too large to display",
|
|
4264
4310
|
"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
4311
|
"settings.ldap": "LDAP",
|
|
4269
4312
|
"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
4313
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -4373,6 +4416,35 @@ var en_default = {
|
|
|
4373
4416
|
"settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
|
|
4374
4417
|
"settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
|
|
4375
4418
|
"settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
|
|
4419
|
+
"settings.encryptionKeys": "Data encryption keys",
|
|
4420
|
+
"settings.encryptionKeys.title": "Data encryption keys",
|
|
4421
|
+
"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.",
|
|
4422
|
+
"settings.encryptionKeys.description.docsLink": "Learn more in documentation",
|
|
4423
|
+
"settings.encryptionKeys.column.key": "Key",
|
|
4424
|
+
"settings.encryptionKeys.column.type": "Type",
|
|
4425
|
+
"settings.encryptionKeys.column.activated": "Activated",
|
|
4426
|
+
"settings.encryptionKeys.column.archived": "Archived",
|
|
4427
|
+
"settings.encryptionKeys.status.active": "Active",
|
|
4428
|
+
"settings.encryptionKeys.status.inactive": "Inactive",
|
|
4429
|
+
"settings.encryptionKeys.sortBy.label": "Sort by",
|
|
4430
|
+
"settings.encryptionKeys.sortBy.activated": "Activated",
|
|
4431
|
+
"settings.encryptionKeys.sortBy.archived": "Archived",
|
|
4432
|
+
"settings.encryptionKeys.sortBy.type": "Type",
|
|
4433
|
+
"settings.encryptionKeys.filter.title": "Filter",
|
|
4434
|
+
"settings.encryptionKeys.filter.dateRange": "Date range",
|
|
4435
|
+
"settings.encryptionKeys.filter.apply": "Apply",
|
|
4436
|
+
"settings.encryptionKeys.filter.clear": "Clear",
|
|
4437
|
+
"settings.encryptionKeys.rotate.button": "Rotate key",
|
|
4438
|
+
"settings.encryptionKeys.rotate.confirm.title": "Rotate encryption key?",
|
|
4439
|
+
"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.",
|
|
4440
|
+
"settings.encryptionKeys.rotate.confirm.action": "Rotate key",
|
|
4441
|
+
"settings.encryptionKeys.rotate.confirm.cancel": "Cancel",
|
|
4442
|
+
"settings.encryptionKeys.rotate.success": "Encryption key rotated",
|
|
4443
|
+
"settings.encryptionKeys.rotate.error": "Could not rotate encryption key",
|
|
4444
|
+
"settings.encryptionKeys.copyId.success": "Key ID copied to clipboard",
|
|
4445
|
+
"settings.encryptionKeys.empty.title": "No encryption keys yet",
|
|
4446
|
+
"settings.encryptionKeys.empty.description": "Rotate a key to generate your first active encryption key.",
|
|
4447
|
+
"settings.encryptionKeys.loadError": "Could not load encryption keys",
|
|
4376
4448
|
"settings.sso": "SSO",
|
|
4377
4449
|
"settings.sso.title": "Single Sign-On",
|
|
4378
4450
|
"settings.sso.subtitle": "SAML 2.0 Configuration",
|
|
@@ -4397,14 +4469,6 @@ var en_default = {
|
|
|
4397
4469
|
"settings.sso.settings.oidc.prompt.consent": "Consent (Ask the user to consent)",
|
|
4398
4470
|
"settings.sso.settings.oidc.prompt.select_account": "Select Account (Allow the user to select an account)",
|
|
4399
4471
|
"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
4472
|
"settings.sso.settings.roleAssignment.label": "Role assignment",
|
|
4409
4473
|
"settings.sso.settings.roleAssignment.description": "Choose how roles are assigned to SSO users",
|
|
4410
4474
|
"settings.sso.settings.roleAssignment.manual": "Assigned manually in n8n",
|
|
@@ -4457,6 +4521,7 @@ var en_default = {
|
|
|
4457
4521
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
4458
4522
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
4459
4523
|
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
4524
|
+
"settings.sso.settings.envConfigBanner": "SSO connection is configured via environment variables. To modify, update the environment variables and restart n8n.",
|
|
4460
4525
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
4461
4526
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
4462
4527
|
"settings.sso.actionBox.buttonText": "See plans",
|
|
@@ -4845,6 +4910,9 @@ var en_default = {
|
|
|
4845
4910
|
"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
4911
|
"evaluation.runTest": "Run Test",
|
|
4847
4912
|
"evaluation.stopTest": "Stop Test",
|
|
4913
|
+
"evaluation.runInParallel.label.sequential": "Sequential",
|
|
4914
|
+
"evaluation.runInParallel.label.concurrent": "Concurrent · {count}",
|
|
4915
|
+
"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
4916
|
"evaluation.cancelTestRun": "Cancel Test Run",
|
|
4849
4917
|
"evaluation.notImplemented": "This feature is not implemented yet!",
|
|
4850
4918
|
"evaluation.viewDetails": "View Details",
|
|
@@ -5112,6 +5180,8 @@ var en_default = {
|
|
|
5112
5180
|
"instanceAi.thread.new": "New chat",
|
|
5113
5181
|
"instanceAi.sidebar.back": "Back",
|
|
5114
5182
|
"instanceAi.sidebar.threads": "Threads",
|
|
5183
|
+
"instanceAi.sidebar.chatHistory": "Chat history",
|
|
5184
|
+
"instanceAi.sidebar.collapse": "Collapse sidebar",
|
|
5115
5185
|
"instanceAi.message.reasoning": "Reasoning",
|
|
5116
5186
|
"instanceAi.sidebar.noThreads": "No conversations yet",
|
|
5117
5187
|
"instanceAi.sidebar.group.thisWeek": "This week",
|
|
@@ -5153,6 +5223,9 @@ var en_default = {
|
|
|
5153
5223
|
"instanceAi.artifactsPanel.tasks": "Tasks",
|
|
5154
5224
|
"instanceAi.artifactsPanel.openWorkflow": "Open",
|
|
5155
5225
|
"instanceAi.artifactsPanel.archived": "Archived",
|
|
5226
|
+
"instanceAi.previewTabBar.collapse": "Collapse panel",
|
|
5227
|
+
"instanceAi.previewTabBar.openInEditor": "Open in editor",
|
|
5228
|
+
"instanceAi.previewTabBar.copyLink": "Copy link",
|
|
5156
5229
|
"instanceAi.delegateCard.implementsStep": "Step {step}",
|
|
5157
5230
|
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
5158
5231
|
"instanceAi.delegateCard.briefing": "Briefing",
|
|
@@ -5210,7 +5283,6 @@ var en_default = {
|
|
|
5210
5283
|
"instanceAi.workflowSetup.partiallyApplied": "Partially configured — some nodes skipped",
|
|
5211
5284
|
"instanceAi.workflowSetup.deferred": "Skipped — configure later",
|
|
5212
5285
|
"instanceAi.workflowSetup.selectOption": "Select an option",
|
|
5213
|
-
"instanceAi.workflowSetup.configureParameters": "Configure {count} parameter | Configure {count} parameters",
|
|
5214
5286
|
"instanceAi.workflowSetup.confirmTitle": "Ready to apply",
|
|
5215
5287
|
"instanceAi.workflowSetup.confirmDescription": "{count} item configured | {count} items configured",
|
|
5216
5288
|
"instanceAi.workflowSetup.reviewDetails": "Review details",
|
|
@@ -5470,6 +5542,7 @@ var en_default = {
|
|
|
5470
5542
|
"instanceAi.tools.update-tasks": "Updating tasks",
|
|
5471
5543
|
"instanceAi.tools.report-verification-verdict": "Verifying workflow",
|
|
5472
5544
|
"instanceAi.tools.verify-built-workflow": "Verifying workflow",
|
|
5545
|
+
"instanceAi.tools.complete-checkpoint": "Completing checkpoint",
|
|
5473
5546
|
"instanceAi.tools.updateWorkingMemory": "Updating memory",
|
|
5474
5547
|
"instanceAi.tools.apply-workflow-credentials": "Applying credentials",
|
|
5475
5548
|
"instanceAi.tools.setup-workflow": "Setting up workflow",
|
|
@@ -5541,7 +5614,7 @@ var en_default = {
|
|
|
5541
5614
|
"instanceAi.welcomeModal.toggle.enabled": "Enabled",
|
|
5542
5615
|
"instanceAi.welcomeModal.toggle.disabled": "Disabled",
|
|
5543
5616
|
"instanceAi.welcomeModal.disclaimer": "Conversations are processed by external AI providers.",
|
|
5544
|
-
"instanceAi.welcomeModal.readMore": "Read more
|
|
5617
|
+
"instanceAi.welcomeModal.readMore": "Read more",
|
|
5545
5618
|
"instanceAi.welcomeModal.continue": "Continue",
|
|
5546
5619
|
"instanceAi.welcomeModal.enable": "Enable",
|
|
5547
5620
|
"instanceAi.welcomeModal.skip": "Skip for now",
|