@n8n/i18n 2.0.0 → 2.1.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 +152 -59
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +134 -41
- package/dist/index.d.mts +134 -41
- package/dist/index.mjs +152 -59
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +134 -41
- package/dist/types2.d.mts +134 -41
- package/package.json +4 -4
package/dist/types2.d.cts
CHANGED
|
@@ -43,8 +43,11 @@ declare const _exports: {
|
|
|
43
43
|
"generic.any": string;
|
|
44
44
|
"generic.allow": string;
|
|
45
45
|
"generic.deny": string;
|
|
46
|
+
"generic.docs": string;
|
|
47
|
+
"generic.documentation": string;
|
|
46
48
|
"generic.back": string;
|
|
47
49
|
"generic.cancel": string;
|
|
50
|
+
"generic.connect": string;
|
|
48
51
|
"generic.open": string;
|
|
49
52
|
"generic.openResource": string;
|
|
50
53
|
"generic.add": string;
|
|
@@ -52,6 +55,7 @@ declare const _exports: {
|
|
|
52
55
|
"generic.clear": string;
|
|
53
56
|
"generic.confirm": string;
|
|
54
57
|
"generic.create": string;
|
|
58
|
+
"generic.start": string;
|
|
55
59
|
"generic.create.workflow": string;
|
|
56
60
|
"generic.deleteWorkflowError": string;
|
|
57
61
|
"generic.archiveWorkflowError": string;
|
|
@@ -105,6 +109,8 @@ declare const _exports: {
|
|
|
105
109
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
106
110
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
107
111
|
"generic.unsavedWork.confirmMessage.cancelButtonText": string;
|
|
112
|
+
"generic.trial.message": string;
|
|
113
|
+
"generic.trial.tooltip": string;
|
|
108
114
|
"generic.upgrade": string;
|
|
109
115
|
"generic.upgradeNow": string;
|
|
110
116
|
"generic.update": string;
|
|
@@ -143,6 +149,7 @@ declare const _exports: {
|
|
|
143
149
|
"generic.showLess": string;
|
|
144
150
|
"generic.published": string;
|
|
145
151
|
"generic.notPublished": string;
|
|
152
|
+
"generic.tip": string;
|
|
146
153
|
"about.aboutN8n": string;
|
|
147
154
|
"about.close": string;
|
|
148
155
|
"about.license": string;
|
|
@@ -201,6 +208,7 @@ declare const _exports: {
|
|
|
201
208
|
"auth.roles.member": string;
|
|
202
209
|
"auth.roles.admin": string;
|
|
203
210
|
"auth.roles.owner": string;
|
|
211
|
+
"auth.roles.chatUser": string;
|
|
204
212
|
"auth.agreement.label": string;
|
|
205
213
|
"auth.setup.next": string;
|
|
206
214
|
"auth.setup.settingUpOwnerError": string;
|
|
@@ -240,6 +248,8 @@ declare const _exports: {
|
|
|
240
248
|
"aiAssistant.builder.executeMessage.noIssues": string;
|
|
241
249
|
"aiAssistant.builder.executeMessage.validationTooltip": string;
|
|
242
250
|
"aiAssistant.builder.executeMessage.execute": string;
|
|
251
|
+
"aiAssistant.builder.executeMessage.chooseModel": string;
|
|
252
|
+
"aiAssistant.builder.executeMessage.chooseCredentials": string;
|
|
243
253
|
"aiAssistant.builder.executeMessage.noExecutionData": string;
|
|
244
254
|
"aiAssistant.builder.executeMessage.executionSuccess": string;
|
|
245
255
|
"aiAssistant.builder.executeMessage.executionFailedOnNode": string;
|
|
@@ -307,22 +317,23 @@ declare const _exports: {
|
|
|
307
317
|
"chat.window.session.id.copy": string;
|
|
308
318
|
"chat.window.session.reset": string;
|
|
309
319
|
"chat.window.session.resetSession": string;
|
|
310
|
-
"chatHub.agent.
|
|
320
|
+
"chatHub.agent.personalAgents": string;
|
|
321
|
+
"chatHub.agent.workflowAgents": string;
|
|
311
322
|
"chatHub.agent.newAgent": string;
|
|
323
|
+
"chatHub.agent.unavailableAgent": string;
|
|
312
324
|
"chatHub.agent.configureCredentials": string;
|
|
313
325
|
"chatHub.agent.addModel": string;
|
|
314
326
|
"chatHub.agent.credentialsMissing": string;
|
|
315
327
|
"chatHub.agent.card.menu.edit": string;
|
|
316
328
|
"chatHub.agent.card.menu.delete": string;
|
|
317
329
|
"chatHub.agent.card.noDescription": string;
|
|
318
|
-
"chatHub.agent.card.badge.n8nWorkflow": string;
|
|
319
|
-
"chatHub.agent.card.badge.customAgent": string;
|
|
320
330
|
"chatHub.agent.card.button.edit": string;
|
|
321
331
|
"chatHub.agent.card.button.moreOptions": string;
|
|
322
332
|
"chatHub.agent.editor.title.new": string;
|
|
323
333
|
"chatHub.agent.editor.title.edit": string;
|
|
324
334
|
"chatHub.agent.editor.name.label": string;
|
|
325
335
|
"chatHub.agent.editor.name.placeholder": string;
|
|
336
|
+
"chatHub.agent.editor.iconPicker.button.tooltip": string;
|
|
326
337
|
"chatHub.agent.editor.description.label": string;
|
|
327
338
|
"chatHub.agent.editor.description.placeholder": string;
|
|
328
339
|
"chatHub.agent.editor.systemPrompt.label": string;
|
|
@@ -352,17 +363,19 @@ declare const _exports: {
|
|
|
352
363
|
"chatHub.agents.delete.cancel.button": string;
|
|
353
364
|
"chatHub.agents.delete.success": string;
|
|
354
365
|
"chatHub.agents.delete.error": string;
|
|
355
|
-
"chatHub.agents.title": string;
|
|
356
|
-
"chatHub.agents.description": string;
|
|
357
366
|
"chatHub.agents.button.newAgent": string;
|
|
358
367
|
"chatHub.agents.search.placeholder": string;
|
|
359
|
-
"chatHub.agents.filter.all": string;
|
|
360
|
-
"chatHub.agents.filter.customAgents": string;
|
|
361
|
-
"chatHub.agents.filter.n8nWorkflows": string;
|
|
362
368
|
"chatHub.agents.sort.updatedAt": string;
|
|
363
369
|
"chatHub.agents.sort.createdAt": string;
|
|
364
|
-
"chatHub.agents.empty.noAgents": string;
|
|
365
370
|
"chatHub.agents.empty.noMatch": string;
|
|
371
|
+
"chatHub.workflowAgents.title": string;
|
|
372
|
+
"chatHub.workflowAgents.description": string;
|
|
373
|
+
"chatHub.workflowAgents.empty.noAgents": string;
|
|
374
|
+
"chatHub.workflowAgents.empty.noMatch": string;
|
|
375
|
+
"chatHub.personalAgents.title": string;
|
|
376
|
+
"chatHub.personalAgents.description": string;
|
|
377
|
+
"chatHub.personalAgents.empty.noAgents": string;
|
|
378
|
+
"chatHub.personalAgents.empty.noMatch": string;
|
|
366
379
|
"chatHub.chat.greeting": string;
|
|
367
380
|
"chatHub.chat.greeting.fallback": string;
|
|
368
381
|
"chatHub.chat.dropOverlay": string;
|
|
@@ -382,6 +395,7 @@ declare const _exports: {
|
|
|
382
395
|
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
383
396
|
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
384
397
|
"chatHub.chat.prompt.button.attach": string;
|
|
398
|
+
"chatHub.chat.prompt.button.attach.disabled": string;
|
|
385
399
|
"chatHub.chat.prompt.button.stopRecording": string;
|
|
386
400
|
"chatHub.chat.prompt.button.voiceInput": string;
|
|
387
401
|
"chatHub.chat.prompt.button.send": string;
|
|
@@ -391,18 +405,20 @@ declare const _exports: {
|
|
|
391
405
|
"chatHub.tools.editor.title": string;
|
|
392
406
|
"chatHub.tools.editor.credential": string;
|
|
393
407
|
"chatHub.tools.editor.credential.placeholder": string;
|
|
394
|
-
"chatHub.tools.editor.credential.
|
|
408
|
+
"chatHub.tools.editor.credential.createNew": string;
|
|
409
|
+
"chatHub.tools.editor.credential.createNew.permissionDenied": string;
|
|
395
410
|
"chatHub.tools.editor.selectedCount": string;
|
|
396
411
|
"chatHub.tools.editor.confirm": string;
|
|
397
412
|
"chatHub.tools.editor.cancel": string;
|
|
398
413
|
"chatHub.tools.selector.label.count": string;
|
|
399
414
|
"chatHub.tools.selector.label.default": string;
|
|
415
|
+
"chatHub.tools.selector.disabled.tooltip": string;
|
|
400
416
|
"chatHub.credentials.selector.title": string;
|
|
401
417
|
"chatHub.credentials.selector.chooseOrCreate": string;
|
|
402
418
|
"chatHub.credentials.selector.createNew": string;
|
|
419
|
+
"chatHub.credentials.selector.createNew.permissionDenied": string;
|
|
403
420
|
"chatHub.credentials.selector.confirm": string;
|
|
404
421
|
"chatHub.credentials.selector.cancel": string;
|
|
405
|
-
"chatHub.credentials.selector.deleteButton": string;
|
|
406
422
|
"chatHub.message.actions.readAloud": string;
|
|
407
423
|
"chatHub.message.actions.stopReading": string;
|
|
408
424
|
"chatHub.message.actions.edit": string;
|
|
@@ -411,6 +427,17 @@ declare const _exports: {
|
|
|
411
427
|
"chatHub.message.edit.cancel": string;
|
|
412
428
|
"chatHub.message.edit.send": string;
|
|
413
429
|
"chatHub.message.error.unknown": string;
|
|
430
|
+
"chatHub.error.payloadTooLarge": string;
|
|
431
|
+
"chatHub.error.badRequest": string;
|
|
432
|
+
"chatHub.error.forbidden": string;
|
|
433
|
+
"chatHub.error.serverError": string;
|
|
434
|
+
"chatHub.error.serverErrorWithReason": string;
|
|
435
|
+
"chatHub.error.unknown": string;
|
|
436
|
+
"chatHub.error.noConnection": string;
|
|
437
|
+
"chatHub.error.fetchConversationFailed": string;
|
|
438
|
+
"chatHub.error.sendMessageFailed": string;
|
|
439
|
+
"chatHub.error.updateModelFailed": string;
|
|
440
|
+
"chatHub.error.updateToolsFailed": string;
|
|
414
441
|
"chatHub.models.selector.defaultLabel": string;
|
|
415
442
|
"chatHub.models.byIdSelector.title": string;
|
|
416
443
|
"chatHub.models.byIdSelector.choose": string;
|
|
@@ -425,9 +452,11 @@ declare const _exports: {
|
|
|
425
452
|
"chatHub.session.delete.cancel.button": string;
|
|
426
453
|
"chatHub.session.delete.success": string;
|
|
427
454
|
"chatHub.session.delete.error": string;
|
|
455
|
+
"chatHub.sidebar.title": string;
|
|
428
456
|
"chatHub.sidebar.button.toggle": string;
|
|
429
457
|
"chatHub.sidebar.link.newChat": string;
|
|
430
|
-
"chatHub.sidebar.link.
|
|
458
|
+
"chatHub.sidebar.link.workflowAgents": string;
|
|
459
|
+
"chatHub.sidebar.link.personalAgents": string;
|
|
431
460
|
"chatEmbed.infoTip.description": string;
|
|
432
461
|
"chatEmbed.infoTip.link": string;
|
|
433
462
|
"chatEmbed.title": string;
|
|
@@ -772,6 +801,12 @@ declare const _exports: {
|
|
|
772
801
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": string;
|
|
773
802
|
"credentialEdit.credentialConfig.externalSecrets": string;
|
|
774
803
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": string;
|
|
804
|
+
"credentialEdit.credentialConfig.dynamicCredentials.title": string;
|
|
805
|
+
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": string;
|
|
806
|
+
"credentialEdit.credentialConfig.dynamicCredentials.description1": string;
|
|
807
|
+
"credentialEdit.credentialConfig.dynamicCredentials.description2": string;
|
|
808
|
+
"credentialEdit.credentialConfig.dynamicCredentials.documentation": string;
|
|
809
|
+
"credentialEdit.credentialConfig.dynamicCredentials.docsUrl": string;
|
|
775
810
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": string;
|
|
776
811
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": string;
|
|
777
812
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": string;
|
|
@@ -790,6 +825,7 @@ declare const _exports: {
|
|
|
790
825
|
"credentialEdit.credentialEdit.couldNotFindCredentialWithId": string;
|
|
791
826
|
"credentialEdit.credentialEdit.delete": string;
|
|
792
827
|
"credentialEdit.credentialEdit.details": string;
|
|
828
|
+
"credentialEdit.credentialEdit.dynamic": string;
|
|
793
829
|
"credentialEdit.credentialEdit.saving": string;
|
|
794
830
|
"credentialEdit.credentialEdit.showError.createCredential.title": string;
|
|
795
831
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": string;
|
|
@@ -1067,6 +1103,7 @@ declare const _exports: {
|
|
|
1067
1103
|
"workerList.item.jobList.empty": string;
|
|
1068
1104
|
"workerList.item.jobListTitle": string;
|
|
1069
1105
|
"workerList.item.netListTitle": string;
|
|
1106
|
+
"workerList.item.memoryMonitorTitle": string;
|
|
1070
1107
|
"workerList.item.chartsTitle": string;
|
|
1071
1108
|
"workerList.item.copyAddressToClipboard": string;
|
|
1072
1109
|
"workerList.actionBox.title": string;
|
|
@@ -1175,9 +1212,8 @@ declare const _exports: {
|
|
|
1175
1212
|
"folder.delete.modal.confirmation": string;
|
|
1176
1213
|
"folder.count": string;
|
|
1177
1214
|
"workflow.count": string;
|
|
1178
|
-
"workflow.description.
|
|
1179
|
-
"workflow.description.
|
|
1180
|
-
"workflow.description.placeholder.mcp": string;
|
|
1215
|
+
"workflow.description.mcp": string;
|
|
1216
|
+
"workflow.description.nomcp": string;
|
|
1181
1217
|
"workflow.description.error.title": string;
|
|
1182
1218
|
"folder.and.workflow.separator": string;
|
|
1183
1219
|
"folders.delete.action": string;
|
|
@@ -1315,6 +1351,7 @@ declare const _exports: {
|
|
|
1315
1351
|
"menuActions.duplicate": string;
|
|
1316
1352
|
"menuActions.download": string;
|
|
1317
1353
|
"menuActions.push": string;
|
|
1354
|
+
"menuActions.editDescription": string;
|
|
1318
1355
|
"menuActions.importFromUrl": string;
|
|
1319
1356
|
"menuActions.importFromFile": string;
|
|
1320
1357
|
"menuActions.delete": string;
|
|
@@ -1609,6 +1646,7 @@ declare const _exports: {
|
|
|
1609
1646
|
"nodeCreator.preBuiltAgents.title": string;
|
|
1610
1647
|
"nodeCreator.preBuiltAgents.description": string;
|
|
1611
1648
|
"nodeCredentials.createNew": string;
|
|
1649
|
+
"nodeCredentials.createNew.permissionDenied": string;
|
|
1612
1650
|
"nodeCredentials.credentialFor": string;
|
|
1613
1651
|
"nodeCredentials.credentialsLabel": string;
|
|
1614
1652
|
"nodeCredentials.issues": string;
|
|
@@ -1618,6 +1656,9 @@ declare const _exports: {
|
|
|
1618
1656
|
"nodeCredentials.showMessage.title": string;
|
|
1619
1657
|
"nodeCredentials.autoAssigned.message": string;
|
|
1620
1658
|
"nodeCredentials.updateCredential": string;
|
|
1659
|
+
"nodeCredentials.updateCredential.permissionDenied": string;
|
|
1660
|
+
"nodeCredentials.deleteCredential": string;
|
|
1661
|
+
"nodeCredentials.deleteCredential.permissionDenied": string;
|
|
1621
1662
|
"nodeErrorView.cause": string;
|
|
1622
1663
|
"nodeErrorView.copyToClipboard": string;
|
|
1623
1664
|
"nodeErrorView.copyToClipboard.tooltip": string;
|
|
@@ -1877,7 +1918,6 @@ declare const _exports: {
|
|
|
1877
1918
|
"oauth.consentView.success.title": string;
|
|
1878
1919
|
"oauth.consentView.success.description": string;
|
|
1879
1920
|
"parameterInput.expressionResult": string;
|
|
1880
|
-
"parameterInput.tip": string;
|
|
1881
1921
|
"parameterInput.dragTipBeforePill": string;
|
|
1882
1922
|
"parameterInput.inputField": string;
|
|
1883
1923
|
"parameterInput.dragTipAfterPill": string;
|
|
@@ -2323,41 +2363,45 @@ declare const _exports: {
|
|
|
2323
2363
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": string;
|
|
2324
2364
|
"settings.communityNodes.confirmModal.cancel": string;
|
|
2325
2365
|
"settings.mcp": string;
|
|
2326
|
-
"settings.mcp.
|
|
2327
|
-
"settings.mcp.toggle.
|
|
2328
|
-
"settings.mcp.toggle.disabled
|
|
2329
|
-
"settings.mcp.
|
|
2330
|
-
"settings.mcp.
|
|
2366
|
+
"settings.mcp.description": string;
|
|
2367
|
+
"settings.mcp.header.toggle.enabled": string;
|
|
2368
|
+
"settings.mcp.header.toggle.disabled": string;
|
|
2369
|
+
"settings.mcp.actionBox.heading": string;
|
|
2370
|
+
"settings.mcp.actionBox.button.label": string;
|
|
2371
|
+
"settings.mcp.emptyState.docs.part1": string;
|
|
2372
|
+
"settings.mcp.tabs.workflows": string;
|
|
2373
|
+
"settings.mcp.tabs.oauth": string;
|
|
2374
|
+
"settings.mcp.access.token.notice": string;
|
|
2331
2375
|
"settings.mcp.workflows.table.action.removeMCPAccess": string;
|
|
2332
|
-
"settings.mcp.
|
|
2333
|
-
"settings.mcp.
|
|
2376
|
+
"settings.mcp.workflows.table.action.updateDescription": string;
|
|
2377
|
+
"settings.mcp.workflows.table.column.name": string;
|
|
2378
|
+
"settings.mcp.workflows.table.column.location": string;
|
|
2379
|
+
"settings.mcp.workflows.table.column.description.emptyContent": string;
|
|
2380
|
+
"settings.mcp.workflows.table.column.description.emptyTooltip": string;
|
|
2381
|
+
"settings.mcp.workflows.table.empty.title": string;
|
|
2382
|
+
"settings.mcp.workflows.table.empty.description": string;
|
|
2383
|
+
"settings.mcp.workflows.table.empty.button.label": string;
|
|
2384
|
+
"settings.mcp.oauth.table.empty.title": string;
|
|
2385
|
+
"settings.mcp.oauth.table.empty.description": string;
|
|
2386
|
+
"settings.mcp.oauth.table.empty.button": string;
|
|
2334
2387
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2335
2388
|
"settings.mcp.toggle.error": string;
|
|
2336
|
-
"settings.mcp.instructions.tabs.oauth": string;
|
|
2337
|
-
"settings.mcp.instructions.tabs.apiKey": string;
|
|
2338
|
-
"settings.mcp.instructions.enableAccess": string;
|
|
2339
|
-
"settings.mcp.instructions.serverUrl": string;
|
|
2340
|
-
"settings.mcp.instructions.apiKey.label": string;
|
|
2341
|
-
"settings.mcp.instructions.json": string;
|
|
2342
|
-
"settings.mcp.instructions.docs.part1": string;
|
|
2343
|
-
"settings.mcp.instructions.docs.part2": string;
|
|
2344
2389
|
"settings.mcp.instructions.rotateKey.tooltip": string;
|
|
2345
2390
|
"settings.mcp.instructions.apiKey.tip": string;
|
|
2346
|
-
"settings.mcp.newKey.notice": string;
|
|
2347
2391
|
"settings.mcp.error.fetching.apiKey": string;
|
|
2348
2392
|
"settings.mcp.error.rotating.apiKey": string;
|
|
2349
2393
|
"settings.mcp.error.fetching.oAuthClients": string;
|
|
2350
|
-
"settings.mcp.oAuthClients.heading": string;
|
|
2351
2394
|
"settings.mcp.oAuthClients.table.clientName": string;
|
|
2352
2395
|
"settings.mcp.oAuthClients.table.connectedAt": string;
|
|
2353
|
-
"settings.mcp.oAuthClients.table.lastUsedAt": string;
|
|
2354
2396
|
"settings.mcp.oAuthClients.table.action.revokeAccess": string;
|
|
2355
2397
|
"settings.mcp.oAuthClients.revoke.success.title": string;
|
|
2356
2398
|
"settings.mcp.oAuthClients.revoke.success.message": string;
|
|
2357
2399
|
"settings.mcp.oAuthClients.revoke.error": string;
|
|
2358
|
-
"settings.mcp.oAuthClients.table.empty.title": string;
|
|
2359
2400
|
"settings.mcp.refresh.tooltip": string;
|
|
2360
|
-
"settings.mcp.
|
|
2401
|
+
"settings.mcp.connectPopover.tab.oauth": string;
|
|
2402
|
+
"settings.mcp.connectPopover.tab.accessToken": string;
|
|
2403
|
+
"settings.mcp.connectPopover.serverUrl": string;
|
|
2404
|
+
"settings.mcp.connectPopover.jsonConfig": string;
|
|
2361
2405
|
"settings.chatHub": string;
|
|
2362
2406
|
"settings.chatHub.providers.fetching.error": string;
|
|
2363
2407
|
"settings.chatHub.providers.updated.success": string;
|
|
@@ -2398,6 +2442,7 @@ declare const _exports: {
|
|
|
2398
2442
|
"settings.personal.personalSettingsUpdatedError": string;
|
|
2399
2443
|
"settings.personal.role.tooltip.default": string;
|
|
2400
2444
|
"settings.personal.role.tooltip.member": string;
|
|
2445
|
+
"settings.personal.role.tooltip.chatUser": string;
|
|
2401
2446
|
"settings.personal.role.tooltip.admin": string;
|
|
2402
2447
|
"settings.personal.role.tooltip.owner": string;
|
|
2403
2448
|
"settings.personal.role.tooltip.cloud": string;
|
|
@@ -2470,6 +2515,10 @@ declare const _exports: {
|
|
|
2470
2515
|
"settings.users.userRoleUpdated": string;
|
|
2471
2516
|
"settings.users.userRoleUpdated.message": string;
|
|
2472
2517
|
"settings.users.userRoleUpdatedError": string;
|
|
2518
|
+
"settings.users.userRoleUpdated.confirm.message": string;
|
|
2519
|
+
"settings.users.userRoleUpdated.confirm.title": string;
|
|
2520
|
+
"settings.users.userRoleUpdated.confirm.button": string;
|
|
2521
|
+
"settings.users.userRoleUpdated.cancel.button": string;
|
|
2473
2522
|
"settings.users.table.update.error": string;
|
|
2474
2523
|
"settings.users.table.header.user": string;
|
|
2475
2524
|
"settings.users.table.header.accountType": string;
|
|
@@ -2480,6 +2529,7 @@ declare const _exports: {
|
|
|
2480
2529
|
"settings.users.table.row.deleteUser": string;
|
|
2481
2530
|
"settings.users.table.row.role.description.admin": string;
|
|
2482
2531
|
"settings.users.table.row.role.description.member": string;
|
|
2532
|
+
"settings.users.table.row.role.description.chatUser": string;
|
|
2483
2533
|
"settings.users.table.row.2fa.enabled": string;
|
|
2484
2534
|
"settings.users.table.row.2fa.disabled": string;
|
|
2485
2535
|
"settings.projectRoles": string;
|
|
@@ -3008,7 +3058,6 @@ declare const _exports: {
|
|
|
3008
3058
|
"workflowActivator.thisWorkflowIsArchived": string;
|
|
3009
3059
|
"workflowActivator.thisWorkflowHasOnlyOneExecuteWorkflowTriggerNode": string;
|
|
3010
3060
|
"workflowDetails.share": string;
|
|
3011
|
-
"workflowDetails.active": string;
|
|
3012
3061
|
"workflowDetails.addTag": string;
|
|
3013
3062
|
"workflowDetails.chooseOrCreateATag": string;
|
|
3014
3063
|
"workflowProductionChecklist.title": string;
|
|
@@ -3039,8 +3088,6 @@ declare const _exports: {
|
|
|
3039
3088
|
"workflowExtraction.modal.title": string;
|
|
3040
3089
|
"workflowExtraction.modal.description": string;
|
|
3041
3090
|
"workflowHelpers.showMessage.title": string;
|
|
3042
|
-
"workflowOpen.active": string;
|
|
3043
|
-
"workflowOpen.couldNotLoadActiveWorkflows": string;
|
|
3044
3091
|
"workflowOpen.created": string;
|
|
3045
3092
|
"workflowOpen.filterWorkflows": string;
|
|
3046
3093
|
"workflowOpen.name": string;
|
|
@@ -3060,7 +3107,6 @@ declare const _exports: {
|
|
|
3060
3107
|
"workflowPreview.showError.previewError.title": string;
|
|
3061
3108
|
"workflowRun.noActiveConnectionToTheServer": string;
|
|
3062
3109
|
"workflowRun.showError.deactivate": string;
|
|
3063
|
-
"workflowRun.showError.productionActive": string;
|
|
3064
3110
|
"workflowRun.showError.title": string;
|
|
3065
3111
|
"workflowRun.showError.payloadTooLarge": string;
|
|
3066
3112
|
"workflowRun.showError.resolveOutstandingIssues": string;
|
|
@@ -3127,6 +3173,40 @@ declare const _exports: {
|
|
|
3127
3173
|
"workflowSettings.executionTimeout": string;
|
|
3128
3174
|
"workflowSettings.tags": string;
|
|
3129
3175
|
"workflowSettings.timezone": string;
|
|
3176
|
+
"workflowSettings.credentialResolver": string;
|
|
3177
|
+
"workflowSettings.credentialResolver.placeholder": string;
|
|
3178
|
+
"workflowSettings.credentialResolver.createNew": string;
|
|
3179
|
+
"workflowSettings.credentialResolver.edit": string;
|
|
3180
|
+
"workflowSettings.credentialResolver.none": string;
|
|
3181
|
+
"workflowSettings.helpTexts.credentialResolver": string;
|
|
3182
|
+
"credentialResolver.addNew": string;
|
|
3183
|
+
"credentialResolver.view.title": string;
|
|
3184
|
+
"credentialResolver.view.description": string;
|
|
3185
|
+
"credentialResolver.view.learnMore": string;
|
|
3186
|
+
"credentialResolver.action.edit": string;
|
|
3187
|
+
"credentialResolver.action.delete": string;
|
|
3188
|
+
"credentialResolver.item.updated": string;
|
|
3189
|
+
"credentialResolver.item.created": string;
|
|
3190
|
+
"credentialResolverEdit.title.create": string;
|
|
3191
|
+
"credentialResolverEdit.title.edit": string;
|
|
3192
|
+
"credentialResolverEdit.saveSuccess.title": string;
|
|
3193
|
+
"credentialResolverEdit.deleteSuccess.title": string;
|
|
3194
|
+
"credentialResolverEdit.defaultName": string;
|
|
3195
|
+
"credentialResolverEdit.type.label": string;
|
|
3196
|
+
"credentialResolverEdit.type.placeholder": string;
|
|
3197
|
+
"credentialResolverEdit.config.label": string;
|
|
3198
|
+
"credentialResolverEdit.error.missingRequiredFields": string;
|
|
3199
|
+
"credentialResolverEdit.error.save": string;
|
|
3200
|
+
"credentialResolverEdit.error.delete": string;
|
|
3201
|
+
"credentialResolverEdit.error.loadTypes": string;
|
|
3202
|
+
"credentialResolverEdit.delete": string;
|
|
3203
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.headline": string;
|
|
3204
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.message": string;
|
|
3205
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.confirmButtonText": string;
|
|
3206
|
+
"credentialResolverEdit.sidebar.configuration": string;
|
|
3207
|
+
"credentialResolverEdit.sidebar.details": string;
|
|
3208
|
+
"credentialResolverEdit.details.id": string;
|
|
3209
|
+
"credentialResolverEdit.details.notSaved": string;
|
|
3130
3210
|
"workflowSettings.timeSavedPerExecution": string;
|
|
3131
3211
|
"workflowSettings.timeSavedPerExecution.hint": string;
|
|
3132
3212
|
"workflowSettings.timeSavedPerExecution.tooltip": string;
|
|
@@ -3258,6 +3338,7 @@ declare const _exports: {
|
|
|
3258
3338
|
"workflows.shareModal.title": string;
|
|
3259
3339
|
"workflows.shareModal.title.static": string;
|
|
3260
3340
|
"workflows.shareModal.select.placeholder": string;
|
|
3341
|
+
"workflows.shareModel.select.notFound": string;
|
|
3261
3342
|
"workflows.shareModal.list.delete": string;
|
|
3262
3343
|
"workflows.shareModal.list.delete.confirm.title": string;
|
|
3263
3344
|
"workflows.shareModal.list.delete.confirm.lastUserWithAccessToCredentials.message": string;
|
|
@@ -3447,13 +3528,15 @@ declare const _exports: {
|
|
|
3447
3528
|
"dataTable.addColumn.nameInput.placeholder": string;
|
|
3448
3529
|
"dataTable.addColumn.typeInput.label": string;
|
|
3449
3530
|
"dataTable.addColumn.error": string;
|
|
3450
|
-
"dataTable.
|
|
3531
|
+
"dataTable.column.alreadyExistsError": string;
|
|
3451
3532
|
"dataTable.moveColumn.error": string;
|
|
3452
3533
|
"dataTable.deleteColumn.error": string;
|
|
3453
3534
|
"dataTable.deleteColumn.confirm.title": string;
|
|
3454
3535
|
"dataTable.deleteColumn.confirm.message": string;
|
|
3455
3536
|
"dataTable.addColumn.invalidName.error": string;
|
|
3456
3537
|
"dataTable.addColumn.invalidName.description": string;
|
|
3538
|
+
"dataTable.renameColumn.label": string;
|
|
3539
|
+
"dataTable.renameColumn.error": string;
|
|
3457
3540
|
"dataTable.fetchContent.error": string;
|
|
3458
3541
|
"dataTable.addRow.label": string;
|
|
3459
3542
|
"dataTable.addRow.error": string;
|
|
@@ -3632,6 +3715,7 @@ declare const _exports: {
|
|
|
3632
3715
|
"projects.menu.title": string;
|
|
3633
3716
|
"projects.menu.personal": string;
|
|
3634
3717
|
"projects.menu.addFirstProject": string;
|
|
3718
|
+
"projects.menu.chat": string;
|
|
3635
3719
|
"projects.settings": string;
|
|
3636
3720
|
"projects.settings.info": string;
|
|
3637
3721
|
"projects.settings.newProjectName": string;
|
|
@@ -4089,6 +4173,7 @@ declare const _exports: {
|
|
|
4089
4173
|
"commandBar.sections.executions": string;
|
|
4090
4174
|
"commandBar.sections.evaluation": string;
|
|
4091
4175
|
"commandBar.sections.demo": string;
|
|
4176
|
+
"commandBar.sections.chat": string;
|
|
4092
4177
|
"commandBar.sections.general": string;
|
|
4093
4178
|
"commandBar.templates.import": string;
|
|
4094
4179
|
"commandBar.templates.importWithPrefix": string;
|
|
@@ -4148,6 +4233,14 @@ declare const _exports: {
|
|
|
4148
4233
|
"commandBar.projects.open": string;
|
|
4149
4234
|
"commandBar.projects.searchPlaceholder": string;
|
|
4150
4235
|
"commandBar.projects.unnamed": string;
|
|
4236
|
+
"commandBar.chat.new": string;
|
|
4237
|
+
"commandBar.chat.newWithModel": string;
|
|
4238
|
+
"commandBar.chat.open": string;
|
|
4239
|
+
"commandBar.chat.delete": string;
|
|
4240
|
+
"commandBar.chat.deleteCurrent": string;
|
|
4241
|
+
"commandBar.chat.deleteSession": string;
|
|
4242
|
+
"commandBar.chat.open.searchPlaceholder": string;
|
|
4243
|
+
"commandBar.chat.stop": string;
|
|
4151
4244
|
};
|
|
4152
4245
|
//#endregion
|
|
4153
4246
|
//#region src/types.d.ts
|