@n8n/i18n 2.31.2 → 2.32.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 +281 -93
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +252 -64
- package/dist/index.d.mts +252 -64
- package/dist/index.mjs +281 -93
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +252 -64
- package/dist/types2.d.mts +252 -64
- package/package.json +7 -7
package/dist/types2.d.cts
CHANGED
|
@@ -635,6 +635,7 @@ declare const _exports: {
|
|
|
635
635
|
"chatHub.credentials.selector.cancel": string;
|
|
636
636
|
"chatHub.message.actions.readAloud": string;
|
|
637
637
|
"chatHub.message.actions.stopReading": string;
|
|
638
|
+
"agents.builder.preview.sendToAssistant": string;
|
|
638
639
|
"chatHub.message.actions.edit": string;
|
|
639
640
|
"chatHub.message.actions.regenerate": string;
|
|
640
641
|
"chatHub.message.actions.executionId": string;
|
|
@@ -1356,15 +1357,6 @@ declare const _exports: {
|
|
|
1356
1357
|
"executionDetails.versionTooltip": string;
|
|
1357
1358
|
"executionDetails.startingSoon": string;
|
|
1358
1359
|
"executionDetails.workflow": string;
|
|
1359
|
-
"emptyStateBuilderPrompt.subtitle": string;
|
|
1360
|
-
"emptyStateBuilderPrompt.buildWorkflow": string;
|
|
1361
|
-
"emptyStateBuilderPrompt.orStartWith": string;
|
|
1362
|
-
"emptyStateBuilderPrompt.fromScratch": string;
|
|
1363
|
-
"emptyStateBuilderPrompt.fromScratchTooltip": string;
|
|
1364
|
-
"emptyStateBuilderPrompt.template": string;
|
|
1365
|
-
"emptyStateBuilderPrompt.templateTooltip": string;
|
|
1366
|
-
"emptyStateBuilderPrompt.importFromFile": string;
|
|
1367
|
-
"emptyStateBuilderPrompt.importFromFileTooltip": string;
|
|
1368
1360
|
"executionsLandingPage.emptyState.noTrigger.heading": string;
|
|
1369
1361
|
"executionsLandingPage.emptyState.noTrigger.buttonText": string;
|
|
1370
1362
|
"executionsLandingPage.clickExecutionMessage": string;
|
|
@@ -2144,6 +2136,13 @@ declare const _exports: {
|
|
|
2144
2136
|
"nodeCreator.triggerHelperPanel.workflowTriggerDisplayName": string;
|
|
2145
2137
|
"nodeCreator.triggerHelperPanel.workflowTriggerDescription": string;
|
|
2146
2138
|
"nodeCreator.replaceNode.title": string;
|
|
2139
|
+
"nodeCreator.agentsPanel.searchPlaceholder": string;
|
|
2140
|
+
"nodeCreator.agentsPanel.createNewAgent": string;
|
|
2141
|
+
"nodeCreator.agentsPanel.createNewAgentDescription": string;
|
|
2142
|
+
"nodeCreator.agentsPanel.existingAgentsLabel": string;
|
|
2143
|
+
"nodeCreator.agentsPanel.empty": string;
|
|
2144
|
+
"nodeCreator.agentsPanel.noMatchingAgents": string;
|
|
2145
|
+
"nodeCreator.agentsPanel.loadError": string;
|
|
2147
2146
|
"nodeCreator.aiPanel.aiNodes": string;
|
|
2148
2147
|
"nodeCreator.aiPanel.aiOtherNodes": string;
|
|
2149
2148
|
"nodeCreator.aiPanel.aiOtherNodesDescription": string;
|
|
@@ -2168,6 +2167,8 @@ declare const _exports: {
|
|
|
2168
2167
|
"nodeCreator.nodeItem.triggerIconTitle": string;
|
|
2169
2168
|
"nodeCreator.nodeItem.aiIconTitle": string;
|
|
2170
2169
|
"nodeCreator.nodeItem.deprecated": string;
|
|
2170
|
+
"nodeCreator.nodeItem.deprecatingSoon": string;
|
|
2171
|
+
"nodeCreator.nodeItem.earlyPreview": string;
|
|
2171
2172
|
"nodeCreator.nodeItem.beta": string;
|
|
2172
2173
|
"nodeCredentials.createNew": string;
|
|
2173
2174
|
"nodeCredentials.createNew.permissionDenied": string;
|
|
@@ -2425,6 +2426,10 @@ declare const _exports: {
|
|
|
2425
2426
|
"contextMenu.collapseAllGroups": string;
|
|
2426
2427
|
"contextMenu.expandSelectedGroups": string;
|
|
2427
2428
|
"contextMenu.collapseSelectedGroups": string;
|
|
2429
|
+
"contextMenu.showAllGroupDescriptions": string;
|
|
2430
|
+
"contextMenu.hideAllGroupDescriptions": string;
|
|
2431
|
+
"contextMenu.showGroupDescription": string;
|
|
2432
|
+
"contextMenu.hideGroupDescription": string;
|
|
2428
2433
|
"contextMenu.replace": string;
|
|
2429
2434
|
"contextMenu.duplicate": string;
|
|
2430
2435
|
"contextMenu.open": string;
|
|
@@ -2487,6 +2492,24 @@ declare const _exports: {
|
|
|
2487
2492
|
"oauth.consentView.action.createUpdateWorkflows": string;
|
|
2488
2493
|
"oauth.consentView.action.createDataTables": string;
|
|
2489
2494
|
"oauth.consentView.action.searchProjectsAndFolders": string;
|
|
2495
|
+
"oauth.consentView.scopes.description": string;
|
|
2496
|
+
"oauth.consentView.scopes.label": string;
|
|
2497
|
+
"oauth.consentView.scopes.all": string;
|
|
2498
|
+
"oauth.consentView.scopes.readOnly": string;
|
|
2499
|
+
"oauth.consentView.scopes.custom": string;
|
|
2500
|
+
"oauth.consentView.scopes.search.placeholder": string;
|
|
2501
|
+
"oauth.consentView.scopes.toggleGroup": string;
|
|
2502
|
+
"oauth.consentView.scopes.count": string;
|
|
2503
|
+
"oauth.consentView.scopes.badge.read": string;
|
|
2504
|
+
"oauth.consentView.scopes.badge.write": string;
|
|
2505
|
+
"oauth.consentView.scopes.group.workflows": string;
|
|
2506
|
+
"oauth.consentView.scopes.group.executions": string;
|
|
2507
|
+
"oauth.consentView.scopes.group.credentials": string;
|
|
2508
|
+
"oauth.consentView.scopes.group.dataTables": string;
|
|
2509
|
+
"oauth.consentView.scopes.group.projectsAndFolders": string;
|
|
2510
|
+
"oauth.consentView.scopes.note": string;
|
|
2511
|
+
"oauth.consentView.scopes.tools.count": string;
|
|
2512
|
+
"oauth.consentView.scopes.tools.enabledOf": string;
|
|
2490
2513
|
"oauth.consentView.readMore": string;
|
|
2491
2514
|
"oauth.consentView.redirectWarning.title": string;
|
|
2492
2515
|
"oauth.consentView.redirectWarning.confirm": string;
|
|
@@ -2784,7 +2807,8 @@ declare const _exports: {
|
|
|
2784
2807
|
"projectRoles.backToProjectRoles": string;
|
|
2785
2808
|
"projectRoles.backToProjectSettings": string;
|
|
2786
2809
|
"projectRoles.newRole": string;
|
|
2787
|
-
"roles.addRole": string;
|
|
2810
|
+
"roles.addRole.instance": string;
|
|
2811
|
+
"roles.addRole.project": string;
|
|
2788
2812
|
"roles.description": string;
|
|
2789
2813
|
"roles.description.docsLink": string;
|
|
2790
2814
|
"projectRoles.discardChanges": string;
|
|
@@ -2867,6 +2891,15 @@ declare const _exports: {
|
|
|
2867
2891
|
"instanceRoles.option.manageProjectRoles": string;
|
|
2868
2892
|
"instanceRoles.option.manageAllRoles": string;
|
|
2869
2893
|
"instanceRoles.option.includedIn": string;
|
|
2894
|
+
"instanceRoles.description.settings.manage": string;
|
|
2895
|
+
"instanceRoles.description.user.manage": string;
|
|
2896
|
+
"instanceRoles.description.role.manageProjectRoles": string;
|
|
2897
|
+
"instanceRoles.description.role.manage": string;
|
|
2898
|
+
"instanceRoles.description.apiKey.manageOwn": string;
|
|
2899
|
+
"instanceRoles.description.apiKey.manageAll": string;
|
|
2900
|
+
"instanceRoles.description.tag.manage": string;
|
|
2901
|
+
"instanceRoles.description.project.create": string;
|
|
2902
|
+
"instanceRoles.description.insights.view": string;
|
|
2870
2903
|
"instanceRoles.warning.manageMembers": string;
|
|
2871
2904
|
"instanceRoles.warning.manageRoles": string;
|
|
2872
2905
|
"instanceRoles.warning.viewDocs": string;
|
|
@@ -3144,7 +3177,7 @@ declare const _exports: {
|
|
|
3144
3177
|
"settings.mcp.header.toggle.disabled": string;
|
|
3145
3178
|
"settings.mcp.actionBox.heading": string;
|
|
3146
3179
|
"settings.mcp.actionBox.button.label": string;
|
|
3147
|
-
"settings.mcp.emptyState.
|
|
3180
|
+
"settings.mcp.emptyState.description": string;
|
|
3148
3181
|
"settings.mcp.tabs.workflows": string;
|
|
3149
3182
|
"settings.mcp.tabs.oauth": string;
|
|
3150
3183
|
"settings.mcp.tabs.oauthSettings": string;
|
|
@@ -3172,10 +3205,61 @@ declare const _exports: {
|
|
|
3172
3205
|
"settings.mcp.error.fetching.oAuthClients": string;
|
|
3173
3206
|
"settings.mcp.oAuthClients.table.clientName": string;
|
|
3174
3207
|
"settings.mcp.oAuthClients.table.connectedAt": string;
|
|
3208
|
+
"settings.mcp.oAuthClients.table.access": string;
|
|
3175
3209
|
"settings.mcp.oAuthClients.table.action.revokeAccess": string;
|
|
3210
|
+
"settings.mcp.oAuthClients.clientType.cli": string;
|
|
3211
|
+
"settings.mcp.oAuthClients.clientType.ide": string;
|
|
3212
|
+
"settings.mcp.oAuthClients.clientType.editor": string;
|
|
3213
|
+
"settings.mcp.oAuthClients.clientType.assistant": string;
|
|
3214
|
+
"settings.mcp.oAuthClients.scope.workflow.read": string;
|
|
3215
|
+
"settings.mcp.oAuthClients.scope.workflow.write": string;
|
|
3216
|
+
"settings.mcp.oAuthClients.scope.workflow.execute": string;
|
|
3217
|
+
"settings.mcp.oAuthClients.scope.execution.read": string;
|
|
3218
|
+
"settings.mcp.oAuthClients.scope.credential.read": string;
|
|
3219
|
+
"settings.mcp.oAuthClients.scope.dataTable.read": string;
|
|
3220
|
+
"settings.mcp.oAuthClients.scope.dataTable.write": string;
|
|
3221
|
+
"settings.mcp.oAuthClients.scope.project.read": string;
|
|
3222
|
+
"settings.mcp.oAuthClients.scope.tag.read": string;
|
|
3223
|
+
"settings.mcp.oAuthClients.scope.more": string;
|
|
3224
|
+
"settings.mcp.oAuthClients.access.full": string;
|
|
3225
|
+
"settings.mcp.oAuthClients.access.none": string;
|
|
3226
|
+
"settings.mcp.oAuthClients.details.subtitle": string;
|
|
3227
|
+
"settings.mcp.oAuthClients.details.subtitleWithType": string;
|
|
3228
|
+
"settings.mcp.oAuthClients.details.connectedOn": string;
|
|
3229
|
+
"settings.mcp.oAuthClients.details.access": string;
|
|
3230
|
+
"settings.mcp.oAuthClients.details.enablesTools": string;
|
|
3231
|
+
"settings.mcp.oAuthClients.details.badge.read": string;
|
|
3232
|
+
"settings.mcp.oAuthClients.details.badge.write": string;
|
|
3233
|
+
"settings.mcp.oAuthClients.resource.workflow": string;
|
|
3234
|
+
"settings.mcp.oAuthClients.resource.execution": string;
|
|
3235
|
+
"settings.mcp.oAuthClients.resource.credential": string;
|
|
3236
|
+
"settings.mcp.oAuthClients.resource.dataTable": string;
|
|
3237
|
+
"settings.mcp.oAuthClients.resource.project": string;
|
|
3238
|
+
"settings.mcp.oAuthClients.resource.tag": string;
|
|
3176
3239
|
"settings.mcp.oAuthClients.revoke.success.title": string;
|
|
3177
3240
|
"settings.mcp.oAuthClients.revoke.success.message": string;
|
|
3178
3241
|
"settings.mcp.oAuthClients.revoke.error": string;
|
|
3242
|
+
"settings.mcp.oAuthClients.revoke.title": string;
|
|
3243
|
+
"settings.mcp.oAuthClients.revoke.description.own": string;
|
|
3244
|
+
"settings.mcp.oAuthClients.revoke.description.other": string;
|
|
3245
|
+
"settings.mcp.oAuthClients.revoke.button": string;
|
|
3246
|
+
"settings.mcp.oAuthClients.tabs.mine": string;
|
|
3247
|
+
"settings.mcp.oAuthClients.tabs.all": string;
|
|
3248
|
+
"settings.mcp.oAuthClients.search.placeholder": string;
|
|
3249
|
+
"settings.mcp.oAuthClients.search.noResults": string;
|
|
3250
|
+
"settings.mcp.oAuthClients.filters.clientType": string;
|
|
3251
|
+
"settings.mcp.oAuthClients.filters.clientType.all": string;
|
|
3252
|
+
"settings.mcp.oAuthClients.filters.clientType.ide": string;
|
|
3253
|
+
"settings.mcp.oAuthClients.filters.clientType.cli": string;
|
|
3254
|
+
"settings.mcp.oAuthClients.filters.clientType.web": string;
|
|
3255
|
+
"settings.mcp.oAuthClients.filters.connectedBy": string;
|
|
3256
|
+
"settings.mcp.oAuthClients.filters.connectedBy.all": string;
|
|
3257
|
+
"settings.mcp.oAuthClients.filters.connected": string;
|
|
3258
|
+
"settings.mcp.oAuthClients.filters.connected.allTime": string;
|
|
3259
|
+
"settings.mcp.oAuthClients.filters.connected.lastXDays": string;
|
|
3260
|
+
"settings.mcp.oAuthClients.filters.connected.older": string;
|
|
3261
|
+
"settings.mcp.oAuthClients.table.connectedBy": string;
|
|
3262
|
+
"settings.mcp.oAuthClients.details.connectedBy": string;
|
|
3179
3263
|
"settings.mcp.refresh.tooltip": string;
|
|
3180
3264
|
"settings.mcp.connectWorkflows": string;
|
|
3181
3265
|
"settings.mcp.connectWorkflows.modalTitle": string;
|
|
@@ -4105,9 +4189,20 @@ declare const _exports: {
|
|
|
4105
4189
|
"canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
|
|
4106
4190
|
"canvas.nodeGroup.autoExtended.title": string;
|
|
4107
4191
|
"canvas.nodeGroup.autoExtended.message": string;
|
|
4192
|
+
"canvas.nodeGroup.removedOnSave.title": string;
|
|
4193
|
+
"canvas.nodeGroup.removedOnSave.message": string;
|
|
4108
4194
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4109
4195
|
"canvas.nodeGroup.expand": string;
|
|
4110
4196
|
"canvas.nodeGroup.collapse": string;
|
|
4197
|
+
"canvas.nodeGroup.prompt.renameGroup": string;
|
|
4198
|
+
"canvas.nodeGroup.duplicateName": string;
|
|
4199
|
+
"canvas.nodeGroup.renameBlocked.title": string;
|
|
4200
|
+
"canvas.nodeGroup.descriptionPlaceholder": string;
|
|
4201
|
+
"canvas.nodeGroup.editDescription": string;
|
|
4202
|
+
"canvas.nodeGroup.saveDescription": string;
|
|
4203
|
+
"canvas.nodeGroup.cancelEdit": string;
|
|
4204
|
+
"canvas.nodeGroup.pinDescription": string;
|
|
4205
|
+
"canvas.nodeGroup.unpinDescription": string;
|
|
4111
4206
|
"workflowExtraction.error.failure": string;
|
|
4112
4207
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": string;
|
|
4113
4208
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": string;
|
|
@@ -4467,7 +4562,6 @@ declare const _exports: {
|
|
|
4467
4562
|
"workflows.templateRecoV2.useTemplate": string;
|
|
4468
4563
|
"workflows.templateRecoV2.exploreTemplates": string;
|
|
4469
4564
|
"templates.featured.loading": string;
|
|
4470
|
-
"templates.featured.seeMore": string;
|
|
4471
4565
|
"workflows.search.placeholder": string;
|
|
4472
4566
|
"workflows.filters": string;
|
|
4473
4567
|
"workflows.filters.tags": string;
|
|
@@ -4490,17 +4584,11 @@ declare const _exports: {
|
|
|
4490
4584
|
"workflows.noResults": string;
|
|
4491
4585
|
"workflows.noResults.withSearch.switchToShared.preamble": string;
|
|
4492
4586
|
"workflows.noResults.withSearch.switchToShared.link": string;
|
|
4493
|
-
"workflows.empty.heading": string;
|
|
4494
|
-
"workflows.empty.heading.userNotSetup": string;
|
|
4495
4587
|
"workflows.empty.onboarding.heading": string;
|
|
4496
4588
|
"workflows.empty.list.heading": string;
|
|
4497
4589
|
"workflows.empty.list.description": string;
|
|
4498
|
-
"workflows.empty.heading.builder": string;
|
|
4499
|
-
"workflows.empty.heading.builder.userNotSetup": string;
|
|
4500
|
-
"workflows.empty.description": string;
|
|
4501
4590
|
"workflows.empty.description.readOnlyEnv": string;
|
|
4502
4591
|
"workflows.empty.description.noPermission": string;
|
|
4503
|
-
"workflows.empty.startWithTemplate": string;
|
|
4504
4592
|
"workflows.empty.browseTemplates": string;
|
|
4505
4593
|
"workflows.empty.learnN8n": string;
|
|
4506
4594
|
"workflows.empty.button.disabled.tooltip": string;
|
|
@@ -4833,10 +4921,6 @@ declare const _exports: {
|
|
|
4833
4921
|
"agents.modelSelector.freeCredits.label": string;
|
|
4834
4922
|
"agents.modelSelector.freeCredits.badge": string;
|
|
4835
4923
|
"agents.modelSelector.freeCredits.description": string;
|
|
4836
|
-
"agents.builder.unconfigured.title": string;
|
|
4837
|
-
"agents.builder.unconfigured.description.admin": string;
|
|
4838
|
-
"agents.builder.unconfigured.description.nonAdmin": string;
|
|
4839
|
-
"agents.builder.unconfigured.cta": string;
|
|
4840
4924
|
"settings.n8nAgent.enable.label": string;
|
|
4841
4925
|
"settings.n8nAgent.enable.description": string;
|
|
4842
4926
|
"settings.n8nAgent.computerUse.label": string;
|
|
@@ -5485,8 +5569,6 @@ declare const _exports: {
|
|
|
5485
5569
|
"agentNode.card.moreChips": string;
|
|
5486
5570
|
"agentNode.card.loadError": string;
|
|
5487
5571
|
"agentNode.card.noModel": string;
|
|
5488
|
-
"agentNode.ndv.banner.prefix": string;
|
|
5489
|
-
"agentNode.ndv.banner.link": string;
|
|
5490
5572
|
"agentNode.ndv.banner.suffix": string;
|
|
5491
5573
|
"agentNode.ndv.section.agent": string;
|
|
5492
5574
|
"agentNode.ndv.referenced.editInBuilder": string;
|
|
@@ -5675,6 +5757,7 @@ declare const _exports: {
|
|
|
5675
5757
|
"evaluation.collections.errors.fetchFailed": string;
|
|
5676
5758
|
"evaluation.collections.card.done": string;
|
|
5677
5759
|
"evaluation.collections.card.running": string;
|
|
5760
|
+
"evaluation.collections.card.failed": string;
|
|
5678
5761
|
"evaluation.collections.card.currentDraft": string;
|
|
5679
5762
|
"evaluation.collections.card.meta.versions": string;
|
|
5680
5763
|
"evaluation.collections.card.lastRunToday": string;
|
|
@@ -5710,6 +5793,37 @@ declare const _exports: {
|
|
|
5710
5793
|
"evaluation.compare.insights.noRegressions": string;
|
|
5711
5794
|
"evaluation.compare.errors.loadFailed": string;
|
|
5712
5795
|
"evaluation.compare.errors.notFound": string;
|
|
5796
|
+
"evaluation.compare.tabs.cases": string;
|
|
5797
|
+
"evaluation.compare.tabs.outputs": string;
|
|
5798
|
+
"evaluation.compare.tabs.metrics": string;
|
|
5799
|
+
"evaluation.compare.tabs.workflowDiff": string;
|
|
5800
|
+
"evaluation.compare.datasetMismatch": string;
|
|
5801
|
+
"evaluation.compare.cases.col.index": string;
|
|
5802
|
+
"evaluation.compare.cases.col.input": string;
|
|
5803
|
+
"evaluation.compare.cases.col.best": string;
|
|
5804
|
+
"evaluation.compare.cases.col.deltaVsBest": string;
|
|
5805
|
+
"evaluation.compare.cases.bestPill": string;
|
|
5806
|
+
"evaluation.compare.cases.loading": string;
|
|
5807
|
+
"evaluation.compare.cases.running": string;
|
|
5808
|
+
"evaluation.compare.cases.empty": string;
|
|
5809
|
+
"evaluation.compare.cases.loadError": string;
|
|
5810
|
+
"evaluation.compare.outputs.casesSidebarTitle": string;
|
|
5811
|
+
"evaluation.compare.outputs.input": string;
|
|
5812
|
+
"evaluation.compare.outputs.noOutput": string;
|
|
5813
|
+
"evaluation.compare.metrics.col.metric": string;
|
|
5814
|
+
"evaluation.compare.metrics.empty": string;
|
|
5815
|
+
"evaluation.metric.description.correctness": string;
|
|
5816
|
+
"evaluation.metric.description.helpfulness": string;
|
|
5817
|
+
"evaluation.metric.description.stringSimilarity": string;
|
|
5818
|
+
"evaluation.metric.description.categorization": string;
|
|
5819
|
+
"evaluation.metric.description.toolsUsed": string;
|
|
5820
|
+
"evaluation.metric.criteria.label": string;
|
|
5821
|
+
"evaluation.metric.criteria.showMore": string;
|
|
5822
|
+
"evaluation.metric.criteria.showLess": string;
|
|
5823
|
+
"evaluation.compare.workflowDiff.needTwo": string;
|
|
5824
|
+
"evaluation.compare.workflowDiff.loadError": string;
|
|
5825
|
+
"evaluation.compare.workflowDiff.base": string;
|
|
5826
|
+
"evaluation.compare.workflowDiff.compare": string;
|
|
5713
5827
|
"evaluation.setup.title": string;
|
|
5714
5828
|
"evaluation.setup.subtitle": string;
|
|
5715
5829
|
"evaluation.setup.collectionName": string;
|
|
@@ -5882,6 +5996,73 @@ declare const _exports: {
|
|
|
5882
5996
|
"evaluations.wizardSidepanel.customCheck.expressionTag": string;
|
|
5883
5997
|
"evaluations.wizardSidepanel.customCheck.submit": string;
|
|
5884
5998
|
"evaluations.wizardSidepanel.customCheck.remove": string;
|
|
5999
|
+
"evaluations.tests.addTestCase": string;
|
|
6000
|
+
"evaluations.tests.runAll": string;
|
|
6001
|
+
"evaluations.tests.runAll.error": string;
|
|
6002
|
+
"evaluations.tests.list.heading": string;
|
|
6003
|
+
"evaluations.tests.list.empty": string;
|
|
6004
|
+
"evaluations.tests.list.caseLabel": string;
|
|
6005
|
+
"evaluations.tests.list.seedCaseLabel": string;
|
|
6006
|
+
"evaluations.tests.list.noInput": string;
|
|
6007
|
+
"evaluations.tests.list.editHint": string;
|
|
6008
|
+
"evaluations.tests.executions.heading": string;
|
|
6009
|
+
"evaluations.tests.executions.hint": string;
|
|
6010
|
+
"evaluations.tests.newCase.title": string;
|
|
6011
|
+
"evaluations.tests.suite.receivesInput": string;
|
|
6012
|
+
"evaluations.tests.results.createCase": string;
|
|
6013
|
+
"evaluations.tests.results.empty": string;
|
|
6014
|
+
"evaluations.tests.empty.noNode": string;
|
|
6015
|
+
"evaluations.tests.empty.noNode.button": string;
|
|
6016
|
+
"evaluations.tests.empty.noExecutions": string;
|
|
6017
|
+
"evaluations.tests.empty.execute": string;
|
|
6018
|
+
"evaluations.tests.empty.chooseTrigger": string;
|
|
6019
|
+
"evaluations.tests.results.runLabel": string;
|
|
6020
|
+
"evaluations.tests.results.running": string;
|
|
6021
|
+
"evaluations.tests.results.runFailed": string;
|
|
6022
|
+
"evaluations.tests.results.metric.promptTokens": string;
|
|
6023
|
+
"evaluations.tests.results.metric.completionTokens": string;
|
|
6024
|
+
"evaluations.tests.results.metric.totalTokens": string;
|
|
6025
|
+
"evaluations.tests.results.metric.executionTime": string;
|
|
6026
|
+
"evaluations.tests.chooseAiNode": string;
|
|
6027
|
+
"evaluations.tests.chooseAiNode.placeholder": string;
|
|
6028
|
+
"evaluations.tests.chooseExecution": string;
|
|
6029
|
+
"evaluations.tests.createManually": string;
|
|
6030
|
+
"evaluations.tests.createManually.hint": string;
|
|
6031
|
+
"evaluations.tests.executions.createCase": string;
|
|
6032
|
+
"evaluations.tests.executions.manualBadge": string;
|
|
6033
|
+
"evaluations.tests.executions.input": string;
|
|
6034
|
+
"evaluations.tests.executions.output": string;
|
|
6035
|
+
"evaluations.tests.executions.empty": string;
|
|
6036
|
+
"evaluations.tests.seedFromExecution.error": string;
|
|
6037
|
+
"evaluations.tests.detail.delete": string;
|
|
6038
|
+
"evaluations.tests.detail.delete.confirm.title": string;
|
|
6039
|
+
"evaluations.tests.detail.delete.confirm.message": string;
|
|
6040
|
+
"evaluations.tests.detail.title": string;
|
|
6041
|
+
"evaluations.tests.detail.system.heading": string;
|
|
6042
|
+
"evaluations.tests.detail.metrics.heading": string;
|
|
6043
|
+
"evaluations.tests.detail.expected.heading": string;
|
|
6044
|
+
"evaluations.tests.detail.run": string;
|
|
6045
|
+
"evaluations.tests.detail.runAgain": string;
|
|
6046
|
+
"evaluations.tests.detail.when": string;
|
|
6047
|
+
"evaluations.tests.detail.receivesInput": string;
|
|
6048
|
+
"evaluations.tests.detail.output": string;
|
|
6049
|
+
"evaluations.tests.detail.addMetric": string;
|
|
6050
|
+
"evaluations.tests.detail.addMetric.custom": string;
|
|
6051
|
+
"evaluations.tests.detail.removeMetric": string;
|
|
6052
|
+
"evaluations.tests.detail.tools.empty": string;
|
|
6053
|
+
"evaluations.tests.metric.correctness.option": string;
|
|
6054
|
+
"evaluations.tests.metric.stringSimilarity.option": string;
|
|
6055
|
+
"evaluations.tests.metric.toolsUsed.option": string;
|
|
6056
|
+
"evaluations.tests.metric.correctness.sentence": string;
|
|
6057
|
+
"evaluations.tests.metric.helpfulness.sentence": string;
|
|
6058
|
+
"evaluations.tests.metric.stringSimilarity.sentence": string;
|
|
6059
|
+
"evaluations.tests.metric.categorization.sentence": string;
|
|
6060
|
+
"evaluations.tests.metric.toolsUsed.sentence": string;
|
|
6061
|
+
"evaluations.tests.metric.custom.sentence": string;
|
|
6062
|
+
"evaluations.tests.metric.custom.placeholder": string;
|
|
6063
|
+
"evaluations.tests.metrics.label": string;
|
|
6064
|
+
"evaluations.tests.metrics.none": string;
|
|
6065
|
+
"evaluations.tests.metrics.selected": string;
|
|
5885
6066
|
"freeAi.credits.callout.claim.title": string;
|
|
5886
6067
|
"freeAi.credits.callout.claim.button.label": string;
|
|
5887
6068
|
"freeAi.credits.callout.success.title.part1": string;
|
|
@@ -5914,6 +6095,7 @@ declare const _exports: {
|
|
|
5914
6095
|
"insights.dashboard.table.projectName": string;
|
|
5915
6096
|
"insights.dashboard.table.title": string;
|
|
5916
6097
|
"insights.dashboard.table.estimate": string;
|
|
6098
|
+
"insights.dashboard.table.noAccess": string;
|
|
5917
6099
|
"insights.dashboard.title": string;
|
|
5918
6100
|
"insights.dashboard.search.placeholder": string;
|
|
5919
6101
|
"insights.dashboard.dataRangeAlert.title": string;
|
|
@@ -6091,7 +6273,6 @@ declare const _exports: {
|
|
|
6091
6273
|
"instanceAi.input.placeholder": string;
|
|
6092
6274
|
"instanceAi.input.suspendedPlaceholder": string;
|
|
6093
6275
|
"instanceAi.input.workflowBuilderUnavailablePlaceholder": string;
|
|
6094
|
-
"instanceAi.statusBar.waitingForInput": string;
|
|
6095
6276
|
"instanceAi.input.send": string;
|
|
6096
6277
|
"instanceAi.input.stop": string;
|
|
6097
6278
|
"instanceAi.launch.template.message": string;
|
|
@@ -6185,6 +6366,14 @@ declare const _exports: {
|
|
|
6185
6366
|
"instanceAi.artifactsPanel.project": string;
|
|
6186
6367
|
"instanceAi.artifactsPanel.unknownProject": string;
|
|
6187
6368
|
"instanceAi.artifactsPanel.personalSpace": string;
|
|
6369
|
+
"instanceAi.artifactsPanel.context.title": string;
|
|
6370
|
+
"instanceAi.artifactsPanel.context.dismiss": string;
|
|
6371
|
+
"instanceAi.artifactsPanel.context.addedToContext": string;
|
|
6372
|
+
"instanceAi.artifactsPanel.context.credentialModal": string;
|
|
6373
|
+
"instanceAi.artifactsPanel.context.agentPreview": string;
|
|
6374
|
+
"instanceAi.artifactsPanel.context.agentPreviewNamed": string;
|
|
6375
|
+
"instanceAi.artifactsPanel.context.agentPreviewTitled": string;
|
|
6376
|
+
"instanceAi.artifactsPanel.context.agentPreviewSessionTitled": string;
|
|
6188
6377
|
"instanceAi.projectSelect.tooltip": string;
|
|
6189
6378
|
"instanceAi.projectSelect.placeholder": string;
|
|
6190
6379
|
"instanceAi.projectSelect.search": string;
|
|
@@ -6250,6 +6439,7 @@ declare const _exports: {
|
|
|
6250
6439
|
"instanceAi.workflowSetup.triggerError": string;
|
|
6251
6440
|
"instanceAi.workflowSetup.triggerListening": string;
|
|
6252
6441
|
"instanceAi.workflowSetup.apply": string;
|
|
6442
|
+
"instanceAi.workflowSetup.configureNode": string;
|
|
6253
6443
|
"instanceAi.workflowSetup.credentialTestFailedTooltip": string;
|
|
6254
6444
|
"instanceAi.workflowSetup.stepIncompleteTooltip": string;
|
|
6255
6445
|
"instanceAi.workflowSetup.applyCompleted": string;
|
|
@@ -6673,11 +6863,11 @@ declare const _exports: {
|
|
|
6673
6863
|
"instanceAi.stepTimeline.hideBrief": string;
|
|
6674
6864
|
"instanceAi.stepTimeline.done": string;
|
|
6675
6865
|
"instanceAi.stepTimeline.craftingWorkflow": string;
|
|
6676
|
-
"instanceAi.activitySummary.reasoning": string;
|
|
6677
6866
|
"instanceAi.activitySummary.toolCalls": string;
|
|
6678
|
-
"instanceAi.
|
|
6679
|
-
"instanceAi.
|
|
6680
|
-
"instanceAi.
|
|
6867
|
+
"instanceAi.thinking.active": string;
|
|
6868
|
+
"instanceAi.thinking.done": string;
|
|
6869
|
+
"instanceAi.thinking.doneFallback": string;
|
|
6870
|
+
"instanceAi.thinking.waitingForInput": string;
|
|
6681
6871
|
"projects.menu.instanceAi": string;
|
|
6682
6872
|
"chatInputBase.button.attach": string;
|
|
6683
6873
|
"chatInputBase.button.dictate": string;
|
|
@@ -6714,40 +6904,30 @@ declare const _exports: {
|
|
|
6714
6904
|
"agents.delete.modal.button.delete": string;
|
|
6715
6905
|
"agents.builder.loadError": string;
|
|
6716
6906
|
"agents.builder.saveError": string;
|
|
6717
|
-
"agents.builder.chatColumn.ariaLabel": string;
|
|
6718
|
-
"agents.builder.chatMode.build": string;
|
|
6719
|
-
"agents.builder.chatMode.test": string;
|
|
6720
|
-
"agents.builder.chatMode.ariaLabel": string;
|
|
6721
|
-
"agents.builder.chatMode.test.lockedTooltip": string;
|
|
6722
6907
|
"agents.builder.chat.sessionPicker.ariaLabel": string;
|
|
6723
6908
|
"agents.builder.chat.sessionPicker.empty": string;
|
|
6724
6909
|
"agents.builder.chat.newChat.ariaLabel": string;
|
|
6725
6910
|
"agents.builder.chat.newChat.label": string;
|
|
6726
|
-
"agents.builder.chat.hide.ariaLabel": string;
|
|
6727
|
-
"agents.builder.chat.show.ariaLabel": string;
|
|
6728
|
-
"agents.builder.chat.fullWidth.expand.ariaLabel": string;
|
|
6729
|
-
"agents.builder.chat.fullWidth.collapse.ariaLabel": string;
|
|
6730
6911
|
"agents.chat.loadHistory.error": string;
|
|
6731
6912
|
"agents.chat.clearHistory.error": string;
|
|
6732
6913
|
"agents.chat.clearHistory": string;
|
|
6733
6914
|
"agents.chat.input.placeholder": string;
|
|
6915
|
+
"agents.preview.episodicMemoryCallout.text": string;
|
|
6916
|
+
"agents.preview.episodicMemoryCallout.action": string;
|
|
6734
6917
|
"agents.chat.answerQuestionPlaceholder": string;
|
|
6735
6918
|
"agents.chat.misconfigured.title": string;
|
|
6736
|
-
"agents.chat.misconfigured.
|
|
6919
|
+
"agents.chat.misconfigured.issuesPrefix": string;
|
|
6737
6920
|
"agents.chat.misconfigured.missing.instructions": string;
|
|
6738
6921
|
"agents.chat.misconfigured.missing.model": string;
|
|
6739
6922
|
"agents.chat.misconfigured.missing.credential": string;
|
|
6740
|
-
"agents.chat.misconfigured.missing.episodicMemory.credential": string;
|
|
6741
|
-
"agents.chat.misconfigured.missing.webSearch.credential": string;
|
|
6742
6923
|
"agents.chat.misconfigured.missing.agent": string;
|
|
6743
6924
|
"agents.chat.misconfigured.missing.skill": string;
|
|
6744
|
-
"agents.chat.misconfigured.
|
|
6925
|
+
"agents.chat.misconfigured.missing.tools": string;
|
|
6926
|
+
"agents.chat.misconfigured.missing.mcpServers": string;
|
|
6927
|
+
"agents.chat.misconfigured.missing.subAgents.agents": string;
|
|
6745
6928
|
"agents.chat.misconfigured.dismiss": string;
|
|
6746
|
-
"agents.chat.
|
|
6747
|
-
"agents.chat.
|
|
6748
|
-
"agents.chat.askQuestions.skipped": string;
|
|
6749
|
-
"agents.chat.configureChannel.skipped": string;
|
|
6750
|
-
"agents.chat.askCredential.managed": string;
|
|
6929
|
+
"agents.chat.emptyState.title": string;
|
|
6930
|
+
"agents.chat.emptyState.description": string;
|
|
6751
6931
|
"agents.chat.toolNames.webSearch": string;
|
|
6752
6932
|
"agents.chat.toolNames.findFile": string;
|
|
6753
6933
|
"agents.chat.toolNames.searchText": string;
|
|
@@ -6795,6 +6975,7 @@ declare const _exports: {
|
|
|
6795
6975
|
"agents.list.readonly": string;
|
|
6796
6976
|
"agents.publish.button.publish": string;
|
|
6797
6977
|
"agents.publish.button.published": string;
|
|
6978
|
+
"agents.publish.button.invalidConfigTooltip": string;
|
|
6798
6979
|
"agents.publish.dropdown.publish": string;
|
|
6799
6980
|
"agents.publish.dropdown.revertToPublished": string;
|
|
6800
6981
|
"agents.publish.dropdown.unpublish": string;
|
|
@@ -6871,14 +7052,7 @@ declare const _exports: {
|
|
|
6871
7052
|
"agents.toolConfig.mcpApproval.refresh.hint": string;
|
|
6872
7053
|
"agents.toolConfig.mcpApproval.tools.placeholder": string;
|
|
6873
7054
|
"agents.toolConfig.mcpApproval.loadError": string;
|
|
6874
|
-
"agents.new.title": string;
|
|
6875
7055
|
"agents.new.defaultName": string;
|
|
6876
|
-
"agents.new.startBlank": string;
|
|
6877
|
-
"agents.new.heading": string;
|
|
6878
|
-
"agents.new.headingWithName": string;
|
|
6879
|
-
"agents.new.description.placeholder": string;
|
|
6880
|
-
"agents.new.templates.label": string;
|
|
6881
|
-
"agents.builder.readonly.placeholder": string;
|
|
6882
7056
|
"agents.builder.sections.agent": string;
|
|
6883
7057
|
"agents.builder.sections.advanced": string;
|
|
6884
7058
|
"agents.builder.sections.configJson": string;
|
|
@@ -6935,9 +7109,11 @@ declare const _exports: {
|
|
|
6935
7109
|
"agents.builder.advanced.maxIterations.hint": string;
|
|
6936
7110
|
"agents.builder.memory.title": string;
|
|
6937
7111
|
"agents.builder.memory.description": string;
|
|
7112
|
+
"agents.builder.memory.settings.title": string;
|
|
6938
7113
|
"agents.builder.memory.episodicMemory.label": string;
|
|
6939
7114
|
"agents.builder.memory.episodicMemory.hint": string;
|
|
6940
|
-
"agents.builder.memory.episodicMemory.
|
|
7115
|
+
"agents.builder.memory.episodicMemory.credential.label": string;
|
|
7116
|
+
"agents.builder.memory.episodicMemory.credential.hint": string;
|
|
6941
7117
|
"agents.builder.files.title": string;
|
|
6942
7118
|
"agents.builder.files.titleTooltip": string;
|
|
6943
7119
|
"agents.builder.files.description": string;
|
|
@@ -7049,14 +7225,8 @@ declare const _exports: {
|
|
|
7049
7225
|
"agents.builder.subAgents.modal.remove": string;
|
|
7050
7226
|
"agents.builder.memory.recallModel.label": string;
|
|
7051
7227
|
"agents.builder.memory.recallModel.hint": string;
|
|
7052
|
-
"agents.builder.episodicMemoryCredentialModal.title": string;
|
|
7053
|
-
"agents.builder.episodicMemoryCredentialModal.description": string;
|
|
7054
7228
|
"agents.builder.editor.copy": string;
|
|
7055
7229
|
"agents.builder.editor.copied": string;
|
|
7056
|
-
"agents.builder.progress.building.title": string;
|
|
7057
|
-
"agents.builder.progress.building.hint": string;
|
|
7058
|
-
"agents.builder.progress.error.title": string;
|
|
7059
|
-
"agents.builder.progress.error.hint": string;
|
|
7060
7230
|
"agents.builder.tools.title": string;
|
|
7061
7231
|
"agents.builder.tools.count": string;
|
|
7062
7232
|
"agents.builder.tools.add": string;
|
|
@@ -7082,7 +7252,7 @@ declare const _exports: {
|
|
|
7082
7252
|
"agents.builder.skills.allowedTools.addModal.empty": string;
|
|
7083
7253
|
"agents.builder.skills.allowedTools.addModal.allSelected": string;
|
|
7084
7254
|
"agents.builder.skills.instructions.label": string;
|
|
7085
|
-
"agents.builder.skills.instructions.
|
|
7255
|
+
"agents.builder.skills.instructions.byteCount": string;
|
|
7086
7256
|
"agents.builder.skills.filesNav.label": string;
|
|
7087
7257
|
"agents.builder.skills.import.skillFile": string;
|
|
7088
7258
|
"agents.builder.skills.import.folder": string;
|
|
@@ -7123,12 +7293,15 @@ declare const _exports: {
|
|
|
7123
7293
|
"agents.builder.skills.create.error": string;
|
|
7124
7294
|
"agents.builder.skills.added": string;
|
|
7125
7295
|
"agents.builder.skills.saveError": string;
|
|
7296
|
+
"agents.builder.skills.duplicateName.error": string;
|
|
7126
7297
|
"agents.builder.skills.validation.nameRequired": string;
|
|
7127
7298
|
"agents.builder.skills.validation.nameMaxLength": string;
|
|
7299
|
+
"agents.builder.skills.validation.nameDuplicate": string;
|
|
7128
7300
|
"agents.builder.skills.validation.descriptionRequired": string;
|
|
7129
7301
|
"agents.builder.skills.validation.descriptionMaxLength": string;
|
|
7130
7302
|
"agents.builder.skills.validation.instructionsRequired": string;
|
|
7131
7303
|
"agents.builder.skills.validation.instructionsMaxLength": string;
|
|
7304
|
+
"agents.builder.skills.missingContent.callout": string;
|
|
7132
7305
|
"agents.builder.skills.remove": string;
|
|
7133
7306
|
"agents.builder.skills.back": string;
|
|
7134
7307
|
"agents.builder.tasks.title": string;
|
|
@@ -7180,6 +7353,7 @@ declare const _exports: {
|
|
|
7180
7353
|
"agents.builder.tasks.validation.objectiveRequired": string;
|
|
7181
7354
|
"agents.builder.tasks.validation.objectiveMaxLength": string;
|
|
7182
7355
|
"agents.builder.tasks.validation.cronRequired": string;
|
|
7356
|
+
"agents.builder.tasks.validation.cronInvalid": string;
|
|
7183
7357
|
"agents.builder.editor.invalidJson": string;
|
|
7184
7358
|
"agents.builder.editorColumn.ariaLabel": string;
|
|
7185
7359
|
"agents.builder.tree.ariaLabel": string;
|
|
@@ -7204,6 +7378,22 @@ declare const _exports: {
|
|
|
7204
7378
|
"agents.builder.header.saved": string;
|
|
7205
7379
|
"agents.builder.preview.button": string;
|
|
7206
7380
|
"agents.builder.preview.disabledTooltip": string;
|
|
7381
|
+
"agents.builder.validation.issue.missingRequired": string;
|
|
7382
|
+
"agents.builder.validation.issue.invalidValue": string;
|
|
7383
|
+
"agents.builder.validation.issue.missingCredential": string;
|
|
7384
|
+
"agents.builder.validation.issue.invalidCredential": string;
|
|
7385
|
+
"agents.builder.validation.issue.incompatibleCredential": string;
|
|
7386
|
+
"agents.builder.validation.issue.missingReference": string;
|
|
7387
|
+
"agents.builder.validation.issue.incompatibleReference": string;
|
|
7388
|
+
"agents.builder.validation.issue.subAgent.missingReference": string;
|
|
7389
|
+
"agents.builder.validation.issue.subAgent.incompatibleReference": string;
|
|
7390
|
+
"agents.builder.validation.issue.skill.missingReference": string;
|
|
7391
|
+
"agents.builder.validation.issue.task.invalidValue": string;
|
|
7392
|
+
"agents.builder.validation.issue.tool.workflow.missingReference": string;
|
|
7393
|
+
"agents.builder.validation.issue.tool.workflow.incompatibleReference": string;
|
|
7394
|
+
"agents.builder.validation.issue.tool.custom.missingReference": string;
|
|
7395
|
+
"agents.builder.validation.issue.tool.node.missingReference": string;
|
|
7396
|
+
"agents.builder.validation.issue.mcpServer.incompatibleCredential": string;
|
|
7207
7397
|
"agents.builder.preview.viewSession": string;
|
|
7208
7398
|
"agents.builder.preview.close.ariaLabel": string;
|
|
7209
7399
|
"agents.builder.executions.count": string;
|
|
@@ -7215,8 +7405,6 @@ declare const _exports: {
|
|
|
7215
7405
|
"agents.builder.evaluations.type.judge": string;
|
|
7216
7406
|
"agents.builder.evaluations.credentialConfigured": string;
|
|
7217
7407
|
"agents.builder.evaluations.emptyPrefix": string;
|
|
7218
|
-
"agents.builder.quickActions.addTool": string;
|
|
7219
|
-
"agents.builder.quickActions.addTrigger": string;
|
|
7220
7408
|
"agents.builder.quickActions.memoriesUsed.count": string;
|
|
7221
7409
|
"agents.builder.quickActions.memoriesUsed.keyMemory": string;
|
|
7222
7410
|
"agents.builder.capabilities.title": string;
|