@n8n/i18n 2.19.0 → 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 +88 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +86 -3
- package/dist/index.d.mts +86 -3
- package/dist/index.mjs +88 -5
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +86 -3
- package/dist/types2.d.mts +86 -3
- package/package.json +2 -2
package/dist/types2.d.cts
CHANGED
|
@@ -1011,6 +1011,9 @@ declare const _exports: {
|
|
|
1011
1011
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": string;
|
|
1012
1012
|
"credentialEdit.credentialConfig.reconnect": string;
|
|
1013
1013
|
"credentialEdit.credentialConfig.reconnectOAuth2Credential": string;
|
|
1014
|
+
"credentialEdit.credentialConfig.jwksUri.label": string;
|
|
1015
|
+
"credentialEdit.credentialConfig.jwksUri.hint": string;
|
|
1016
|
+
"credentialEdit.credentialConfig.jwksUri.copiedToast": string;
|
|
1014
1017
|
"credentialEdit.credentialConfig.redirectUrlCopiedToClipboard": string;
|
|
1015
1018
|
"credentialEdit.credentialConfig.retry": string;
|
|
1016
1019
|
"credentialEdit.credentialConfig.retryCredentialTest": string;
|
|
@@ -1712,6 +1715,7 @@ declare const _exports: {
|
|
|
1712
1715
|
"ndv.redacted.description.sentence1": string;
|
|
1713
1716
|
"ndv.redacted.description.sentence2": string;
|
|
1714
1717
|
"ndv.redacted.description.link": string;
|
|
1718
|
+
"ndv.redacted.noPermission.description": string;
|
|
1715
1719
|
"ndv.redacted.dynamicCredentials.description": string;
|
|
1716
1720
|
"ndv.redacted.revealButton": string;
|
|
1717
1721
|
"ndv.redacted.revealModal.title": string;
|
|
@@ -1996,11 +2000,13 @@ declare const _exports: {
|
|
|
1996
2000
|
"aiGateway.toggle.description": string;
|
|
1997
2001
|
"aiGateway.toggle.topUp": string;
|
|
1998
2002
|
"aiGateway.wallet.balanceRemaining": string;
|
|
2003
|
+
"aiGateway.wallet.noCredits": string;
|
|
1999
2004
|
"aiGateway.credentialMode.sectionLabel": string;
|
|
2000
2005
|
"aiGateway.credentialMode.n8nConnect.title": string;
|
|
2001
2006
|
"aiGateway.credentialMode.n8nConnect.subtitle": string;
|
|
2002
2007
|
"aiGateway.credentialMode.own.title": string;
|
|
2003
2008
|
"aiGateway.credentialMode.own.subtitle": string;
|
|
2009
|
+
"aiGateway.unsupportedAction.notice": string;
|
|
2004
2010
|
"nodeCredentials.oauth.accountConnectionFailed": string;
|
|
2005
2011
|
"nodeErrorView.cause": string;
|
|
2006
2012
|
"nodeErrorView.copyToClipboard": string;
|
|
@@ -2483,6 +2489,8 @@ declare const _exports: {
|
|
|
2483
2489
|
"projectRoles.credential:move.tooltip": string;
|
|
2484
2490
|
"projectRoles.credential:delete": string;
|
|
2485
2491
|
"projectRoles.credential:delete.tooltip": string;
|
|
2492
|
+
"projectRoles.execution:reveal": string;
|
|
2493
|
+
"projectRoles.execution:reveal.tooltip": string;
|
|
2486
2494
|
"projectRoles.dataTable:read": string;
|
|
2487
2495
|
"projectRoles.dataTable:read.tooltip": string;
|
|
2488
2496
|
"projectRoles.dataTable:update": string;
|
|
@@ -2530,6 +2538,7 @@ declare const _exports: {
|
|
|
2530
2538
|
"projectRoles.type.folder": string;
|
|
2531
2539
|
"projectRoles.type.workflow": string;
|
|
2532
2540
|
"projectRoles.type.credential": string;
|
|
2541
|
+
"projectRoles.type.execution": string;
|
|
2533
2542
|
"projectRoles.type.sourceControl": string;
|
|
2534
2543
|
"projectRoles.type.dataTable": string;
|
|
2535
2544
|
"projectRoles.type.projectVariable": string;
|
|
@@ -2772,6 +2781,7 @@ declare const _exports: {
|
|
|
2772
2781
|
"settings.mcp.emptyState.docs.part1": string;
|
|
2773
2782
|
"settings.mcp.tabs.workflows": string;
|
|
2774
2783
|
"settings.mcp.tabs.oauth": string;
|
|
2784
|
+
"settings.mcp.instanceCapacity.warning": string;
|
|
2775
2785
|
"settings.mcp.access.token.notice": string;
|
|
2776
2786
|
"settings.mcp.workflows.table.action.removeMCPAccess": string;
|
|
2777
2787
|
"settings.mcp.workflows.table.action.updateDescription": string;
|
|
@@ -2786,6 +2796,7 @@ declare const _exports: {
|
|
|
2786
2796
|
"settings.mcp.oauth.table.empty.button": string;
|
|
2787
2797
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2788
2798
|
"settings.mcp.toggle.error": string;
|
|
2799
|
+
"settings.mcp.managedByEnv.tooltip": string;
|
|
2789
2800
|
"settings.mcp.instructions.rotateKey.tooltip": string;
|
|
2790
2801
|
"settings.mcp.instructions.apiKey.tip": string;
|
|
2791
2802
|
"settings.mcp.error.fetching.apiKey": string;
|
|
@@ -2810,6 +2821,43 @@ declare const _exports: {
|
|
|
2810
2821
|
"settings.mcp.connectPopover.serverUrl": string;
|
|
2811
2822
|
"settings.mcp.connectPopover.jsonConfig": string;
|
|
2812
2823
|
"settings.mcp.connectPopover.triggerLabel": string;
|
|
2824
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.title": string;
|
|
2825
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.description": string;
|
|
2826
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claude": string;
|
|
2827
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claudeCode": string;
|
|
2828
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.cursor": string;
|
|
2829
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.codex": string;
|
|
2830
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.chatgpt": string;
|
|
2831
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.eyebrow": string;
|
|
2832
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.title": string;
|
|
2833
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.description": string;
|
|
2834
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsHint": string;
|
|
2835
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsLink": string;
|
|
2836
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.tryIt": string;
|
|
2837
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.skip": string;
|
|
2838
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claude": string;
|
|
2839
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claudeCode": string;
|
|
2840
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.cursor": string;
|
|
2841
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.codex": string;
|
|
2842
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": string;
|
|
2843
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": string;
|
|
2844
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": string;
|
|
2845
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": string;
|
|
2846
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.title": string;
|
|
2847
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.description": string;
|
|
2848
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.title": string;
|
|
2849
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.label": string;
|
|
2850
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.value": string;
|
|
2851
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.serverUrl.label": string;
|
|
2852
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer": string;
|
|
2853
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.docsLink": string;
|
|
2854
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.tooltip": string;
|
|
2855
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.copied": string;
|
|
2856
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant1.cta": string;
|
|
2857
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant2.cta": string;
|
|
2858
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
|
|
2859
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
|
|
2860
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": string;
|
|
2813
2861
|
"settings.chatHub": string;
|
|
2814
2862
|
"settings.chatHub.providers.fetching.error": string;
|
|
2815
2863
|
"settings.chatHub.providers.updated.success": string;
|
|
@@ -3777,6 +3825,7 @@ declare const _exports: {
|
|
|
3777
3825
|
"workflowSettings.availableInMCP.tooltip": string;
|
|
3778
3826
|
"workflowSettings.toggleMCP.error.title": string;
|
|
3779
3827
|
"workflowSettings.toggleMCP.notFoundError": string;
|
|
3828
|
+
"workflowSettings.toggleMCP.updateSkippedError": string;
|
|
3780
3829
|
"workflowHistory.title": string;
|
|
3781
3830
|
"workflowHistory.content.actions": string;
|
|
3782
3831
|
"workflowHistory.item.id": string;
|
|
@@ -3959,6 +4008,8 @@ declare const _exports: {
|
|
|
3959
4008
|
"workflows.concurrentChanges.confirmMessage.message": string;
|
|
3960
4009
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
|
|
3961
4010
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
|
|
4011
|
+
"workflows.remoteUpdateBlocked.title": string;
|
|
4012
|
+
"workflows.remoteUpdateBlocked.message": string;
|
|
3962
4013
|
"workflows.autodeactivated": string;
|
|
3963
4014
|
"workflows.ai.starter.collection.callout": string;
|
|
3964
4015
|
"workflows.ai.starter.collection.card": string;
|
|
@@ -4255,9 +4306,6 @@ declare const _exports: {
|
|
|
4255
4306
|
"dataTable.search.dateSearchInfo": string;
|
|
4256
4307
|
"dataTable.cell.oversized": string;
|
|
4257
4308
|
"dataTable.cell.oversized.tooltip": string;
|
|
4258
|
-
"settings.instanceRegistry": string;
|
|
4259
|
-
"settings.instanceRegistry.title": string;
|
|
4260
|
-
"settings.instanceRegistry.error": string;
|
|
4261
4309
|
"settings.ldap": string;
|
|
4262
4310
|
"settings.ldap.note": string;
|
|
4263
4311
|
"settings.ldap.infoTip": string;
|
|
@@ -4366,6 +4414,35 @@ declare const _exports: {
|
|
|
4366
4414
|
"settings.security.personalSpace.sharing.existingCount.value": string;
|
|
4367
4415
|
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4368
4416
|
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
4417
|
+
"settings.encryptionKeys": string;
|
|
4418
|
+
"settings.encryptionKeys.title": string;
|
|
4419
|
+
"settings.encryptionKeys.description": string;
|
|
4420
|
+
"settings.encryptionKeys.description.docsLink": string;
|
|
4421
|
+
"settings.encryptionKeys.column.key": string;
|
|
4422
|
+
"settings.encryptionKeys.column.type": string;
|
|
4423
|
+
"settings.encryptionKeys.column.activated": string;
|
|
4424
|
+
"settings.encryptionKeys.column.archived": string;
|
|
4425
|
+
"settings.encryptionKeys.status.active": string;
|
|
4426
|
+
"settings.encryptionKeys.status.inactive": string;
|
|
4427
|
+
"settings.encryptionKeys.sortBy.label": string;
|
|
4428
|
+
"settings.encryptionKeys.sortBy.activated": string;
|
|
4429
|
+
"settings.encryptionKeys.sortBy.archived": string;
|
|
4430
|
+
"settings.encryptionKeys.sortBy.type": string;
|
|
4431
|
+
"settings.encryptionKeys.filter.title": string;
|
|
4432
|
+
"settings.encryptionKeys.filter.dateRange": string;
|
|
4433
|
+
"settings.encryptionKeys.filter.apply": string;
|
|
4434
|
+
"settings.encryptionKeys.filter.clear": string;
|
|
4435
|
+
"settings.encryptionKeys.rotate.button": string;
|
|
4436
|
+
"settings.encryptionKeys.rotate.confirm.title": string;
|
|
4437
|
+
"settings.encryptionKeys.rotate.confirm.body": string;
|
|
4438
|
+
"settings.encryptionKeys.rotate.confirm.action": string;
|
|
4439
|
+
"settings.encryptionKeys.rotate.confirm.cancel": string;
|
|
4440
|
+
"settings.encryptionKeys.rotate.success": string;
|
|
4441
|
+
"settings.encryptionKeys.rotate.error": string;
|
|
4442
|
+
"settings.encryptionKeys.copyId.success": string;
|
|
4443
|
+
"settings.encryptionKeys.empty.title": string;
|
|
4444
|
+
"settings.encryptionKeys.empty.description": string;
|
|
4445
|
+
"settings.encryptionKeys.loadError": string;
|
|
4369
4446
|
"settings.sso": string;
|
|
4370
4447
|
"settings.sso.title": string;
|
|
4371
4448
|
"settings.sso.subtitle": string;
|
|
@@ -4831,6 +4908,9 @@ declare const _exports: {
|
|
|
4831
4908
|
"evaluation.runDetail.notice.useSetInputs": string;
|
|
4832
4909
|
"evaluation.runTest": string;
|
|
4833
4910
|
"evaluation.stopTest": string;
|
|
4911
|
+
"evaluation.runInParallel.label.sequential": string;
|
|
4912
|
+
"evaluation.runInParallel.label.concurrent": string;
|
|
4913
|
+
"evaluation.runInParallel.tooltip": string;
|
|
4834
4914
|
"evaluation.cancelTestRun": string;
|
|
4835
4915
|
"evaluation.notImplemented": string;
|
|
4836
4916
|
"evaluation.viewDetails": string;
|
|
@@ -5098,6 +5178,8 @@ declare const _exports: {
|
|
|
5098
5178
|
"instanceAi.thread.new": string;
|
|
5099
5179
|
"instanceAi.sidebar.back": string;
|
|
5100
5180
|
"instanceAi.sidebar.threads": string;
|
|
5181
|
+
"instanceAi.sidebar.chatHistory": string;
|
|
5182
|
+
"instanceAi.sidebar.collapse": string;
|
|
5101
5183
|
"instanceAi.message.reasoning": string;
|
|
5102
5184
|
"instanceAi.sidebar.noThreads": string;
|
|
5103
5185
|
"instanceAi.sidebar.group.thisWeek": string;
|
|
@@ -5458,6 +5540,7 @@ declare const _exports: {
|
|
|
5458
5540
|
"instanceAi.tools.update-tasks": string;
|
|
5459
5541
|
"instanceAi.tools.report-verification-verdict": string;
|
|
5460
5542
|
"instanceAi.tools.verify-built-workflow": string;
|
|
5543
|
+
"instanceAi.tools.complete-checkpoint": string;
|
|
5461
5544
|
"instanceAi.tools.updateWorkingMemory": string;
|
|
5462
5545
|
"instanceAi.tools.apply-workflow-credentials": string;
|
|
5463
5546
|
"instanceAi.tools.setup-workflow": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -1011,6 +1011,9 @@ declare const _exports: {
|
|
|
1011
1011
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": string;
|
|
1012
1012
|
"credentialEdit.credentialConfig.reconnect": string;
|
|
1013
1013
|
"credentialEdit.credentialConfig.reconnectOAuth2Credential": string;
|
|
1014
|
+
"credentialEdit.credentialConfig.jwksUri.label": string;
|
|
1015
|
+
"credentialEdit.credentialConfig.jwksUri.hint": string;
|
|
1016
|
+
"credentialEdit.credentialConfig.jwksUri.copiedToast": string;
|
|
1014
1017
|
"credentialEdit.credentialConfig.redirectUrlCopiedToClipboard": string;
|
|
1015
1018
|
"credentialEdit.credentialConfig.retry": string;
|
|
1016
1019
|
"credentialEdit.credentialConfig.retryCredentialTest": string;
|
|
@@ -1712,6 +1715,7 @@ declare const _exports: {
|
|
|
1712
1715
|
"ndv.redacted.description.sentence1": string;
|
|
1713
1716
|
"ndv.redacted.description.sentence2": string;
|
|
1714
1717
|
"ndv.redacted.description.link": string;
|
|
1718
|
+
"ndv.redacted.noPermission.description": string;
|
|
1715
1719
|
"ndv.redacted.dynamicCredentials.description": string;
|
|
1716
1720
|
"ndv.redacted.revealButton": string;
|
|
1717
1721
|
"ndv.redacted.revealModal.title": string;
|
|
@@ -1996,11 +2000,13 @@ declare const _exports: {
|
|
|
1996
2000
|
"aiGateway.toggle.description": string;
|
|
1997
2001
|
"aiGateway.toggle.topUp": string;
|
|
1998
2002
|
"aiGateway.wallet.balanceRemaining": string;
|
|
2003
|
+
"aiGateway.wallet.noCredits": string;
|
|
1999
2004
|
"aiGateway.credentialMode.sectionLabel": string;
|
|
2000
2005
|
"aiGateway.credentialMode.n8nConnect.title": string;
|
|
2001
2006
|
"aiGateway.credentialMode.n8nConnect.subtitle": string;
|
|
2002
2007
|
"aiGateway.credentialMode.own.title": string;
|
|
2003
2008
|
"aiGateway.credentialMode.own.subtitle": string;
|
|
2009
|
+
"aiGateway.unsupportedAction.notice": string;
|
|
2004
2010
|
"nodeCredentials.oauth.accountConnectionFailed": string;
|
|
2005
2011
|
"nodeErrorView.cause": string;
|
|
2006
2012
|
"nodeErrorView.copyToClipboard": string;
|
|
@@ -2483,6 +2489,8 @@ declare const _exports: {
|
|
|
2483
2489
|
"projectRoles.credential:move.tooltip": string;
|
|
2484
2490
|
"projectRoles.credential:delete": string;
|
|
2485
2491
|
"projectRoles.credential:delete.tooltip": string;
|
|
2492
|
+
"projectRoles.execution:reveal": string;
|
|
2493
|
+
"projectRoles.execution:reveal.tooltip": string;
|
|
2486
2494
|
"projectRoles.dataTable:read": string;
|
|
2487
2495
|
"projectRoles.dataTable:read.tooltip": string;
|
|
2488
2496
|
"projectRoles.dataTable:update": string;
|
|
@@ -2530,6 +2538,7 @@ declare const _exports: {
|
|
|
2530
2538
|
"projectRoles.type.folder": string;
|
|
2531
2539
|
"projectRoles.type.workflow": string;
|
|
2532
2540
|
"projectRoles.type.credential": string;
|
|
2541
|
+
"projectRoles.type.execution": string;
|
|
2533
2542
|
"projectRoles.type.sourceControl": string;
|
|
2534
2543
|
"projectRoles.type.dataTable": string;
|
|
2535
2544
|
"projectRoles.type.projectVariable": string;
|
|
@@ -2772,6 +2781,7 @@ declare const _exports: {
|
|
|
2772
2781
|
"settings.mcp.emptyState.docs.part1": string;
|
|
2773
2782
|
"settings.mcp.tabs.workflows": string;
|
|
2774
2783
|
"settings.mcp.tabs.oauth": string;
|
|
2784
|
+
"settings.mcp.instanceCapacity.warning": string;
|
|
2775
2785
|
"settings.mcp.access.token.notice": string;
|
|
2776
2786
|
"settings.mcp.workflows.table.action.removeMCPAccess": string;
|
|
2777
2787
|
"settings.mcp.workflows.table.action.updateDescription": string;
|
|
@@ -2786,6 +2796,7 @@ declare const _exports: {
|
|
|
2786
2796
|
"settings.mcp.oauth.table.empty.button": string;
|
|
2787
2797
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2788
2798
|
"settings.mcp.toggle.error": string;
|
|
2799
|
+
"settings.mcp.managedByEnv.tooltip": string;
|
|
2789
2800
|
"settings.mcp.instructions.rotateKey.tooltip": string;
|
|
2790
2801
|
"settings.mcp.instructions.apiKey.tip": string;
|
|
2791
2802
|
"settings.mcp.error.fetching.apiKey": string;
|
|
@@ -2810,6 +2821,43 @@ declare const _exports: {
|
|
|
2810
2821
|
"settings.mcp.connectPopover.serverUrl": string;
|
|
2811
2822
|
"settings.mcp.connectPopover.jsonConfig": string;
|
|
2812
2823
|
"settings.mcp.connectPopover.triggerLabel": string;
|
|
2824
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.title": string;
|
|
2825
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.description": string;
|
|
2826
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claude": string;
|
|
2827
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claudeCode": string;
|
|
2828
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.cursor": string;
|
|
2829
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.codex": string;
|
|
2830
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.chatgpt": string;
|
|
2831
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.eyebrow": string;
|
|
2832
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.title": string;
|
|
2833
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.description": string;
|
|
2834
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsHint": string;
|
|
2835
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsLink": string;
|
|
2836
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.tryIt": string;
|
|
2837
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.skip": string;
|
|
2838
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claude": string;
|
|
2839
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claudeCode": string;
|
|
2840
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.cursor": string;
|
|
2841
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.codex": string;
|
|
2842
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": string;
|
|
2843
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": string;
|
|
2844
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": string;
|
|
2845
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": string;
|
|
2846
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.title": string;
|
|
2847
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.description": string;
|
|
2848
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.title": string;
|
|
2849
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.label": string;
|
|
2850
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.value": string;
|
|
2851
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.serverUrl.label": string;
|
|
2852
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer": string;
|
|
2853
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.docsLink": string;
|
|
2854
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.tooltip": string;
|
|
2855
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.copied": string;
|
|
2856
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant1.cta": string;
|
|
2857
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant2.cta": string;
|
|
2858
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
|
|
2859
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
|
|
2860
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": string;
|
|
2813
2861
|
"settings.chatHub": string;
|
|
2814
2862
|
"settings.chatHub.providers.fetching.error": string;
|
|
2815
2863
|
"settings.chatHub.providers.updated.success": string;
|
|
@@ -3777,6 +3825,7 @@ declare const _exports: {
|
|
|
3777
3825
|
"workflowSettings.availableInMCP.tooltip": string;
|
|
3778
3826
|
"workflowSettings.toggleMCP.error.title": string;
|
|
3779
3827
|
"workflowSettings.toggleMCP.notFoundError": string;
|
|
3828
|
+
"workflowSettings.toggleMCP.updateSkippedError": string;
|
|
3780
3829
|
"workflowHistory.title": string;
|
|
3781
3830
|
"workflowHistory.content.actions": string;
|
|
3782
3831
|
"workflowHistory.item.id": string;
|
|
@@ -3959,6 +4008,8 @@ declare const _exports: {
|
|
|
3959
4008
|
"workflows.concurrentChanges.confirmMessage.message": string;
|
|
3960
4009
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
|
|
3961
4010
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
|
|
4011
|
+
"workflows.remoteUpdateBlocked.title": string;
|
|
4012
|
+
"workflows.remoteUpdateBlocked.message": string;
|
|
3962
4013
|
"workflows.autodeactivated": string;
|
|
3963
4014
|
"workflows.ai.starter.collection.callout": string;
|
|
3964
4015
|
"workflows.ai.starter.collection.card": string;
|
|
@@ -4255,9 +4306,6 @@ declare const _exports: {
|
|
|
4255
4306
|
"dataTable.search.dateSearchInfo": string;
|
|
4256
4307
|
"dataTable.cell.oversized": string;
|
|
4257
4308
|
"dataTable.cell.oversized.tooltip": string;
|
|
4258
|
-
"settings.instanceRegistry": string;
|
|
4259
|
-
"settings.instanceRegistry.title": string;
|
|
4260
|
-
"settings.instanceRegistry.error": string;
|
|
4261
4309
|
"settings.ldap": string;
|
|
4262
4310
|
"settings.ldap.note": string;
|
|
4263
4311
|
"settings.ldap.infoTip": string;
|
|
@@ -4366,6 +4414,35 @@ declare const _exports: {
|
|
|
4366
4414
|
"settings.security.personalSpace.sharing.existingCount.value": string;
|
|
4367
4415
|
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4368
4416
|
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
4417
|
+
"settings.encryptionKeys": string;
|
|
4418
|
+
"settings.encryptionKeys.title": string;
|
|
4419
|
+
"settings.encryptionKeys.description": string;
|
|
4420
|
+
"settings.encryptionKeys.description.docsLink": string;
|
|
4421
|
+
"settings.encryptionKeys.column.key": string;
|
|
4422
|
+
"settings.encryptionKeys.column.type": string;
|
|
4423
|
+
"settings.encryptionKeys.column.activated": string;
|
|
4424
|
+
"settings.encryptionKeys.column.archived": string;
|
|
4425
|
+
"settings.encryptionKeys.status.active": string;
|
|
4426
|
+
"settings.encryptionKeys.status.inactive": string;
|
|
4427
|
+
"settings.encryptionKeys.sortBy.label": string;
|
|
4428
|
+
"settings.encryptionKeys.sortBy.activated": string;
|
|
4429
|
+
"settings.encryptionKeys.sortBy.archived": string;
|
|
4430
|
+
"settings.encryptionKeys.sortBy.type": string;
|
|
4431
|
+
"settings.encryptionKeys.filter.title": string;
|
|
4432
|
+
"settings.encryptionKeys.filter.dateRange": string;
|
|
4433
|
+
"settings.encryptionKeys.filter.apply": string;
|
|
4434
|
+
"settings.encryptionKeys.filter.clear": string;
|
|
4435
|
+
"settings.encryptionKeys.rotate.button": string;
|
|
4436
|
+
"settings.encryptionKeys.rotate.confirm.title": string;
|
|
4437
|
+
"settings.encryptionKeys.rotate.confirm.body": string;
|
|
4438
|
+
"settings.encryptionKeys.rotate.confirm.action": string;
|
|
4439
|
+
"settings.encryptionKeys.rotate.confirm.cancel": string;
|
|
4440
|
+
"settings.encryptionKeys.rotate.success": string;
|
|
4441
|
+
"settings.encryptionKeys.rotate.error": string;
|
|
4442
|
+
"settings.encryptionKeys.copyId.success": string;
|
|
4443
|
+
"settings.encryptionKeys.empty.title": string;
|
|
4444
|
+
"settings.encryptionKeys.empty.description": string;
|
|
4445
|
+
"settings.encryptionKeys.loadError": string;
|
|
4369
4446
|
"settings.sso": string;
|
|
4370
4447
|
"settings.sso.title": string;
|
|
4371
4448
|
"settings.sso.subtitle": string;
|
|
@@ -4831,6 +4908,9 @@ declare const _exports: {
|
|
|
4831
4908
|
"evaluation.runDetail.notice.useSetInputs": string;
|
|
4832
4909
|
"evaluation.runTest": string;
|
|
4833
4910
|
"evaluation.stopTest": string;
|
|
4911
|
+
"evaluation.runInParallel.label.sequential": string;
|
|
4912
|
+
"evaluation.runInParallel.label.concurrent": string;
|
|
4913
|
+
"evaluation.runInParallel.tooltip": string;
|
|
4834
4914
|
"evaluation.cancelTestRun": string;
|
|
4835
4915
|
"evaluation.notImplemented": string;
|
|
4836
4916
|
"evaluation.viewDetails": string;
|
|
@@ -5098,6 +5178,8 @@ declare const _exports: {
|
|
|
5098
5178
|
"instanceAi.thread.new": string;
|
|
5099
5179
|
"instanceAi.sidebar.back": string;
|
|
5100
5180
|
"instanceAi.sidebar.threads": string;
|
|
5181
|
+
"instanceAi.sidebar.chatHistory": string;
|
|
5182
|
+
"instanceAi.sidebar.collapse": string;
|
|
5101
5183
|
"instanceAi.message.reasoning": string;
|
|
5102
5184
|
"instanceAi.sidebar.noThreads": string;
|
|
5103
5185
|
"instanceAi.sidebar.group.thisWeek": string;
|
|
@@ -5458,6 +5540,7 @@ declare const _exports: {
|
|
|
5458
5540
|
"instanceAi.tools.update-tasks": string;
|
|
5459
5541
|
"instanceAi.tools.report-verification-verdict": string;
|
|
5460
5542
|
"instanceAi.tools.verify-built-workflow": string;
|
|
5543
|
+
"instanceAi.tools.complete-checkpoint": string;
|
|
5461
5544
|
"instanceAi.tools.updateWorkingMemory": string;
|
|
5462
5545
|
"instanceAi.tools.apply-workflow-credentials": string;
|
|
5463
5546
|
"instanceAi.tools.setup-workflow": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.20.0-exp.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.
|
|
27
|
+
"n8n-workflow": "2.20.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|