@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.cjs +167 -62
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +148 -43
- package/dist/index.d.mts +148 -43
- package/dist/index.mjs +167 -62
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +148 -43
- package/dist/types2.d.mts +148 -43
- package/package.json +6 -6
package/dist/types2.d.mts
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;
|
|
@@ -247,6 +257,7 @@ declare const _exports: {
|
|
|
247
257
|
"aiAssistant.builder.executeMessage.fillParameter": string;
|
|
248
258
|
"aiAssistant.builder.toast.title": string;
|
|
249
259
|
"aiAssistant.builder.toast.description": string;
|
|
260
|
+
"aiAssistant.builder.restoreError.title": string;
|
|
250
261
|
"aiAssistant.assistant": string;
|
|
251
262
|
"aiAssistant.newSessionModal.title.part1": string;
|
|
252
263
|
"aiAssistant.newSessionModal.title.part2": string;
|
|
@@ -307,22 +318,23 @@ declare const _exports: {
|
|
|
307
318
|
"chat.window.session.id.copy": string;
|
|
308
319
|
"chat.window.session.reset": string;
|
|
309
320
|
"chat.window.session.resetSession": string;
|
|
310
|
-
"chatHub.agent.
|
|
321
|
+
"chatHub.agent.personalAgents": string;
|
|
322
|
+
"chatHub.agent.workflowAgents": string;
|
|
311
323
|
"chatHub.agent.newAgent": string;
|
|
324
|
+
"chatHub.agent.unavailableAgent": string;
|
|
312
325
|
"chatHub.agent.configureCredentials": string;
|
|
313
326
|
"chatHub.agent.addModel": string;
|
|
314
327
|
"chatHub.agent.credentialsMissing": string;
|
|
315
328
|
"chatHub.agent.card.menu.edit": string;
|
|
316
329
|
"chatHub.agent.card.menu.delete": string;
|
|
317
330
|
"chatHub.agent.card.noDescription": string;
|
|
318
|
-
"chatHub.agent.card.badge.n8nWorkflow": string;
|
|
319
|
-
"chatHub.agent.card.badge.customAgent": string;
|
|
320
331
|
"chatHub.agent.card.button.edit": string;
|
|
321
332
|
"chatHub.agent.card.button.moreOptions": string;
|
|
322
333
|
"chatHub.agent.editor.title.new": string;
|
|
323
334
|
"chatHub.agent.editor.title.edit": string;
|
|
324
335
|
"chatHub.agent.editor.name.label": string;
|
|
325
336
|
"chatHub.agent.editor.name.placeholder": string;
|
|
337
|
+
"chatHub.agent.editor.iconPicker.button.tooltip": string;
|
|
326
338
|
"chatHub.agent.editor.description.label": string;
|
|
327
339
|
"chatHub.agent.editor.description.placeholder": string;
|
|
328
340
|
"chatHub.agent.editor.systemPrompt.label": string;
|
|
@@ -352,17 +364,19 @@ declare const _exports: {
|
|
|
352
364
|
"chatHub.agents.delete.cancel.button": string;
|
|
353
365
|
"chatHub.agents.delete.success": string;
|
|
354
366
|
"chatHub.agents.delete.error": string;
|
|
355
|
-
"chatHub.agents.title": string;
|
|
356
|
-
"chatHub.agents.description": string;
|
|
357
367
|
"chatHub.agents.button.newAgent": string;
|
|
358
368
|
"chatHub.agents.search.placeholder": string;
|
|
359
|
-
"chatHub.agents.filter.all": string;
|
|
360
|
-
"chatHub.agents.filter.customAgents": string;
|
|
361
|
-
"chatHub.agents.filter.n8nWorkflows": string;
|
|
362
369
|
"chatHub.agents.sort.updatedAt": string;
|
|
363
370
|
"chatHub.agents.sort.createdAt": string;
|
|
364
|
-
"chatHub.agents.empty.noAgents": string;
|
|
365
371
|
"chatHub.agents.empty.noMatch": string;
|
|
372
|
+
"chatHub.workflowAgents.title": string;
|
|
373
|
+
"chatHub.workflowAgents.description": string;
|
|
374
|
+
"chatHub.workflowAgents.empty.noAgents": string;
|
|
375
|
+
"chatHub.workflowAgents.empty.noMatch": string;
|
|
376
|
+
"chatHub.personalAgents.title": string;
|
|
377
|
+
"chatHub.personalAgents.description": string;
|
|
378
|
+
"chatHub.personalAgents.empty.noAgents": string;
|
|
379
|
+
"chatHub.personalAgents.empty.noMatch": string;
|
|
366
380
|
"chatHub.chat.greeting": string;
|
|
367
381
|
"chatHub.chat.greeting.fallback": string;
|
|
368
382
|
"chatHub.chat.dropOverlay": string;
|
|
@@ -382,6 +396,7 @@ declare const _exports: {
|
|
|
382
396
|
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
383
397
|
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
384
398
|
"chatHub.chat.prompt.button.attach": string;
|
|
399
|
+
"chatHub.chat.prompt.button.attach.disabled": string;
|
|
385
400
|
"chatHub.chat.prompt.button.stopRecording": string;
|
|
386
401
|
"chatHub.chat.prompt.button.voiceInput": string;
|
|
387
402
|
"chatHub.chat.prompt.button.send": string;
|
|
@@ -391,18 +406,20 @@ declare const _exports: {
|
|
|
391
406
|
"chatHub.tools.editor.title": string;
|
|
392
407
|
"chatHub.tools.editor.credential": string;
|
|
393
408
|
"chatHub.tools.editor.credential.placeholder": string;
|
|
394
|
-
"chatHub.tools.editor.credential.
|
|
409
|
+
"chatHub.tools.editor.credential.createNew": string;
|
|
410
|
+
"chatHub.tools.editor.credential.createNew.permissionDenied": string;
|
|
395
411
|
"chatHub.tools.editor.selectedCount": string;
|
|
396
412
|
"chatHub.tools.editor.confirm": string;
|
|
397
413
|
"chatHub.tools.editor.cancel": string;
|
|
398
414
|
"chatHub.tools.selector.label.count": string;
|
|
399
415
|
"chatHub.tools.selector.label.default": string;
|
|
416
|
+
"chatHub.tools.selector.disabled.tooltip": string;
|
|
400
417
|
"chatHub.credentials.selector.title": string;
|
|
401
418
|
"chatHub.credentials.selector.chooseOrCreate": string;
|
|
402
419
|
"chatHub.credentials.selector.createNew": string;
|
|
420
|
+
"chatHub.credentials.selector.createNew.permissionDenied": string;
|
|
403
421
|
"chatHub.credentials.selector.confirm": string;
|
|
404
422
|
"chatHub.credentials.selector.cancel": string;
|
|
405
|
-
"chatHub.credentials.selector.deleteButton": string;
|
|
406
423
|
"chatHub.message.actions.readAloud": string;
|
|
407
424
|
"chatHub.message.actions.stopReading": string;
|
|
408
425
|
"chatHub.message.actions.edit": string;
|
|
@@ -411,6 +428,17 @@ declare const _exports: {
|
|
|
411
428
|
"chatHub.message.edit.cancel": string;
|
|
412
429
|
"chatHub.message.edit.send": string;
|
|
413
430
|
"chatHub.message.error.unknown": string;
|
|
431
|
+
"chatHub.error.payloadTooLarge": string;
|
|
432
|
+
"chatHub.error.badRequest": string;
|
|
433
|
+
"chatHub.error.forbidden": string;
|
|
434
|
+
"chatHub.error.serverError": string;
|
|
435
|
+
"chatHub.error.serverErrorWithReason": string;
|
|
436
|
+
"chatHub.error.unknown": string;
|
|
437
|
+
"chatHub.error.noConnection": string;
|
|
438
|
+
"chatHub.error.fetchConversationFailed": string;
|
|
439
|
+
"chatHub.error.sendMessageFailed": string;
|
|
440
|
+
"chatHub.error.updateModelFailed": string;
|
|
441
|
+
"chatHub.error.updateToolsFailed": string;
|
|
414
442
|
"chatHub.models.selector.defaultLabel": string;
|
|
415
443
|
"chatHub.models.byIdSelector.title": string;
|
|
416
444
|
"chatHub.models.byIdSelector.choose": string;
|
|
@@ -425,9 +453,12 @@ declare const _exports: {
|
|
|
425
453
|
"chatHub.session.delete.cancel.button": string;
|
|
426
454
|
"chatHub.session.delete.success": string;
|
|
427
455
|
"chatHub.session.delete.error": string;
|
|
456
|
+
"chatHub.sidebar.title": string;
|
|
428
457
|
"chatHub.sidebar.button.toggle": string;
|
|
429
458
|
"chatHub.sidebar.link.newChat": string;
|
|
430
|
-
"chatHub.sidebar.link.
|
|
459
|
+
"chatHub.sidebar.link.workflowAgents": string;
|
|
460
|
+
"chatHub.sidebar.link.personalAgents": string;
|
|
461
|
+
"chatHub.sidebar.loadMoreSessions": string;
|
|
431
462
|
"chatEmbed.infoTip.description": string;
|
|
432
463
|
"chatEmbed.infoTip.link": string;
|
|
433
464
|
"chatEmbed.title": string;
|
|
@@ -772,6 +803,12 @@ declare const _exports: {
|
|
|
772
803
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": string;
|
|
773
804
|
"credentialEdit.credentialConfig.externalSecrets": string;
|
|
774
805
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": string;
|
|
806
|
+
"credentialEdit.credentialConfig.dynamicCredentials.title": string;
|
|
807
|
+
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": string;
|
|
808
|
+
"credentialEdit.credentialConfig.dynamicCredentials.description1": string;
|
|
809
|
+
"credentialEdit.credentialConfig.dynamicCredentials.description2": string;
|
|
810
|
+
"credentialEdit.credentialConfig.dynamicCredentials.documentation": string;
|
|
811
|
+
"credentialEdit.credentialConfig.dynamicCredentials.docsUrl": string;
|
|
775
812
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": string;
|
|
776
813
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": string;
|
|
777
814
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": string;
|
|
@@ -790,6 +827,7 @@ declare const _exports: {
|
|
|
790
827
|
"credentialEdit.credentialEdit.couldNotFindCredentialWithId": string;
|
|
791
828
|
"credentialEdit.credentialEdit.delete": string;
|
|
792
829
|
"credentialEdit.credentialEdit.details": string;
|
|
830
|
+
"credentialEdit.credentialEdit.dynamic": string;
|
|
793
831
|
"credentialEdit.credentialEdit.saving": string;
|
|
794
832
|
"credentialEdit.credentialEdit.showError.createCredential.title": string;
|
|
795
833
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": string;
|
|
@@ -1067,6 +1105,7 @@ declare const _exports: {
|
|
|
1067
1105
|
"workerList.item.jobList.empty": string;
|
|
1068
1106
|
"workerList.item.jobListTitle": string;
|
|
1069
1107
|
"workerList.item.netListTitle": string;
|
|
1108
|
+
"workerList.item.memoryMonitorTitle": string;
|
|
1070
1109
|
"workerList.item.chartsTitle": string;
|
|
1071
1110
|
"workerList.item.copyAddressToClipboard": string;
|
|
1072
1111
|
"workerList.actionBox.title": string;
|
|
@@ -1175,9 +1214,8 @@ declare const _exports: {
|
|
|
1175
1214
|
"folder.delete.modal.confirmation": string;
|
|
1176
1215
|
"folder.count": string;
|
|
1177
1216
|
"workflow.count": string;
|
|
1178
|
-
"workflow.description.
|
|
1179
|
-
"workflow.description.
|
|
1180
|
-
"workflow.description.placeholder.mcp": string;
|
|
1217
|
+
"workflow.description.mcp": string;
|
|
1218
|
+
"workflow.description.nomcp": string;
|
|
1181
1219
|
"workflow.description.error.title": string;
|
|
1182
1220
|
"folder.and.workflow.separator": string;
|
|
1183
1221
|
"folders.delete.action": string;
|
|
@@ -1315,6 +1353,7 @@ declare const _exports: {
|
|
|
1315
1353
|
"menuActions.duplicate": string;
|
|
1316
1354
|
"menuActions.download": string;
|
|
1317
1355
|
"menuActions.push": string;
|
|
1356
|
+
"menuActions.editDescription": string;
|
|
1318
1357
|
"menuActions.importFromUrl": string;
|
|
1319
1358
|
"menuActions.importFromFile": string;
|
|
1320
1359
|
"menuActions.delete": string;
|
|
@@ -1609,6 +1648,7 @@ declare const _exports: {
|
|
|
1609
1648
|
"nodeCreator.preBuiltAgents.title": string;
|
|
1610
1649
|
"nodeCreator.preBuiltAgents.description": string;
|
|
1611
1650
|
"nodeCredentials.createNew": string;
|
|
1651
|
+
"nodeCredentials.createNew.permissionDenied": string;
|
|
1612
1652
|
"nodeCredentials.credentialFor": string;
|
|
1613
1653
|
"nodeCredentials.credentialsLabel": string;
|
|
1614
1654
|
"nodeCredentials.issues": string;
|
|
@@ -1618,6 +1658,9 @@ declare const _exports: {
|
|
|
1618
1658
|
"nodeCredentials.showMessage.title": string;
|
|
1619
1659
|
"nodeCredentials.autoAssigned.message": string;
|
|
1620
1660
|
"nodeCredentials.updateCredential": string;
|
|
1661
|
+
"nodeCredentials.updateCredential.permissionDenied": string;
|
|
1662
|
+
"nodeCredentials.deleteCredential": string;
|
|
1663
|
+
"nodeCredentials.deleteCredential.permissionDenied": string;
|
|
1621
1664
|
"nodeErrorView.cause": string;
|
|
1622
1665
|
"nodeErrorView.copyToClipboard": string;
|
|
1623
1666
|
"nodeErrorView.copyToClipboard.tooltip": string;
|
|
@@ -1877,7 +1920,6 @@ declare const _exports: {
|
|
|
1877
1920
|
"oauth.consentView.success.title": string;
|
|
1878
1921
|
"oauth.consentView.success.description": string;
|
|
1879
1922
|
"parameterInput.expressionResult": string;
|
|
1880
|
-
"parameterInput.tip": string;
|
|
1881
1923
|
"parameterInput.dragTipBeforePill": string;
|
|
1882
1924
|
"parameterInput.inputField": string;
|
|
1883
1925
|
"parameterInput.dragTipAfterPill": string;
|
|
@@ -2063,6 +2105,8 @@ declare const _exports: {
|
|
|
2063
2105
|
"projectRoles.workflow:move.tooltip": string;
|
|
2064
2106
|
"projectRoles.workflow:delete": string;
|
|
2065
2107
|
"projectRoles.workflow:delete.tooltip": string;
|
|
2108
|
+
"projectRoles.workflow:publish": string;
|
|
2109
|
+
"projectRoles.workflow:publish.tooltip": string;
|
|
2066
2110
|
"projectRoles.credential:read": string;
|
|
2067
2111
|
"projectRoles.credential:read.tooltip": string;
|
|
2068
2112
|
"projectRoles.credential:update": string;
|
|
@@ -2323,41 +2367,52 @@ declare const _exports: {
|
|
|
2323
2367
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": string;
|
|
2324
2368
|
"settings.communityNodes.confirmModal.cancel": string;
|
|
2325
2369
|
"settings.mcp": string;
|
|
2326
|
-
"settings.mcp.
|
|
2327
|
-
"settings.mcp.toggle.
|
|
2328
|
-
"settings.mcp.toggle.disabled
|
|
2329
|
-
"settings.mcp.
|
|
2330
|
-
"settings.mcp.
|
|
2370
|
+
"settings.mcp.description": string;
|
|
2371
|
+
"settings.mcp.header.toggle.enabled": string;
|
|
2372
|
+
"settings.mcp.header.toggle.disabled": string;
|
|
2373
|
+
"settings.mcp.actionBox.heading": string;
|
|
2374
|
+
"settings.mcp.actionBox.button.label": string;
|
|
2375
|
+
"settings.mcp.emptyState.docs.part1": string;
|
|
2376
|
+
"settings.mcp.tabs.workflows": string;
|
|
2377
|
+
"settings.mcp.tabs.oauth": string;
|
|
2378
|
+
"settings.mcp.access.token.notice": string;
|
|
2331
2379
|
"settings.mcp.workflows.table.action.removeMCPAccess": string;
|
|
2332
|
-
"settings.mcp.
|
|
2333
|
-
"settings.mcp.
|
|
2380
|
+
"settings.mcp.workflows.table.action.updateDescription": string;
|
|
2381
|
+
"settings.mcp.workflows.table.column.name": string;
|
|
2382
|
+
"settings.mcp.workflows.table.column.location": string;
|
|
2383
|
+
"settings.mcp.workflows.table.column.description.emptyContent": string;
|
|
2384
|
+
"settings.mcp.workflows.table.column.description.emptyTooltip": string;
|
|
2385
|
+
"settings.mcp.workflows.table.empty.title": string;
|
|
2386
|
+
"settings.mcp.workflows.table.empty.description": string;
|
|
2387
|
+
"settings.mcp.oauth.table.empty.title": string;
|
|
2388
|
+
"settings.mcp.oauth.table.empty.description": string;
|
|
2389
|
+
"settings.mcp.oauth.table.empty.button": string;
|
|
2334
2390
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2335
2391
|
"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
2392
|
"settings.mcp.instructions.rotateKey.tooltip": string;
|
|
2345
2393
|
"settings.mcp.instructions.apiKey.tip": string;
|
|
2346
|
-
"settings.mcp.newKey.notice": string;
|
|
2347
2394
|
"settings.mcp.error.fetching.apiKey": string;
|
|
2348
2395
|
"settings.mcp.error.rotating.apiKey": string;
|
|
2349
2396
|
"settings.mcp.error.fetching.oAuthClients": string;
|
|
2350
|
-
"settings.mcp.oAuthClients.heading": string;
|
|
2351
2397
|
"settings.mcp.oAuthClients.table.clientName": string;
|
|
2352
2398
|
"settings.mcp.oAuthClients.table.connectedAt": string;
|
|
2353
|
-
"settings.mcp.oAuthClients.table.lastUsedAt": string;
|
|
2354
2399
|
"settings.mcp.oAuthClients.table.action.revokeAccess": string;
|
|
2355
2400
|
"settings.mcp.oAuthClients.revoke.success.title": string;
|
|
2356
2401
|
"settings.mcp.oAuthClients.revoke.success.message": string;
|
|
2357
2402
|
"settings.mcp.oAuthClients.revoke.error": string;
|
|
2358
|
-
"settings.mcp.oAuthClients.table.empty.title": string;
|
|
2359
2403
|
"settings.mcp.refresh.tooltip": string;
|
|
2360
|
-
"settings.mcp.
|
|
2404
|
+
"settings.mcp.connectWorkflows": string;
|
|
2405
|
+
"settings.mcp.connectWorkflows.modalTitle": string;
|
|
2406
|
+
"settings.mcp.connectWorkflows.notice": string;
|
|
2407
|
+
"settings.mcp.connectWorkflows.input.placeholder": string;
|
|
2408
|
+
"settings.mcp.connectWorkflows.confirm.label": string;
|
|
2409
|
+
"settings.mcp.connectWorkflows.error": string;
|
|
2410
|
+
"settings.mcp.connectWorkflows.emptyState": string;
|
|
2411
|
+
"settings.mcp.connectPopover.tab.oauth": string;
|
|
2412
|
+
"settings.mcp.connectPopover.tab.accessToken": string;
|
|
2413
|
+
"settings.mcp.connectPopover.serverUrl": string;
|
|
2414
|
+
"settings.mcp.connectPopover.jsonConfig": string;
|
|
2415
|
+
"settings.mcp.connectPopover.triggerLabel": string;
|
|
2361
2416
|
"settings.chatHub": string;
|
|
2362
2417
|
"settings.chatHub.providers.fetching.error": string;
|
|
2363
2418
|
"settings.chatHub.providers.updated.success": string;
|
|
@@ -2398,6 +2453,7 @@ declare const _exports: {
|
|
|
2398
2453
|
"settings.personal.personalSettingsUpdatedError": string;
|
|
2399
2454
|
"settings.personal.role.tooltip.default": string;
|
|
2400
2455
|
"settings.personal.role.tooltip.member": string;
|
|
2456
|
+
"settings.personal.role.tooltip.chatUser": string;
|
|
2401
2457
|
"settings.personal.role.tooltip.admin": string;
|
|
2402
2458
|
"settings.personal.role.tooltip.owner": string;
|
|
2403
2459
|
"settings.personal.role.tooltip.cloud": string;
|
|
@@ -2470,6 +2526,10 @@ declare const _exports: {
|
|
|
2470
2526
|
"settings.users.userRoleUpdated": string;
|
|
2471
2527
|
"settings.users.userRoleUpdated.message": string;
|
|
2472
2528
|
"settings.users.userRoleUpdatedError": string;
|
|
2529
|
+
"settings.users.userRoleUpdated.confirm.message": string;
|
|
2530
|
+
"settings.users.userRoleUpdated.confirm.title": string;
|
|
2531
|
+
"settings.users.userRoleUpdated.confirm.button": string;
|
|
2532
|
+
"settings.users.userRoleUpdated.cancel.button": string;
|
|
2473
2533
|
"settings.users.table.update.error": string;
|
|
2474
2534
|
"settings.users.table.header.user": string;
|
|
2475
2535
|
"settings.users.table.header.accountType": string;
|
|
@@ -2480,6 +2540,7 @@ declare const _exports: {
|
|
|
2480
2540
|
"settings.users.table.row.deleteUser": string;
|
|
2481
2541
|
"settings.users.table.row.role.description.admin": string;
|
|
2482
2542
|
"settings.users.table.row.role.description.member": string;
|
|
2543
|
+
"settings.users.table.row.role.description.chatUser": string;
|
|
2483
2544
|
"settings.users.table.row.2fa.enabled": string;
|
|
2484
2545
|
"settings.users.table.row.2fa.disabled": string;
|
|
2485
2546
|
"settings.projectRoles": string;
|
|
@@ -3008,7 +3069,6 @@ declare const _exports: {
|
|
|
3008
3069
|
"workflowActivator.thisWorkflowIsArchived": string;
|
|
3009
3070
|
"workflowActivator.thisWorkflowHasOnlyOneExecuteWorkflowTriggerNode": string;
|
|
3010
3071
|
"workflowDetails.share": string;
|
|
3011
|
-
"workflowDetails.active": string;
|
|
3012
3072
|
"workflowDetails.addTag": string;
|
|
3013
3073
|
"workflowDetails.chooseOrCreateATag": string;
|
|
3014
3074
|
"workflowProductionChecklist.title": string;
|
|
@@ -3039,8 +3099,6 @@ declare const _exports: {
|
|
|
3039
3099
|
"workflowExtraction.modal.title": string;
|
|
3040
3100
|
"workflowExtraction.modal.description": string;
|
|
3041
3101
|
"workflowHelpers.showMessage.title": string;
|
|
3042
|
-
"workflowOpen.active": string;
|
|
3043
|
-
"workflowOpen.couldNotLoadActiveWorkflows": string;
|
|
3044
3102
|
"workflowOpen.created": string;
|
|
3045
3103
|
"workflowOpen.filterWorkflows": string;
|
|
3046
3104
|
"workflowOpen.name": string;
|
|
@@ -3060,7 +3118,6 @@ declare const _exports: {
|
|
|
3060
3118
|
"workflowPreview.showError.previewError.title": string;
|
|
3061
3119
|
"workflowRun.noActiveConnectionToTheServer": string;
|
|
3062
3120
|
"workflowRun.showError.deactivate": string;
|
|
3063
|
-
"workflowRun.showError.productionActive": string;
|
|
3064
3121
|
"workflowRun.showError.title": string;
|
|
3065
3122
|
"workflowRun.showError.payloadTooLarge": string;
|
|
3066
3123
|
"workflowRun.showError.resolveOutstandingIssues": string;
|
|
@@ -3127,6 +3184,40 @@ declare const _exports: {
|
|
|
3127
3184
|
"workflowSettings.executionTimeout": string;
|
|
3128
3185
|
"workflowSettings.tags": string;
|
|
3129
3186
|
"workflowSettings.timezone": string;
|
|
3187
|
+
"workflowSettings.credentialResolver": string;
|
|
3188
|
+
"workflowSettings.credentialResolver.placeholder": string;
|
|
3189
|
+
"workflowSettings.credentialResolver.createNew": string;
|
|
3190
|
+
"workflowSettings.credentialResolver.edit": string;
|
|
3191
|
+
"workflowSettings.credentialResolver.none": string;
|
|
3192
|
+
"workflowSettings.helpTexts.credentialResolver": string;
|
|
3193
|
+
"credentialResolver.addNew": string;
|
|
3194
|
+
"credentialResolver.view.title": string;
|
|
3195
|
+
"credentialResolver.view.description": string;
|
|
3196
|
+
"credentialResolver.view.learnMore": string;
|
|
3197
|
+
"credentialResolver.action.edit": string;
|
|
3198
|
+
"credentialResolver.action.delete": string;
|
|
3199
|
+
"credentialResolver.item.updated": string;
|
|
3200
|
+
"credentialResolver.item.created": string;
|
|
3201
|
+
"credentialResolverEdit.title.create": string;
|
|
3202
|
+
"credentialResolverEdit.title.edit": string;
|
|
3203
|
+
"credentialResolverEdit.saveSuccess.title": string;
|
|
3204
|
+
"credentialResolverEdit.deleteSuccess.title": string;
|
|
3205
|
+
"credentialResolverEdit.defaultName": string;
|
|
3206
|
+
"credentialResolverEdit.type.label": string;
|
|
3207
|
+
"credentialResolverEdit.type.placeholder": string;
|
|
3208
|
+
"credentialResolverEdit.config.label": string;
|
|
3209
|
+
"credentialResolverEdit.error.missingRequiredFields": string;
|
|
3210
|
+
"credentialResolverEdit.error.save": string;
|
|
3211
|
+
"credentialResolverEdit.error.delete": string;
|
|
3212
|
+
"credentialResolverEdit.error.loadTypes": string;
|
|
3213
|
+
"credentialResolverEdit.delete": string;
|
|
3214
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.headline": string;
|
|
3215
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.message": string;
|
|
3216
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.confirmButtonText": string;
|
|
3217
|
+
"credentialResolverEdit.sidebar.configuration": string;
|
|
3218
|
+
"credentialResolverEdit.sidebar.details": string;
|
|
3219
|
+
"credentialResolverEdit.details.id": string;
|
|
3220
|
+
"credentialResolverEdit.details.notSaved": string;
|
|
3130
3221
|
"workflowSettings.timeSavedPerExecution": string;
|
|
3131
3222
|
"workflowSettings.timeSavedPerExecution.hint": string;
|
|
3132
3223
|
"workflowSettings.timeSavedPerExecution.tooltip": string;
|
|
@@ -3162,8 +3253,6 @@ declare const _exports: {
|
|
|
3162
3253
|
"workflowHistory.item.unsaved.title": string;
|
|
3163
3254
|
"workflowHistory.item.latest": string;
|
|
3164
3255
|
"workflowHistory.item.active": string;
|
|
3165
|
-
"workflowHistory.empty": string;
|
|
3166
|
-
"workflowHistory.hint": string;
|
|
3167
3256
|
"workflowHistory.limit": string;
|
|
3168
3257
|
"workflowHistory.upgrade": string;
|
|
3169
3258
|
"workflowHistory.upgrade.link": string;
|
|
@@ -3175,6 +3264,7 @@ declare const _exports: {
|
|
|
3175
3264
|
"workflowHistory.action.restore.modal.button.restore": string;
|
|
3176
3265
|
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
3177
3266
|
"workflowHistory.action.restore.success.title": string;
|
|
3267
|
+
"workflowHistory.action.restore.alreadyRestored": string;
|
|
3178
3268
|
"workflowHistory.action.clone.success.title": string;
|
|
3179
3269
|
"workflowHistory.action.clone.success.message": string;
|
|
3180
3270
|
"workflowHistory.action.unpublish.success.title": string;
|
|
@@ -3184,10 +3274,12 @@ declare const _exports: {
|
|
|
3184
3274
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3185
3275
|
"workflowHistory.button.tooltip.empty": string;
|
|
3186
3276
|
"workflowHistory.button.tooltip": string;
|
|
3277
|
+
"workflowHistory.group.unnamedVersions": string;
|
|
3187
3278
|
"workflowHistory.publishModal.title": string;
|
|
3188
3279
|
"workflows.heading": string;
|
|
3189
3280
|
"workflows.add": string;
|
|
3190
3281
|
"workflows.publish": string;
|
|
3282
|
+
"workflows.publish.permissionDenied": string;
|
|
3191
3283
|
"workflows.project.add": string;
|
|
3192
3284
|
"workflows.item.open": string;
|
|
3193
3285
|
"workflows.item.share": string;
|
|
@@ -3258,6 +3350,7 @@ declare const _exports: {
|
|
|
3258
3350
|
"workflows.shareModal.title": string;
|
|
3259
3351
|
"workflows.shareModal.title.static": string;
|
|
3260
3352
|
"workflows.shareModal.select.placeholder": string;
|
|
3353
|
+
"workflows.shareModel.select.notFound": string;
|
|
3261
3354
|
"workflows.shareModal.list.delete": string;
|
|
3262
3355
|
"workflows.shareModal.list.delete.confirm.title": string;
|
|
3263
3356
|
"workflows.shareModal.list.delete.confirm.lastUserWithAccessToCredentials.message": string;
|
|
@@ -3447,13 +3540,15 @@ declare const _exports: {
|
|
|
3447
3540
|
"dataTable.addColumn.nameInput.placeholder": string;
|
|
3448
3541
|
"dataTable.addColumn.typeInput.label": string;
|
|
3449
3542
|
"dataTable.addColumn.error": string;
|
|
3450
|
-
"dataTable.
|
|
3543
|
+
"dataTable.column.alreadyExistsError": string;
|
|
3451
3544
|
"dataTable.moveColumn.error": string;
|
|
3452
3545
|
"dataTable.deleteColumn.error": string;
|
|
3453
3546
|
"dataTable.deleteColumn.confirm.title": string;
|
|
3454
3547
|
"dataTable.deleteColumn.confirm.message": string;
|
|
3455
3548
|
"dataTable.addColumn.invalidName.error": string;
|
|
3456
3549
|
"dataTable.addColumn.invalidName.description": string;
|
|
3550
|
+
"dataTable.renameColumn.label": string;
|
|
3551
|
+
"dataTable.renameColumn.error": string;
|
|
3457
3552
|
"dataTable.fetchContent.error": string;
|
|
3458
3553
|
"dataTable.addRow.label": string;
|
|
3459
3554
|
"dataTable.addRow.error": string;
|
|
@@ -3632,6 +3727,7 @@ declare const _exports: {
|
|
|
3632
3727
|
"projects.menu.title": string;
|
|
3633
3728
|
"projects.menu.personal": string;
|
|
3634
3729
|
"projects.menu.addFirstProject": string;
|
|
3730
|
+
"projects.menu.chat": string;
|
|
3635
3731
|
"projects.settings": string;
|
|
3636
3732
|
"projects.settings.info": string;
|
|
3637
3733
|
"projects.settings.newProjectName": string;
|
|
@@ -4089,6 +4185,7 @@ declare const _exports: {
|
|
|
4089
4185
|
"commandBar.sections.executions": string;
|
|
4090
4186
|
"commandBar.sections.evaluation": string;
|
|
4091
4187
|
"commandBar.sections.demo": string;
|
|
4188
|
+
"commandBar.sections.chat": string;
|
|
4092
4189
|
"commandBar.sections.general": string;
|
|
4093
4190
|
"commandBar.templates.import": string;
|
|
4094
4191
|
"commandBar.templates.importWithPrefix": string;
|
|
@@ -4148,6 +4245,14 @@ declare const _exports: {
|
|
|
4148
4245
|
"commandBar.projects.open": string;
|
|
4149
4246
|
"commandBar.projects.searchPlaceholder": string;
|
|
4150
4247
|
"commandBar.projects.unnamed": string;
|
|
4248
|
+
"commandBar.chat.new": string;
|
|
4249
|
+
"commandBar.chat.newWithModel": string;
|
|
4250
|
+
"commandBar.chat.open": string;
|
|
4251
|
+
"commandBar.chat.delete": string;
|
|
4252
|
+
"commandBar.chat.deleteCurrent": string;
|
|
4253
|
+
"commandBar.chat.deleteSession": string;
|
|
4254
|
+
"commandBar.chat.open.searchPlaceholder": string;
|
|
4255
|
+
"commandBar.chat.stop": string;
|
|
4151
4256
|
};
|
|
4152
4257
|
//#endregion
|
|
4153
4258
|
//#region src/types.d.ts
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0
|
|
4
|
+
"version": "2.2.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE.md",
|
|
8
|
+
"LICENSE_EE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.mjs",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.0
|
|
27
|
+
"n8n-workflow": "2.2.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/eslint-config": "0.0.1",
|
|
43
|
-
"@n8n/
|
|
44
|
-
"@n8n/
|
|
43
|
+
"@n8n/typescript-config": "1.3.0",
|
|
44
|
+
"@n8n/vitest-config": "1.5.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|