@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/types2.d.cts CHANGED
@@ -550,6 +550,7 @@ declare const _exports: {
550
550
  "chatHub.chat.header.button.editAgent": string;
551
551
  "chatHub.chat.header.button.newChat": string;
552
552
  "chatHub.chat.header.button.openWorkflow": string;
553
+ "chatHub.chat.header.button.manageConnections": string;
553
554
  "chatHub.chat.prompt.microphone.accessDenied": string;
554
555
  "chatHub.chat.prompt.microphone.allowAccess": string;
555
556
  "chatHub.chat.prompt.microphone.noSpeech": string;
@@ -1010,6 +1011,9 @@ declare const _exports: {
1010
1011
  "credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": string;
1011
1012
  "credentialEdit.credentialConfig.reconnect": string;
1012
1013
  "credentialEdit.credentialConfig.reconnectOAuth2Credential": string;
1014
+ "credentialEdit.credentialConfig.jwksUri.label": string;
1015
+ "credentialEdit.credentialConfig.jwksUri.hint": string;
1016
+ "credentialEdit.credentialConfig.jwksUri.copiedToast": string;
1013
1017
  "credentialEdit.credentialConfig.redirectUrlCopiedToClipboard": string;
1014
1018
  "credentialEdit.credentialConfig.retry": string;
1015
1019
  "credentialEdit.credentialConfig.retryCredentialTest": string;
@@ -1191,37 +1195,22 @@ declare const _exports: {
1191
1195
  "experiments.personalizedTemplatesV3.recommendedForYou": string;
1192
1196
  "experiments.resourceCenter.badge.noCredentials": string;
1193
1197
  "experiments.resourceCenter.badge.noSetup": string;
1194
- "experiments.resourceCenter.courses.title": string;
1198
+ "experiments.resourceCenter.badge.readyToRun": string;
1199
+ "experiments.resourceCenter.badge.template": string;
1200
+ "experiments.resourceCenter.badge.video": string;
1201
+ "experiments.resourceCenter.cta.runWorkflow": string;
1195
1202
  "experiments.resourceCenter.getInspired.title": string;
1196
- "experiments.resourceCenter.gettingStarted.title": string;
1197
- "experiments.resourceCenter.learnAnything.title": string;
1198
- "experiments.resourceCenter.quickStart.title": string;
1199
- "experiments.resourceCenter.seeMore": string;
1200
- "experiments.resourceCenter.sidebar": string;
1201
- "experiments.resourceCenter.sidebar.inspiration": string;
1202
- "experiments.resourceCenter.templateCard.useNow": string;
1203
- "experiments.resourceCenter.templatePreviews.title": string;
1204
- "experiments.resourceCenter.title": string;
1205
- "experiments.resourceCenter.viewAllTemplates": string;
1206
- "experiments.resourceCenter.youtubeInspiration.title": string;
1207
- "experiments.resourceCenter.youtubeLearn.title": string;
1208
1203
  "experiments.resourceCenter.getStarted.title": string;
1209
1204
  "experiments.resourceCenter.learnN8n.title": string;
1210
- "experiments.resourceCenter.featuredVideos.title": string;
1211
- "experiments.resourceCenter.quickTips.title": string;
1212
- "experiments.resourceCenter.masterclass.title": string;
1213
- "experiments.resourceCenter.learnTemplates.title": string;
1214
- "experiments.resourceCenter.popularTemplates.title": string;
1215
- "experiments.resourceCenter.automationIdeas.title": string;
1216
1205
  "experiments.resourceCenter.sandbox.easySetup": string;
1217
- "experiments.resourceCenter.sandbox.easySetupWorkflow": string;
1218
- "experiments.resourceCenter.sandbox.tryItNow": string;
1206
+ "experiments.resourceCenter.search.noResults": string;
1207
+ "experiments.resourceCenter.search.placeholder": string;
1219
1208
  "experiments.resourceCenter.sandbox.nodes": string;
1220
- "experiments.resourceCenter.course.hours": string;
1221
- "experiments.resourceCenter.course.lessons": string;
1222
- "experiments.resourceCenter.video.level": string;
1209
+ "experiments.resourceCenter.sidebar": string;
1223
1210
  "experiments.resourceCenter.template.setupTime": string;
1211
+ "experiments.resourceCenter.title": string;
1224
1212
  "experiments.resourceCenter.tooltip.text": string;
1213
+ "experiments.resourceCenter.video.level": string;
1225
1214
  "experiments.templatesDataQuality.modalTitle": string;
1226
1215
  error: string;
1227
1216
  "error.goBack": string;
@@ -1634,6 +1623,7 @@ declare const _exports: {
1634
1623
  "mainSidebar.showMessage.handleSelect2.title": string;
1635
1624
  "mainSidebar.showMessage.handleSelect3.title": string;
1636
1625
  "mainSidebar.showMessage.handleArchive.title": string;
1626
+ "mainSidebar.showMessage.handleArchive.message": string;
1637
1627
  "mainSidebar.showMessage.handleUnarchive.title": string;
1638
1628
  "mainSidebar.showMessage.stopExecution.title": string;
1639
1629
  "mainSidebar.workflows": string;
@@ -1725,6 +1715,7 @@ declare const _exports: {
1725
1715
  "ndv.redacted.description.sentence1": string;
1726
1716
  "ndv.redacted.description.sentence2": string;
1727
1717
  "ndv.redacted.description.link": string;
1718
+ "ndv.redacted.noPermission.description": string;
1728
1719
  "ndv.redacted.dynamicCredentials.description": string;
1729
1720
  "ndv.redacted.revealButton": string;
1730
1721
  "ndv.redacted.revealModal.title": string;
@@ -2015,6 +2006,7 @@ declare const _exports: {
2015
2006
  "aiGateway.credentialMode.n8nConnect.subtitle": string;
2016
2007
  "aiGateway.credentialMode.own.title": string;
2017
2008
  "aiGateway.credentialMode.own.subtitle": string;
2009
+ "aiGateway.unsupportedAction.notice": string;
2018
2010
  "nodeCredentials.oauth.accountConnectionFailed": string;
2019
2011
  "nodeErrorView.cause": string;
2020
2012
  "nodeErrorView.copyToClipboard": string;
@@ -2272,6 +2264,10 @@ declare const _exports: {
2272
2264
  "oauth.consentView.action.listWorkflows": string;
2273
2265
  "oauth.consentView.action.workflowDetails": string;
2274
2266
  "oauth.consentView.action.executeWorkflows": string;
2267
+ "oauth.consentView.action.executionDetails": string;
2268
+ "oauth.consentView.action.createUpdateWorkflows": string;
2269
+ "oauth.consentView.action.createDataTables": string;
2270
+ "oauth.consentView.action.searchProjectsAndFolders": string;
2275
2271
  "oauth.consentView.readMore": string;
2276
2272
  "oauth.consentView.error.deny": string;
2277
2273
  "oauth.consentView.error.allow": string;
@@ -2493,6 +2489,8 @@ declare const _exports: {
2493
2489
  "projectRoles.credential:move.tooltip": string;
2494
2490
  "projectRoles.credential:delete": string;
2495
2491
  "projectRoles.credential:delete.tooltip": string;
2492
+ "projectRoles.execution:reveal": string;
2493
+ "projectRoles.execution:reveal.tooltip": string;
2496
2494
  "projectRoles.dataTable:read": string;
2497
2495
  "projectRoles.dataTable:read.tooltip": string;
2498
2496
  "projectRoles.dataTable:update": string;
@@ -2540,6 +2538,7 @@ declare const _exports: {
2540
2538
  "projectRoles.type.folder": string;
2541
2539
  "projectRoles.type.workflow": string;
2542
2540
  "projectRoles.type.credential": string;
2541
+ "projectRoles.type.execution": string;
2543
2542
  "projectRoles.type.sourceControl": string;
2544
2543
  "projectRoles.type.dataTable": string;
2545
2544
  "projectRoles.type.projectVariable": string;
@@ -2782,6 +2781,7 @@ declare const _exports: {
2782
2781
  "settings.mcp.emptyState.docs.part1": string;
2783
2782
  "settings.mcp.tabs.workflows": string;
2784
2783
  "settings.mcp.tabs.oauth": string;
2784
+ "settings.mcp.instanceCapacity.warning": string;
2785
2785
  "settings.mcp.access.token.notice": string;
2786
2786
  "settings.mcp.workflows.table.action.removeMCPAccess": string;
2787
2787
  "settings.mcp.workflows.table.action.updateDescription": string;
@@ -2796,6 +2796,7 @@ declare const _exports: {
2796
2796
  "settings.mcp.oauth.table.empty.button": string;
2797
2797
  "settings.mcp.toggle.disabled.tooltip": string;
2798
2798
  "settings.mcp.toggle.error": string;
2799
+ "settings.mcp.managedByEnv.tooltip": string;
2799
2800
  "settings.mcp.instructions.rotateKey.tooltip": string;
2800
2801
  "settings.mcp.instructions.apiKey.tip": string;
2801
2802
  "settings.mcp.error.fetching.apiKey": string;
@@ -2988,6 +2989,7 @@ declare const _exports: {
2988
2989
  "settings.log-streaming.actionBox.description": string;
2989
2990
  "settings.log-streaming.actionBox.button": string;
2990
2991
  "settings.log-streaming.infoText": string;
2992
+ "settings.log-streaming.managedByEnv": string;
2991
2993
  "settings.log-streaming.addFirstTitle": string;
2992
2994
  "settings.log-streaming.addFirst": string;
2993
2995
  "settings.log-streaming.saving": string;
@@ -3129,6 +3131,8 @@ declare const _exports: {
3129
3131
  "settings.provisioningConfirmDialog.button.cancel": string;
3130
3132
  "settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": string;
3131
3133
  "settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": string;
3134
+ "settings.provisioningConfirmDialog.projectRulesDeletion.warning": string;
3135
+ "settings.provisioningConfirmDialog.projectRulesDeletion.description": string;
3132
3136
  "settings.provisioningInstanceRolesHandledBySsoProvider.description": string;
3133
3137
  "settings.provisioningInstanceRolesHandledByExpressionMapping.description": string;
3134
3138
  "settings.provisioningProjectRolesHandledBySsoProvider.description": string;
@@ -3784,6 +3788,7 @@ declare const _exports: {
3784
3788
  "workflowSettings.availableInMCP.tooltip": string;
3785
3789
  "workflowSettings.toggleMCP.error.title": string;
3786
3790
  "workflowSettings.toggleMCP.notFoundError": string;
3791
+ "workflowSettings.toggleMCP.updateSkippedError": string;
3787
3792
  "workflowHistory.title": string;
3788
3793
  "workflowHistory.content.actions": string;
3789
3794
  "workflowHistory.item.id": string;
@@ -3966,6 +3971,8 @@ declare const _exports: {
3966
3971
  "workflows.concurrentChanges.confirmMessage.message": string;
3967
3972
  "workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
3968
3973
  "workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
3974
+ "workflows.remoteUpdateBlocked.title": string;
3975
+ "workflows.remoteUpdateBlocked.message": string;
3969
3976
  "workflows.autodeactivated": string;
3970
3977
  "workflows.ai.starter.collection.callout": string;
3971
3978
  "workflows.ai.starter.collection.card": string;
@@ -4163,6 +4170,8 @@ declare const _exports: {
4163
4170
  "dataTable.addRow.label": string;
4164
4171
  "dataTable.addRow.error": string;
4165
4172
  "dataTable.updateRow.error": string;
4173
+ "dataTable.updateRow.numberPrecisionWarning.title": string;
4174
+ "dataTable.updateRow.numberPrecisionWarning.message": string;
4166
4175
  "dataTable.deleteRows.title": string;
4167
4176
  "dataTable.deleteRows.confirmation": string;
4168
4177
  "dataTable.deleteRows.error": string;
@@ -4260,9 +4269,6 @@ declare const _exports: {
4260
4269
  "dataTable.search.dateSearchInfo": string;
4261
4270
  "dataTable.cell.oversized": string;
4262
4271
  "dataTable.cell.oversized.tooltip": string;
4263
- "settings.instanceRegistry": string;
4264
- "settings.instanceRegistry.title": string;
4265
- "settings.instanceRegistry.error": string;
4266
4272
  "settings.ldap": string;
4267
4273
  "settings.ldap.note": string;
4268
4274
  "settings.ldap.infoTip": string;
@@ -4371,6 +4377,35 @@ declare const _exports: {
4371
4377
  "settings.security.personalSpace.sharing.existingCount.value": string;
4372
4378
  "settings.security.personalSpace.unlicensed_tooltip": string;
4373
4379
  "settings.security.personalSpace.unlicensed_tooltip.link": string;
4380
+ "settings.encryptionKeys": string;
4381
+ "settings.encryptionKeys.title": string;
4382
+ "settings.encryptionKeys.description": string;
4383
+ "settings.encryptionKeys.description.docsLink": string;
4384
+ "settings.encryptionKeys.column.key": string;
4385
+ "settings.encryptionKeys.column.type": string;
4386
+ "settings.encryptionKeys.column.activated": string;
4387
+ "settings.encryptionKeys.column.archived": string;
4388
+ "settings.encryptionKeys.status.active": string;
4389
+ "settings.encryptionKeys.status.inactive": string;
4390
+ "settings.encryptionKeys.sortBy.label": string;
4391
+ "settings.encryptionKeys.sortBy.activated": string;
4392
+ "settings.encryptionKeys.sortBy.archived": string;
4393
+ "settings.encryptionKeys.sortBy.type": string;
4394
+ "settings.encryptionKeys.filter.title": string;
4395
+ "settings.encryptionKeys.filter.dateRange": string;
4396
+ "settings.encryptionKeys.filter.apply": string;
4397
+ "settings.encryptionKeys.filter.clear": string;
4398
+ "settings.encryptionKeys.rotate.button": string;
4399
+ "settings.encryptionKeys.rotate.confirm.title": string;
4400
+ "settings.encryptionKeys.rotate.confirm.body": string;
4401
+ "settings.encryptionKeys.rotate.confirm.action": string;
4402
+ "settings.encryptionKeys.rotate.confirm.cancel": string;
4403
+ "settings.encryptionKeys.rotate.success": string;
4404
+ "settings.encryptionKeys.rotate.error": string;
4405
+ "settings.encryptionKeys.copyId.success": string;
4406
+ "settings.encryptionKeys.empty.title": string;
4407
+ "settings.encryptionKeys.empty.description": string;
4408
+ "settings.encryptionKeys.loadError": string;
4374
4409
  "settings.sso": string;
4375
4410
  "settings.sso.title": string;
4376
4411
  "settings.sso.subtitle": string;
@@ -4395,14 +4430,6 @@ declare const _exports: {
4395
4430
  "settings.sso.settings.oidc.prompt.consent": string;
4396
4431
  "settings.sso.settings.oidc.prompt.select_account": string;
4397
4432
  "settings.sso.settings.oidc.prompt.create": string;
4398
- "settings.sso.settings.oidc.overrideBanner": string;
4399
- "settings.sso.settings.userRoleProvisioning.label": string;
4400
- "settings.sso.settings.userRoleProvisioning.help": string;
4401
- "settings.sso.settings.userRoleProvisioning.help.linkText": string;
4402
- "settings.sso.settings.userRoleProvisioning.option.disabled.label": string;
4403
- "settings.sso.settings.userRoleProvisioning.option.instanceRole.label": string;
4404
- "settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": string;
4405
- "settings.sso.settings.userRoleProvisioning.option.expressionBased.label": string;
4406
4433
  "settings.sso.settings.roleAssignment.label": string;
4407
4434
  "settings.sso.settings.roleAssignment.description": string;
4408
4435
  "settings.sso.settings.roleAssignment.manual": string;
@@ -4455,6 +4482,7 @@ declare const _exports: {
4455
4482
  "settings.sso.settings.save.activate.cancel": string;
4456
4483
  "settings.sso.settings.save.error": string;
4457
4484
  "settings.sso.settings.save.error_oidc": string;
4485
+ "settings.sso.settings.envConfigBanner": string;
4458
4486
  "settings.sso.actionBox.title": string;
4459
4487
  "settings.sso.actionBox.description": string;
4460
4488
  "settings.sso.actionBox.buttonText": string;
@@ -4843,6 +4871,9 @@ declare const _exports: {
4843
4871
  "evaluation.runDetail.notice.useSetInputs": string;
4844
4872
  "evaluation.runTest": string;
4845
4873
  "evaluation.stopTest": string;
4874
+ "evaluation.runInParallel.label.sequential": string;
4875
+ "evaluation.runInParallel.label.concurrent": string;
4876
+ "evaluation.runInParallel.tooltip": string;
4846
4877
  "evaluation.cancelTestRun": string;
4847
4878
  "evaluation.notImplemented": string;
4848
4879
  "evaluation.viewDetails": string;
@@ -5110,6 +5141,8 @@ declare const _exports: {
5110
5141
  "instanceAi.thread.new": string;
5111
5142
  "instanceAi.sidebar.back": string;
5112
5143
  "instanceAi.sidebar.threads": string;
5144
+ "instanceAi.sidebar.chatHistory": string;
5145
+ "instanceAi.sidebar.collapse": string;
5113
5146
  "instanceAi.message.reasoning": string;
5114
5147
  "instanceAi.sidebar.noThreads": string;
5115
5148
  "instanceAi.sidebar.group.thisWeek": string;
@@ -5151,6 +5184,9 @@ declare const _exports: {
5151
5184
  "instanceAi.artifactsPanel.tasks": string;
5152
5185
  "instanceAi.artifactsPanel.openWorkflow": string;
5153
5186
  "instanceAi.artifactsPanel.archived": string;
5187
+ "instanceAi.previewTabBar.collapse": string;
5188
+ "instanceAi.previewTabBar.openInEditor": string;
5189
+ "instanceAi.previewTabBar.copyLink": string;
5154
5190
  "instanceAi.delegateCard.implementsStep": string;
5155
5191
  "instanceAi.delegateCard.delegatingTo": string;
5156
5192
  "instanceAi.delegateCard.briefing": string;
@@ -5208,7 +5244,6 @@ declare const _exports: {
5208
5244
  "instanceAi.workflowSetup.partiallyApplied": string;
5209
5245
  "instanceAi.workflowSetup.deferred": string;
5210
5246
  "instanceAi.workflowSetup.selectOption": string;
5211
- "instanceAi.workflowSetup.configureParameters": string;
5212
5247
  "instanceAi.workflowSetup.confirmTitle": string;
5213
5248
  "instanceAi.workflowSetup.confirmDescription": string;
5214
5249
  "instanceAi.workflowSetup.reviewDetails": string;
@@ -5468,6 +5503,7 @@ declare const _exports: {
5468
5503
  "instanceAi.tools.update-tasks": string;
5469
5504
  "instanceAi.tools.report-verification-verdict": string;
5470
5505
  "instanceAi.tools.verify-built-workflow": string;
5506
+ "instanceAi.tools.complete-checkpoint": string;
5471
5507
  "instanceAi.tools.updateWorkingMemory": string;
5472
5508
  "instanceAi.tools.apply-workflow-credentials": string;
5473
5509
  "instanceAi.tools.setup-workflow": string;
package/dist/types2.d.mts CHANGED
@@ -550,6 +550,7 @@ declare const _exports: {
550
550
  "chatHub.chat.header.button.editAgent": string;
551
551
  "chatHub.chat.header.button.newChat": string;
552
552
  "chatHub.chat.header.button.openWorkflow": string;
553
+ "chatHub.chat.header.button.manageConnections": string;
553
554
  "chatHub.chat.prompt.microphone.accessDenied": string;
554
555
  "chatHub.chat.prompt.microphone.allowAccess": string;
555
556
  "chatHub.chat.prompt.microphone.noSpeech": string;
@@ -1010,6 +1011,9 @@ declare const _exports: {
1010
1011
  "credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": string;
1011
1012
  "credentialEdit.credentialConfig.reconnect": string;
1012
1013
  "credentialEdit.credentialConfig.reconnectOAuth2Credential": string;
1014
+ "credentialEdit.credentialConfig.jwksUri.label": string;
1015
+ "credentialEdit.credentialConfig.jwksUri.hint": string;
1016
+ "credentialEdit.credentialConfig.jwksUri.copiedToast": string;
1013
1017
  "credentialEdit.credentialConfig.redirectUrlCopiedToClipboard": string;
1014
1018
  "credentialEdit.credentialConfig.retry": string;
1015
1019
  "credentialEdit.credentialConfig.retryCredentialTest": string;
@@ -1191,37 +1195,22 @@ declare const _exports: {
1191
1195
  "experiments.personalizedTemplatesV3.recommendedForYou": string;
1192
1196
  "experiments.resourceCenter.badge.noCredentials": string;
1193
1197
  "experiments.resourceCenter.badge.noSetup": string;
1194
- "experiments.resourceCenter.courses.title": string;
1198
+ "experiments.resourceCenter.badge.readyToRun": string;
1199
+ "experiments.resourceCenter.badge.template": string;
1200
+ "experiments.resourceCenter.badge.video": string;
1201
+ "experiments.resourceCenter.cta.runWorkflow": string;
1195
1202
  "experiments.resourceCenter.getInspired.title": string;
1196
- "experiments.resourceCenter.gettingStarted.title": string;
1197
- "experiments.resourceCenter.learnAnything.title": string;
1198
- "experiments.resourceCenter.quickStart.title": string;
1199
- "experiments.resourceCenter.seeMore": string;
1200
- "experiments.resourceCenter.sidebar": string;
1201
- "experiments.resourceCenter.sidebar.inspiration": string;
1202
- "experiments.resourceCenter.templateCard.useNow": string;
1203
- "experiments.resourceCenter.templatePreviews.title": string;
1204
- "experiments.resourceCenter.title": string;
1205
- "experiments.resourceCenter.viewAllTemplates": string;
1206
- "experiments.resourceCenter.youtubeInspiration.title": string;
1207
- "experiments.resourceCenter.youtubeLearn.title": string;
1208
1203
  "experiments.resourceCenter.getStarted.title": string;
1209
1204
  "experiments.resourceCenter.learnN8n.title": string;
1210
- "experiments.resourceCenter.featuredVideos.title": string;
1211
- "experiments.resourceCenter.quickTips.title": string;
1212
- "experiments.resourceCenter.masterclass.title": string;
1213
- "experiments.resourceCenter.learnTemplates.title": string;
1214
- "experiments.resourceCenter.popularTemplates.title": string;
1215
- "experiments.resourceCenter.automationIdeas.title": string;
1216
1205
  "experiments.resourceCenter.sandbox.easySetup": string;
1217
- "experiments.resourceCenter.sandbox.easySetupWorkflow": string;
1218
- "experiments.resourceCenter.sandbox.tryItNow": string;
1206
+ "experiments.resourceCenter.search.noResults": string;
1207
+ "experiments.resourceCenter.search.placeholder": string;
1219
1208
  "experiments.resourceCenter.sandbox.nodes": string;
1220
- "experiments.resourceCenter.course.hours": string;
1221
- "experiments.resourceCenter.course.lessons": string;
1222
- "experiments.resourceCenter.video.level": string;
1209
+ "experiments.resourceCenter.sidebar": string;
1223
1210
  "experiments.resourceCenter.template.setupTime": string;
1211
+ "experiments.resourceCenter.title": string;
1224
1212
  "experiments.resourceCenter.tooltip.text": string;
1213
+ "experiments.resourceCenter.video.level": string;
1225
1214
  "experiments.templatesDataQuality.modalTitle": string;
1226
1215
  error: string;
1227
1216
  "error.goBack": string;
@@ -1634,6 +1623,7 @@ declare const _exports: {
1634
1623
  "mainSidebar.showMessage.handleSelect2.title": string;
1635
1624
  "mainSidebar.showMessage.handleSelect3.title": string;
1636
1625
  "mainSidebar.showMessage.handleArchive.title": string;
1626
+ "mainSidebar.showMessage.handleArchive.message": string;
1637
1627
  "mainSidebar.showMessage.handleUnarchive.title": string;
1638
1628
  "mainSidebar.showMessage.stopExecution.title": string;
1639
1629
  "mainSidebar.workflows": string;
@@ -1725,6 +1715,7 @@ declare const _exports: {
1725
1715
  "ndv.redacted.description.sentence1": string;
1726
1716
  "ndv.redacted.description.sentence2": string;
1727
1717
  "ndv.redacted.description.link": string;
1718
+ "ndv.redacted.noPermission.description": string;
1728
1719
  "ndv.redacted.dynamicCredentials.description": string;
1729
1720
  "ndv.redacted.revealButton": string;
1730
1721
  "ndv.redacted.revealModal.title": string;
@@ -2015,6 +2006,7 @@ declare const _exports: {
2015
2006
  "aiGateway.credentialMode.n8nConnect.subtitle": string;
2016
2007
  "aiGateway.credentialMode.own.title": string;
2017
2008
  "aiGateway.credentialMode.own.subtitle": string;
2009
+ "aiGateway.unsupportedAction.notice": string;
2018
2010
  "nodeCredentials.oauth.accountConnectionFailed": string;
2019
2011
  "nodeErrorView.cause": string;
2020
2012
  "nodeErrorView.copyToClipboard": string;
@@ -2272,6 +2264,10 @@ declare const _exports: {
2272
2264
  "oauth.consentView.action.listWorkflows": string;
2273
2265
  "oauth.consentView.action.workflowDetails": string;
2274
2266
  "oauth.consentView.action.executeWorkflows": string;
2267
+ "oauth.consentView.action.executionDetails": string;
2268
+ "oauth.consentView.action.createUpdateWorkflows": string;
2269
+ "oauth.consentView.action.createDataTables": string;
2270
+ "oauth.consentView.action.searchProjectsAndFolders": string;
2275
2271
  "oauth.consentView.readMore": string;
2276
2272
  "oauth.consentView.error.deny": string;
2277
2273
  "oauth.consentView.error.allow": string;
@@ -2493,6 +2489,8 @@ declare const _exports: {
2493
2489
  "projectRoles.credential:move.tooltip": string;
2494
2490
  "projectRoles.credential:delete": string;
2495
2491
  "projectRoles.credential:delete.tooltip": string;
2492
+ "projectRoles.execution:reveal": string;
2493
+ "projectRoles.execution:reveal.tooltip": string;
2496
2494
  "projectRoles.dataTable:read": string;
2497
2495
  "projectRoles.dataTable:read.tooltip": string;
2498
2496
  "projectRoles.dataTable:update": string;
@@ -2540,6 +2538,7 @@ declare const _exports: {
2540
2538
  "projectRoles.type.folder": string;
2541
2539
  "projectRoles.type.workflow": string;
2542
2540
  "projectRoles.type.credential": string;
2541
+ "projectRoles.type.execution": string;
2543
2542
  "projectRoles.type.sourceControl": string;
2544
2543
  "projectRoles.type.dataTable": string;
2545
2544
  "projectRoles.type.projectVariable": string;
@@ -2782,6 +2781,7 @@ declare const _exports: {
2782
2781
  "settings.mcp.emptyState.docs.part1": string;
2783
2782
  "settings.mcp.tabs.workflows": string;
2784
2783
  "settings.mcp.tabs.oauth": string;
2784
+ "settings.mcp.instanceCapacity.warning": string;
2785
2785
  "settings.mcp.access.token.notice": string;
2786
2786
  "settings.mcp.workflows.table.action.removeMCPAccess": string;
2787
2787
  "settings.mcp.workflows.table.action.updateDescription": string;
@@ -2796,6 +2796,7 @@ declare const _exports: {
2796
2796
  "settings.mcp.oauth.table.empty.button": string;
2797
2797
  "settings.mcp.toggle.disabled.tooltip": string;
2798
2798
  "settings.mcp.toggle.error": string;
2799
+ "settings.mcp.managedByEnv.tooltip": string;
2799
2800
  "settings.mcp.instructions.rotateKey.tooltip": string;
2800
2801
  "settings.mcp.instructions.apiKey.tip": string;
2801
2802
  "settings.mcp.error.fetching.apiKey": string;
@@ -2988,6 +2989,7 @@ declare const _exports: {
2988
2989
  "settings.log-streaming.actionBox.description": string;
2989
2990
  "settings.log-streaming.actionBox.button": string;
2990
2991
  "settings.log-streaming.infoText": string;
2992
+ "settings.log-streaming.managedByEnv": string;
2991
2993
  "settings.log-streaming.addFirstTitle": string;
2992
2994
  "settings.log-streaming.addFirst": string;
2993
2995
  "settings.log-streaming.saving": string;
@@ -3129,6 +3131,8 @@ declare const _exports: {
3129
3131
  "settings.provisioningConfirmDialog.button.cancel": string;
3130
3132
  "settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": string;
3131
3133
  "settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": string;
3134
+ "settings.provisioningConfirmDialog.projectRulesDeletion.warning": string;
3135
+ "settings.provisioningConfirmDialog.projectRulesDeletion.description": string;
3132
3136
  "settings.provisioningInstanceRolesHandledBySsoProvider.description": string;
3133
3137
  "settings.provisioningInstanceRolesHandledByExpressionMapping.description": string;
3134
3138
  "settings.provisioningProjectRolesHandledBySsoProvider.description": string;
@@ -3784,6 +3788,7 @@ declare const _exports: {
3784
3788
  "workflowSettings.availableInMCP.tooltip": string;
3785
3789
  "workflowSettings.toggleMCP.error.title": string;
3786
3790
  "workflowSettings.toggleMCP.notFoundError": string;
3791
+ "workflowSettings.toggleMCP.updateSkippedError": string;
3787
3792
  "workflowHistory.title": string;
3788
3793
  "workflowHistory.content.actions": string;
3789
3794
  "workflowHistory.item.id": string;
@@ -3966,6 +3971,8 @@ declare const _exports: {
3966
3971
  "workflows.concurrentChanges.confirmMessage.message": string;
3967
3972
  "workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
3968
3973
  "workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
3974
+ "workflows.remoteUpdateBlocked.title": string;
3975
+ "workflows.remoteUpdateBlocked.message": string;
3969
3976
  "workflows.autodeactivated": string;
3970
3977
  "workflows.ai.starter.collection.callout": string;
3971
3978
  "workflows.ai.starter.collection.card": string;
@@ -4163,6 +4170,8 @@ declare const _exports: {
4163
4170
  "dataTable.addRow.label": string;
4164
4171
  "dataTable.addRow.error": string;
4165
4172
  "dataTable.updateRow.error": string;
4173
+ "dataTable.updateRow.numberPrecisionWarning.title": string;
4174
+ "dataTable.updateRow.numberPrecisionWarning.message": string;
4166
4175
  "dataTable.deleteRows.title": string;
4167
4176
  "dataTable.deleteRows.confirmation": string;
4168
4177
  "dataTable.deleteRows.error": string;
@@ -4260,9 +4269,6 @@ declare const _exports: {
4260
4269
  "dataTable.search.dateSearchInfo": string;
4261
4270
  "dataTable.cell.oversized": string;
4262
4271
  "dataTable.cell.oversized.tooltip": string;
4263
- "settings.instanceRegistry": string;
4264
- "settings.instanceRegistry.title": string;
4265
- "settings.instanceRegistry.error": string;
4266
4272
  "settings.ldap": string;
4267
4273
  "settings.ldap.note": string;
4268
4274
  "settings.ldap.infoTip": string;
@@ -4371,6 +4377,35 @@ declare const _exports: {
4371
4377
  "settings.security.personalSpace.sharing.existingCount.value": string;
4372
4378
  "settings.security.personalSpace.unlicensed_tooltip": string;
4373
4379
  "settings.security.personalSpace.unlicensed_tooltip.link": string;
4380
+ "settings.encryptionKeys": string;
4381
+ "settings.encryptionKeys.title": string;
4382
+ "settings.encryptionKeys.description": string;
4383
+ "settings.encryptionKeys.description.docsLink": string;
4384
+ "settings.encryptionKeys.column.key": string;
4385
+ "settings.encryptionKeys.column.type": string;
4386
+ "settings.encryptionKeys.column.activated": string;
4387
+ "settings.encryptionKeys.column.archived": string;
4388
+ "settings.encryptionKeys.status.active": string;
4389
+ "settings.encryptionKeys.status.inactive": string;
4390
+ "settings.encryptionKeys.sortBy.label": string;
4391
+ "settings.encryptionKeys.sortBy.activated": string;
4392
+ "settings.encryptionKeys.sortBy.archived": string;
4393
+ "settings.encryptionKeys.sortBy.type": string;
4394
+ "settings.encryptionKeys.filter.title": string;
4395
+ "settings.encryptionKeys.filter.dateRange": string;
4396
+ "settings.encryptionKeys.filter.apply": string;
4397
+ "settings.encryptionKeys.filter.clear": string;
4398
+ "settings.encryptionKeys.rotate.button": string;
4399
+ "settings.encryptionKeys.rotate.confirm.title": string;
4400
+ "settings.encryptionKeys.rotate.confirm.body": string;
4401
+ "settings.encryptionKeys.rotate.confirm.action": string;
4402
+ "settings.encryptionKeys.rotate.confirm.cancel": string;
4403
+ "settings.encryptionKeys.rotate.success": string;
4404
+ "settings.encryptionKeys.rotate.error": string;
4405
+ "settings.encryptionKeys.copyId.success": string;
4406
+ "settings.encryptionKeys.empty.title": string;
4407
+ "settings.encryptionKeys.empty.description": string;
4408
+ "settings.encryptionKeys.loadError": string;
4374
4409
  "settings.sso": string;
4375
4410
  "settings.sso.title": string;
4376
4411
  "settings.sso.subtitle": string;
@@ -4395,14 +4430,6 @@ declare const _exports: {
4395
4430
  "settings.sso.settings.oidc.prompt.consent": string;
4396
4431
  "settings.sso.settings.oidc.prompt.select_account": string;
4397
4432
  "settings.sso.settings.oidc.prompt.create": string;
4398
- "settings.sso.settings.oidc.overrideBanner": string;
4399
- "settings.sso.settings.userRoleProvisioning.label": string;
4400
- "settings.sso.settings.userRoleProvisioning.help": string;
4401
- "settings.sso.settings.userRoleProvisioning.help.linkText": string;
4402
- "settings.sso.settings.userRoleProvisioning.option.disabled.label": string;
4403
- "settings.sso.settings.userRoleProvisioning.option.instanceRole.label": string;
4404
- "settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": string;
4405
- "settings.sso.settings.userRoleProvisioning.option.expressionBased.label": string;
4406
4433
  "settings.sso.settings.roleAssignment.label": string;
4407
4434
  "settings.sso.settings.roleAssignment.description": string;
4408
4435
  "settings.sso.settings.roleAssignment.manual": string;
@@ -4455,6 +4482,7 @@ declare const _exports: {
4455
4482
  "settings.sso.settings.save.activate.cancel": string;
4456
4483
  "settings.sso.settings.save.error": string;
4457
4484
  "settings.sso.settings.save.error_oidc": string;
4485
+ "settings.sso.settings.envConfigBanner": string;
4458
4486
  "settings.sso.actionBox.title": string;
4459
4487
  "settings.sso.actionBox.description": string;
4460
4488
  "settings.sso.actionBox.buttonText": string;
@@ -4843,6 +4871,9 @@ declare const _exports: {
4843
4871
  "evaluation.runDetail.notice.useSetInputs": string;
4844
4872
  "evaluation.runTest": string;
4845
4873
  "evaluation.stopTest": string;
4874
+ "evaluation.runInParallel.label.sequential": string;
4875
+ "evaluation.runInParallel.label.concurrent": string;
4876
+ "evaluation.runInParallel.tooltip": string;
4846
4877
  "evaluation.cancelTestRun": string;
4847
4878
  "evaluation.notImplemented": string;
4848
4879
  "evaluation.viewDetails": string;
@@ -5110,6 +5141,8 @@ declare const _exports: {
5110
5141
  "instanceAi.thread.new": string;
5111
5142
  "instanceAi.sidebar.back": string;
5112
5143
  "instanceAi.sidebar.threads": string;
5144
+ "instanceAi.sidebar.chatHistory": string;
5145
+ "instanceAi.sidebar.collapse": string;
5113
5146
  "instanceAi.message.reasoning": string;
5114
5147
  "instanceAi.sidebar.noThreads": string;
5115
5148
  "instanceAi.sidebar.group.thisWeek": string;
@@ -5151,6 +5184,9 @@ declare const _exports: {
5151
5184
  "instanceAi.artifactsPanel.tasks": string;
5152
5185
  "instanceAi.artifactsPanel.openWorkflow": string;
5153
5186
  "instanceAi.artifactsPanel.archived": string;
5187
+ "instanceAi.previewTabBar.collapse": string;
5188
+ "instanceAi.previewTabBar.openInEditor": string;
5189
+ "instanceAi.previewTabBar.copyLink": string;
5154
5190
  "instanceAi.delegateCard.implementsStep": string;
5155
5191
  "instanceAi.delegateCard.delegatingTo": string;
5156
5192
  "instanceAi.delegateCard.briefing": string;
@@ -5208,7 +5244,6 @@ declare const _exports: {
5208
5244
  "instanceAi.workflowSetup.partiallyApplied": string;
5209
5245
  "instanceAi.workflowSetup.deferred": string;
5210
5246
  "instanceAi.workflowSetup.selectOption": string;
5211
- "instanceAi.workflowSetup.configureParameters": string;
5212
5247
  "instanceAi.workflowSetup.confirmTitle": string;
5213
5248
  "instanceAi.workflowSetup.confirmDescription": string;
5214
5249
  "instanceAi.workflowSetup.reviewDetails": string;
@@ -5468,6 +5503,7 @@ declare const _exports: {
5468
5503
  "instanceAi.tools.update-tasks": string;
5469
5504
  "instanceAi.tools.report-verification-verdict": string;
5470
5505
  "instanceAi.tools.verify-built-workflow": string;
5506
+ "instanceAi.tools.complete-checkpoint": string;
5471
5507
  "instanceAi.tools.updateWorkingMemory": string;
5472
5508
  "instanceAi.tools.apply-workflow-credentials": string;
5473
5509
  "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.18.5",
4
+ "version": "2.20.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.18.3"
27
+ "n8n-workflow": "2.20.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
@@ -39,9 +39,9 @@
39
39
  "vite": "^8.0.2",
40
40
  "vitest": "^4.1.1",
41
41
  "vue-tsc": "^2.2.8",
42
+ "@n8n/vitest-config": "1.10.0",
42
43
  "@n8n/typescript-config": "1.4.0",
43
- "@n8n/eslint-config": "0.0.1",
44
- "@n8n/vitest-config": "1.9.0"
44
+ "@n8n/eslint-config": "0.0.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.5.13"