@n8n/i18n 2.19.0 → 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 +51 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +49 -3
- package/dist/index.d.mts +49 -3
- package/dist/index.mjs +51 -5
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +49 -3
- package/dist/types2.d.mts +49 -3
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1013,6 +1013,9 @@ var en_default = {
|
|
|
1013
1013
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": "Problem with connection settings. {owner} may be able to fix this",
|
|
1014
1014
|
"credentialEdit.credentialConfig.reconnect": "Reconnect",
|
|
1015
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",
|
|
1016
1019
|
"credentialEdit.credentialConfig.redirectUrlCopiedToClipboard": "Redirect URL copied to clipboard",
|
|
1017
1020
|
"credentialEdit.credentialConfig.retry": "Retry",
|
|
1018
1021
|
"credentialEdit.credentialConfig.retryCredentialTest": "Retry credential test",
|
|
@@ -1714,6 +1717,7 @@ var en_default = {
|
|
|
1714
1717
|
"ndv.redacted.description.sentence1": "Execution data has been redacted.",
|
|
1715
1718
|
"ndv.redacted.description.sentence2": "Adjust redaction rules in {link}.",
|
|
1716
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.",
|
|
1717
1721
|
"ndv.redacted.dynamicCredentials.description": "This execution used dynamic credentials. Data from dynamic credential executions cannot be revealed.",
|
|
1718
1722
|
"ndv.redacted.revealButton": "Reveal data",
|
|
1719
1723
|
"ndv.redacted.revealModal.title": "Reveal redacted data",
|
|
@@ -1998,11 +2002,13 @@ var en_default = {
|
|
|
1998
2002
|
"aiGateway.toggle.description": "n8n Connect is the easy way to manage AI model usage",
|
|
1999
2003
|
"aiGateway.toggle.topUp": "Top up",
|
|
2000
2004
|
"aiGateway.wallet.balanceRemaining": "{balance} remaining",
|
|
2005
|
+
"aiGateway.wallet.noCredits": "No credits",
|
|
2001
2006
|
"aiGateway.credentialMode.sectionLabel": "Credential",
|
|
2002
2007
|
"aiGateway.credentialMode.n8nConnect.title": "n8n Connect",
|
|
2003
2008
|
"aiGateway.credentialMode.n8nConnect.subtitle": "No API key required",
|
|
2004
2009
|
"aiGateway.credentialMode.own.title": "My own credential",
|
|
2005
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.",
|
|
2006
2012
|
"nodeCredentials.oauth.accountConnectionFailed": "Account connection failed",
|
|
2007
2013
|
"nodeErrorView.cause": "Cause",
|
|
2008
2014
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|
|
@@ -2485,6 +2491,8 @@ var en_default = {
|
|
|
2485
2491
|
"projectRoles.credential:move.tooltip": "Move credentials to another project",
|
|
2486
2492
|
"projectRoles.credential:delete": "Delete",
|
|
2487
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",
|
|
2488
2496
|
"projectRoles.dataTable:read": "View",
|
|
2489
2497
|
"projectRoles.dataTable:read.tooltip": "View the structure of data table (columns, name) and to view metadata",
|
|
2490
2498
|
"projectRoles.dataTable:update": "Edit",
|
|
@@ -2532,6 +2540,7 @@ var en_default = {
|
|
|
2532
2540
|
"projectRoles.type.folder": "Folders",
|
|
2533
2541
|
"projectRoles.type.workflow": "Workflows",
|
|
2534
2542
|
"projectRoles.type.credential": "Credentials",
|
|
2543
|
+
"projectRoles.type.execution": "Executions",
|
|
2535
2544
|
"projectRoles.type.sourceControl": "Source control",
|
|
2536
2545
|
"projectRoles.type.dataTable": "Data tables",
|
|
2537
2546
|
"projectRoles.type.projectVariable": "Project variables",
|
|
@@ -2765,15 +2774,16 @@ var en_default = {
|
|
|
2765
2774
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
2766
2775
|
"settings.communityNodes.confirmModal.cancel": "Cancel",
|
|
2767
2776
|
"settings.mcp": "Instance-level MCP",
|
|
2768
|
-
"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",
|
|
2769
2778
|
"settings.mcp.preview.tooltip": "This feature is in preview. Expect improvements and changes over time.",
|
|
2770
2779
|
"settings.mcp.header.toggle.enabled": "Enabled",
|
|
2771
2780
|
"settings.mcp.header.toggle.disabled": "Disabled",
|
|
2772
|
-
"settings.mcp.actionBox.heading": "Connect AI assistants to
|
|
2781
|
+
"settings.mcp.actionBox.heading": "Connect AI assistants to build and run workflows",
|
|
2773
2782
|
"settings.mcp.actionBox.button.label": "Enable MCP access",
|
|
2774
2783
|
"settings.mcp.emptyState.docs.part1": "Read our docs to",
|
|
2775
2784
|
"settings.mcp.tabs.workflows": "Workflows",
|
|
2776
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.",
|
|
2777
2787
|
"settings.mcp.access.token.notice": "Make sure to copy your access token, you won't be able to see it again",
|
|
2778
2788
|
"settings.mcp.workflows.table.action.removeMCPAccess": "Remove access",
|
|
2779
2789
|
"settings.mcp.workflows.table.action.updateDescription": "Edit description",
|
|
@@ -2788,6 +2798,7 @@ var en_default = {
|
|
|
2788
2798
|
"settings.mcp.oauth.table.empty.button": "See connection instructions",
|
|
2789
2799
|
"settings.mcp.toggle.disabled.tooltip": "Only instance admins can change this",
|
|
2790
2800
|
"settings.mcp.toggle.error": "Error updating MCP access",
|
|
2801
|
+
"settings.mcp.managedByEnv.tooltip": "Managed via environment variables",
|
|
2791
2802
|
"settings.mcp.instructions.rotateKey.tooltip": "Generate new token.<br/>This one will be automatically revoked",
|
|
2792
2803
|
"settings.mcp.instructions.apiKey.tip": "Use this as an authorization token. May be named differently in different clients",
|
|
2793
2804
|
"settings.mcp.error.fetching.apiKey": "Error fetching access token",
|
|
@@ -3779,6 +3790,7 @@ var en_default = {
|
|
|
3779
3790
|
"workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
|
|
3780
3791
|
"workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
|
|
3781
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.",
|
|
3782
3794
|
"workflowHistory.title": "Version History",
|
|
3783
3795
|
"workflowHistory.content.actions": "Actions",
|
|
3784
3796
|
"workflowHistory.item.id": "ID: {id}",
|
|
@@ -3961,6 +3973,8 @@ var en_default = {
|
|
|
3961
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?",
|
|
3962
3974
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
3963
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.",
|
|
3964
3978
|
"workflows.autodeactivated": "Workflow auto-deactivated",
|
|
3965
3979
|
"workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
|
|
3966
3980
|
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
@@ -4257,9 +4271,6 @@ var en_default = {
|
|
|
4257
4271
|
"dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
|
|
4258
4272
|
"dataTable.cell.oversized": "Value too large to display",
|
|
4259
4273
|
"dataTable.cell.oversized.tooltip": "The value can be modified using the data table node",
|
|
4260
|
-
"settings.instanceRegistry": "Instance Registry",
|
|
4261
|
-
"settings.instanceRegistry.title": "Instance Registry",
|
|
4262
|
-
"settings.instanceRegistry.error": "Failed to load cluster information. Please try again later.",
|
|
4263
4274
|
"settings.ldap": "LDAP",
|
|
4264
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.",
|
|
4265
4276
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -4368,6 +4379,35 @@ var en_default = {
|
|
|
4368
4379
|
"settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
|
|
4369
4380
|
"settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
|
|
4370
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",
|
|
4371
4411
|
"settings.sso": "SSO",
|
|
4372
4412
|
"settings.sso.title": "Single Sign-On",
|
|
4373
4413
|
"settings.sso.subtitle": "SAML 2.0 Configuration",
|
|
@@ -4833,6 +4873,9 @@ var en_default = {
|
|
|
4833
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",
|
|
4834
4874
|
"evaluation.runTest": "Run Test",
|
|
4835
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.",
|
|
4836
4879
|
"evaluation.cancelTestRun": "Cancel Test Run",
|
|
4837
4880
|
"evaluation.notImplemented": "This feature is not implemented yet!",
|
|
4838
4881
|
"evaluation.viewDetails": "View Details",
|
|
@@ -5100,6 +5143,8 @@ var en_default = {
|
|
|
5100
5143
|
"instanceAi.thread.new": "New chat",
|
|
5101
5144
|
"instanceAi.sidebar.back": "Back",
|
|
5102
5145
|
"instanceAi.sidebar.threads": "Threads",
|
|
5146
|
+
"instanceAi.sidebar.chatHistory": "Chat history",
|
|
5147
|
+
"instanceAi.sidebar.collapse": "Collapse sidebar",
|
|
5103
5148
|
"instanceAi.message.reasoning": "Reasoning",
|
|
5104
5149
|
"instanceAi.sidebar.noThreads": "No conversations yet",
|
|
5105
5150
|
"instanceAi.sidebar.group.thisWeek": "This week",
|
|
@@ -5460,6 +5505,7 @@ var en_default = {
|
|
|
5460
5505
|
"instanceAi.tools.update-tasks": "Updating tasks",
|
|
5461
5506
|
"instanceAi.tools.report-verification-verdict": "Verifying workflow",
|
|
5462
5507
|
"instanceAi.tools.verify-built-workflow": "Verifying workflow",
|
|
5508
|
+
"instanceAi.tools.complete-checkpoint": "Completing checkpoint",
|
|
5463
5509
|
"instanceAi.tools.updateWorkingMemory": "Updating memory",
|
|
5464
5510
|
"instanceAi.tools.apply-workflow-credentials": "Applying credentials",
|
|
5465
5511
|
"instanceAi.tools.setup-workflow": "Setting up workflow",
|