@n8n/i18n 2.30.3 → 2.31.1
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 +246 -76
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +206 -36
- package/dist/index.d.mts +206 -36
- package/dist/index.mjs +246 -76
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +206 -36
- package/dist/types2.d.mts +206 -36
- package/package.json +8 -8
package/dist/types2.d.mts
CHANGED
|
@@ -1006,6 +1006,7 @@ declare const _exports: {
|
|
|
1006
1006
|
"communityNodeFooter.reportIssue": string;
|
|
1007
1007
|
"credentialEdit.credentialConfig.accountConnected": string;
|
|
1008
1008
|
"credentialEdit.credentialConfig.accountNotConnected": string;
|
|
1009
|
+
"credentialEdit.credentialConfig.accountNotConnected.endUser": string;
|
|
1009
1010
|
"credentialEdit.credentialConfig.connect": string;
|
|
1010
1011
|
"credentialEdit.credentialConfig.connectOAuth2Credential": string;
|
|
1011
1012
|
"credentialEdit.credentialConfig.clickToCopy": string;
|
|
@@ -1045,6 +1046,7 @@ declare const _exports: {
|
|
|
1045
1046
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": string;
|
|
1046
1047
|
"credentialEdit.credentialConfig.dynamicCredentials.title": string;
|
|
1047
1048
|
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": string;
|
|
1049
|
+
"credentialEdit.credentialConfig.endUserCredential.connectSubtext": string;
|
|
1048
1050
|
"credentialEdit.credentialConfig.credentialType.title": string;
|
|
1049
1051
|
"credentialEdit.credentialConfig.credentialType.endUser.title": string;
|
|
1050
1052
|
"credentialEdit.credentialConfig.credentialType.endUser.subtitle": string;
|
|
@@ -1063,15 +1065,20 @@ declare const _exports: {
|
|
|
1063
1065
|
"credentialEdit.credentialEdit.confirmMessage.deleteCredential.confirmButtonText": string;
|
|
1064
1066
|
"credentialEdit.credentialEdit.confirmMessage.deleteCredential.headline": string;
|
|
1065
1067
|
"credentialEdit.credentialEdit.confirmMessage.deleteCredential.message": string;
|
|
1068
|
+
"credentialEdit.credentialEdit.confirmMessage.deleteConnected.headline": string;
|
|
1069
|
+
"credentialEdit.credentialEdit.confirmMessage.deleteConnected.message": string;
|
|
1070
|
+
"credentialEdit.credentialEdit.confirmMessage.deleteConnected.confirmButtonText": string;
|
|
1071
|
+
"credentialEdit.credentialEdit.confirmMessage.connectedPeople": string;
|
|
1072
|
+
"credentialEdit.credentialEdit.confirmMessage.typeToConfirm": string;
|
|
1066
1073
|
"credentialEdit.credentialEdit.confirmMessage.disconnectCredential.confirmButtonText": string;
|
|
1067
1074
|
"credentialEdit.credentialEdit.confirmMessage.disconnectCredential.headline": string;
|
|
1068
1075
|
"credentialEdit.credentialEdit.confirmMessage.disconnectCredential.message": string;
|
|
1069
|
-
"credentialEdit.credentialEdit.confirmMessage.
|
|
1070
|
-
"credentialEdit.credentialEdit.confirmMessage.
|
|
1071
|
-
"credentialEdit.credentialEdit.confirmMessage.
|
|
1072
|
-
"credentialEdit.credentialEdit.confirmMessage.
|
|
1073
|
-
"credentialEdit.credentialEdit.confirmMessage.
|
|
1074
|
-
"credentialEdit.credentialEdit.confirmMessage.
|
|
1076
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToFixed.headline": string;
|
|
1077
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToFixed.message": string;
|
|
1078
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToFixed.confirmButtonText": string;
|
|
1079
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToEndUser.headline": string;
|
|
1080
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToEndUser.message": string;
|
|
1081
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToEndUser.confirmButtonText": string;
|
|
1075
1082
|
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.headline": string;
|
|
1076
1083
|
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.message": string;
|
|
1077
1084
|
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.confirmButtonText": string;
|
|
@@ -1081,7 +1088,6 @@ declare const _exports: {
|
|
|
1081
1088
|
"credentialEdit.credentialEdit.couldNotFindCredentialWithId": string;
|
|
1082
1089
|
"credentialEdit.credentialEdit.delete": string;
|
|
1083
1090
|
"credentialEdit.credentialEdit.details": string;
|
|
1084
|
-
"credentialEdit.credentialEdit.dynamic": string;
|
|
1085
1091
|
"credentialEdit.credentialEdit.saving": string;
|
|
1086
1092
|
"credentialEdit.credentialEdit.showError.createCredential.title": string;
|
|
1087
1093
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": string;
|
|
@@ -1141,9 +1147,7 @@ declare const _exports: {
|
|
|
1141
1147
|
"credentials.add": string;
|
|
1142
1148
|
"credentials.project.add": string;
|
|
1143
1149
|
"credentials.empty.heading": string;
|
|
1144
|
-
"credentials.empty.heading.userNotSetup": string;
|
|
1145
1150
|
"credentials.empty.description": string;
|
|
1146
|
-
"credentials.empty.button": string;
|
|
1147
1151
|
"credentials.empty.button.disabled.tooltip": string;
|
|
1148
1152
|
"credentials.item.open": string;
|
|
1149
1153
|
"credentials.item.delete": string;
|
|
@@ -1158,7 +1162,6 @@ declare const _exports: {
|
|
|
1158
1162
|
"credentials.item.connect.tooltip": string;
|
|
1159
1163
|
"credentials.private.tooltip": string;
|
|
1160
1164
|
"credentials.private.tooltipTitle": string;
|
|
1161
|
-
"credentials.private.badge": string;
|
|
1162
1165
|
"credentials.private.row.connect": string;
|
|
1163
1166
|
"credentials.private.row.connect.noPermission": string;
|
|
1164
1167
|
"credentials.private.row.connected": string;
|
|
@@ -1770,6 +1773,7 @@ declare const _exports: {
|
|
|
1770
1773
|
"logs.overview.body.started": string;
|
|
1771
1774
|
"logs.overview.body.run": string;
|
|
1772
1775
|
"logs.overview.body.open": string;
|
|
1776
|
+
"logs.overview.body.openTooltip": string;
|
|
1773
1777
|
"logs.overview.body.toggleRow": string;
|
|
1774
1778
|
"logs.details.header.actions.input": string;
|
|
1775
1779
|
"logs.details.header.actions.output": string;
|
|
@@ -2408,11 +2412,19 @@ declare const _exports: {
|
|
|
2408
2412
|
"nodeViewV2.showError.failedToCreateNode": string;
|
|
2409
2413
|
"contextMenu.node": string;
|
|
2410
2414
|
"contextMenu.sticky": string;
|
|
2415
|
+
"contextMenu.nodeGroup": string;
|
|
2411
2416
|
"contextMenu.selectAll": string;
|
|
2412
2417
|
"contextMenu.deselectAll": string;
|
|
2413
2418
|
"contextMenu.tidyUpWorkflow": string;
|
|
2414
2419
|
"contextMenu.tidyUpSelection": string;
|
|
2415
2420
|
"contextMenu.extract": string;
|
|
2421
|
+
"contextMenu.group": string;
|
|
2422
|
+
"contextMenu.renameGroup": string;
|
|
2423
|
+
"contextMenu.ungroupNodes": string;
|
|
2424
|
+
"contextMenu.expandAllGroups": string;
|
|
2425
|
+
"contextMenu.collapseAllGroups": string;
|
|
2426
|
+
"contextMenu.expandSelectedGroups": string;
|
|
2427
|
+
"contextMenu.collapseSelectedGroups": string;
|
|
2416
2428
|
"contextMenu.replace": string;
|
|
2417
2429
|
"contextMenu.duplicate": string;
|
|
2418
2430
|
"contextMenu.open": string;
|
|
@@ -2534,6 +2546,7 @@ declare const _exports: {
|
|
|
2534
2546
|
"parameterInputList.callout.dismiss.confirm.text": string;
|
|
2535
2547
|
"parameterInputList.callout.dismiss.confirm.confirmButtonText": string;
|
|
2536
2548
|
"parameterInputList.callout.dismiss.confirm.cancelButtonText": string;
|
|
2549
|
+
"parameterInputList.autoRequiresChatTriggerDescription": string;
|
|
2537
2550
|
"parameterOverride.overridePanelText": string;
|
|
2538
2551
|
"parameterOverride.applyOverrideButtonTooltip": string;
|
|
2539
2552
|
"parameterOverride.descriptionTooltip": string;
|
|
@@ -2722,6 +2735,8 @@ declare const _exports: {
|
|
|
2722
2735
|
"projectRoles.credential:update.tooltip": string;
|
|
2723
2736
|
"projectRoles.credential:create": string;
|
|
2724
2737
|
"projectRoles.credential:create.tooltip": string;
|
|
2738
|
+
"projectRoles.credential:createEndUser": string;
|
|
2739
|
+
"projectRoles.credential:createEndUser.tooltip": string;
|
|
2725
2740
|
"projectRoles.credential:share": string;
|
|
2726
2741
|
"projectRoles.credential:share.tooltip": string;
|
|
2727
2742
|
"projectRoles.credential:unshare": string;
|
|
@@ -3125,7 +3140,6 @@ declare const _exports: {
|
|
|
3125
3140
|
"settings.opentelemetry.unsavedChanges.saveAndLeave": string;
|
|
3126
3141
|
"settings.mcp": string;
|
|
3127
3142
|
"settings.mcp.description": string;
|
|
3128
|
-
"settings.mcp.preview.tooltip": string;
|
|
3129
3143
|
"settings.mcp.header.toggle.enabled": string;
|
|
3130
3144
|
"settings.mcp.header.toggle.disabled": string;
|
|
3131
3145
|
"settings.mcp.actionBox.heading": string;
|
|
@@ -3169,6 +3183,8 @@ declare const _exports: {
|
|
|
3169
3183
|
"settings.mcp.connectWorkflows.input.placeholder": string;
|
|
3170
3184
|
"settings.mcp.connectWorkflows.confirm.label": string;
|
|
3171
3185
|
"settings.mcp.connectWorkflows.error": string;
|
|
3186
|
+
"settings.mcp.workflows.enableAccess.success.title": string;
|
|
3187
|
+
"settings.mcp.workflows.removeAccess.success.title": string;
|
|
3172
3188
|
"settings.mcp.connectWorkflows.emptyState": string;
|
|
3173
3189
|
"settings.mcp.connectPopover.tab.oauth": string;
|
|
3174
3190
|
"settings.mcp.connectPopover.tab.accessToken": string;
|
|
@@ -3185,7 +3201,6 @@ declare const _exports: {
|
|
|
3185
3201
|
"settings.mcp.allowedRedirectUris.validation.invalidUrl": string;
|
|
3186
3202
|
"settings.mcp.allowedRedirectUris.validation.invalidProtocol": string;
|
|
3187
3203
|
"settings.mcp.allowedRedirectUris.validation.httpsRequired": string;
|
|
3188
|
-
"settings.mcp.allowedRedirectUris.warning": string;
|
|
3189
3204
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.title": string;
|
|
3190
3205
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.description": string;
|
|
3191
3206
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claude": string;
|
|
@@ -3224,6 +3239,13 @@ declare const _exports: {
|
|
|
3224
3239
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
|
|
3225
3240
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
|
|
3226
3241
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": string;
|
|
3242
|
+
"experiments.exposeAllWorkflowsToMcp.modal.title": string;
|
|
3243
|
+
"experiments.exposeAllWorkflowsToMcp.modal.description": string;
|
|
3244
|
+
"experiments.exposeAllWorkflowsToMcp.modal.notNow": string;
|
|
3245
|
+
"experiments.exposeAllWorkflowsToMcp.modal.confirm": string;
|
|
3246
|
+
"experiments.exposeAllWorkflowsToMcp.modal.success.title": string;
|
|
3247
|
+
"experiments.exposeAllWorkflowsToMcp.modal.success.message": string;
|
|
3248
|
+
"experiments.exposeAllWorkflowsToMcp.modal.error.title": string;
|
|
3227
3249
|
"settings.chatHub": string;
|
|
3228
3250
|
"settings.chatHub.enabled.label": string;
|
|
3229
3251
|
"settings.chatHub.enabled.description": string;
|
|
@@ -3908,6 +3930,7 @@ declare const _exports: {
|
|
|
3908
3930
|
"tagsView.notBeingUsed": string;
|
|
3909
3931
|
"onboarding.title": string;
|
|
3910
3932
|
"template.buttons.goBackButton": string;
|
|
3933
|
+
"template.buttons.startWithAi": string;
|
|
3911
3934
|
"template.buttons.tryTemplate": string;
|
|
3912
3935
|
"template.buttons.useThisWorkflowButton": string;
|
|
3913
3936
|
"template.details.appsInTheCollection": string;
|
|
@@ -4410,7 +4433,6 @@ declare const _exports: {
|
|
|
4410
4433
|
"workflows.item.readonly": string;
|
|
4411
4434
|
"workflows.item.archived": string;
|
|
4412
4435
|
"workflows.item.availableInMCP": string;
|
|
4413
|
-
"workflows.privateCredential.tooltip": string;
|
|
4414
4436
|
"workflows.dynamic.tooltip": string;
|
|
4415
4437
|
"workflows.dynamic.tooltipTitle": string;
|
|
4416
4438
|
"workflows.dependencies.tooltip.workflow": string;
|
|
@@ -4469,14 +4491,14 @@ declare const _exports: {
|
|
|
4469
4491
|
"workflows.noResults.withSearch.switchToShared.link": string;
|
|
4470
4492
|
"workflows.empty.heading": string;
|
|
4471
4493
|
"workflows.empty.heading.userNotSetup": string;
|
|
4472
|
-
"workflows.empty.
|
|
4473
|
-
"workflows.empty.
|
|
4494
|
+
"workflows.empty.onboarding.heading": string;
|
|
4495
|
+
"workflows.empty.list.heading": string;
|
|
4496
|
+
"workflows.empty.list.description": string;
|
|
4474
4497
|
"workflows.empty.heading.builder": string;
|
|
4475
4498
|
"workflows.empty.heading.builder.userNotSetup": string;
|
|
4476
4499
|
"workflows.empty.description": string;
|
|
4477
4500
|
"workflows.empty.description.readOnlyEnv": string;
|
|
4478
4501
|
"workflows.empty.description.noPermission": string;
|
|
4479
|
-
"workflows.empty.startFromScratch": string;
|
|
4480
4502
|
"workflows.empty.startWithTemplate": string;
|
|
4481
4503
|
"workflows.empty.browseTemplates": string;
|
|
4482
4504
|
"workflows.empty.learnN8n": string;
|
|
@@ -4547,8 +4569,6 @@ declare const _exports: {
|
|
|
4547
4569
|
"workflows.publishModal.reattempt": string;
|
|
4548
4570
|
"workflows.publishModal.changes": string;
|
|
4549
4571
|
"workflows.publishModal.lastPublished": string;
|
|
4550
|
-
"workflows.publishModal.aiGatewayWarning.header": string;
|
|
4551
|
-
"workflows.publishModal.aiGatewayWarning.body": string;
|
|
4552
4572
|
"importCurlModal.title": string;
|
|
4553
4573
|
"importCurlModal.input.label": string;
|
|
4554
4574
|
"importCurlModal.input.placeholder": string;
|
|
@@ -4569,9 +4589,7 @@ declare const _exports: {
|
|
|
4569
4589
|
"variables.add.onlyOwnerCanCreate": string;
|
|
4570
4590
|
"variables.add.button.label": string;
|
|
4571
4591
|
"variables.empty.heading": string;
|
|
4572
|
-
"variables.empty.heading.userNotSetup": string;
|
|
4573
4592
|
"variables.empty.description": string;
|
|
4574
|
-
"variables.empty.button": string;
|
|
4575
4593
|
"variables.empty.button.disabled.tooltip": string;
|
|
4576
4594
|
"variables.empty.notAllowedToCreate.heading": string;
|
|
4577
4595
|
"variables.empty.notAllowedToCreate.description": string;
|
|
@@ -4646,7 +4664,7 @@ declare const _exports: {
|
|
|
4646
4664
|
"contextual.feature.unavailable.title.cloud": string;
|
|
4647
4665
|
"dataTable.dataTables": string;
|
|
4648
4666
|
"dataTables.noResults": string;
|
|
4649
|
-
"dataTable.empty.
|
|
4667
|
+
"dataTable.empty.heading": string;
|
|
4650
4668
|
"dataTable.empty.description": string;
|
|
4651
4669
|
"dataTable.empty.button.disabled.tooltip": string;
|
|
4652
4670
|
"dataTable.card.size": string;
|
|
@@ -4814,7 +4832,6 @@ declare const _exports: {
|
|
|
4814
4832
|
"agents.modelSelector.freeCredits.label": string;
|
|
4815
4833
|
"agents.modelSelector.freeCredits.badge": string;
|
|
4816
4834
|
"agents.modelSelector.freeCredits.description": string;
|
|
4817
|
-
"agents.askLlm.chooseModel": string;
|
|
4818
4835
|
"agents.builder.unconfigured.title": string;
|
|
4819
4836
|
"agents.builder.unconfigured.description.admin": string;
|
|
4820
4837
|
"agents.builder.unconfigured.description.nonAdmin": string;
|
|
@@ -4942,7 +4959,17 @@ declare const _exports: {
|
|
|
4942
4959
|
"settings.security": string;
|
|
4943
4960
|
"settings.security.description": string;
|
|
4944
4961
|
"settings.security.managedByEnv": string;
|
|
4962
|
+
"settings.security.workflowReviews.title": string;
|
|
4963
|
+
"settings.security.workflowReviews.description": string;
|
|
4964
|
+
"settings.security.workflowReviews.enable.title": string;
|
|
4965
|
+
"settings.security.workflowReviews.enable.description": string;
|
|
4966
|
+
"settings.security.workflowReviews.success.enabled": string;
|
|
4967
|
+
"settings.security.workflowReviews.success.disabled": string;
|
|
4968
|
+
"settings.security.workflowReviews.error": string;
|
|
4969
|
+
"settings.security.workflowReviews.confirmDisable.headline": string;
|
|
4970
|
+
"settings.security.workflowReviews.confirmDisable.message": string;
|
|
4945
4971
|
"settings.security.personalSpace.title": string;
|
|
4972
|
+
"settings.security.personalSpace.description": string;
|
|
4946
4973
|
"settings.security.personalSpace.publishing.title": string;
|
|
4947
4974
|
"settings.security.personalSpace.publishing.description": string;
|
|
4948
4975
|
"settings.security.personalSpace.publishing.success.enabled": string;
|
|
@@ -4964,8 +4991,10 @@ declare const _exports: {
|
|
|
4964
4991
|
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4965
4992
|
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
4966
4993
|
"settings.security.dataRedaction.title": string;
|
|
4994
|
+
"settings.security.dataRedaction.description": string;
|
|
4967
4995
|
"settings.security.dataRedaction.enforce.title": string;
|
|
4968
4996
|
"settings.security.dataRedaction.enforce.message": string;
|
|
4997
|
+
"settings.security.dataRedaction.enforce.message.docsLink": string;
|
|
4969
4998
|
"settings.security.dataRedaction.enforce.success.enabled": string;
|
|
4970
4999
|
"settings.security.dataRedaction.enforce.success.disabled": string;
|
|
4971
5000
|
"settings.security.dataRedaction.enforce.error": string;
|
|
@@ -5244,6 +5273,7 @@ declare const _exports: {
|
|
|
5244
5273
|
"projects.move.resource.modal.message.unAccessibleCredentials.count": string;
|
|
5245
5274
|
"projects.move.resource.modal.message.unAccessibleCredentials.note": string;
|
|
5246
5275
|
"projects.move.resource.modal.message.unAccessibleCredentials.personalSpaceNote": string;
|
|
5276
|
+
"projects.move.resource.modal.message.resolvableConnections": string;
|
|
5247
5277
|
"projects.move.resource.modal.message.noProjects": string;
|
|
5248
5278
|
"projects.move.resource.modal.button": string;
|
|
5249
5279
|
"projects.move.resource.modal.selectPlaceholder": string;
|
|
@@ -5315,6 +5345,7 @@ declare const _exports: {
|
|
|
5315
5345
|
"settings.personal.mfa.toast.canEnableMfa.title": string;
|
|
5316
5346
|
"settings.personal.mfa.enforced": string;
|
|
5317
5347
|
"settings.personal.mfa.enforce.message": string;
|
|
5348
|
+
"settings.personal.mfa.enforce.description": string;
|
|
5318
5349
|
"settings.personal.mfa.enforce.unlicensed_tooltip": string;
|
|
5319
5350
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": string;
|
|
5320
5351
|
"settings.personal.mfa.enforce.title": string;
|
|
@@ -5445,6 +5476,21 @@ declare const _exports: {
|
|
|
5445
5476
|
"communityPlusModal.notice": string;
|
|
5446
5477
|
"executeWorkflowTrigger.createNewSubworkflow": string;
|
|
5447
5478
|
"executeWorkflowTrigger.createNewSubworkflow.noProject": string;
|
|
5479
|
+
"agentSelector.createNewAgent": string;
|
|
5480
|
+
"agentSelector.createNewAgent.noProject": string;
|
|
5481
|
+
"agentSelector.mode.list.placeholder": string;
|
|
5482
|
+
"agentNode.card.defaultName": string;
|
|
5483
|
+
"agentNode.card.openAgent": string;
|
|
5484
|
+
"agentNode.card.moreChips": string;
|
|
5485
|
+
"agentNode.card.loadError": string;
|
|
5486
|
+
"agentNode.card.noModel": string;
|
|
5487
|
+
"agentNode.ndv.banner.prefix": string;
|
|
5488
|
+
"agentNode.ndv.banner.link": string;
|
|
5489
|
+
"agentNode.ndv.banner.suffix": string;
|
|
5490
|
+
"agentNode.ndv.section.agent": string;
|
|
5491
|
+
"agentNode.ndv.referenced.editInBuilder": string;
|
|
5492
|
+
"agentNode.ndv.unavailable": string;
|
|
5493
|
+
"agentSelector.createAgentFailed": string;
|
|
5448
5494
|
"evaluation.listRuns.status.new": string;
|
|
5449
5495
|
"evaluation.listRuns.status.running": string;
|
|
5450
5496
|
"evaluation.listRuns.status.evaluating": string;
|
|
@@ -5616,6 +5662,92 @@ declare const _exports: {
|
|
|
5616
5662
|
"evaluation.executions.toast.addedTo.title": string;
|
|
5617
5663
|
"evaluation.executions.toast.closeTab": string;
|
|
5618
5664
|
"evaluation.executions.toast.removedFrom.title": string;
|
|
5665
|
+
"evaluation.collections.title": string;
|
|
5666
|
+
"evaluation.collections.subtitle": string;
|
|
5667
|
+
"evaluation.collections.newCollection": string;
|
|
5668
|
+
"evaluation.collections.section.collections": string;
|
|
5669
|
+
"evaluation.collections.section.ungrouped": string;
|
|
5670
|
+
"evaluation.collections.section.ungrouped.helper": string;
|
|
5671
|
+
"evaluation.collections.section.ungrouped.empty": string;
|
|
5672
|
+
"evaluation.collections.empty.title": string;
|
|
5673
|
+
"evaluation.collections.empty.subtitle": string;
|
|
5674
|
+
"evaluation.collections.errors.fetchFailed": string;
|
|
5675
|
+
"evaluation.collections.card.done": string;
|
|
5676
|
+
"evaluation.collections.card.running": string;
|
|
5677
|
+
"evaluation.collections.card.currentDraft": string;
|
|
5678
|
+
"evaluation.collections.card.meta.versions": string;
|
|
5679
|
+
"evaluation.collections.card.lastRunToday": string;
|
|
5680
|
+
"evaluation.collections.card.lastRunOn": string;
|
|
5681
|
+
"evaluation.collections.chart.barValue": string;
|
|
5682
|
+
"evaluation.collections.chart.barNoData": string;
|
|
5683
|
+
"evaluation.collections.chart.ariaLabel": string;
|
|
5684
|
+
"evaluation.collections.row.noDataset": string;
|
|
5685
|
+
"evaluation.collections.row.status.done": string;
|
|
5686
|
+
"evaluation.collections.row.status.running": string;
|
|
5687
|
+
"evaluation.collections.row.status.queued": string;
|
|
5688
|
+
"evaluation.collections.row.status.failed": string;
|
|
5689
|
+
"evaluation.collections.row.status.cancelled": string;
|
|
5690
|
+
"evaluation.collections.row.status.warning": string;
|
|
5691
|
+
"evaluation.compare.openCompare": string;
|
|
5692
|
+
"evaluation.compare.viewProgress": string;
|
|
5693
|
+
"evaluation.compare.backToList": string;
|
|
5694
|
+
"evaluation.compare.versionsLegend.best": string;
|
|
5695
|
+
"evaluation.compare.scoreChart.heading": string;
|
|
5696
|
+
"evaluation.compare.scoreChart.empty": string;
|
|
5697
|
+
"evaluation.compare.scoreChart.toggle.average": string;
|
|
5698
|
+
"evaluation.compare.scoreChart.toggle.perCase": string;
|
|
5699
|
+
"evaluation.compare.scoreChart.toggle.perCaseComingSoon": string;
|
|
5700
|
+
"evaluation.compare.insights.title": string;
|
|
5701
|
+
"evaluation.compare.insights.generatedAt": string;
|
|
5702
|
+
"evaluation.compare.insights.regenerate": string;
|
|
5703
|
+
"evaluation.compare.insights.error": string;
|
|
5704
|
+
"evaluation.compare.insights.retry": string;
|
|
5705
|
+
"evaluation.compare.insights.fallbackNote": string;
|
|
5706
|
+
"evaluation.compare.insights.winner": string;
|
|
5707
|
+
"evaluation.compare.insights.regression": string;
|
|
5708
|
+
"evaluation.compare.insights.suggestedNext": string;
|
|
5709
|
+
"evaluation.compare.insights.noRegressions": string;
|
|
5710
|
+
"evaluation.compare.errors.loadFailed": string;
|
|
5711
|
+
"evaluation.compare.errors.notFound": string;
|
|
5712
|
+
"evaluation.setup.title": string;
|
|
5713
|
+
"evaluation.setup.subtitle": string;
|
|
5714
|
+
"evaluation.setup.collectionName": string;
|
|
5715
|
+
"evaluation.setup.collectionName.placeholder": string;
|
|
5716
|
+
"evaluation.setup.dataset": string;
|
|
5717
|
+
"evaluation.setup.dataset.helper": string;
|
|
5718
|
+
"evaluation.setup.dataset.placeholder": string;
|
|
5719
|
+
"evaluation.setup.dataset.matchCount": string;
|
|
5720
|
+
"evaluation.setup.versions": string;
|
|
5721
|
+
"evaluation.setup.versions.helper": string;
|
|
5722
|
+
"evaluation.setup.versions.filter.source": string;
|
|
5723
|
+
"evaluation.setup.versions.filter.all": string;
|
|
5724
|
+
"evaluation.setup.versions.sort.label": string;
|
|
5725
|
+
"evaluation.setup.versions.sort.recent": string;
|
|
5726
|
+
"evaluation.setup.versions.sort.oldest": string;
|
|
5727
|
+
"evaluation.setup.versions.col.version": string;
|
|
5728
|
+
"evaluation.setup.versions.col.lastRun": string;
|
|
5729
|
+
"evaluation.setup.versions.col.avgScore": string;
|
|
5730
|
+
"evaluation.setup.versions.noRunYet": string;
|
|
5731
|
+
"evaluation.setup.versions.bestPill": string;
|
|
5732
|
+
"evaluation.setup.versions.lowPill": string;
|
|
5733
|
+
"evaluation.setup.versions.viewAction": string;
|
|
5734
|
+
"evaluation.setup.versions.empty": string;
|
|
5735
|
+
"evaluation.setup.metrics": string;
|
|
5736
|
+
"evaluation.setup.metrics.helper": string;
|
|
5737
|
+
"evaluation.setup.metrics.addMetric": string;
|
|
5738
|
+
"evaluation.setup.metrics.addComingSoon": string;
|
|
5739
|
+
"evaluation.setup.metrics.empty": string;
|
|
5740
|
+
"evaluation.setup.footer.summary.pickMore": string;
|
|
5741
|
+
"evaluation.setup.footer.summary.reuse": string;
|
|
5742
|
+
"evaluation.setup.footer.summary.mixed": string;
|
|
5743
|
+
"evaluation.setup.footer.runsExplain.reuse": string;
|
|
5744
|
+
"evaluation.setup.footer.runsExplain.mixed": string;
|
|
5745
|
+
"evaluation.setup.footer.cancel": string;
|
|
5746
|
+
"evaluation.setup.footer.cta.compare": string;
|
|
5747
|
+
"evaluation.setup.footer.cta.runAndCompare": string;
|
|
5748
|
+
"evaluation.setup.errors.loadDatasetsFailed": string;
|
|
5749
|
+
"evaluation.setup.errors.loadVersionsFailed": string;
|
|
5750
|
+
"evaluation.setup.errors.createFailed": string;
|
|
5619
5751
|
"evaluations.readOnlyNotice": string;
|
|
5620
5752
|
"evaluations.paywall.title": string;
|
|
5621
5753
|
"evaluations.paywall.description": string;
|
|
@@ -5961,6 +6093,8 @@ declare const _exports: {
|
|
|
5961
6093
|
"instanceAi.statusBar.waitingForInput": string;
|
|
5962
6094
|
"instanceAi.input.send": string;
|
|
5963
6095
|
"instanceAi.input.stop": string;
|
|
6096
|
+
"instanceAi.launch.template.message": string;
|
|
6097
|
+
"instanceAi.launch.templateById.message": string;
|
|
5964
6098
|
"instanceAi.toolCall.input": string;
|
|
5965
6099
|
"instanceAi.toolCall.output": string;
|
|
5966
6100
|
"instanceAi.toolCall.running": string;
|
|
@@ -6035,6 +6169,8 @@ declare const _exports: {
|
|
|
6035
6169
|
"instanceAi.agentTree.error": string;
|
|
6036
6170
|
"instanceAi.error.title": string;
|
|
6037
6171
|
"instanceAi.error.technicalDetails": string;
|
|
6172
|
+
"instanceAi.error.outOfCredits.title": string;
|
|
6173
|
+
"instanceAi.error.outOfCredits.upgrade": string;
|
|
6038
6174
|
"instanceAi.artifactsPanel.title": string;
|
|
6039
6175
|
"instanceAi.artifactsPanel.showPreview": string;
|
|
6040
6176
|
"instanceAi.artifactsPanel.hidePreview": string;
|
|
@@ -6058,10 +6194,6 @@ declare const _exports: {
|
|
|
6058
6194
|
"instanceAi.previewTabBar.openInEditor": string;
|
|
6059
6195
|
"instanceAi.previewTabBar.openWorkflowInEditor": string;
|
|
6060
6196
|
"instanceAi.previewTabBar.copyLink": string;
|
|
6061
|
-
"instanceAi.delegateCard.implementsStep": string;
|
|
6062
|
-
"instanceAi.delegateCard.delegatingTo": string;
|
|
6063
|
-
"instanceAi.delegateCard.briefing": string;
|
|
6064
|
-
"instanceAi.delegateCard.tools": string;
|
|
6065
6197
|
"instanceAi.confirmation.approve": string;
|
|
6066
6198
|
"instanceAi.confirmation.alwaysAllow": string;
|
|
6067
6199
|
"instanceAi.confirmation.alwaysAllowSuffix": string;
|
|
@@ -6118,6 +6250,7 @@ declare const _exports: {
|
|
|
6118
6250
|
"instanceAi.workflowSetup.triggerListening": string;
|
|
6119
6251
|
"instanceAi.workflowSetup.apply": string;
|
|
6120
6252
|
"instanceAi.workflowSetup.credentialTestFailedTooltip": string;
|
|
6253
|
+
"instanceAi.workflowSetup.stepIncompleteTooltip": string;
|
|
6121
6254
|
"instanceAi.workflowSetup.applyCompleted": string;
|
|
6122
6255
|
"instanceAi.workflowSetup.later": string;
|
|
6123
6256
|
"instanceAi.workflowSetup.loading": string;
|
|
@@ -6215,7 +6348,6 @@ declare const _exports: {
|
|
|
6215
6348
|
"instanceAi.settings.sandboxImage.label": string;
|
|
6216
6349
|
"instanceAi.settings.sandboxTimeout.label": string;
|
|
6217
6350
|
"instanceAi.settings.searchCredential.label": string;
|
|
6218
|
-
"instanceAi.settings.subAgentMaxSteps.label": string;
|
|
6219
6351
|
"instanceAi.settings.browserMcp.label": string;
|
|
6220
6352
|
"instanceAi.settings.mcpServers.label": string;
|
|
6221
6353
|
"instanceAi.settings.mcpServers.placeholder": string;
|
|
@@ -6475,7 +6607,6 @@ declare const _exports: {
|
|
|
6475
6607
|
"instanceAi.tools.load_skill.scriptFallback": string;
|
|
6476
6608
|
"instanceAi.tools.load_skill.template": string;
|
|
6477
6609
|
"instanceAi.tools.load_skill.templateFallback": string;
|
|
6478
|
-
"instanceAi.tools.delegate": string;
|
|
6479
6610
|
"instanceAi.tools.web-search": string;
|
|
6480
6611
|
"instanceAi.tools.fetch-url": string;
|
|
6481
6612
|
"instanceAi.tools.build-workflow-with-agent": string;
|
|
@@ -6612,6 +6743,9 @@ declare const _exports: {
|
|
|
6612
6743
|
"agents.chat.misconfigured.openBuild": string;
|
|
6613
6744
|
"agents.chat.misconfigured.dismiss": string;
|
|
6614
6745
|
"agents.chat.askCredential.skip": string;
|
|
6746
|
+
"agents.chat.askCredential.skipped": string;
|
|
6747
|
+
"agents.chat.askQuestions.skipped": string;
|
|
6748
|
+
"agents.chat.configureChannel.skipped": string;
|
|
6615
6749
|
"agents.chat.askCredential.managed": string;
|
|
6616
6750
|
"agents.chat.toolNames.webSearch": string;
|
|
6617
6751
|
"agents.chat.toolNames.findFile": string;
|
|
@@ -6644,11 +6778,7 @@ declare const _exports: {
|
|
|
6644
6778
|
"agents.chat.writeTodos.hint.expectedOutput": string;
|
|
6645
6779
|
"agents.chat.toolStep.waitingForInput": string;
|
|
6646
6780
|
"agents.chat.waitingExternal": string;
|
|
6647
|
-
"agents.
|
|
6648
|
-
"agents.chat.askQuestion.otherPlaceholder": string;
|
|
6649
|
-
"agents.chat.askQuestion.answerLabel": string;
|
|
6650
|
-
"agents.chat.askQuestion.answerPlaceholder": string;
|
|
6651
|
-
"agents.chat.askQuestion.submit": string;
|
|
6781
|
+
"agents.backToWorkflow": string;
|
|
6652
6782
|
"agents.heading": string;
|
|
6653
6783
|
"agents.list.published": string;
|
|
6654
6784
|
"agents.list.noDescription": string;
|
|
@@ -6657,7 +6787,6 @@ declare const _exports: {
|
|
|
6657
6787
|
"agents.list.created": string;
|
|
6658
6788
|
"agents.list.empty.heading": string;
|
|
6659
6789
|
"agents.list.empty.description": string;
|
|
6660
|
-
"agents.list.empty.button.label": string;
|
|
6661
6790
|
"agents.list.empty.button.disabled.tooltip": string;
|
|
6662
6791
|
"agents.list.actions.publish": string;
|
|
6663
6792
|
"agents.list.actions.unpublish": string;
|
|
@@ -6809,16 +6938,17 @@ declare const _exports: {
|
|
|
6809
6938
|
"agents.builder.memory.episodicMemory.hint": string;
|
|
6810
6939
|
"agents.builder.memory.episodicMemory.changeCredential": string;
|
|
6811
6940
|
"agents.builder.files.title": string;
|
|
6941
|
+
"agents.builder.files.titleTooltip": string;
|
|
6812
6942
|
"agents.builder.files.description": string;
|
|
6813
6943
|
"agents.builder.files.count": string;
|
|
6814
|
-
"agents.builder.files.summary.empty": string;
|
|
6815
|
-
"agents.builder.files.summary.count": string;
|
|
6816
6944
|
"agents.builder.files.upload": string;
|
|
6817
6945
|
"agents.builder.files.publishRequired": string;
|
|
6818
6946
|
"agents.builder.files.uploadFileTooLarge.title": string;
|
|
6819
6947
|
"agents.builder.files.uploadFileTooLarge.message": string;
|
|
6820
6948
|
"agents.builder.files.uploadTotalTooLarge.title": string;
|
|
6821
6949
|
"agents.builder.files.uploadTotalTooLarge.message": string;
|
|
6950
|
+
"agents.builder.files.uploadTooManyFiles.title": string;
|
|
6951
|
+
"agents.builder.files.uploadTooManyFiles.message": string;
|
|
6822
6952
|
"agents.builder.files.empty": string;
|
|
6823
6953
|
"agents.builder.files.addFile": string;
|
|
6824
6954
|
"agents.builder.files.loading": string;
|
|
@@ -6840,6 +6970,46 @@ declare const _exports: {
|
|
|
6840
6970
|
"agents.builder.files.size.bytes": string;
|
|
6841
6971
|
"agents.builder.files.size.kilobytes": string;
|
|
6842
6972
|
"agents.builder.files.size.megabytes": string;
|
|
6973
|
+
"agents.builder.vectorStores.panel.title": string;
|
|
6974
|
+
"agents.builder.vectorStores.panel.titleTooltip": string;
|
|
6975
|
+
"agents.builder.vectorStores.panel.connectButton": string;
|
|
6976
|
+
"agents.builder.vectorStores.panel.empty.title": string;
|
|
6977
|
+
"agents.builder.vectorStores.panel.empty.description": string;
|
|
6978
|
+
"agents.builder.vectorStores.panel.edit": string;
|
|
6979
|
+
"agents.builder.vectorStores.panel.remove": string;
|
|
6980
|
+
"agents.builder.vectorStores.panel.removeModal.title": string;
|
|
6981
|
+
"agents.builder.vectorStores.panel.removeModal.description": string;
|
|
6982
|
+
"agents.builder.vectorStores.panel.removeModal.button.remove": string;
|
|
6983
|
+
"agents.builder.vectorStores.modal.title": string;
|
|
6984
|
+
"agents.builder.vectorStores.modal.description": string;
|
|
6985
|
+
"agents.builder.vectorStores.modal.connect": string;
|
|
6986
|
+
"agents.builder.vectorStores.modal.remove": string;
|
|
6987
|
+
"agents.builder.vectorStores.modal.back": string;
|
|
6988
|
+
"agents.builder.vectorStores.modal.name.label": string;
|
|
6989
|
+
"agents.builder.vectorStores.modal.name.placeholder": string;
|
|
6990
|
+
"agents.builder.vectorStores.modal.name.validation.pattern": string;
|
|
6991
|
+
"agents.builder.vectorStores.modal.name.validation.duplicate": string;
|
|
6992
|
+
"agents.builder.vectorStores.modal.credential.label": string;
|
|
6993
|
+
"agents.builder.vectorStores.modal.credential.placeholder": string;
|
|
6994
|
+
"agents.builder.vectorStores.modal.indexName.label": string;
|
|
6995
|
+
"agents.builder.vectorStores.modal.indexName.placeholder": string;
|
|
6996
|
+
"agents.builder.vectorStores.modal.namespace.label": string;
|
|
6997
|
+
"agents.builder.vectorStores.modal.namespace.placeholder": string;
|
|
6998
|
+
"agents.builder.vectorStores.modal.collectionName.label": string;
|
|
6999
|
+
"agents.builder.vectorStores.modal.collectionName.placeholder": string;
|
|
7000
|
+
"agents.builder.vectorStores.modal.tableName.label": string;
|
|
7001
|
+
"agents.builder.vectorStores.modal.tableName.placeholder": string;
|
|
7002
|
+
"agents.builder.vectorStores.modal.queryName.label": string;
|
|
7003
|
+
"agents.builder.vectorStores.modal.queryName.placeholder": string;
|
|
7004
|
+
"agents.builder.vectorStores.modal.embeddingModel.label": string;
|
|
7005
|
+
"agents.builder.vectorStores.modal.embeddingModel.hint": string;
|
|
7006
|
+
"agents.builder.vectorStores.modal.embeddingModel.dimensions": string;
|
|
7007
|
+
"agents.builder.vectorStores.modal.test.successTitle": string;
|
|
7008
|
+
"agents.builder.vectorStores.modal.test.failedTitle": string;
|
|
7009
|
+
"agents.builder.vectorStores.modal.test.genericError": string;
|
|
7010
|
+
"agents.builder.vectorStores.useWhen.label": string;
|
|
7011
|
+
"agents.builder.vectorStores.useWhen.hint": string;
|
|
7012
|
+
"agents.builder.vectorStores.useWhen.placeholder": string;
|
|
6843
7013
|
"agents.builder.subAgents.title": string;
|
|
6844
7014
|
"agents.builder.subAgents.description": string;
|
|
6845
7015
|
"agents.builder.subAgents.settings.title": string;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.31.1",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE_EE.md",
|
|
8
|
+
"LICENSE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.4.4",
|
|
27
27
|
"vue": "^3.5.13",
|
|
28
|
-
"n8n-workflow": "2.
|
|
28
|
+
"n8n-workflow": "2.31.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"vite": "^8.0.2",
|
|
41
41
|
"vitest": "^4.1.9",
|
|
42
42
|
"vue-tsc": "^2.2.8",
|
|
43
|
+
"@n8n/eslint-config": "0.0.1",
|
|
43
44
|
"@n8n/playwright-janitor": "0.1.0",
|
|
44
|
-
"@n8n/
|
|
45
|
-
"@n8n/
|
|
46
|
-
"@n8n/eslint-config": "0.0.1"
|
|
45
|
+
"@n8n/vitest-config": "1.18.0",
|
|
46
|
+
"@n8n/typescript-config": "1.9.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
49
49
|
"homepage": "https://n8n.io",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"preview": "vite preview",
|
|
64
64
|
"typecheck": "vue-tsc --noEmit",
|
|
65
65
|
"test": "vitest run",
|
|
66
|
-
"test:changed": "janitor test-scoped
|
|
66
|
+
"test:changed": "janitor test-scoped",
|
|
67
67
|
"test:dev": "vitest --silent=false",
|
|
68
68
|
"lint": "eslint src --quiet",
|
|
69
69
|
"lint:fix": "eslint src --fix",
|