@n8n/i18n 2.0.1 → 2.2.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.d.cts CHANGED
@@ -49,8 +49,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
49
49
  "generic.any": string;
50
50
  "generic.allow": string;
51
51
  "generic.deny": string;
52
+ "generic.docs": string;
53
+ "generic.documentation": string;
52
54
  "generic.back": string;
53
55
  "generic.cancel": string;
56
+ "generic.connect": string;
54
57
  "generic.open": string;
55
58
  "generic.openResource": string;
56
59
  "generic.add": string;
@@ -58,6 +61,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
58
61
  "generic.clear": string;
59
62
  "generic.confirm": string;
60
63
  "generic.create": string;
64
+ "generic.start": string;
61
65
  "generic.create.workflow": string;
62
66
  "generic.deleteWorkflowError": string;
63
67
  "generic.archiveWorkflowError": string;
@@ -111,6 +115,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
111
115
  "generic.unsavedWork.confirmMessage.message": string;
112
116
  "generic.unsavedWork.confirmMessage.confirmButtonText": string;
113
117
  "generic.unsavedWork.confirmMessage.cancelButtonText": string;
118
+ "generic.trial.message": string;
119
+ "generic.trial.tooltip": string;
114
120
  "generic.upgrade": string;
115
121
  "generic.upgradeNow": string;
116
122
  "generic.update": string;
@@ -149,6 +155,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
149
155
  "generic.showLess": string;
150
156
  "generic.published": string;
151
157
  "generic.notPublished": string;
158
+ "generic.tip": string;
152
159
  "about.aboutN8n": string;
153
160
  "about.close": string;
154
161
  "about.license": string;
@@ -207,6 +214,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
207
214
  "auth.roles.member": string;
208
215
  "auth.roles.admin": string;
209
216
  "auth.roles.owner": string;
217
+ "auth.roles.chatUser": string;
210
218
  "auth.agreement.label": string;
211
219
  "auth.setup.next": string;
212
220
  "auth.setup.settingUpOwnerError": string;
@@ -246,6 +254,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
246
254
  "aiAssistant.builder.executeMessage.noIssues": string;
247
255
  "aiAssistant.builder.executeMessage.validationTooltip": string;
248
256
  "aiAssistant.builder.executeMessage.execute": string;
257
+ "aiAssistant.builder.executeMessage.chooseModel": string;
258
+ "aiAssistant.builder.executeMessage.chooseCredentials": string;
249
259
  "aiAssistant.builder.executeMessage.noExecutionData": string;
250
260
  "aiAssistant.builder.executeMessage.executionSuccess": string;
251
261
  "aiAssistant.builder.executeMessage.executionFailedOnNode": string;
@@ -253,6 +263,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
253
263
  "aiAssistant.builder.executeMessage.fillParameter": string;
254
264
  "aiAssistant.builder.toast.title": string;
255
265
  "aiAssistant.builder.toast.description": string;
266
+ "aiAssistant.builder.restoreError.title": string;
256
267
  "aiAssistant.assistant": string;
257
268
  "aiAssistant.newSessionModal.title.part1": string;
258
269
  "aiAssistant.newSessionModal.title.part2": string;
