@n8n/i18n 2.30.2 → 2.31.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 +249 -80
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +205 -36
- package/dist/index.d.mts +205 -36
- package/dist/index.mjs +249 -80
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +205 -36
- package/dist/types2.d.mts +205 -36
- package/package.json +8 -8
package/dist/types2.d.cts
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;
|
|
@@ -2110,6 +2114,7 @@ declare const _exports: {
|
|
|
2110
2114
|
"nodeCreator.subcategoryNames.miscellaneous": string;
|
|
2111
2115
|
"nodeCreator.subcategoryNames.humanInTheLoop": string;
|
|
2112
2116
|
"nodeCreator.subcategoryNames.modelContextProtocol": string;
|
|
2117
|
+
"nodeCreator.sectionNames.includedInN8n": string;
|
|
2113
2118
|
"nodeCreator.sectionNames.popular": string;
|
|
2114
2119
|
"nodeCreator.sectionNames.other": string;
|
|
2115
2120
|
"nodeCreator.sectionNames.sendAndWait": string;
|
|
@@ -2407,11 +2412,19 @@ declare const _exports: {
|
|
|
2407
2412
|
"nodeViewV2.showError.failedToCreateNode": string;
|
|
2408
2413
|
"contextMenu.node": string;
|
|
2409
2414
|
"contextMenu.sticky": string;
|
|
2415
|
+
"contextMenu.nodeGroup": string;
|
|
2410
2416
|
"contextMenu.selectAll": string;
|
|
2411
2417
|
"contextMenu.deselectAll": string;
|
|
2412
2418
|
"contextMenu.tidyUpWorkflow": string;
|
|
2413
2419
|
"contextMenu.tidyUpSelection": string;
|
|
2414
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;
|
|
2415
2428
|
"contextMenu.replace": string;
|
|
2416
2429
|
"contextMenu.duplicate": string;
|
|
2417
2430
|
"contextMenu.open": string;
|
|
@@ -2533,6 +2546,7 @@ declare const _exports: {
|
|
|
2533
2546
|
"parameterInputList.callout.dismiss.confirm.text": string;
|
|
2534
2547
|
"parameterInputList.callout.dismiss.confirm.confirmButtonText": string;
|
|
2535
2548
|
"parameterInputList.callout.dismiss.confirm.cancelButtonText": string;
|
|
2549
|
+
"parameterInputList.autoRequiresChatTriggerDescription": string;
|
|
2536
2550
|
"parameterOverride.overridePanelText": string;
|
|
2537
2551
|
"parameterOverride.applyOverrideButtonTooltip": string;
|
|
2538
2552
|
"parameterOverride.descriptionTooltip": string;
|
|
@@ -2721,6 +2735,8 @@ declare const _exports: {
|
|
|
2721
2735
|
"projectRoles.credential:update.tooltip": string;
|
|
2722
2736
|
"projectRoles.credential:create": string;
|
|
2723
2737
|
"projectRoles.credential:create.tooltip": string;
|
|
2738
|
+
"projectRoles.credential:createEndUser": string;
|
|
2739
|
+
"projectRoles.credential:createEndUser.tooltip": string;
|
|
2724
2740
|
"projectRoles.credential:share": string;
|
|
2725
2741
|
"projectRoles.credential:share.tooltip": string;
|
|
2726
2742
|
"projectRoles.credential:unshare": string;
|
|
@@ -3124,7 +3140,6 @@ declare const _exports: {
|
|
|
3124
3140
|
"settings.opentelemetry.unsavedChanges.saveAndLeave": string;
|
|
3125
3141
|
"settings.mcp": string;
|
|
3126
3142
|
"settings.mcp.description": string;
|
|
3127
|
-
"settings.mcp.preview.tooltip": string;
|
|
3128
3143
|
"settings.mcp.header.toggle.enabled": string;
|
|
3129
3144
|
"settings.mcp.header.toggle.disabled": string;
|
|
3130
3145
|
"settings.mcp.actionBox.heading": string;
|
|
@@ -3168,6 +3183,8 @@ declare const _exports: {
|
|
|
3168
3183
|
"settings.mcp.connectWorkflows.input.placeholder": string;
|
|
3169
3184
|
"settings.mcp.connectWorkflows.confirm.label": string;
|
|
3170
3185
|
"settings.mcp.connectWorkflows.error": string;
|
|
3186
|
+
"settings.mcp.workflows.enableAccess.success.title": string;
|
|
3187
|
+
"settings.mcp.workflows.removeAccess.success.title": string;
|
|
3171
3188
|
"settings.mcp.connectWorkflows.emptyState": string;
|
|
3172
3189
|
"settings.mcp.connectPopover.tab.oauth": string;
|
|
3173
3190
|
"settings.mcp.connectPopover.tab.accessToken": string;
|
|
@@ -3184,7 +3201,6 @@ declare const _exports: {
|
|
|
3184
3201
|
"settings.mcp.allowedRedirectUris.validation.invalidUrl": string;
|
|
3185
3202
|
"settings.mcp.allowedRedirectUris.validation.invalidProtocol": string;
|
|
3186
3203
|
"settings.mcp.allowedRedirectUris.validation.httpsRequired": string;
|
|
3187
|
-
"settings.mcp.allowedRedirectUris.warning": string;
|
|
3188
3204
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.title": string;
|
|
3189
3205
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.description": string;
|
|
3190
3206
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claude": string;
|
|
@@ -3223,6 +3239,13 @@ declare const _exports: {
|
|
|
3223
3239
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
|
|
3224
3240
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
|
|
3225
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;
|
|
3226
3249
|
"settings.chatHub": string;
|
|
3227
3250
|
"settings.chatHub.enabled.label": string;
|
|
3228
3251
|
"settings.chatHub.enabled.description": string;
|
|
@@ -3907,6 +3930,7 @@ declare const _exports: {
|
|
|
3907
3930
|
"tagsView.notBeingUsed": string;
|
|
3908
3931
|
"onboarding.title": string;
|
|
3909
3932
|
"template.buttons.goBackButton": string;
|
|
3933
|
+
"template.buttons.startWithAi": string;
|
|
3910
3934
|
"template.buttons.tryTemplate": string;
|
|
3911
3935
|
"template.buttons.useThisWorkflowButton": string;
|
|
3912
3936
|
"template.details.appsInTheCollection": string;
|
|
@@ -4409,7 +4433,6 @@ declare const _exports: {
|
|
|
4409
4433
|
"workflows.item.readonly": string;
|
|
4410
4434
|
"workflows.item.archived": string;
|
|
4411
4435
|
"workflows.item.availableInMCP": string;
|
|
4412
|
-
"workflows.privateCredential.tooltip": string;
|
|
4413
4436
|
"workflows.dynamic.tooltip": string;
|
|
4414
4437
|
"workflows.dynamic.tooltipTitle": string;
|
|
4415
4438
|
"workflows.dependencies.tooltip.workflow": string;
|
|
@@ -4468,14 +4491,14 @@ declare const _exports: {
|
|
|
4468
4491
|
"workflows.noResults.withSearch.switchToShared.link": string;
|
|
4469
4492
|
"workflows.empty.heading": string;
|
|
4470
4493
|
"workflows.empty.heading.userNotSetup": string;
|
|
4471
|
-
"workflows.empty.
|
|
4472
|
-
"workflows.empty.
|
|
4494
|
+
"workflows.empty.onboarding.heading": string;
|
|
4495
|
+
"workflows.empty.list.heading": string;
|
|
4496
|
+
"workflows.empty.list.description": string;
|
|
4473
4497
|
"workflows.empty.heading.builder": string;
|
|
4474
4498
|
"workflows.empty.heading.builder.userNotSetup": string;
|
|
4475
4499
|
"workflows.empty.description": string;
|
|
4476
4500
|
"workflows.empty.description.readOnlyEnv": string;
|
|
4477
4501
|
"workflows.empty.description.noPermission": string;
|
|
4478
|
-
"workflows.empty.startFromScratch": string;
|
|
4479
4502
|
"workflows.empty.startWithTemplate": string;
|
|
4480
4503
|
"workflows.empty.browseTemplates": string;
|
|
4481
4504
|
"workflows.empty.learnN8n": string;
|
|
@@ -4546,8 +4569,6 @@ declare const _exports: {
|
|
|
4546
4569
|
"workflows.publishModal.reattempt": string;
|
|
4547
4570
|
"workflows.publishModal.changes": string;
|
|
4548
4571
|
"workflows.publishModal.lastPublished": string;
|
|
4549
|
-
"workflows.publishModal.aiGatewayWarning.header": string;
|
|
4550
|
-
"workflows.publishModal.aiGatewayWarning.body": string;
|
|
4551
4572
|
"importCurlModal.title": string;
|
|
4552
4573
|
"importCurlModal.input.label": string;
|
|
4553
4574
|
"importCurlModal.input.placeholder": string;
|
|
@@ -4568,9 +4589,7 @@ declare const _exports: {
|
|
|
4568
4589
|
"variables.add.onlyOwnerCanCreate": string;
|
|
4569
4590
|
"variables.add.button.label": string;
|
|
4570
4591
|
"variables.empty.heading": string;
|
|
4571
|
-
"variables.empty.heading.userNotSetup": string;
|
|
4572
4592
|
"variables.empty.description": string;
|
|
4573
|
-
"variables.empty.button": string;
|
|
4574
4593
|
"variables.empty.button.disabled.tooltip": string;
|
|
4575
4594
|
"variables.empty.notAllowedToCreate.heading": string;
|
|
4576
4595
|
"variables.empty.notAllowedToCreate.description": string;
|
|
@@ -4645,7 +4664,7 @@ declare const _exports: {
|
|
|
4645
4664
|
"contextual.feature.unavailable.title.cloud": string;
|
|
4646
4665
|
"dataTable.dataTables": string;
|
|
4647
4666
|
"dataTables.noResults": string;
|
|
4648
|
-
"dataTable.empty.
|
|
4667
|
+
"dataTable.empty.heading": string;
|
|
4649
4668
|
"dataTable.empty.description": string;
|
|
4650
4669
|
"dataTable.empty.button.disabled.tooltip": string;
|
|
4651
4670
|
"dataTable.card.size": string;
|
|
@@ -4813,7 +4832,6 @@ declare const _exports: {
|
|
|
4813
4832
|
"agents.modelSelector.freeCredits.label": string;
|
|
4814
4833
|
"agents.modelSelector.freeCredits.badge": string;
|
|
4815
4834
|
"agents.modelSelector.freeCredits.description": string;
|
|
4816
|
-
"agents.askLlm.chooseModel": string;
|
|
4817
4835
|
"agents.builder.unconfigured.title": string;
|
|
4818
4836
|
"agents.builder.unconfigured.description.admin": string;
|
|
4819
4837
|
"agents.builder.unconfigured.description.nonAdmin": string;
|
|
@@ -4941,7 +4959,17 @@ declare const _exports: {
|
|
|
4941
4959
|
"settings.security": string;
|
|
4942
4960
|
"settings.security.description": string;
|
|
4943
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;
|
|
4944
4971
|
"settings.security.personalSpace.title": string;
|
|
4972
|
+
"settings.security.personalSpace.description": string;
|
|
4945
4973
|
"settings.security.personalSpace.publishing.title": string;
|
|
4946
4974
|
"settings.security.personalSpace.publishing.description": string;
|
|
4947
4975
|
"settings.security.personalSpace.publishing.success.enabled": string;
|
|
@@ -4963,8 +4991,10 @@ declare const _exports: {
|
|
|
4963
4991
|
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4964
4992
|
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
4965
4993
|
"settings.security.dataRedaction.title": string;
|
|
4994
|
+
"settings.security.dataRedaction.description": string;
|
|
4966
4995
|
"settings.security.dataRedaction.enforce.title": string;
|
|
4967
4996
|
"settings.security.dataRedaction.enforce.message": string;
|
|
4997
|
+
"settings.security.dataRedaction.enforce.message.docsLink": string;
|
|
4968
4998
|
"settings.security.dataRedaction.enforce.success.enabled": string;
|
|
4969
4999
|
"settings.security.dataRedaction.enforce.success.disabled": string;
|
|
4970
5000
|
"settings.security.dataRedaction.enforce.error": string;
|
|
@@ -5243,6 +5273,7 @@ declare const _exports: {
|
|
|
5243
5273
|
"projects.move.resource.modal.message.unAccessibleCredentials.count": string;
|
|
5244
5274
|
"projects.move.resource.modal.message.unAccessibleCredentials.note": string;
|
|
5245
5275
|
"projects.move.resource.modal.message.unAccessibleCredentials.personalSpaceNote": string;
|
|
5276
|
+
"projects.move.resource.modal.message.resolvableConnections": string;
|
|
5246
5277
|
"projects.move.resource.modal.message.noProjects": string;
|
|
5247
5278
|
"projects.move.resource.modal.button": string;
|
|
5248
5279
|
"projects.move.resource.modal.selectPlaceholder": string;
|
|
@@ -5314,6 +5345,7 @@ declare const _exports: {
|
|
|
5314
5345
|
"settings.personal.mfa.toast.canEnableMfa.title": string;
|
|
5315
5346
|
"settings.personal.mfa.enforced": string;
|
|
5316
5347
|
"settings.personal.mfa.enforce.message": string;
|
|
5348
|
+
"settings.personal.mfa.enforce.description": string;
|
|
5317
5349
|
"settings.personal.mfa.enforce.unlicensed_tooltip": string;
|
|
5318
5350
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": string;
|
|
5319
5351
|
"settings.personal.mfa.enforce.title": string;
|
|
@@ -5444,6 +5476,21 @@ declare const _exports: {
|
|
|
5444
5476
|
"communityPlusModal.notice": string;
|
|
5445
5477
|
"executeWorkflowTrigger.createNewSubworkflow": string;
|
|
5446
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;
|
|
5447
5494
|
"evaluation.listRuns.status.new": string;
|
|
5448
5495
|
"evaluation.listRuns.status.running": string;
|
|
5449
5496
|
"evaluation.listRuns.status.evaluating": string;
|
|
@@ -5615,6 +5662,92 @@ declare const _exports: {
|
|
|
5615
5662
|
"evaluation.executions.toast.addedTo.title": string;
|
|
5616
5663
|
"evaluation.executions.toast.closeTab": string;
|
|
5617
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;
|
|
5618
5751
|
"evaluations.readOnlyNotice": string;
|
|
5619
5752
|
"evaluations.paywall.title": string;
|
|
5620
5753
|
"evaluations.paywall.description": string;
|
|
@@ -5960,6 +6093,8 @@ declare const _exports: {
|
|
|
5960
6093
|
"instanceAi.statusBar.waitingForInput": string;
|
|
5961
6094
|
"instanceAi.input.send": string;
|
|
5962
6095
|
"instanceAi.input.stop": string;
|
|
6096
|
+
"instanceAi.launch.template.message": string;
|
|
6097
|
+
"instanceAi.launch.templateById.message": string;
|
|
5963
6098
|
"instanceAi.toolCall.input": string;
|
|
5964
6099
|
"instanceAi.toolCall.output": string;
|
|
5965
6100
|
"instanceAi.toolCall.running": string;
|
|
@@ -6057,10 +6192,6 @@ declare const _exports: {
|
|
|
6057
6192
|
"instanceAi.previewTabBar.openInEditor": string;
|
|
6058
6193
|
"instanceAi.previewTabBar.openWorkflowInEditor": string;
|
|
6059
6194
|
"instanceAi.previewTabBar.copyLink": string;
|
|
6060
|
-
"instanceAi.delegateCard.implementsStep": string;
|
|
6061
|
-
"instanceAi.delegateCard.delegatingTo": string;
|
|
6062
|
-
"instanceAi.delegateCard.briefing": string;
|
|
6063
|
-
"instanceAi.delegateCard.tools": string;
|
|
6064
6195
|
"instanceAi.confirmation.approve": string;
|
|
6065
6196
|
"instanceAi.confirmation.alwaysAllow": string;
|
|
6066
6197
|
"instanceAi.confirmation.alwaysAllowSuffix": string;
|
|
@@ -6117,6 +6248,7 @@ declare const _exports: {
|
|
|
6117
6248
|
"instanceAi.workflowSetup.triggerListening": string;
|
|
6118
6249
|
"instanceAi.workflowSetup.apply": string;
|
|
6119
6250
|
"instanceAi.workflowSetup.credentialTestFailedTooltip": string;
|
|
6251
|
+
"instanceAi.workflowSetup.stepIncompleteTooltip": string;
|
|
6120
6252
|
"instanceAi.workflowSetup.applyCompleted": string;
|
|
6121
6253
|
"instanceAi.workflowSetup.later": string;
|
|
6122
6254
|
"instanceAi.workflowSetup.loading": string;
|
|
@@ -6214,7 +6346,6 @@ declare const _exports: {
|
|
|
6214
6346
|
"instanceAi.settings.sandboxImage.label": string;
|
|
6215
6347
|
"instanceAi.settings.sandboxTimeout.label": string;
|
|
6216
6348
|
"instanceAi.settings.searchCredential.label": string;
|
|
6217
|
-
"instanceAi.settings.subAgentMaxSteps.label": string;
|
|
6218
6349
|
"instanceAi.settings.browserMcp.label": string;
|
|
6219
6350
|
"instanceAi.settings.mcpServers.label": string;
|
|
6220
6351
|
"instanceAi.settings.mcpServers.placeholder": string;
|
|
@@ -6474,7 +6605,6 @@ declare const _exports: {
|
|
|
6474
6605
|
"instanceAi.tools.load_skill.scriptFallback": string;
|
|
6475
6606
|
"instanceAi.tools.load_skill.template": string;
|
|
6476
6607
|
"instanceAi.tools.load_skill.templateFallback": string;
|
|
6477
|
-
"instanceAi.tools.delegate": string;
|
|
6478
6608
|
"instanceAi.tools.web-search": string;
|
|
6479
6609
|
"instanceAi.tools.fetch-url": string;
|
|
6480
6610
|
"instanceAi.tools.build-workflow-with-agent": string;
|
|
@@ -6611,6 +6741,9 @@ declare const _exports: {
|
|
|
6611
6741
|
"agents.chat.misconfigured.openBuild": string;
|
|
6612
6742
|
"agents.chat.misconfigured.dismiss": string;
|
|
6613
6743
|
"agents.chat.askCredential.skip": string;
|
|
6744
|
+
"agents.chat.askCredential.skipped": string;
|
|
6745
|
+
"agents.chat.askQuestions.skipped": string;
|
|
6746
|
+
"agents.chat.configureChannel.skipped": string;
|
|
6614
6747
|
"agents.chat.askCredential.managed": string;
|
|
6615
6748
|
"agents.chat.toolNames.webSearch": string;
|
|
6616
6749
|
"agents.chat.toolNames.findFile": string;
|
|
@@ -6643,11 +6776,7 @@ declare const _exports: {
|
|
|
6643
6776
|
"agents.chat.writeTodos.hint.expectedOutput": string;
|
|
6644
6777
|
"agents.chat.toolStep.waitingForInput": string;
|
|
6645
6778
|
"agents.chat.waitingExternal": string;
|
|
6646
|
-
"agents.
|
|
6647
|
-
"agents.chat.askQuestion.otherPlaceholder": string;
|
|
6648
|
-
"agents.chat.askQuestion.answerLabel": string;
|
|
6649
|
-
"agents.chat.askQuestion.answerPlaceholder": string;
|
|
6650
|
-
"agents.chat.askQuestion.submit": string;
|
|
6779
|
+
"agents.backToWorkflow": string;
|
|
6651
6780
|
"agents.heading": string;
|
|
6652
6781
|
"agents.list.published": string;
|
|
6653
6782
|
"agents.list.noDescription": string;
|
|
@@ -6656,7 +6785,6 @@ declare const _exports: {
|
|
|
6656
6785
|
"agents.list.created": string;
|
|
6657
6786
|
"agents.list.empty.heading": string;
|
|
6658
6787
|
"agents.list.empty.description": string;
|
|
6659
|
-
"agents.list.empty.button.label": string;
|
|
6660
6788
|
"agents.list.empty.button.disabled.tooltip": string;
|
|
6661
6789
|
"agents.list.actions.publish": string;
|
|
6662
6790
|
"agents.list.actions.unpublish": string;
|
|
@@ -6808,16 +6936,17 @@ declare const _exports: {
|
|
|
6808
6936
|
"agents.builder.memory.episodicMemory.hint": string;
|
|
6809
6937
|
"agents.builder.memory.episodicMemory.changeCredential": string;
|
|
6810
6938
|
"agents.builder.files.title": string;
|
|
6939
|
+
"agents.builder.files.titleTooltip": string;
|
|
6811
6940
|
"agents.builder.files.description": string;
|
|
6812
6941
|
"agents.builder.files.count": string;
|
|
6813
|
-
"agents.builder.files.summary.empty": string;
|
|
6814
|
-
"agents.builder.files.summary.count": string;
|
|
6815
6942
|
"agents.builder.files.upload": string;
|
|
6816
6943
|
"agents.builder.files.publishRequired": string;
|
|
6817
6944
|
"agents.builder.files.uploadFileTooLarge.title": string;
|
|
6818
6945
|
"agents.builder.files.uploadFileTooLarge.message": string;
|
|
6819
6946
|
"agents.builder.files.uploadTotalTooLarge.title": string;
|
|
6820
6947
|
"agents.builder.files.uploadTotalTooLarge.message": string;
|
|
6948
|
+
"agents.builder.files.uploadTooManyFiles.title": string;
|
|
6949
|
+
"agents.builder.files.uploadTooManyFiles.message": string;
|
|
6821
6950
|
"agents.builder.files.empty": string;
|
|
6822
6951
|
"agents.builder.files.addFile": string;
|
|
6823
6952
|
"agents.builder.files.loading": string;
|
|
@@ -6839,6 +6968,46 @@ declare const _exports: {
|
|
|
6839
6968
|
"agents.builder.files.size.bytes": string;
|
|
6840
6969
|
"agents.builder.files.size.kilobytes": string;
|
|
6841
6970
|
"agents.builder.files.size.megabytes": string;
|
|
6971
|
+
"agents.builder.vectorStores.panel.title": string;
|
|
6972
|
+
"agents.builder.vectorStores.panel.titleTooltip": string;
|
|
6973
|
+
"agents.builder.vectorStores.panel.connectButton": string;
|
|
6974
|
+
"agents.builder.vectorStores.panel.empty.title": string;
|
|
6975
|
+
"agents.builder.vectorStores.panel.empty.description": string;
|
|
6976
|
+
"agents.builder.vectorStores.panel.edit": string;
|
|
6977
|
+
"agents.builder.vectorStores.panel.remove": string;
|
|
6978
|
+
"agents.builder.vectorStores.panel.removeModal.title": string;
|
|
6979
|
+
"agents.builder.vectorStores.panel.removeModal.description": string;
|
|
6980
|
+
"agents.builder.vectorStores.panel.removeModal.button.remove": string;
|
|
6981
|
+
"agents.builder.vectorStores.modal.title": string;
|
|
6982
|
+
"agents.builder.vectorStores.modal.description": string;
|
|
6983
|
+
"agents.builder.vectorStores.modal.connect": string;
|
|
6984
|
+
"agents.builder.vectorStores.modal.remove": string;
|
|
6985
|
+
"agents.builder.vectorStores.modal.back": string;
|
|
6986
|
+
"agents.builder.vectorStores.modal.name.label": string;
|
|
6987
|
+
"agents.builder.vectorStores.modal.name.placeholder": string;
|
|
6988
|
+
"agents.builder.vectorStores.modal.name.validation.pattern": string;
|
|
6989
|
+
"agents.builder.vectorStores.modal.name.validation.duplicate": string;
|
|
6990
|
+
"agents.builder.vectorStores.modal.credential.label": string;
|
|
6991
|
+
"agents.builder.vectorStores.modal.credential.placeholder": string;
|
|
6992
|
+
"agents.builder.vectorStores.modal.indexName.label": string;
|
|
6993
|
+
"agents.builder.vectorStores.modal.indexName.placeholder": string;
|
|
6994
|
+
"agents.builder.vectorStores.modal.namespace.label": string;
|
|
6995
|
+
"agents.builder.vectorStores.modal.namespace.placeholder": string;
|
|
6996
|
+
"agents.builder.vectorStores.modal.collectionName.label": string;
|
|
6997
|
+
"agents.builder.vectorStores.modal.collectionName.placeholder": string;
|
|
6998
|
+
"agents.builder.vectorStores.modal.tableName.label": string;
|
|
6999
|
+
"agents.builder.vectorStores.modal.tableName.placeholder": string;
|
|
7000
|
+
"agents.builder.vectorStores.modal.queryName.label": string;
|
|
7001
|
+
"agents.builder.vectorStores.modal.queryName.placeholder": string;
|
|
7002
|
+
"agents.builder.vectorStores.modal.embeddingModel.label": string;
|
|
7003
|
+
"agents.builder.vectorStores.modal.embeddingModel.hint": string;
|
|
7004
|
+
"agents.builder.vectorStores.modal.embeddingModel.dimensions": string;
|
|
7005
|
+
"agents.builder.vectorStores.modal.test.successTitle": string;
|
|
7006
|
+
"agents.builder.vectorStores.modal.test.failedTitle": string;
|
|
7007
|
+
"agents.builder.vectorStores.modal.test.genericError": string;
|
|
7008
|
+
"agents.builder.vectorStores.useWhen.label": string;
|
|
7009
|
+
"agents.builder.vectorStores.useWhen.hint": string;
|
|
7010
|
+
"agents.builder.vectorStores.useWhen.placeholder": string;
|
|
6842
7011
|
"agents.builder.subAgents.title": string;
|
|
6843
7012
|
"agents.builder.subAgents.description": string;
|
|
6844
7013
|
"agents.builder.subAgents.settings.title": string;
|