@n8n/i18n 2.31.4 → 2.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +281 -95
- 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 +281 -95
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +250 -64
- package/dist/types2.d.mts +250 -64
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -641,6 +641,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
641
641
|
"chatHub.credentials.selector.cancel": string;
|
|
642
642
|
"chatHub.message.actions.readAloud": string;
|
|
643
643
|
"chatHub.message.actions.stopReading": string;
|
|
644
|
+
"agents.builder.preview.sendToAssistant": string;
|
|
644
645
|
"chatHub.message.actions.edit": string;
|
|
645
646
|
"chatHub.message.actions.regenerate": string;
|
|
646
647
|
"chatHub.message.actions.executionId": string;
|
|
@@ -1362,15 +1363,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1362
1363
|
"executionDetails.versionTooltip": string;
|
|
1363
1364
|
"executionDetails.startingSoon": string;
|
|
1364
1365
|
"executionDetails.workflow": string;
|
|
1365
|
-
"emptyStateBuilderPrompt.subtitle": string;
|
|
1366
|
-
"emptyStateBuilderPrompt.buildWorkflow": string;
|
|
1367
|
-
"emptyStateBuilderPrompt.orStartWith": string;
|
|
1368
|
-
"emptyStateBuilderPrompt.fromScratch": string;
|
|
1369
|
-
"emptyStateBuilderPrompt.fromScratchTooltip": string;
|
|
1370
|
-
"emptyStateBuilderPrompt.template": string;
|
|
1371
|
-
"emptyStateBuilderPrompt.templateTooltip": string;
|
|
1372
|
-
"emptyStateBuilderPrompt.importFromFile": string;
|
|
1373
|
-
"emptyStateBuilderPrompt.importFromFileTooltip": string;
|
|
1374
1366
|
"executionsLandingPage.emptyState.noTrigger.heading": string;
|
|
1375
1367
|
"executionsLandingPage.emptyState.noTrigger.buttonText": string;
|
|
1376
1368
|
"executionsLandingPage.clickExecutionMessage": string;
|
|
@@ -2150,6 +2142,13 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2150
2142
|
"nodeCreator.triggerHelperPanel.workflowTriggerDisplayName": string;
|
|
2151
2143
|
"nodeCreator.triggerHelperPanel.workflowTriggerDescription": string;
|
|
2152
2144
|
"nodeCreator.replaceNode.title": string;
|
|
2145
|
+
"nodeCreator.agentsPanel.searchPlaceholder": string;
|
|
2146
|
+
"nodeCreator.agentsPanel.createNewAgent": string;
|
|
2147
|
+
"nodeCreator.agentsPanel.createNewAgentDescription": string;
|
|
2148
|
+
"nodeCreator.agentsPanel.existingAgentsLabel": string;
|
|
2149
|
+
"nodeCreator.agentsPanel.empty": string;
|
|
2150
|
+
"nodeCreator.agentsPanel.noMatchingAgents": string;
|
|
2151
|
+
"nodeCreator.agentsPanel.loadError": string;
|
|
2153
2152
|
"nodeCreator.aiPanel.aiNodes": string;
|
|
2154
2153
|
"nodeCreator.aiPanel.aiOtherNodes": string;
|
|
2155
2154
|
"nodeCreator.aiPanel.aiOtherNodesDescription": string;
|
|
@@ -2174,6 +2173,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2174
2173
|
"nodeCreator.nodeItem.triggerIconTitle": string;
|
|
2175
2174
|
"nodeCreator.nodeItem.aiIconTitle": string;
|
|
2176
2175
|
"nodeCreator.nodeItem.deprecated": string;
|
|
2176
|
+
"nodeCreator.nodeItem.deprecatingSoon": string;
|
|
2177
|
+
"nodeCreator.nodeItem.earlyPreview": string;
|
|
2177
2178
|
"nodeCreator.nodeItem.beta": string;
|
|
2178
2179
|
"nodeCredentials.createNew": string;
|
|
2179
2180
|
"nodeCredentials.createNew.permissionDenied": string;
|
|
@@ -2431,6 +2432,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2431
2432
|
"contextMenu.collapseAllGroups": string;
|
|
2432
2433
|
"contextMenu.expandSelectedGroups": string;
|
|
2433
2434
|
"contextMenu.collapseSelectedGroups": string;
|
|
2435
|
+
"contextMenu.showAllGroupDescriptions": string;
|
|
2436
|
+
"contextMenu.hideAllGroupDescriptions": string;
|
|
2437
|
+
"contextMenu.showGroupDescription": string;
|
|
2438
|
+
"contextMenu.hideGroupDescription": string;
|
|
2434
2439
|
"contextMenu.replace": string;
|
|
2435
2440
|
"contextMenu.duplicate": string;
|
|
2436
2441
|
"contextMenu.open": string;
|
|
@@ -2493,6 +2498,24 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2493
2498
|
"oauth.consentView.action.createUpdateWorkflows": string;
|
|
2494
2499
|
"oauth.consentView.action.createDataTables": string;
|
|
2495
2500
|
"oauth.consentView.action.searchProjectsAndFolders": string;
|
|
2501
|
+
"oauth.consentView.scopes.description": string;
|
|
2502
|
+
"oauth.consentView.scopes.label": string;
|
|
2503
|
+
"oauth.consentView.scopes.all": string;
|
|
2504
|
+
"oauth.consentView.scopes.readOnly": string;
|
|
2505
|
+
"oauth.consentView.scopes.custom": string;
|
|
2506
|
+
"oauth.consentView.scopes.search.placeholder": string;
|
|
2507
|
+
"oauth.consentView.scopes.toggleGroup": string;
|
|
2508
|
+
"oauth.consentView.scopes.count": string;
|
|
2509
|
+
"oauth.consentView.scopes.badge.read": string;
|
|
2510
|
+
"oauth.consentView.scopes.badge.write": string;
|
|
2511
|
+
"oauth.consentView.scopes.group.workflows": string;
|
|
2512
|
+
"oauth.consentView.scopes.group.executions": string;
|
|
2513
|
+
"oauth.consentView.scopes.group.credentials": string;
|
|
2514
|
+
"oauth.consentView.scopes.group.dataTables": string;
|
|
2515
|
+
"oauth.consentView.scopes.group.projectsAndFolders": string;
|
|
2516
|
+
"oauth.consentView.scopes.note": string;
|
|
2517
|
+
"oauth.consentView.scopes.tools.count": string;
|
|
2518
|
+
"oauth.consentView.scopes.tools.enabledOf": string;
|
|
2496
2519
|
"oauth.consentView.readMore": string;
|
|
2497
2520
|
"oauth.consentView.redirectWarning.title": string;
|
|
2498
2521
|
"oauth.consentView.redirectWarning.confirm": string;
|
|
@@ -2790,7 +2813,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2790
2813
|
"projectRoles.backToProjectRoles": string;
|
|
2791
2814
|
"projectRoles.backToProjectSettings": string;
|
|
2792
2815
|
"projectRoles.newRole": string;
|
|
2793
|
-
"roles.addRole": string;
|
|
2816
|
+
"roles.addRole.instance": string;
|
|
2817
|
+
"roles.addRole.project": string;
|
|
2794
2818
|
"roles.description": string;
|
|
2795
2819
|
"roles.description.docsLink": string;
|
|
2796
2820
|
"projectRoles.discardChanges": string;
|
|
@@ -2873,6 +2897,15 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2873
2897
|
"instanceRoles.option.manageProjectRoles": string;
|
|
2874
2898
|
"instanceRoles.option.manageAllRoles": string;
|
|
2875
2899
|
"instanceRoles.option.includedIn": string;
|
|
2900
|
+
"instanceRoles.description.settings.manage": string;
|
|
2901
|
+
"instanceRoles.description.user.manage": string;
|
|
2902
|
+
"instanceRoles.description.role.manageProjectRoles": string;
|
|
2903
|
+
"instanceRoles.description.role.manage": string;
|
|
2904
|
+
"instanceRoles.description.apiKey.manageOwn": string;
|
|
2905
|
+
"instanceRoles.description.apiKey.manageAll": string;
|
|
2906
|
+
"instanceRoles.description.tag.manage": string;
|
|
2907
|
+
"instanceRoles.description.project.create": string;
|
|
2908
|
+
"instanceRoles.description.insights.view": string;
|
|
2876
2909
|
"instanceRoles.warning.manageMembers": string;
|
|
2877
2910
|
"instanceRoles.warning.manageRoles": string;
|
|
2878
2911
|
"instanceRoles.warning.viewDocs": string;
|
|
@@ -3150,7 +3183,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3150
3183
|
"settings.mcp.header.toggle.disabled": string;
|
|
3151
3184
|
"settings.mcp.actionBox.heading": string;
|
|
3152
3185
|
"settings.mcp.actionBox.button.label": string;
|
|
3153
|
-
"settings.mcp.emptyState.
|
|
3186
|
+
"settings.mcp.emptyState.description": string;
|
|
3154
3187
|
"settings.mcp.tabs.workflows": string;
|
|
3155
3188
|
"settings.mcp.tabs.oauth": string;
|
|
3156
3189
|
"settings.mcp.tabs.oauthSettings": string;
|
|
@@ -3178,10 +3211,61 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3178
3211
|
"settings.mcp.error.fetching.oAuthClients": string;
|
|
3179
3212
|
"settings.mcp.oAuthClients.table.clientName": string;
|
|
3180
3213
|
"settings.mcp.oAuthClients.table.connectedAt": string;
|
|
3214
|
+
"settings.mcp.oAuthClients.table.access": string;
|
|
3181
3215
|
"settings.mcp.oAuthClients.table.action.revokeAccess": string;
|
|
3216
|
+
"settings.mcp.oAuthClients.clientType.cli": string;
|
|
3217
|
+
"settings.mcp.oAuthClients.clientType.ide": string;
|
|
3218
|
+
"settings.mcp.oAuthClients.clientType.editor": string;
|
|
3219
|
+
"settings.mcp.oAuthClients.clientType.assistant": string;
|
|
3220
|
+
"settings.mcp.oAuthClients.scope.workflow.read": string;
|
|
3221
|
+
"settings.mcp.oAuthClients.scope.workflow.write": string;
|
|
3222
|
+
"settings.mcp.oAuthClients.scope.workflow.execute": string;
|
|
3223
|
+
"settings.mcp.oAuthClients.scope.execution.read": string;
|
|
3224
|
+
"settings.mcp.oAuthClients.scope.credential.read": string;
|
|
3225
|
+
"settings.mcp.oAuthClients.scope.dataTable.read": string;
|
|
3226
|
+
"settings.mcp.oAuthClients.scope.dataTable.write": string;
|
|
3227
|
+
"settings.mcp.oAuthClients.scope.project.read": string;
|
|
3228
|
+
"settings.mcp.oAuthClients.scope.tag.read": string;
|
|
3229
|
+
"settings.mcp.oAuthClients.scope.more": string;
|
|
3230
|
+
"settings.mcp.oAuthClients.access.full": string;
|
|
3231
|
+
"settings.mcp.oAuthClients.access.none": string;
|
|
3232
|
+
"settings.mcp.oAuthClients.details.subtitle": string;
|
|
3233
|
+
"settings.mcp.oAuthClients.details.subtitleWithType": string;
|
|
3234
|
+
"settings.mcp.oAuthClients.details.connectedOn": string;
|
|
3235
|
+
"settings.mcp.oAuthClients.details.access": string;
|
|
3236
|
+
"settings.mcp.oAuthClients.details.enablesTools": string;
|
|
3237
|
+
"settings.mcp.oAuthClients.details.badge.read": string;
|
|
3238
|
+
"settings.mcp.oAuthClients.details.badge.write": string;
|
|
3239
|
+
"settings.mcp.oAuthClients.resource.workflow": string;
|
|
3240
|
+
"settings.mcp.oAuthClients.resource.execution": string;
|
|
3241
|
+
"settings.mcp.oAuthClients.resource.credential": string;
|
|
3242
|
+
"settings.mcp.oAuthClients.resource.dataTable": string;
|
|
3243
|
+
"settings.mcp.oAuthClients.resource.project": string;
|
|
3244
|
+
"settings.mcp.oAuthClients.resource.tag": string;
|
|
3182
3245
|
"settings.mcp.oAuthClients.revoke.success.title": string;
|
|
3183
3246
|
"settings.mcp.oAuthClients.revoke.success.message": string;
|
|
3184
3247
|
"settings.mcp.oAuthClients.revoke.error": string;
|
|
3248
|
+
"settings.mcp.oAuthClients.revoke.title": string;
|
|
3249
|
+
"settings.mcp.oAuthClients.revoke.description.own": string;
|
|
3250
|
+
"settings.mcp.oAuthClients.revoke.description.other": string;
|
|
3251
|
+
"settings.mcp.oAuthClients.revoke.button": string;
|
|
3252
|
+
"settings.mcp.oAuthClients.tabs.mine": string;
|
|
3253
|
+
"settings.mcp.oAuthClients.tabs.all": string;
|
|
3254
|
+
"settings.mcp.oAuthClients.search.placeholder": string;
|
|
3255
|
+
"settings.mcp.oAuthClients.search.noResults": string;
|
|
3256
|
+
"settings.mcp.oAuthClients.filters.clientType": string;
|
|
3257
|
+
"settings.mcp.oAuthClients.filters.clientType.all": string;
|
|
3258
|
+
"settings.mcp.oAuthClients.filters.clientType.ide": string;
|
|
3259
|
+
"settings.mcp.oAuthClients.filters.clientType.cli": string;
|
|
3260
|
+
"settings.mcp.oAuthClients.filters.clientType.web": string;
|
|
3261
|
+
"settings.mcp.oAuthClients.filters.connectedBy": string;
|
|
3262
|
+
"settings.mcp.oAuthClients.filters.connectedBy.all": string;
|
|
3263
|
+
"settings.mcp.oAuthClients.filters.connected": string;
|
|
3264
|
+
"settings.mcp.oAuthClients.filters.connected.allTime": string;
|
|
3265
|
+
"settings.mcp.oAuthClients.filters.connected.lastXDays": string;
|
|
3266
|
+
"settings.mcp.oAuthClients.filters.connected.older": string;
|
|
3267
|
+
"settings.mcp.oAuthClients.table.connectedBy": string;
|
|
3268
|
+
"settings.mcp.oAuthClients.details.connectedBy": string;
|
|
3185
3269
|
"settings.mcp.refresh.tooltip": string;
|
|
3186
3270
|
"settings.mcp.connectWorkflows": string;
|
|
3187
3271
|
"settings.mcp.connectWorkflows.modalTitle": string;
|
|
@@ -4116,6 +4200,15 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4116
4200
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4117
4201
|
"canvas.nodeGroup.expand": string;
|
|
4118
4202
|
"canvas.nodeGroup.collapse": string;
|
|
4203
|
+
"canvas.nodeGroup.prompt.renameGroup": string;
|
|
4204
|
+
"canvas.nodeGroup.duplicateName": string;
|
|
4205
|
+
"canvas.nodeGroup.renameBlocked.title": string;
|
|
4206
|
+
"canvas.nodeGroup.descriptionPlaceholder": string;
|
|
4207
|
+
"canvas.nodeGroup.editDescription": string;
|
|
4208
|
+
"canvas.nodeGroup.saveDescription": string;
|
|
4209
|
+
"canvas.nodeGroup.cancelEdit": string;
|
|
4210
|
+
"canvas.nodeGroup.pinDescription": string;
|
|
4211
|
+
"canvas.nodeGroup.unpinDescription": string;
|
|
4119
4212
|
"workflowExtraction.error.failure": string;
|
|
4120
4213
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": string;
|
|
4121
4214
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": string;
|
|
@@ -4475,7 +4568,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4475
4568
|
"workflows.templateRecoV2.useTemplate": string;
|
|
4476
4569
|
"workflows.templateRecoV2.exploreTemplates": string;
|
|
4477
4570
|
"templates.featured.loading": string;
|
|
4478
|
-
"templates.featured.seeMore": string;
|
|
4479
4571
|
"workflows.search.placeholder": string;
|
|
4480
4572
|
"workflows.filters": string;
|
|
4481
4573
|
"workflows.filters.tags": string;
|
|
@@ -4498,17 +4590,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4498
4590
|
"workflows.noResults": string;
|
|
4499
4591
|
"workflows.noResults.withSearch.switchToShared.preamble": string;
|
|
4500
4592
|
"workflows.noResults.withSearch.switchToShared.link": string;
|
|
4501
|
-
"workflows.empty.heading": string;
|
|
4502
|
-
"workflows.empty.heading.userNotSetup": string;
|
|
4503
4593
|
"workflows.empty.onboarding.heading": string;
|
|
4504
4594
|
"workflows.empty.list.heading": string;
|
|
4505
4595
|
"workflows.empty.list.description": string;
|
|
4506
|
-
"workflows.empty.heading.builder": string;
|
|
4507
|
-
"workflows.empty.heading.builder.userNotSetup": string;
|
|
4508
|
-
"workflows.empty.description": string;
|
|
4509
4596
|
"workflows.empty.description.readOnlyEnv": string;
|
|
4510
4597
|
"workflows.empty.description.noPermission": string;
|
|
4511
|
-
"workflows.empty.startWithTemplate": string;
|
|
4512
4598
|
"workflows.empty.browseTemplates": string;
|
|
4513
4599
|
"workflows.empty.learnN8n": string;
|
|
4514
4600
|
"workflows.empty.button.disabled.tooltip": string;
|
|
@@ -4841,10 +4927,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4841
4927
|
"agents.modelSelector.freeCredits.label": string;
|
|
4842
4928
|
"agents.modelSelector.freeCredits.badge": string;
|
|
4843
4929
|
"agents.modelSelector.freeCredits.description": string;
|
|
4844
|
-
"agents.builder.unconfigured.title": string;
|
|
4845
|
-
"agents.builder.unconfigured.description.admin": string;
|
|
4846
|
-
"agents.builder.unconfigured.description.nonAdmin": string;
|
|
4847
|
-
"agents.builder.unconfigured.cta": string;
|
|
4848
4930
|
"settings.n8nAgent.enable.label": string;
|
|
4849
4931
|
"settings.n8nAgent.enable.description": string;
|
|
4850
4932
|
"settings.n8nAgent.computerUse.label": string;
|
|
@@ -5493,8 +5575,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5493
5575
|
"agentNode.card.moreChips": string;
|
|
5494
5576
|
"agentNode.card.loadError": string;
|
|
5495
5577
|
"agentNode.card.noModel": string;
|
|
5496
|
-
"agentNode.ndv.banner.prefix": string;
|
|
5497
|
-
"agentNode.ndv.banner.link": string;
|
|
5498
5578
|
"agentNode.ndv.banner.suffix": string;
|
|
5499
5579
|
"agentNode.ndv.section.agent": string;
|
|
5500
5580
|
"agentNode.ndv.referenced.editInBuilder": string;
|
|
@@ -5683,6 +5763,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5683
5763
|
"evaluation.collections.errors.fetchFailed": string;
|
|
5684
5764
|
"evaluation.collections.card.done": string;
|
|
5685
5765
|
"evaluation.collections.card.running": string;
|
|
5766
|
+
"evaluation.collections.card.failed": string;
|
|
5686
5767
|
"evaluation.collections.card.currentDraft": string;
|
|
5687
5768
|
"evaluation.collections.card.meta.versions": string;
|
|
5688
5769
|
"evaluation.collections.card.lastRunToday": string;
|
|
@@ -5718,6 +5799,37 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5718
5799
|
"evaluation.compare.insights.noRegressions": string;
|
|
5719
5800
|
"evaluation.compare.errors.loadFailed": string;
|
|
5720
5801
|
"evaluation.compare.errors.notFound": string;
|
|
5802
|
+
"evaluation.compare.tabs.cases": string;
|
|
5803
|
+
"evaluation.compare.tabs.outputs": string;
|
|
5804
|
+
"evaluation.compare.tabs.metrics": string;
|
|
5805
|
+
"evaluation.compare.tabs.workflowDiff": string;
|
|
5806
|
+
"evaluation.compare.datasetMismatch": string;
|
|
5807
|
+
"evaluation.compare.cases.col.index": string;
|
|
5808
|
+
"evaluation.compare.cases.col.input": string;
|
|
5809
|
+
"evaluation.compare.cases.col.best": string;
|
|
5810
|
+
"evaluation.compare.cases.col.deltaVsBest": string;
|
|
5811
|
+
"evaluation.compare.cases.bestPill": string;
|
|
5812
|
+
"evaluation.compare.cases.loading": string;
|
|
5813
|
+
"evaluation.compare.cases.running": string;
|
|
5814
|
+
"evaluation.compare.cases.empty": string;
|
|
5815
|
+
"evaluation.compare.cases.loadError": string;
|
|
5816
|
+
"evaluation.compare.outputs.casesSidebarTitle": string;
|
|
5817
|
+
"evaluation.compare.outputs.input": string;
|
|
5818
|
+
"evaluation.compare.outputs.noOutput": string;
|
|
5819
|
+
"evaluation.compare.metrics.col.metric": string;
|
|
5820
|
+
"evaluation.compare.metrics.empty": string;
|
|
5821
|
+
"evaluation.metric.description.correctness": string;
|
|
5822
|
+
"evaluation.metric.description.helpfulness": string;
|
|
5823
|
+
"evaluation.metric.description.stringSimilarity": string;
|
|
5824
|
+
"evaluation.metric.description.categorization": string;
|
|
5825
|
+
"evaluation.metric.description.toolsUsed": string;
|
|
5826
|
+
"evaluation.metric.criteria.label": string;
|
|
5827
|
+
"evaluation.metric.criteria.showMore": string;
|
|
5828
|
+
"evaluation.metric.criteria.showLess": string;
|
|
5829
|
+
"evaluation.compare.workflowDiff.needTwo": string;
|
|
5830
|
+
"evaluation.compare.workflowDiff.loadError": string;
|
|
5831
|
+
"evaluation.compare.workflowDiff.base": string;
|
|
5832
|
+
"evaluation.compare.workflowDiff.compare": string;
|
|
5721
5833
|
"evaluation.setup.title": string;
|
|
5722
5834
|
"evaluation.setup.subtitle": string;
|
|
5723
5835
|
"evaluation.setup.collectionName": string;
|
|
@@ -5890,6 +6002,73 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5890
6002
|
"evaluations.wizardSidepanel.customCheck.expressionTag": string;
|
|
5891
6003
|
"evaluations.wizardSidepanel.customCheck.submit": string;
|
|
5892
6004
|
"evaluations.wizardSidepanel.customCheck.remove": string;
|
|
6005
|
+
"evaluations.tests.addTestCase": string;
|
|
6006
|
+
"evaluations.tests.runAll": string;
|
|
6007
|
+
"evaluations.tests.runAll.error": string;
|
|
6008
|
+
"evaluations.tests.list.heading": string;
|
|
6009
|
+
"evaluations.tests.list.empty": string;
|
|
6010
|
+
"evaluations.tests.list.caseLabel": string;
|
|
6011
|
+
"evaluations.tests.list.seedCaseLabel": string;
|
|
6012
|
+
"evaluations.tests.list.noInput": string;
|
|
6013
|
+
"evaluations.tests.list.editHint": string;
|
|
6014
|
+
"evaluations.tests.executions.heading": string;
|
|
6015
|
+
"evaluations.tests.executions.hint": string;
|
|
6016
|
+
"evaluations.tests.newCase.title": string;
|
|
6017
|
+
"evaluations.tests.suite.receivesInput": string;
|
|
6018
|
+
"evaluations.tests.results.createCase": string;
|
|
6019
|
+
"evaluations.tests.results.empty": string;
|
|
6020
|
+
"evaluations.tests.empty.noNode": string;
|
|
6021
|
+
"evaluations.tests.empty.noNode.button": string;
|
|
6022
|
+
"evaluations.tests.empty.noExecutions": string;
|
|
6023
|
+
"evaluations.tests.empty.execute": string;
|
|
6024
|
+
"evaluations.tests.empty.chooseTrigger": string;
|
|
6025
|
+
"evaluations.tests.results.runLabel": string;
|
|
6026
|
+
"evaluations.tests.results.running": string;
|
|
6027
|
+
"evaluations.tests.results.runFailed": string;
|
|
6028
|
+
"evaluations.tests.results.metric.promptTokens": string;
|
|
6029
|
+
"evaluations.tests.results.metric.completionTokens": string;
|
|
6030
|
+
"evaluations.tests.results.metric.totalTokens": string;
|
|
6031
|
+
"evaluations.tests.results.metric.executionTime": string;
|
|
6032
|
+
"evaluations.tests.chooseAiNode": string;
|
|
6033
|
+
"evaluations.tests.chooseAiNode.placeholder": string;
|
|
6034
|
+
"evaluations.tests.chooseExecution": string;
|
|
6035
|
+
"evaluations.tests.createManually": string;
|
|
6036
|
+
"evaluations.tests.createManually.hint": string;
|
|
6037
|
+
"evaluations.tests.executions.createCase": string;
|
|
6038
|
+
"evaluations.tests.executions.manualBadge": string;
|
|
6039
|
+
"evaluations.tests.executions.input": string;
|
|
6040
|
+
"evaluations.tests.executions.output": string;
|
|
6041
|
+
"evaluations.tests.executions.empty": string;
|
|
6042
|
+
"evaluations.tests.seedFromExecution.error": string;
|
|
6043
|
+
"evaluations.tests.detail.delete": string;
|
|
6044
|
+
"evaluations.tests.detail.delete.confirm.title": string;
|
|
6045
|
+
"evaluations.tests.detail.delete.confirm.message": string;
|
|
6046
|
+
"evaluations.tests.detail.title": string;
|
|
6047
|
+
"evaluations.tests.detail.system.heading": string;
|
|
6048
|
+
"evaluations.tests.detail.metrics.heading": string;
|
|
6049
|
+
"evaluations.tests.detail.expected.heading": string;
|
|
6050
|
+
"evaluations.tests.detail.run": string;
|
|
6051
|
+
"evaluations.tests.detail.runAgain": string;
|
|
6052
|
+
"evaluations.tests.detail.when": string;
|
|
6053
|
+
"evaluations.tests.detail.receivesInput": string;
|
|
6054
|
+
"evaluations.tests.detail.output": string;
|
|
6055
|
+
"evaluations.tests.detail.addMetric": string;
|
|
6056
|
+
"evaluations.tests.detail.addMetric.custom": string;
|
|
6057
|
+
"evaluations.tests.detail.removeMetric": string;
|
|
6058
|
+
"evaluations.tests.detail.tools.empty": string;
|
|
6059
|
+
"evaluations.tests.metric.correctness.option": string;
|
|
6060
|
+
"evaluations.tests.metric.stringSimilarity.option": string;
|
|
6061
|
+
"evaluations.tests.metric.toolsUsed.option": string;
|
|
6062
|
+
"evaluations.tests.metric.correctness.sentence": string;
|
|
6063
|
+
"evaluations.tests.metric.helpfulness.sentence": string;
|
|
6064
|
+
"evaluations.tests.metric.stringSimilarity.sentence": string;
|
|
6065
|
+
"evaluations.tests.metric.categorization.sentence": string;
|
|
6066
|
+
"evaluations.tests.metric.toolsUsed.sentence": string;
|
|
6067
|
+
"evaluations.tests.metric.custom.sentence": string;
|
|
6068
|
+
"evaluations.tests.metric.custom.placeholder": string;
|
|
6069
|
+
"evaluations.tests.metrics.label": string;
|
|
6070
|
+
"evaluations.tests.metrics.none": string;
|
|
6071
|
+
"evaluations.tests.metrics.selected": string;
|
|
5893
6072
|
"freeAi.credits.callout.claim.title": string;
|
|
5894
6073
|
"freeAi.credits.callout.claim.button.label": string;
|
|
5895
6074
|
"freeAi.credits.callout.success.title.part1": string;
|
|
@@ -5922,6 +6101,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5922
6101
|
"insights.dashboard.table.projectName": string;
|
|
5923
6102
|
"insights.dashboard.table.title": string;
|
|
5924
6103
|
"insights.dashboard.table.estimate": string;
|
|
6104
|
+
"insights.dashboard.table.noAccess": string;
|
|
5925
6105
|
"insights.dashboard.title": string;
|
|
5926
6106
|
"insights.dashboard.search.placeholder": string;
|
|
5927
6107
|
"insights.dashboard.dataRangeAlert.title": string;
|
|
@@ -6099,7 +6279,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6099
6279
|
"instanceAi.input.placeholder": string;
|
|
6100
6280
|
"instanceAi.input.suspendedPlaceholder": string;
|
|
6101
6281
|
"instanceAi.input.workflowBuilderUnavailablePlaceholder": string;
|
|
6102
|
-
"instanceAi.statusBar.waitingForInput": string;
|
|
6103
6282
|
"instanceAi.input.send": string;
|
|
6104
6283
|
"instanceAi.input.stop": string;
|
|
6105
6284
|
"instanceAi.launch.template.message": string;
|
|
@@ -6193,6 +6372,14 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6193
6372
|
"instanceAi.artifactsPanel.project": string;
|
|
6194
6373
|
"instanceAi.artifactsPanel.unknownProject": string;
|
|
6195
6374
|
"instanceAi.artifactsPanel.personalSpace": string;
|
|
6375
|
+
"instanceAi.artifactsPanel.context.title": string;
|
|
6376
|
+
"instanceAi.artifactsPanel.context.dismiss": string;
|
|
6377
|
+
"instanceAi.artifactsPanel.context.addedToContext": string;
|
|
6378
|
+
"instanceAi.artifactsPanel.context.credentialModal": string;
|
|
6379
|
+
"instanceAi.artifactsPanel.context.agentPreview": string;
|
|
6380
|
+
"instanceAi.artifactsPanel.context.agentPreviewNamed": string;
|
|
6381
|
+
"instanceAi.artifactsPanel.context.agentPreviewTitled": string;
|
|
6382
|
+
"instanceAi.artifactsPanel.context.agentPreviewSessionTitled": string;
|
|
6196
6383
|
"instanceAi.projectSelect.tooltip": string;
|
|
6197
6384
|
"instanceAi.projectSelect.placeholder": string;
|
|
6198
6385
|
"instanceAi.projectSelect.search": string;
|
|
@@ -6258,6 +6445,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6258
6445
|
"instanceAi.workflowSetup.triggerError": string;
|
|
6259
6446
|
"instanceAi.workflowSetup.triggerListening": string;
|
|
6260
6447
|
"instanceAi.workflowSetup.apply": string;
|
|
6448
|
+
"instanceAi.workflowSetup.configureNode": string;
|
|
6261
6449
|
"instanceAi.workflowSetup.credentialTestFailedTooltip": string;
|
|
6262
6450
|
"instanceAi.workflowSetup.stepIncompleteTooltip": string;
|
|
6263
6451
|
"instanceAi.workflowSetup.applyCompleted": string;
|
|
@@ -6681,11 +6869,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6681
6869
|
"instanceAi.stepTimeline.hideBrief": string;
|
|
6682
6870
|
"instanceAi.stepTimeline.done": string;
|
|
6683
6871
|
"instanceAi.stepTimeline.craftingWorkflow": string;
|
|
6684
|
-
"instanceAi.activitySummary.reasoning": string;
|
|
6685
6872
|
"instanceAi.activitySummary.toolCalls": string;
|
|
6686
|
-
"instanceAi.
|
|
6687
|
-
"instanceAi.
|
|
6688
|
-
"instanceAi.
|
|
6873
|
+
"instanceAi.thinking.active": string;
|
|
6874
|
+
"instanceAi.thinking.done": string;
|
|
6875
|
+
"instanceAi.thinking.doneFallback": string;
|
|
6876
|
+
"instanceAi.thinking.waitingForInput": string;
|
|
6689
6877
|
"projects.menu.instanceAi": string;
|
|
6690
6878
|
"chatInputBase.button.attach": string;
|
|
6691
6879
|
"chatInputBase.button.dictate": string;
|
|
@@ -6722,40 +6910,30 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6722
6910
|
"agents.delete.modal.button.delete": string;
|
|
6723
6911
|
"agents.builder.loadError": string;
|
|
6724
6912
|
"agents.builder.saveError": string;
|
|
6725
|
-
"agents.builder.chatColumn.ariaLabel": string;
|
|
6726
|
-
"agents.builder.chatMode.build": string;
|
|
6727
|
-
"agents.builder.chatMode.test": string;
|
|
6728
|
-
"agents.builder.chatMode.ariaLabel": string;
|
|
6729
|
-
"agents.builder.chatMode.test.lockedTooltip": string;
|
|
6730
6913
|
"agents.builder.chat.sessionPicker.ariaLabel": string;
|
|
6731
6914
|
"agents.builder.chat.sessionPicker.empty": string;
|
|
6732
6915
|
"agents.builder.chat.newChat.ariaLabel": string;
|
|
6733
6916
|
"agents.builder.chat.newChat.label": string;
|
|
6734
|
-
"agents.builder.chat.hide.ariaLabel": string;
|
|
6735
|
-
"agents.builder.chat.show.ariaLabel": string;
|
|
6736
|
-
"agents.builder.chat.fullWidth.expand.ariaLabel": string;
|
|
6737
|
-
"agents.builder.chat.fullWidth.collapse.ariaLabel": string;
|
|
6738
6917
|
"agents.chat.loadHistory.error": string;
|
|
6739
6918
|
"agents.chat.clearHistory.error": string;
|
|
6740
6919
|
"agents.chat.clearHistory": string;
|
|
6741
6920
|
"agents.chat.input.placeholder": string;
|
|
6921
|
+
"agents.preview.episodicMemoryCallout.text": string;
|
|
6922
|
+
"agents.preview.episodicMemoryCallout.action": string;
|
|
6742
6923
|
"agents.chat.answerQuestionPlaceholder": string;
|
|
6743
6924
|
"agents.chat.misconfigured.title": string;
|
|
6744
|
-
"agents.chat.misconfigured.
|
|
6925
|
+
"agents.chat.misconfigured.issuesPrefix": string;
|
|
6745
6926
|
"agents.chat.misconfigured.missing.instructions": string;
|
|
6746
6927
|
"agents.chat.misconfigured.missing.model": string;
|
|
6747
6928
|
"agents.chat.misconfigured.missing.credential": string;
|
|
6748
|
-
"agents.chat.misconfigured.missing.episodicMemory.credential": string;
|
|
6749
|
-
"agents.chat.misconfigured.missing.webSearch.credential": string;
|
|
6750
6929
|
"agents.chat.misconfigured.missing.agent": string;
|
|
6751
6930
|
"agents.chat.misconfigured.missing.skill": string;
|
|
6752
|
-
"agents.chat.misconfigured.
|
|
6931
|
+
"agents.chat.misconfigured.missing.tools": string;
|
|
6932
|
+
"agents.chat.misconfigured.missing.mcpServers": string;
|
|
6933
|
+
"agents.chat.misconfigured.missing.subAgents.agents": string;
|
|
6753
6934
|
"agents.chat.misconfigured.dismiss": string;
|
|
6754
|
-
"agents.chat.
|
|
6755
|
-
"agents.chat.
|
|
6756
|
-
"agents.chat.askQuestions.skipped": string;
|
|
6757
|
-
"agents.chat.configureChannel.skipped": string;
|
|
6758
|
-
"agents.chat.askCredential.managed": string;
|
|
6935
|
+
"agents.chat.emptyState.title": string;
|
|
6936
|
+
"agents.chat.emptyState.description": string;
|
|
6759
6937
|
"agents.chat.toolNames.webSearch": string;
|
|
6760
6938
|
"agents.chat.toolNames.findFile": string;
|
|
6761
6939
|
"agents.chat.toolNames.searchText": string;
|
|
@@ -6803,6 +6981,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6803
6981
|
"agents.list.readonly": string;
|
|
6804
6982
|
"agents.publish.button.publish": string;
|
|
6805
6983
|
"agents.publish.button.published": string;
|
|
6984
|
+
"agents.publish.button.invalidConfigTooltip": string;
|
|
6806
6985
|
"agents.publish.dropdown.publish": string;
|
|
6807
6986
|
"agents.publish.dropdown.revertToPublished": string;
|
|
6808
6987
|
"agents.publish.dropdown.unpublish": string;
|
|
@@ -6879,14 +7058,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6879
7058
|
"agents.toolConfig.mcpApproval.refresh.hint": string;
|
|
6880
7059
|
"agents.toolConfig.mcpApproval.tools.placeholder": string;
|
|
6881
7060
|
"agents.toolConfig.mcpApproval.loadError": string;
|
|
6882
|
-
"agents.new.title": string;
|
|
6883
7061
|
"agents.new.defaultName": string;
|
|
6884
|
-
"agents.new.startBlank": string;
|
|
6885
|
-
"agents.new.heading": string;
|
|
6886
|
-
"agents.new.headingWithName": string;
|
|
6887
|
-
"agents.new.description.placeholder": string;
|
|
6888
|
-
"agents.new.templates.label": string;
|
|
6889
|
-
"agents.builder.readonly.placeholder": string;
|
|
6890
7062
|
"agents.builder.sections.agent": string;
|
|
6891
7063
|
"agents.builder.sections.advanced": string;
|
|
6892
7064
|
"agents.builder.sections.configJson": string;
|
|
@@ -6943,9 +7115,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6943
7115
|
"agents.builder.advanced.maxIterations.hint": string;
|
|
6944
7116
|
"agents.builder.memory.title": string;
|
|
6945
7117
|
"agents.builder.memory.description": string;
|
|
7118
|
+
"agents.builder.memory.settings.title": string;
|
|
6946
7119
|
"agents.builder.memory.episodicMemory.label": string;
|
|
6947
7120
|
"agents.builder.memory.episodicMemory.hint": string;
|
|
6948
|
-
"agents.builder.memory.episodicMemory.
|
|
7121
|
+
"agents.builder.memory.episodicMemory.credential.label": string;
|
|
7122
|
+
"agents.builder.memory.episodicMemory.credential.hint": string;
|
|
6949
7123
|
"agents.builder.files.title": string;
|
|
6950
7124
|
"agents.builder.files.titleTooltip": string;
|
|
6951
7125
|
"agents.builder.files.description": string;
|
|
@@ -7057,14 +7231,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
7057
7231
|
"agents.builder.subAgents.modal.remove": string;
|
|
7058
7232
|
"agents.builder.memory.recallModel.label": string;
|
|
7059
7233
|
"agents.builder.memory.recallModel.hint": string;
|
|
7060
|
-
"agents.builder.episodicMemoryCredentialModal.title": string;
|
|
7061
|
-
"agents.builder.episodicMemoryCredentialModal.description": string;
|
|
7062
7234
|
"agents.builder.editor.copy": string;
|
|
7063
7235
|
"agents.builder.editor.copied": string;
|
|
7064
|
-
"agents.builder.progress.building.title": string;
|
|
7065
|
-
"agents.builder.progress.building.hint": string;
|
|
7066
|
-
"agents.builder.progress.error.title": string;
|
|
7067
|
-
"agents.builder.progress.error.hint": string;
|
|
7068
7236
|
"agents.builder.tools.title": string;
|
|
7069
7237
|
"agents.builder.tools.count": string;
|
|
7070
7238
|
"agents.builder.tools.add": string;
|
|
@@ -7090,7 +7258,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
7090
7258
|
"agents.builder.skills.allowedTools.addModal.empty": string;
|
|
7091
7259
|
"agents.builder.skills.allowedTools.addModal.allSelected": string;
|
|
7092
7260
|
"agents.builder.skills.instructions.label": string;
|
|
7093
|
-
"agents.builder.skills.instructions.
|
|
7261
|
+
"agents.builder.skills.instructions.byteCount": string;
|
|
7094
7262
|
"agents.builder.skills.filesNav.label": string;
|
|
7095
7263
|
"agents.builder.skills.import.skillFile": string;
|
|
7096
7264
|
"agents.builder.skills.import.folder": string;
|
|
@@ -7131,12 +7299,15 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
7131
7299
|
"agents.builder.skills.create.error": string;
|
|
7132
7300
|
"agents.builder.skills.added": string;
|
|
7133
7301
|
"agents.builder.skills.saveError": string;
|
|
7302
|
+
"agents.builder.skills.duplicateName.error": string;
|
|
7134
7303
|
"agents.builder.skills.validation.nameRequired": string;
|
|
7135
7304
|
"agents.builder.skills.validation.nameMaxLength": string;
|
|
7305
|
+
"agents.builder.skills.validation.nameDuplicate": string;
|
|
7136
7306
|
"agents.builder.skills.validation.descriptionRequired": string;
|
|
7137
7307
|
"agents.builder.skills.validation.descriptionMaxLength": string;
|
|
7138
7308
|
"agents.builder.skills.validation.instructionsRequired": string;
|
|
7139
7309
|
"agents.builder.skills.validation.instructionsMaxLength": string;
|
|
7310
|
+
"agents.builder.skills.missingContent.callout": string;
|
|
7140
7311
|
"agents.builder.skills.remove": string;
|
|
7141
7312
|
"agents.builder.skills.back": string;
|
|
7142
7313
|
"agents.builder.tasks.title": string;
|
|
@@ -7188,6 +7359,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
7188
7359
|
"agents.builder.tasks.validation.objectiveRequired": string;
|
|
7189
7360
|
"agents.builder.tasks.validation.objectiveMaxLength": string;
|
|
7190
7361
|
"agents.builder.tasks.validation.cronRequired": string;
|
|
7362
|
+
"agents.builder.tasks.validation.cronInvalid": string;
|
|
7191
7363
|
"agents.builder.editor.invalidJson": string;
|
|
7192
7364
|
"agents.builder.editorColumn.ariaLabel": string;
|
|
7193
7365
|
"agents.builder.tree.ariaLabel": string;
|
|
@@ -7212,6 +7384,22 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
7212
7384
|
"agents.builder.header.saved": string;
|
|
7213
7385
|
"agents.builder.preview.button": string;
|
|
7214
7386
|
"agents.builder.preview.disabledTooltip": string;
|
|
7387
|
+
"agents.builder.validation.issue.missingRequired": string;
|
|
7388
|
+
"agents.builder.validation.issue.invalidValue": string;
|
|
7389
|
+
"agents.builder.validation.issue.missingCredential": string;
|
|
7390
|
+
"agents.builder.validation.issue.invalidCredential": string;
|
|
7391
|
+
"agents.builder.validation.issue.incompatibleCredential": string;
|
|
7392
|
+
"agents.builder.validation.issue.missingReference": string;
|
|
7393
|
+
"agents.builder.validation.issue.incompatibleReference": string;
|
|
7394
|
+
"agents.builder.validation.issue.subAgent.missingReference": string;
|
|
7395
|
+
"agents.builder.validation.issue.subAgent.incompatibleReference": string;
|
|
7396
|
+
"agents.builder.validation.issue.skill.missingReference": string;
|
|
7397
|
+
"agents.builder.validation.issue.task.invalidValue": string;
|
|
7398
|
+
"agents.builder.validation.issue.tool.workflow.missingReference": string;
|
|
7399
|
+
"agents.builder.validation.issue.tool.workflow.incompatibleReference": string;
|
|
7400
|
+
"agents.builder.validation.issue.tool.custom.missingReference": string;
|
|
7401
|
+
"agents.builder.validation.issue.tool.node.missingReference": string;
|
|
7402
|
+
"agents.builder.validation.issue.mcpServer.incompatibleCredential": string;
|
|
7215
7403
|
"agents.builder.preview.viewSession": string;
|
|
7216
7404
|
"agents.builder.preview.close.ariaLabel": string;
|
|
7217
7405
|
"agents.builder.executions.count": string;
|
|
@@ -7223,8 +7411,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
7223
7411
|
"agents.builder.evaluations.type.judge": string;
|
|
7224
7412
|
"agents.builder.evaluations.credentialConfigured": string;
|
|
7225
7413
|
"agents.builder.evaluations.emptyPrefix": string;
|
|
7226
|
-
"agents.builder.quickActions.addTool": string;
|
|
7227
|
-
"agents.builder.quickActions.addTrigger": string;
|
|
7228
7414
|
"agents.builder.quickActions.memoriesUsed.count": string;
|
|
7229
7415
|
"agents.builder.quickActions.memoriesUsed.keyMemory": string;
|
|
7230
7416
|
"agents.builder.capabilities.title": string;
|