@@ -313,22 +324,23 @@ declare const i18nInstance: vue_i18n0.I18n<{
313
324
  "chat.window.session.id.copy": string;
314
325
  "chat.window.session.reset": string;
315
326
  "chat.window.session.resetSession": string;
316
- "chatHub.agent.customAgents": string;
327
+ "chatHub.agent.personalAgents": string;
328
+ "chatHub.agent.workflowAgents": string;
317
329
  "chatHub.agent.newAgent": string;
330
+ "chatHub.agent.unavailableAgent": string;
318
331
  "chatHub.agent.configureCredentials": string;
319
332
  "chatHub.agent.addModel": string;
320
333
  "chatHub.agent.credentialsMissing": string;
321
334
  "chatHub.agent.card.menu.edit": string;
322
335
  "chatHub.agent.card.menu.delete": string;
323
336
  "chatHub.agent.card.noDescription": string;
324
- "chatHub.agent.card.badge.n8nWorkflow": string;
325
- "chatHub.agent.card.badge.customAgent": string;
326
337
  "chatHub.agent.card.button.edit": string;
327
338
  "chatHub.agent.card.button.moreOptions": string;
328
339
  "chatHub.agent.editor.title.new": string;
329
340
  "chatHub.agent.editor.title.edit": string;
330
341
  "chatHub.agent.editor.name.label": string;
331
342
  "chatHub.agent.editor.name.placeholder": string;
343
+ "chatHub.agent.editor.iconPicker.button.tooltip": string;
332
344
  "chatHub.agent.editor.description.label": string;
333
345
  "chatHub.agent.editor.description.placeholder": string;
334
346
  "chatHub.agent.editor.systemPrompt.label": string;
@@ -358,17 +370,19 @@ declare const i18nInstance: vue_i18n0.I18n<{
358
370
  "chatHub.agents.delete.cancel.button": string;
359
371
  "chatHub.agents.delete.success": string;
360
372
  "chatHub.agents.delete.error": string;
361
- "chatHub.agents.title": string;
362
- "chatHub.agents.description": string;
363
373
  "chatHub.agents.button.newAgent": string;
364
374
  "chatHub.agents.search.placeholder": string;
365
- "chatHub.agents.filter.all": string;
366
- "chatHub.agents.filter.customAgents": string;
367
- "chatHub.agents.filter.n8nWorkflows": string;
368
375
  "chatHub.agents.sort.updatedAt": string;
369
376
  "chatHub.agents.sort.createdAt": string;
370
- "chatHub.agents.empty.noAgents": string;
371
377
  "chatHub.agents.empty.noMatch": string;
378
+ "chatHub.workflowAgents.title": string;
379
+ "chatHub.workflowAgents.description": string;
380
+ "chatHub.workflowAgents.empty.noAgents": string;
381
+ "chatHub.workflowAgents.empty.noMatch": string;
382
+ "chatHub.personalAgents.title": string;
383
+ "chatHub.personalAgents.description": string;
384
+ "chatHub.personalAgents.empty.noAgents": string;
385
+ "chatHub.personalAgents.empty.noMatch": string;
372
386
  "chatHub.chat.greeting": string;
373
387
  "chatHub.chat.greeting.fallback": string;
374
388
  "chatHub.chat.dropOverlay": string;
@@ -388,6 +402,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
388
402
  "chatHub.chat.prompt.callout.setCredentials.existing": string;
389
403
  "chatHub.chat.prompt.callout.setCredentials.existing.link": string;
390
404
  "chatHub.chat.prompt.button.attach": string;
405
+ "chatHub.chat.prompt.button.attach.disabled": string;
391
406
  "chatHub.chat.prompt.button.stopRecording": string;
392
407
  "chatHub.chat.prompt.button.voiceInput": string;
393
408
  "chatHub.chat.prompt.button.send": string;
@@ -397,18 +412,20 @@ declare const i18nInstance: vue_i18n0.I18n<{
397
412
  "chatHub.tools.editor.title": string;
398
413
  "chatHub.tools.editor.credential": string;
399
414
  "chatHub.tools.editor.credential.placeholder": string;
400
- "chatHub.tools.editor.credential.new": string;
415
+ "chatHub.tools.editor.credential.createNew": string;
416
+ "chatHub.tools.editor.credential.createNew.permissionDenied": string;
401
417
  "chatHub.tools.editor.selectedCount": string;
402
418
  "chatHub.tools.editor.confirm": string;
403
419
  "chatHub.tools.editor.cancel": string;
404
420
  "chatHub.tools.selector.label.count": string;
405
421
  "chatHub.tools.selector.label.default": string;
422
+ "chatHub.tools.selector.disabled.tooltip": string;
406
423
  "chatHub.credentials.selector.title": string;
407
424
  "chatHub.credentials.selector.chooseOrCreate": string;
408
425
  "chatHub.credentials.selector.createNew": string;
426
+ "chatHub.credentials.selector.createNew.permissionDenied": string;
409
427
  "chatHub.credentials.selector.confirm": string;
410
428
  "chatHub.credentials.selector.cancel": string;
411
- "chatHub.credentials.selector.deleteButton": string;
412
429
  "chatHub.message.actions.readAloud": string;
413
430
  "chatHub.message.actions.stopReading": string;
414
431
  "chatHub.message.actions.edit": string;
@@ -417,6 +434,17 @@ declare const i18nInstance: vue_i18n0.I18n<{
417
434
  "chatHub.message.edit.cancel": string;
418
435
  "chatHub.message.edit.send": string;
419
436
  "chatHub.message.error.unknown": string;
437
+ "chatHub.error.payloadTooLarge": string;
438
+ "chatHub.error.badRequest": string;
439
+ "chatHub.error.forbidden": string;
440
+ "chatHub.error.serverError": string;
441
+ "chatHub.error.serverErrorWithReason": string;
442
+ "chatHub.error.unknown": string;
443
+ "chatHub.error.noConnection": string;
444
+ "chatHub.error.fetchConversationFailed": string;
445
+ "chatHub.error.sendMessageFailed": string;
446
+ "chatHub.error.updateModelFailed": string;
447
+ "chatHub.error.updateToolsFailed": string;
420
448
  "chatHub.models.selector.defaultLabel": string;
421
449
  "chatHub.models.byIdSelector.title": string;
422
450
  "chatHub.models.byIdSelector.choose": string;
@@ -431,9 +459,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
431
459
  "chatHub.session.delete.cancel.button": string;
432
460
  "chatHub.session.delete.success": string;
433
461
  "chatHub.session.delete.error": string;
462
+ "chatHub.sidebar.title": string;
434
463
  "chatHub.sidebar.button.toggle": string;
435
464
  "chatHub.sidebar.link.newChat": string;
436
- "chatHub.sidebar.link.customAgents": string;
465
+ "chatHub.sidebar.link.workflowAgents": string;
466
+ "chatHub.sidebar.link.personalAgents": string;
467
+ "chatHub.sidebar.loadMoreSessions": string;
437
468
  "chatEmbed.infoTip.description": string;
438
469
  "chatEmbed.infoTip.link": string;
439
470
  "chatEmbed.title": string;
@@ -778,6 +809,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
778
809
  "credentialEdit.credentialConfig.recommendedAuthTypeSuffix": string;
779
810
  "credentialEdit.credentialConfig.externalSecrets": string;
780
811
  "credentialEdit.credentialConfig.externalSecrets.moreInfo": string;
812
+ "credentialEdit.credentialConfig.dynamicCredentials.title": string;
813
+ "credentialEdit.credentialConfig.dynamicCredentials.infoTip": string;
814
+ "credentialEdit.credentialConfig.dynamicCredentials.description1": string;
815
+ "credentialEdit.credentialConfig.dynamicCredentials.description2": string;
816
+ "credentialEdit.credentialConfig.dynamicCredentials.documentation": string;
817
+ "credentialEdit.credentialConfig.dynamicCredentials.docsUrl": string;
781
818
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": string;
782
819
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": string;
783
820
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": string;
@@ -796,6 +833,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
796
833
  "credentialEdit.credentialEdit.couldNotFindCredentialWithId": string;
797
834
  "credentialEdit.credentialEdit.delete": string;
798
835
  "credentialEdit.credentialEdit.details": string;
836
+ "credentialEdit.credentialEdit.dynamic": string;
799
837
  "credentialEdit.credentialEdit.saving": string;
800
838
  "credentialEdit.credentialEdit.showError.createCredential.title": string;
801
839
  "credentialEdit.credentialEdit.showError.deleteCredential.title": string;
@@ -1073,6 +1111,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
1073
1111
  "workerList.item.jobList.empty": string;
1074
1112
  "workerList.item.jobListTitle": string;
1075
1113
  "workerList.item.netListTitle": string;
1114
+ "workerList.item.memoryMonitorTitle": string;
1076
1115
  "workerList.item.chartsTitle": string;
1077
1116
  "workerList.item.copyAddressToClipboard": string;
1078
1117
  "workerList.actionBox.title": string;
@@ -1181,9 +1220,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
1181
1220
  "folder.delete.modal.confirmation": string;
1182
1221
  "folder.count": string;
1183
1222
  "workflow.count": string;
1184
- "workflow.description.tooltip": string;
1185
- "workflow.description.placeholder": string;
1186
- "workflow.description.placeholder.mcp": string;
1223
+ "workflow.description.mcp": string;
1224
+ "workflow.description.nomcp": string;
1187
1225
  "workflow.description.error.title": string;
1188
1226
  "folder.and.workflow.separator": string;
1189
1227
  "folders.delete.action": string;
@@ -1321,6 +1359,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
1321
1359
  "menuActions.duplicate": string;
1322
1360
  "menuActions.download": string;
1323
1361
  "menuActions.push": string;
1362
+ "menuActions.editDescription": string;
1324
1363
  "menuActions.importFromUrl": string;
1325
1364
  "menuActions.importFromFile": string;
1326
1365
  "menuActions.delete": string;
@@ -1615,6 +1654,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
1615
1654
  "nodeCreator.preBuiltAgents.title": string;
1616
1655
  "nodeCreator.preBuiltAgents.description": string;
1617
1656
  "nodeCredentials.createNew": string;
1657
+ "nodeCredentials.createNew.permissionDenied": string;
1618
1658
  "nodeCredentials.credentialFor": string;
1619
1659
  "nodeCredentials.credentialsLabel": string;
1620
1660
  "nodeCredentials.issues": string;
@@ -1624,6 +1664,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
1624
1664
  "nodeCredentials.showMessage.title": string;
1625
1665
  "nodeCredentials.autoAssigned.message": string;
1626
1666
  "nodeCredentials.updateCredential": string;
1667
+ "nodeCredentials.updateCredential.permissionDenied": string;
1668
+ "nodeCredentials.deleteCredential": string;
1669
+ "nodeCredentials.deleteCredential.permissionDenied": string;
1627
1670
  "nodeErrorView.cause": string;
1628
1671
  "nodeErrorView.copyToClipboard": string;
1629
1672
  "nodeErrorView.copyToClipboard.tooltip": string;
@@ -1883,7 +1926,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
1883
1926
  "oauth.consentView.success.title": string;
1884
1927
  "oauth.consentView.success.description": string;
1885
1928
  "parameterInput.expressionResult": string;
1886
- "parameterInput.tip": string;
1887
1929
  "parameterInput.dragTipBeforePill": string;
1888
1930
  "parameterInput.inputField": string;
1889
1931
  "parameterInput.dragTipAfterPill": string;
@@ -2069,6 +2111,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
2069
2111
  "projectRoles.workflow:move.tooltip": string;
2070
2112
  "projectRoles.workflow:delete": string;
2071
2113
  "projectRoles.workflow:delete.tooltip": string;
2114
+ "projectRoles.workflow:publish": string;
2115
+ "projectRoles.workflow:publish.tooltip": string;
2072
2116
  "projectRoles.credential:read": string;
2073
2117
  "projectRoles.credential:read.tooltip": string;
2074
2118
  "projectRoles.credential:update": string;
@@ -2329,41 +2373,52 @@ declare const i18nInstance: vue_i18n0.I18n<{
2329
2373
  "settings.communityNodes.confirmModal.update.buttonLoadingLabel": string;
2330
2374
  "settings.communityNodes.confirmModal.cancel": string;
2331
2375
  "settings.mcp": string;
2332
- "settings.mcp.toggle.label": string;
2333
- "settings.mcp.toggle.description": string;
2334
- "settings.mcp.toggle.disabled.notice": string;
2335
- "settings.mcp.available.workflows.heading": string;
2336
- "settings.mcp.connection.info.heading": string;
2376
+ "settings.mcp.description": string;
2377
+ "settings.mcp.header.toggle.enabled": string;
2378
+ "settings.mcp.header.toggle.disabled": string;
2379
+ "settings.mcp.actionBox.heading": string;
2380
+ "settings.mcp.actionBox.button.label": string;
2381
+ "settings.mcp.emptyState.docs.part1": string;
2382
+ "settings.mcp.tabs.workflows": string;
2383
+ "settings.mcp.tabs.oauth": string;
2384
+ "settings.mcp.access.token.notice": string;
2337
2385
  "settings.mcp.workflows.table.action.removeMCPAccess": string;
2338
- "settings.mcp.empty.title": string;
2339
- "settings.mcp.empty.description": string;
2386
+ "settings.mcp.workflows.table.action.updateDescription": string;
2387
+ "settings.mcp.workflows.table.column.name": string;
2388
+ "settings.mcp.workflows.table.column.location": string;
2389
+ "settings.mcp.workflows.table.column.description.emptyContent": string;
2390
+ "settings.mcp.workflows.table.column.description.emptyTooltip": string;
2391
+ "settings.mcp.workflows.table.empty.title": string;
2392
+ "settings.mcp.workflows.table.empty.description": string;
2393
+ "settings.mcp.oauth.table.empty.title": string;
2394
+ "settings.mcp.oauth.table.empty.description": string;
2395
+ "settings.mcp.oauth.table.empty.button": string;
2340
2396
  "settings.mcp.toggle.disabled.tooltip": string;
2341
2397
  "settings.mcp.toggle.error": string;
2342
- "settings.mcp.instructions.tabs.oauth": string;
2343
- "settings.mcp.instructions.tabs.apiKey": string;
2344
- "settings.mcp.instructions.enableAccess": string;
2345
- "settings.mcp.instructions.serverUrl": string;
2346
- "settings.mcp.instructions.apiKey.label": string;
2347
- "settings.mcp.instructions.json": string;
2348
- "settings.mcp.instructions.docs.part1": string;
2349
- "settings.mcp.instructions.docs.part2": string;
2350
2398
  "settings.mcp.instructions.rotateKey.tooltip": string;
2351
2399
  "settings.mcp.instructions.apiKey.tip": string;
2352
- "settings.mcp.newKey.notice": string;
2353
2400
  "settings.mcp.error.fetching.apiKey": string;
2354
2401
  "settings.mcp.error.rotating.apiKey": string;
2355
2402
  "settings.mcp.error.fetching.oAuthClients": string;
2356
- "settings.mcp.oAuthClients.heading": string;
2357
2403
  "settings.mcp.oAuthClients.table.clientName": string;
2358
2404
  "settings.mcp.oAuthClients.table.connectedAt": string;
2359
- "settings.mcp.oAuthClients.table.lastUsedAt": string;
2360
2405
  "settings.mcp.oAuthClients.table.action.revokeAccess": string;
2361
2406
  "settings.mcp.oAuthClients.revoke.success.title": string;
2362
2407
  "settings.mcp.oAuthClients.revoke.success.message": string;
2363
2408
  "settings.mcp.oAuthClients.revoke.error": string;
2364
- "settings.mcp.oAuthClients.table.empty.title": string;
2365
2409
  "settings.mcp.refresh.tooltip": string;
2366
- "settings.mcp.workflowsTable.workflow": string;
2410
+ "settings.mcp.connectWorkflows": string;
2411
+ "settings.mcp.connectWorkflows.modalTitle": string;
2412
+ "settings.mcp.connectWorkflows.notice": string;
2413
+ "settings.mcp.connectWorkflows.input.placeholder": string;
2414
+ "settings.mcp.connectWorkflows.confirm.label": string;
2415
+ "settings.mcp.connectWorkflows.error": string;
2416
+ "settings.mcp.connectWorkflows.emptyState": string;
2417
+ "settings.mcp.connectPopover.tab.oauth": string;
2418
+ "settings.mcp.connectPopover.tab.accessToken": string;
2419
+ "settings.mcp.connectPopover.serverUrl": string;
2420
+ "settings.mcp.connectPopover.jsonConfig": string;
2421
+ "settings.mcp.connectPopover.triggerLabel": string;
2367
2422
  "settings.chatHub": string;
2368
2423
  "settings.chatHub.providers.fetching.error": string;
2369
2424
  "settings.chatHub.providers.updated.success": string;
@@ -2404,6 +2459,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
2404
2459
  "settings.personal.personalSettingsUpdatedError": string;
2405
2460
  "settings.personal.role.tooltip.default": string;
2406
2461
  "settings.personal.role.tooltip.member": string;
2462
+ "settings.personal.role.tooltip.chatUser": string;
2407
2463
  "settings.personal.role.tooltip.admin": string;
2408
2464
  "settings.personal.role.tooltip.owner": string;
2409
2465
  "settings.personal.role.tooltip.cloud": string;
@@ -2476,6 +2532,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
2476
2532
  "settings.users.userRoleUpdated": string;
2477
2533
  "settings.users.userRoleUpdated.message": string;
2478
2534
  "settings.users.userRoleUpdatedError": string;
2535
+ "settings.users.userRoleUpdated.confirm.message": string;
2536
+ "settings.users.userRoleUpdated.confirm.title": string;
2537
+ "settings.users.userRoleUpdated.confirm.button": string;
2538
+ "settings.users.userRoleUpdated.cancel.button": string;
2479
2539
  "settings.users.table.update.error": string;
2480
2540
  "settings.users.table.header.user": string;
2481
2541
  "settings.users.table.header.accountType": string;
@@ -2486,6 +2546,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
2486
2546
  "settings.users.table.row.deleteUser": string;
2487
2547
  "settings.users.table.row.role.description.admin": string;
2488
2548
  "settings.users.table.row.role.description.member": string;
2549
+ "settings.users.table.row.role.description.chatUser": string;
2489
2550
  "settings.users.table.row.2fa.enabled": string;
2490
2551
  "settings.users.table.row.2fa.disabled": string;
2491
2552
  "settings.projectRoles": string;
@@ -3014,7 +3075,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
3014
3075
  "workflowActivator.thisWorkflowIsArchived": string;
3015
3076
  "workflowActivator.thisWorkflowHasOnlyOneExecuteWorkflowTriggerNode": string;
3016
3077
  "workflowDetails.share": string;
3017
- "workflowDetails.active": string;
3018
3078
  "workflowDetails.addTag": string;
3019
3079
  "workflowDetails.chooseOrCreateATag": string;
3020
3080
  "workflowProductionChecklist.title": string;
@@ -3045,8 +3105,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
3045
3105
  "workflowExtraction.modal.title": string;
3046
3106
  "workflowExtraction.modal.description": string;
3047
3107
  "workflowHelpers.showMessage.title": string;
3048
- "workflowOpen.active": string;
3049
- "workflowOpen.couldNotLoadActiveWorkflows": string;
3050
3108
  "workflowOpen.created": string;
3051
3109
  "workflowOpen.filterWorkflows": string;
3052
3110
  "workflowOpen.name": string;
@@ -3066,7 +3124,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
3066
3124
  "workflowPreview.showError.previewError.title": string;
3067
3125
  "workflowRun.noActiveConnectionToTheServer": string;
3068
3126
  "workflowRun.showError.deactivate": string;
3069
- "workflowRun.showError.productionActive": string;
3070
3127
  "workflowRun.showError.title": string;
3071
3128
  "workflowRun.showError.payloadTooLarge": string;
3072
3129
  "workflowRun.showError.resolveOutstandingIssues": string;
@@ -3133,6 +3190,40 @@ declare const i18nInstance: vue_i18n0.I18n<{
3133
3190
  "workflowSettings.executionTimeout": string;
3134
3191
  "workflowSettings.tags": string;
3135
3192
  "workflowSettings.timezone": string;
3193
+ "workflowSettings.credentialResolver": string;
3194
+ "workflowSettings.credentialResolver.placeholder": string;
3195
+ "workflowSettings.credentialResolver.createNew": string;
3196
+ "workflowSettings.credentialResolver.edit": string;
3197
+ "workflowSettings.credentialResolver.none": string;
3198
+ "workflowSettings.helpTexts.credentialResolver": string;
3199
+ "credentialResolver.addNew": string;
3200
+ "credentialResolver.view.title": string;
3201
+ "credentialResolver.view.description": string;
3202
+ "credentialResolver.view.learnMore": string;
3203
+ "credentialResolver.action.edit": string;
3204
+ "credentialResolver.action.delete": string;
3205
+ "credentialResolver.item.updated": string;
3206
+ "credentialResolver.item.created": string;
3207
+ "credentialResolverEdit.title.create": string;
3208
+ "credentialResolverEdit.title.edit": string;
3209
+ "credentialResolverEdit.saveSuccess.title": string;
3210
+ "credentialResolverEdit.deleteSuccess.title": string;
3211
+ "credentialResolverEdit.defaultName": string;
3212
+ "credentialResolverEdit.type.label": string;
3213
+ "credentialResolverEdit.type.placeholder": string;
3214
+ "credentialResolverEdit.config.label": string;
3215
+ "credentialResolverEdit.error.missingRequiredFields": string;
3216
+ "credentialResolverEdit.error.save": string;
3217
+ "credentialResolverEdit.error.delete": string;
3218
+ "credentialResolverEdit.error.loadTypes": string;
3219
+ "credentialResolverEdit.delete": string;
3220
+ "credentialResolverEdit.confirmMessage.deleteResolver.headline": string;
3221
+ "credentialResolverEdit.confirmMessage.deleteResolver.message": string;
3222
+ "credentialResolverEdit.confirmMessage.deleteResolver.confirmButtonText": string;
3223
+ "credentialResolverEdit.sidebar.configuration": string;
3224
+ "credentialResolverEdit.sidebar.details": string;
3225
+ "credentialResolverEdit.details.id": string;
3226
+ "credentialResolverEdit.details.notSaved": string;
3136
3227
  "workflowSettings.timeSavedPerExecution": string;
3137
3228
  "workflowSettings.timeSavedPerExecution.hint": string;
3138
3229
  "workflowSettings.timeSavedPerExecution.tooltip": string;
@@ -3168,8 +3259,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
3168
3259
  "workflowHistory.item.unsaved.title": string;
3169
3260
  "workflowHistory.item.latest": string;
3170
3261
  "workflowHistory.item.active": string;
3171
- "workflowHistory.empty": string;
3172
- "workflowHistory.hint": string;
3173
3262
  "workflowHistory.limit": string;
3174
3263
  "workflowHistory.upgrade": string;
3175
3264
  "workflowHistory.upgrade.link": string;
@@ -3181,6 +3270,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
3181
3270
  "workflowHistory.action.restore.modal.button.restore": string;
3182
3271
  "workflowHistory.action.restore.modal.button.cancel": string;
3183
3272
  "workflowHistory.action.restore.success.title": string;
3273
+ "workflowHistory.action.restore.alreadyRestored": string;
3184
3274
  "workflowHistory.action.clone.success.title": string;
3185
3275
  "workflowHistory.action.clone.success.message": string;
3186
3276
  "workflowHistory.action.unpublish.success.title": string;
@@ -3190,10 +3280,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
3190
3280
  "workflowHistory.action.unpublish.modal.button.unpublish": string;
3191
3281
  "workflowHistory.button.tooltip.empty": string;
3192
3282
  "workflowHistory.button.tooltip": string;
3283
+ "workflowHistory.group.unnamedVersions": string;
3193
3284
  "workflowHistory.publishModal.title": string;
3194
3285
  "workflows.heading": string;
3195
3286
  "workflows.add": string;
3196
3287
  "workflows.publish": string;
3288
+ "workflows.publish.permissionDenied": string;
3197
3289
  "workflows.project.add": string;
3198
3290
  "workflows.item.open": string;
3199
3291
  "workflows.item.share": string;
@@ -3264,6 +3356,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
3264
3356
  "workflows.shareModal.title": string;
3265
3357
  "workflows.shareModal.title.static": string;
3266
3358
  "workflows.shareModal.select.placeholder": string;
3359
+ "workflows.shareModel.select.notFound": string;
3267
3360
  "workflows.shareModal.list.delete": string;
3268
3361
  "workflows.shareModal.list.delete.confirm.title": string;
3269
3362
  "workflows.shareModal.list.delete.confirm.lastUserWithAccessToCredentials.message": string;
@@ -3453,13 +3546,15 @@ declare const i18nInstance: vue_i18n0.I18n<{
3453
3546
  "dataTable.addColumn.nameInput.placeholder": string;
3454
3547
  "dataTable.addColumn.typeInput.label": string;
3455
3548
  "dataTable.addColumn.error": string;
3456
- "dataTable.addColumn.alreadyExistsError": string;
3549
+ "dataTable.column.alreadyExistsError": string;
3457
3550
  "dataTable.moveColumn.error": string;
3458
3551
  "dataTable.deleteColumn.error": string;
3459
3552
  "dataTable.deleteColumn.confirm.title": string;
3460
3553
  "dataTable.deleteColumn.confirm.message": string;
3461
3554
  "dataTable.addColumn.invalidName.error": string;
3462
3555
  "dataTable.addColumn.invalidName.description": string;
3556
+ "dataTable.renameColumn.label": string;
3557
+ "dataTable.renameColumn.error": string;
3463
3558
  "dataTable.fetchContent.error": string;
3464
3559
  "dataTable.addRow.label": string;
3465
3560
  "dataTable.addRow.error": string;
@@ -3638,6 +3733,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
3638
3733
  "projects.menu.title": string;
3639
3734
  "projects.menu.personal": string;
3640
3735
  "projects.menu.addFirstProject": string;
3736
+ "projects.menu.chat": string;
3641
3737
  "projects.settings": string;
3642
3738
  "projects.settings.info": string;
3643
3739
  "projects.settings.newProjectName": string;
@@ -4095,6 +4191,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
4095
4191
  "commandBar.sections.executions": string;
4096
4192
  "commandBar.sections.evaluation": string;
4097
4193
  "commandBar.sections.demo": string;
4194
+ "commandBar.sections.chat": string;
4098
4195
  "commandBar.sections.general": string;
4099
4196
  "commandBar.templates.import": string;
4100
4197
  "commandBar.templates.importWithPrefix": string;
@@ -4154,6 +4251,14 @@ declare const i18nInstance: vue_i18n0.I18n<{
4154
4251
  "commandBar.projects.open": string;
4155
4252
  "commandBar.projects.searchPlaceholder": string;
4156
4253
  "commandBar.projects.unnamed": string;
4254
+ "commandBar.chat.new": string;
4255
+ "commandBar.chat.newWithModel": string;
4256
+ "commandBar.chat.open": string;
4257
+ "commandBar.chat.delete": string;
4258
+ "commandBar.chat.deleteCurrent": string;
4259
+ "commandBar.chat.deleteSession": string;
4260
+ "commandBar.chat.open.searchPlaceholder": string;
4261
+ "commandBar.chat.stop": string;
4157
4262
  };
4158
4263
  }, {}, {}, string, false>;
4159
4264
  declare const i18nVersion: vue0.Ref<number, number>;