@n8n/i18n 2.31.3 → 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 +279 -93
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +250 -64
- package/dist/index.d.mts +250 -64
- package/dist/index.mjs +279 -93
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +250 -64
- package/dist/types2.d.mts +250 -64
- package/package.json +8 -8
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;
|
|
@@ -4110,6 +4194,15 @@ declare const _exports: {
|
|
|
4110
4194
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4111
4195
|
"canvas.nodeGroup.expand": string;
|
|
4112
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;
|
|
4113
4206
|
"workflowExtraction.error.failure": string;
|
|
4114
4207
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": string;
|
|
4115
4208
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": string;
|
|
@@ -4469,7 +4562,6 @@ declare const _exports: {
|
|
|
4469
4562
|
"workflows.templateRecoV2.useTemplate": string;
|
|
4470
4563
|
"workflows.templateRecoV2.exploreTemplates": string;
|
|
4471
4564
|
"templates.featured.loading": string;
|
|
4472
|
-
"templates.featured.seeMore": string;
|
|
4473
4565
|
"workflows.search.placeholder": string;
|
|
4474
4566
|
"workflows.filters": string;
|
|
4475
4567
|
"workflows.filters.tags": string;
|
|
@@ -4492,17 +4584,11 @@ declare const _exports: {
|
|
|
4492
4584
|
"workflows.noResults": string;
|
|
4493
4585
|
"workflows.noResults.withSearch.switchToShared.preamble": string;
|
|
4494
4586
|
"workflows.noResults.withSearch.switchToShared.link": string;
|
|
4495
|
-
"workflows.empty.heading": string;
|
|
4496
|
-
"workflows.empty.heading.userNotSetup": string;
|
|
4497
4587
|
"workflows.empty.onboarding.heading": string;
|
|
4498
4588
|
"workflows.empty.list.heading": string;
|
|
4499
4589
|
"workflows.empty.list.description": string;
|
|
4500
|
-
"workflows.empty.heading.builder": string;
|
|
4501
|
-
"workflows.empty.heading.builder.userNotSetup": string;
|
|
4502
|
-
"workflows.empty.description": string;
|
|
4503
4590
|
"workflows.empty.description.readOnlyEnv": string;
|
|
4504
4591
|
"workflows.empty.description.noPermission": string;
|
|
4505
|
-
"workflows.empty.startWithTemplate": string;
|
|
4506
4592
|
"workflows.empty.browseTemplates": string;
|
|
4507
4593
|
"workflows.empty.learnN8n": string;
|
|
4508
4594
|
"workflows.empty.button.disabled.tooltip": string;
|
|
@@ -4835,10 +4921,6 @@ declare const _exports: {
|
|
|
4835
4921
|
"agents.modelSelector.freeCredits.label": string;
|
|
4836
4922
|
"agents.modelSelector.freeCredits.badge": string;
|
|
4837
4923
|
"agents.modelSelector.freeCredits.description": string;
|
|
4838
|
-
"agents.builder.unconfigured.title": string;
|
|
4839
|
-
"agents.builder.unconfigured.description.admin": string;
|
|
4840
|
-
"agents.builder.unconfigured.description.nonAdmin": string;
|
|
4841
|
-
"agents.builder.unconfigured.cta": string;
|
|
4842
4924
|
"settings.n8nAgent.enable.label": string;
|
|
4843
4925
|
"settings.n8nAgent.enable.description": string;
|
|
4844
4926
|
"settings.n8nAgent.computerUse.label": string;
|
|
@@ -5487,8 +5569,6 @@ declare const _exports: {
|
|
|
5487
5569
|
"agentNode.card.moreChips": string;
|
|
5488
5570
|
"agentNode.card.loadError": string;
|
|
5489
5571
|
"agentNode.card.noModel": string;
|
|
5490
|
-
"agentNode.ndv.banner.prefix": string;
|
|
5491
|
-
"agentNode.ndv.banner.link": string;
|
|
5492
5572
|
"agentNode.ndv.banner.suffix": string;
|
|
5493
5573
|
"agentNode.ndv.section.agent": string;
|
|
5494
5574
|
"agentNode.ndv.referenced.editInBuilder": string;
|
|
@@ -5677,6 +5757,7 @@ declare const _exports: {
|
|
|
5677
5757
|
"evaluation.collections.errors.fetchFailed": string;
|
|
5678
5758
|
"evaluation.collections.card.done": string;
|
|
5679
5759
|
"evaluation.collections.card.running": string;
|
|
5760
|
+
"evaluation.collections.card.failed": string;
|
|
5680
5761
|
"evaluation.collections.card.currentDraft": string;
|
|
5681
5762
|
"evaluation.collections.card.meta.versions": string;
|
|
5682
5763
|
"evaluation.collections.card.lastRunToday": string;
|
|
@@ -5712,6 +5793,37 @@ declare const _exports: {
|
|
|
5712
5793
|
"evaluation.compare.insights.noRegressions": string;
|
|
5713
5794
|
"evaluation.compare.errors.loadFailed": string;
|
|
5714
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;
|
|
5715
5827
|
"evaluation.setup.title": string;
|
|
5716
5828
|
"evaluation.setup.subtitle": string;
|
|
5717
5829
|
"evaluation.setup.collectionName": string;
|
|
@@ -5884,6 +5996,73 @@ declare const _exports: {
|
|
|
5884
5996
|
"evaluations.wizardSidepanel.customCheck.expressionTag": string;
|
|
5885
5997
|
"evaluations.wizardSidepanel.customCheck.submit": string;
|
|
5886
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;
|
|
5887
6066
|
"freeAi.credits.callout.claim.title": string;
|
|
5888
6067
|
"freeAi.credits.callout.claim.button.label": string;
|
|
5889
6068
|
"freeAi.credits.callout.success.title.part1": string;
|
|
@@ -5916,6 +6095,7 @@ declare const _exports: {
|
|
|
5916
6095
|
"insights.dashboard.table.projectName": string;
|
|
5917
6096
|
"insights.dashboard.table.title": string;
|
|
5918
6097
|
"insights.dashboard.table.estimate": string;
|
|
6098
|
+
"insights.dashboard.table.noAccess": string;
|
|
5919
6099
|
"insights.dashboard.title": string;
|
|
5920
6100
|
"insights.dashboard.search.placeholder": string;
|
|
5921
6101
|
"insights.dashboard.dataRangeAlert.title": string;
|
|
@@ -6093,7 +6273,6 @@ declare const _exports: {
|
|
|
6093
6273
|
"instanceAi.input.placeholder": string;
|
|
6094
6274
|
"instanceAi.input.suspendedPlaceholder": string;
|
|
6095
6275
|
"instanceAi.input.workflowBuilderUnavailablePlaceholder": string;
|
|
6096
|
-
"instanceAi.statusBar.waitingForInput": string;
|
|
6097
6276
|
"instanceAi.input.send": string;
|
|
6098
6277
|
"instanceAi.input.stop": string;
|
|
6099
6278
|
"instanceAi.launch.template.message": string;
|
|
@@ -6187,6 +6366,14 @@ declare const _exports: {
|
|
|
6187
6366
|
"instanceAi.artifactsPanel.project": string;
|
|
6188
6367
|
"instanceAi.artifactsPanel.unknownProject": string;
|
|
6189
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;
|
|
6190
6377
|
"instanceAi.projectSelect.tooltip": string;
|
|
6191
6378
|
"instanceAi.projectSelect.placeholder": string;
|
|
6192
6379
|
"instanceAi.projectSelect.search": string;
|
|
@@ -6252,6 +6439,7 @@ declare const _exports: {
|
|
|
6252
6439
|
"instanceAi.workflowSetup.triggerError": string;
|
|
6253
6440
|
"instanceAi.workflowSetup.triggerListening": string;
|
|
6254
6441
|
"instanceAi.workflowSetup.apply": string;
|
|
6442
|
+
"instanceAi.workflowSetup.configureNode": string;
|
|
6255
6443
|
"instanceAi.workflowSetup.credentialTestFailedTooltip": string;
|
|
6256
6444
|
"instanceAi.workflowSetup.stepIncompleteTooltip": string;
|
|
6257
6445
|
"instanceAi.workflowSetup.applyCompleted": string;
|
|
@@ -6675,11 +6863,11 @@ declare const _exports: {
|
|
|
6675
6863
|
"instanceAi.stepTimeline.hideBrief": string;
|
|
6676
6864
|
"instanceAi.stepTimeline.done": string;
|
|
6677
6865
|
"instanceAi.stepTimeline.craftingWorkflow": string;
|
|
6678
|
-
"instanceAi.activitySummary.reasoning": string;
|
|
6679
6866
|
"instanceAi.activitySummary.toolCalls": string;
|
|
6680
|
-
"instanceAi.
|
|
6681
|
-
"instanceAi.
|
|
6682
|
-
"instanceAi.
|
|
6867
|
+
"instanceAi.thinking.active": string;
|
|
6868
|
+
"instanceAi.thinking.done": string;
|
|
6869
|
+
"instanceAi.thinking.doneFallback": string;
|
|
6870
|
+
"instanceAi.thinking.waitingForInput": string;
|
|
6683
6871
|
"projects.menu.instanceAi": string;
|
|
6684
6872
|
"chatInputBase.button.attach": string;
|
|
6685
6873
|
"chatInputBase.button.dictate": string;
|
|
@@ -6716,40 +6904,30 @@ declare const _exports: {
|
|
|
6716
6904
|
"agents.delete.modal.button.delete": string;
|
|
6717
6905
|
"agents.builder.loadError": string;
|
|
6718
6906
|
"agents.builder.saveError": string;
|
|
6719
|
-
"agents.builder.chatColumn.ariaLabel": string;
|
|
6720
|
-
"agents.builder.chatMode.build": string;
|
|
6721
|
-
"agents.builder.chatMode.test": string;
|
|
6722
|
-
"agents.builder.chatMode.ariaLabel": string;
|
|
6723
|
-
"agents.builder.chatMode.test.lockedTooltip": string;
|
|
6724
6907
|
"agents.builder.chat.sessionPicker.ariaLabel": string;
|
|
6725
6908
|
"agents.builder.chat.sessionPicker.empty": string;
|
|
6726
6909
|
"agents.builder.chat.newChat.ariaLabel": string;
|
|
6727
6910
|
"agents.builder.chat.newChat.label": string;
|
|
6728
|
-
"agents.builder.chat.hide.ariaLabel": string;
|
|
6729
|
-
"agents.builder.chat.show.ariaLabel": string;
|
|
6730
|
-
"agents.builder.chat.fullWidth.expand.ariaLabel": string;
|
|
6731
|
-
"agents.builder.chat.fullWidth.collapse.ariaLabel": string;
|
|
6732
6911
|
"agents.chat.loadHistory.error": string;
|
|
6733
6912
|
"agents.chat.clearHistory.error": string;
|
|
6734
6913
|
"agents.chat.clearHistory": string;
|
|
6735
6914
|
"agents.chat.input.placeholder": string;
|
|
6915
|
+
"agents.preview.episodicMemoryCallout.text": string;
|
|
6916
|
+
"agents.preview.episodicMemoryCallout.action": string;
|
|
6736
6917
|
"agents.chat.answerQuestionPlaceholder": string;
|
|
6737
6918
|
"agents.chat.misconfigured.title": string;
|
|
6738
|
-
"agents.chat.misconfigured.
|
|
6919
|
+
"agents.chat.misconfigured.issuesPrefix": string;
|
|
6739
6920
|
"agents.chat.misconfigured.missing.instructions": string;
|
|
6740
6921
|
"agents.chat.misconfigured.missing.model": string;
|
|
6741
6922
|
"agents.chat.misconfigured.missing.credential": string;
|
|
6742
|
-
"agents.chat.misconfigured.missing.episodicMemory.credential": string;
|
|
6743
|
-
"agents.chat.misconfigured.missing.webSearch.credential": string;
|
|
6744
6923
|
"agents.chat.misconfigured.missing.agent": string;
|
|
6745
6924
|
"agents.chat.misconfigured.missing.skill": string;
|
|
6746
|
-
"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;
|
|
6747
6928
|
"agents.chat.misconfigured.dismiss": string;
|
|
6748
|
-
"agents.chat.
|
|
6749
|
-
"agents.chat.
|
|
6750
|
-
"agents.chat.askQuestions.skipped": string;
|
|
6751
|
-
"agents.chat.configureChannel.skipped": string;
|
|
6752
|
-
"agents.chat.askCredential.managed": string;
|
|
6929
|
+
"agents.chat.emptyState.title": string;
|
|
6930
|
+
"agents.chat.emptyState.description": string;
|
|
6753
6931
|
"agents.chat.toolNames.webSearch": string;
|
|
6754
6932
|
"agents.chat.toolNames.findFile": string;
|
|
6755
6933
|
"agents.chat.toolNames.searchText": string;
|
|
@@ -6797,6 +6975,7 @@ declare const _exports: {
|
|
|
6797
6975
|
"agents.list.readonly": string;
|
|
6798
6976
|
"agents.publish.button.publish": string;
|
|
6799
6977
|
"agents.publish.button.published": string;
|
|
6978
|
+
"agents.publish.button.invalidConfigTooltip": string;
|
|
6800
6979
|
"agents.publish.dropdown.publish": string;
|
|
6801
6980
|
"agents.publish.dropdown.revertToPublished": string;
|
|
6802
6981
|
"agents.publish.dropdown.unpublish": string;
|
|
@@ -6873,14 +7052,7 @@ declare const _exports: {
|
|
|
6873
7052
|
"agents.toolConfig.mcpApproval.refresh.hint": string;
|
|
6874
7053
|
"agents.toolConfig.mcpApproval.tools.placeholder": string;
|
|
6875
7054
|
"agents.toolConfig.mcpApproval.loadError": string;
|
|
6876
|
-
"agents.new.title": string;
|
|
6877
7055
|
"agents.new.defaultName": string;
|
|
6878
|
-
"agents.new.startBlank": string;
|
|
6879
|
-
"agents.new.heading": string;
|
|
6880
|
-
"agents.new.headingWithName": string;
|
|
6881
|
-
"agents.new.description.placeholder": string;
|
|
6882
|
-
"agents.new.templates.label": string;
|
|
6883
|
-
"agents.builder.readonly.placeholder": string;
|
|
6884
7056
|
"agents.builder.sections.agent": string;
|
|
6885
7057
|
"agents.builder.sections.advanced": string;
|
|
6886
7058
|
"agents.builder.sections.configJson": string;
|
|
@@ -6937,9 +7109,11 @@ declare const _exports: {
|
|
|
6937
7109
|
"agents.builder.advanced.maxIterations.hint": string;
|
|
6938
7110
|
"agents.builder.memory.title": string;
|
|
6939
7111
|
"agents.builder.memory.description": string;
|
|
7112
|
+
"agents.builder.memory.settings.title": string;
|
|
6940
7113
|
"agents.builder.memory.episodicMemory.label": string;
|
|
6941
7114
|
"agents.builder.memory.episodicMemory.hint": string;
|
|
6942
|
-
"agents.builder.memory.episodicMemory.
|
|
7115
|
+
"agents.builder.memory.episodicMemory.credential.label": string;
|
|
7116
|
+
"agents.builder.memory.episodicMemory.credential.hint": string;
|
|
6943
7117
|
"agents.builder.files.title": string;
|
|
6944
7118
|
"agents.builder.files.titleTooltip": string;
|
|
6945
7119
|
"agents.builder.files.description": string;
|
|
@@ -7051,14 +7225,8 @@ declare const _exports: {
|
|
|
7051
7225
|
"agents.builder.subAgents.modal.remove": string;
|
|
7052
7226
|
"agents.builder.memory.recallModel.label": string;
|
|
7053
7227
|
"agents.builder.memory.recallModel.hint": string;
|
|
7054
|
-
"agents.builder.episodicMemoryCredentialModal.title": string;
|
|
7055
|
-
"agents.builder.episodicMemoryCredentialModal.description": string;
|
|
7056
7228
|
"agents.builder.editor.copy": string;
|
|
7057
7229
|
"agents.builder.editor.copied": string;
|
|
7058
|
-
"agents.builder.progress.building.title": string;
|
|
7059
|
-
"agents.builder.progress.building.hint": string;
|
|
7060
|
-
"agents.builder.progress.error.title": string;
|
|
7061
|
-
"agents.builder.progress.error.hint": string;
|
|
7062
7230
|
"agents.builder.tools.title": string;
|
|
7063
7231
|
"agents.builder.tools.count": string;
|
|
7064
7232
|
"agents.builder.tools.add": string;
|
|
@@ -7084,7 +7252,7 @@ declare const _exports: {
|
|
|
7084
7252
|
"agents.builder.skills.allowedTools.addModal.empty": string;
|
|
7085
7253
|
"agents.builder.skills.allowedTools.addModal.allSelected": string;
|
|
7086
7254
|
"agents.builder.skills.instructions.label": string;
|
|
7087
|
-
"agents.builder.skills.instructions.
|
|
7255
|
+
"agents.builder.skills.instructions.byteCount": string;
|
|
7088
7256
|
"agents.builder.skills.filesNav.label": string;
|
|
7089
7257
|
"agents.builder.skills.import.skillFile": string;
|
|
7090
7258
|
"agents.builder.skills.import.folder": string;
|
|
@@ -7125,12 +7293,15 @@ declare const _exports: {
|
|
|
7125
7293
|
"agents.builder.skills.create.error": string;
|
|
7126
7294
|
"agents.builder.skills.added": string;
|
|
7127
7295
|
"agents.builder.skills.saveError": string;
|
|
7296
|
+
"agents.builder.skills.duplicateName.error": string;
|
|
7128
7297
|
"agents.builder.skills.validation.nameRequired": string;
|
|
7129
7298
|
"agents.builder.skills.validation.nameMaxLength": string;
|
|
7299
|
+
"agents.builder.skills.validation.nameDuplicate": string;
|
|
7130
7300
|
"agents.builder.skills.validation.descriptionRequired": string;
|
|
7131
7301
|
"agents.builder.skills.validation.descriptionMaxLength": string;
|
|
7132
7302
|
"agents.builder.skills.validation.instructionsRequired": string;
|
|
7133
7303
|
"agents.builder.skills.validation.instructionsMaxLength": string;
|
|
7304
|
+
"agents.builder.skills.missingContent.callout": string;
|
|
7134
7305
|
"agents.builder.skills.remove": string;
|
|
7135
7306
|
"agents.builder.skills.back": string;
|
|
7136
7307
|
"agents.builder.tasks.title": string;
|
|
@@ -7182,6 +7353,7 @@ declare const _exports: {
|
|
|
7182
7353
|
"agents.builder.tasks.validation.objectiveRequired": string;
|
|
7183
7354
|
"agents.builder.tasks.validation.objectiveMaxLength": string;
|
|
7184
7355
|
"agents.builder.tasks.validation.cronRequired": string;
|
|
7356
|
+
"agents.builder.tasks.validation.cronInvalid": string;
|
|
7185
7357
|
"agents.builder.editor.invalidJson": string;
|
|
7186
7358
|
"agents.builder.editorColumn.ariaLabel": string;
|
|
7187
7359
|
"agents.builder.tree.ariaLabel": string;
|
|
@@ -7206,6 +7378,22 @@ declare const _exports: {
|
|
|
7206
7378
|
"agents.builder.header.saved": string;
|
|
7207
7379
|
"agents.builder.preview.button": string;
|
|
7208
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;
|
|
7209
7397
|
"agents.builder.preview.viewSession": string;
|
|
7210
7398
|
"agents.builder.preview.close.ariaLabel": string;
|
|
7211
7399
|
"agents.builder.executions.count": string;
|
|
@@ -7217,8 +7405,6 @@ declare const _exports: {
|
|
|
7217
7405
|
"agents.builder.evaluations.type.judge": string;
|
|
7218
7406
|
"agents.builder.evaluations.credentialConfigured": string;
|
|
7219
7407
|
"agents.builder.evaluations.emptyPrefix": string;
|
|
7220
|
-
"agents.builder.quickActions.addTool": string;
|
|
7221
|
-
"agents.builder.quickActions.addTrigger": string;
|
|
7222
7408
|
"agents.builder.quickActions.memoriesUsed.count": string;
|
|
7223
7409
|
"agents.builder.quickActions.memoriesUsed.keyMemory": string;
|
|
7224
7410
|
"agents.builder.capabilities.title": string;
|