@n8n/i18n 2.37.1 → 2.38.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 +107 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +107 -21
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +87 -1
- package/dist/types2.d.mts +87 -1
- package/package.json +3 -3
package/dist/types2.d.cts
CHANGED
|
@@ -435,6 +435,7 @@ declare const _exports: {
|
|
|
435
435
|
"banners.workflowAutoDeactivated.message": string;
|
|
436
436
|
"binaryDataDisplay.backToList": string;
|
|
437
437
|
"binaryDataDisplay.backToOverviewPage": string;
|
|
438
|
+
"binaryDataDisplay.filePreview": string;
|
|
438
439
|
"binaryDataDisplay.noDataFoundToDisplay": string;
|
|
439
440
|
"binaryDataDisplay.yourBrowserDoesNotSupport": string;
|
|
440
441
|
"chat.hide": string;
|
|
@@ -1369,6 +1370,18 @@ declare const _exports: {
|
|
|
1369
1370
|
"experiments.resourceCenter.title": string;
|
|
1370
1371
|
"experiments.resourceCenter.video.level": string;
|
|
1371
1372
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
1373
|
+
"experiments.openWorkflowInAssistant.notification.title": string;
|
|
1374
|
+
"experiments.openWorkflowInAssistant.notification.text": string;
|
|
1375
|
+
"experiments.openWorkflowInAssistant.notification.settingsLink": string;
|
|
1376
|
+
"experiments.openWorkflowInAssistant.notification.gotIt": string;
|
|
1377
|
+
"experiments.openWorkflowInAssistant.notification.neverShowAgain": string;
|
|
1378
|
+
"experiments.openWorkflowInAssistant.setting.label": string;
|
|
1379
|
+
"experiments.openWorkflowInAssistant.setting.description": string;
|
|
1380
|
+
"experiments.openWorkflowInAssistant.setting.assistant": string;
|
|
1381
|
+
"experiments.openWorkflowInAssistant.setting.manual": string;
|
|
1382
|
+
"experiments.openWorkflowInAssistant.setting.saveError": string;
|
|
1383
|
+
"experiments.openWorkflowInAssistant.cardButtonTooltip": string;
|
|
1384
|
+
"experiments.openWorkflowInAssistant.manualEditor": string;
|
|
1372
1385
|
"e2eTestMode.marker": string;
|
|
1373
1386
|
"e2eTestMode.markerTooltip": string;
|
|
1374
1387
|
error: string;
|
|
@@ -1524,6 +1537,7 @@ declare const _exports: {
|
|
|
1524
1537
|
"agentSessions.timeline.hitlRequest": string;
|
|
1525
1538
|
"agentSessions.timeline.hitlRequested": string;
|
|
1526
1539
|
"agentSessions.timeline.approvalRequested": string;
|
|
1540
|
+
"agentSessions.timeline.waitRequested": string;
|
|
1527
1541
|
"agentSessions.timeline.approvalRequestForTool": string;
|
|
1528
1542
|
"agentSessions.timeline.hitlResponse": string;
|
|
1529
1543
|
"agentSessions.timeline.approvalResponseForTool": string;
|
|
@@ -1558,6 +1572,7 @@ declare const _exports: {
|
|
|
1558
1572
|
"agentSessions.timeline.idle": string;
|
|
1559
1573
|
"agentSessions.timeline.agent": string;
|
|
1560
1574
|
"agentSessions.timeline.subAgent": string;
|
|
1575
|
+
"agentSessions.subAgent.openSession": string;
|
|
1561
1576
|
"agentSessions.timeline.waitingForUser": string;
|
|
1562
1577
|
"agentSessions.timeline.events": string;
|
|
1563
1578
|
"agentSessions.timeline.scrollBackward": string;
|
|
@@ -2621,13 +2636,16 @@ declare const _exports: {
|
|
|
2621
2636
|
"oauth.consentView.scopes.group.dataTables": string;
|
|
2622
2637
|
"oauth.consentView.scopes.group.projectsAndFolders": string;
|
|
2623
2638
|
"oauth.consentView.scopes.tools.count": string;
|
|
2639
|
+
"oauth.consentView.scopes.tools.enabled": string;
|
|
2624
2640
|
"oauth.consentView.scopes.tools.enabledOf": string;
|
|
2641
|
+
"oauth.consentView.scopes.tools.notEnabled": string;
|
|
2625
2642
|
"oauth.consentView.allow": string;
|
|
2626
2643
|
"oauth.consentView.redirectWarning.title": string;
|
|
2627
2644
|
"oauth.consentView.redirectWarning.confirm": string;
|
|
2628
2645
|
"oauth.consentView.firstParty.heading": string;
|
|
2629
2646
|
"oauth.consentView.firstParty.description": string;
|
|
2630
2647
|
"oauth.consentView.firstParty.type.form": string;
|
|
2648
|
+
"oauth.consentView.firstParty.type.chat": string;
|
|
2631
2649
|
"oauth.consentView.firstParty.type.default": string;
|
|
2632
2650
|
"oauth.consentView.allowDisabled.trust": string;
|
|
2633
2651
|
"oauth.consentView.allowDisabled.noScopes": string;
|
|
@@ -3013,8 +3031,19 @@ declare const _exports: {
|
|
|
3013
3031
|
"instanceRoles.option.manageAll": string;
|
|
3014
3032
|
"instanceRoles.option.manageProjectRoles": string;
|
|
3015
3033
|
"instanceRoles.option.manageAllRoles": string;
|
|
3034
|
+
"instanceRoles.option.manageAllSettings": string;
|
|
3035
|
+
"instanceRoles.option.mcpUse": string;
|
|
3036
|
+
"instanceRoles.option.mcpManage": string;
|
|
3037
|
+
"instanceRoles.option.aiAssistantUse": string;
|
|
3038
|
+
"instanceRoles.option.aiAssistantManage": string;
|
|
3016
3039
|
"instanceRoles.option.includedIn": string;
|
|
3040
|
+
"instanceRoles.option.mandatory": string;
|
|
3017
3041
|
"instanceRoles.description.settings.manage": string;
|
|
3042
|
+
"instanceRoles.description.settings.mcpUse": string;
|
|
3043
|
+
"instanceRoles.description.settings.mcpManage": string;
|
|
3044
|
+
"instanceRoles.description.settings.aiAssistantUse": string;
|
|
3045
|
+
"instanceRoles.description.settings.aiAssistantManage": string;
|
|
3046
|
+
"instanceRoles.description.user.view": string;
|
|
3018
3047
|
"instanceRoles.description.user.manage": string;
|
|
3019
3048
|
"instanceRoles.description.role.manageProjectRoles": string;
|
|
3020
3049
|
"instanceRoles.description.role.manage": string;
|
|
@@ -3640,6 +3669,51 @@ declare const _exports: {
|
|
|
3640
3669
|
"settings.chatHub.embeddingModel.notShared": string;
|
|
3641
3670
|
"settings.chatHub.label.provider": string;
|
|
3642
3671
|
"settings.chatHub.label.credential": string;
|
|
3672
|
+
"settings.gitConnections.title": string;
|
|
3673
|
+
"settings.gitConnections.description": string;
|
|
3674
|
+
"settings.gitConnections.addConnector": string;
|
|
3675
|
+
"settings.gitConnections.addConnector.description": string;
|
|
3676
|
+
"settings.gitConnections.connectors.title": string;
|
|
3677
|
+
"settings.gitConnections.connectors.description": string;
|
|
3678
|
+
"settings.gitConnections.connectorRow.provider": string;
|
|
3679
|
+
"settings.gitConnections.scope.instance": string;
|
|
3680
|
+
"settings.gitConnections.connectorType.git": string;
|
|
3681
|
+
"settings.gitConnections.connectorType.git.description": string;
|
|
3682
|
+
"settings.gitConnections.error.title": string;
|
|
3683
|
+
"settings.gitConnections.error.description": string;
|
|
3684
|
+
"settings.gitConnections.dialog.title.selectType": string;
|
|
3685
|
+
"settings.gitConnections.dialog.selectType.description": string;
|
|
3686
|
+
"settings.gitConnections.dialog.selectType.ariaDescription": string;
|
|
3687
|
+
"settings.gitConnections.dialog.title.deployKey": string;
|
|
3688
|
+
"settings.gitConnections.dialog.deployKey.ariaDescription": string;
|
|
3689
|
+
"settings.gitConnections.dialog.title.create": string;
|
|
3690
|
+
"settings.gitConnections.dialog.title.edit": string;
|
|
3691
|
+
"settings.gitConnections.dialog.ariaDescription": string;
|
|
3692
|
+
"settings.gitConnections.form.name": string;
|
|
3693
|
+
"settings.gitConnections.form.repositoryUrl": string;
|
|
3694
|
+
"settings.gitConnections.form.branchName": string;
|
|
3695
|
+
"settings.gitConnections.form.connectionType": string;
|
|
3696
|
+
"settings.gitConnections.form.keyType": string;
|
|
3697
|
+
"settings.gitConnections.form.username": string;
|
|
3698
|
+
"settings.gitConnections.form.password": string;
|
|
3699
|
+
"settings.gitConnections.form.credentials.keepPlaceholder": string;
|
|
3700
|
+
"settings.gitConnections.form.incomplete": string;
|
|
3701
|
+
"settings.gitConnections.form.noChanges": string;
|
|
3702
|
+
"settings.gitConnections.form.credentials.pairOnly": string;
|
|
3703
|
+
"settings.gitConnections.form.credentials.required": string;
|
|
3704
|
+
"settings.gitConnections.publicKey.label": string;
|
|
3705
|
+
"settings.gitConnections.publicKey.copy": string;
|
|
3706
|
+
"settings.gitConnections.publicKey.done": string;
|
|
3707
|
+
"settings.gitConnections.publicKey.hint": string;
|
|
3708
|
+
"settings.gitConnections.delete.confirm.title": string;
|
|
3709
|
+
"settings.gitConnections.delete.confirm.message": string;
|
|
3710
|
+
"settings.gitConnections.delete.confirm.button": string;
|
|
3711
|
+
"settings.gitConnections.toast.created": string;
|
|
3712
|
+
"settings.gitConnections.toast.updated": string;
|
|
3713
|
+
"settings.gitConnections.toast.deleted": string;
|
|
3714
|
+
"settings.gitConnections.toast.error.load": string;
|
|
3715
|
+
"settings.gitConnections.toast.error.save": string;
|
|
3716
|
+
"settings.gitConnections.toast.error.delete": string;
|
|
3643
3717
|
"settings.goBack": string;
|
|
3644
3718
|
"settings.personal": string;
|
|
3645
3719
|
"settings.personal.basicInformation": string;
|
|
@@ -4120,6 +4194,7 @@ declare const _exports: {
|
|
|
4120
4194
|
"settings.sourceControl.modals.push.success.description": string;
|
|
4121
4195
|
"settings.sourceControl.modals.push.projectAdmin.callout": string;
|
|
4122
4196
|
"settings.sourceControl.modals.push.currentWorkflow": string;
|
|
4197
|
+
"settings.sourceControl.modals.push.movedWorkflow": string;
|
|
4123
4198
|
"settings.sourceControl.status.modified": string;
|
|
4124
4199
|
"settings.sourceControl.status.deleted": string;
|
|
4125
4200
|
"settings.sourceControl.status.created": string;
|
|
@@ -4704,6 +4779,7 @@ declare const _exports: {
|
|
|
4704
4779
|
"workflowReviews.submitForReview.submit": string;
|
|
4705
4780
|
"workflowReviews.submitForReview.error.title": string;
|
|
4706
4781
|
"workflowReviews.submitForReview.error.save": string;
|
|
4782
|
+
"workflowReviews.submitForReview.error.loadReviewers": string;
|
|
4707
4783
|
"workflowReviews.updateReview.title": string;
|
|
4708
4784
|
"workflowReviews.updateReview.description": string;
|
|
4709
4785
|
"workflowReviews.updateReview.description.review": string;
|
|
@@ -5299,7 +5375,9 @@ declare const _exports: {
|
|
|
5299
5375
|
"settings.n8nAgent": string;
|
|
5300
5376
|
"settings.n8nAgent.description": string;
|
|
5301
5377
|
"settings.n8nAgent.docsLabel": string;
|
|
5378
|
+
"agents.modelSelector.connected": string;
|
|
5302
5379
|
"agents.modelSelector.defaultLabel": string;
|
|
5380
|
+
"agents.modelSelector.includedInN8n": string;
|
|
5303
5381
|
"agents.modelSelector.noMatch": string;
|
|
5304
5382
|
"agents.modelSelector.noModels": string;
|
|
5305
5383
|
"agents.modelSelector.modelsUnavailable": string;
|
|
@@ -5407,6 +5485,7 @@ declare const _exports: {
|
|
|
5407
5485
|
"settings.n8nAgent.permissions.runWorkflow": string;
|
|
5408
5486
|
"settings.n8nAgent.permissions.publishWorkflow": string;
|
|
5409
5487
|
"settings.n8nAgent.permissions.deleteWorkflow": string;
|
|
5488
|
+
"settings.n8nAgent.permissions.createCredential": string;
|
|
5410
5489
|
"settings.n8nAgent.permissions.deleteCredential": string;
|
|
5411
5490
|
"settings.n8nAgent.permissions.createFolder": string;
|
|
5412
5491
|
"settings.n8nAgent.permissions.deleteFolder": string;
|
|
@@ -5533,7 +5612,6 @@ declare const _exports: {
|
|
|
5533
5612
|
"workflowReviews.sidebar.error": string;
|
|
5534
5613
|
"workflowReviews.status.open": string;
|
|
5535
5614
|
"workflowReviews.status.closed": string;
|
|
5536
|
-
"workflowReviews.status.combinedLabel": string;
|
|
5537
5615
|
"workflowReviews.decision.pending": string;
|
|
5538
5616
|
"workflowReviews.decision.changes_requested": string;
|
|
5539
5617
|
"workflowReviews.decision.approved": string;
|
|
@@ -6175,6 +6253,8 @@ declare const _exports: {
|
|
|
6175
6253
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": string;
|
|
6176
6254
|
"evaluation.listRuns.error.evaluationTriggerDisabled": string;
|
|
6177
6255
|
"evaluation.listRuns.error.evaluationConfigNotFound": string;
|
|
6256
|
+
"evaluation.listRuns.error.compilationFailed": string;
|
|
6257
|
+
"evaluation.listRuns.error.compilationFailed.description": string;
|
|
6178
6258
|
"evaluation.listRuns.error.setOutputsNodeNotConfigured": string;
|
|
6179
6259
|
"evaluation.listRuns.error.setMetricsNodeNotFound": string;
|
|
6180
6260
|
"evaluation.listRuns.error.setMetricsNodeNotConfigured": string;
|
|
@@ -7482,6 +7562,7 @@ declare const _exports: {
|
|
|
7482
7562
|
"agents.chat.approval.rejected": string;
|
|
7483
7563
|
"agents.chat.approval.viewToolDetails": string;
|
|
7484
7564
|
"agents.chat.approval.inputPlaceholder": string;
|
|
7565
|
+
"agents.chat.waiting.inputPlaceholder": string;
|
|
7485
7566
|
"agents.chat.delegate.label": string;
|
|
7486
7567
|
"agents.chat.delegate.labelFallback": string;
|
|
7487
7568
|
"agents.chat.delegate.childSuspendUnsupported": string;
|
|
@@ -7745,6 +7826,7 @@ declare const _exports: {
|
|
|
7745
7826
|
"agents.builder.subAgents.add": string;
|
|
7746
7827
|
"agents.builder.subAgents.loadError": string;
|
|
7747
7828
|
"agents.builder.subAgents.unavailable": string;
|
|
7829
|
+
"agents.builder.subAgents.open": string;
|
|
7748
7830
|
"agents.builder.subAgents.remove": string;
|
|
7749
7831
|
"agents.builder.subAgents.useWhen.label": string;
|
|
7750
7832
|
"agents.builder.subAgents.useWhen.hint": string;
|
|
@@ -7928,6 +8010,7 @@ declare const _exports: {
|
|
|
7928
8010
|
"agents.builder.header.saving": string;
|
|
7929
8011
|
"agents.builder.header.saved": string;
|
|
7930
8012
|
"agents.builder.preview.button": string;
|
|
8013
|
+
"agents.builder.preview.showChat": string;
|
|
7931
8014
|
"agents.builder.preview.disabledTooltip": string;
|
|
7932
8015
|
"agents.builder.preview.layout.change": string;
|
|
7933
8016
|
"agents.builder.preview.layout.floating": string;
|
|
@@ -8203,6 +8286,7 @@ declare const _exports: {
|
|
|
8203
8286
|
"tools.connection.categories.mcp": string;
|
|
8204
8287
|
"tools.connection.categories.ai": string;
|
|
8205
8288
|
"tools.connection.categories.n8n": string;
|
|
8289
|
+
"tools.connection.categories.n8nConnect": string;
|
|
8206
8290
|
"tools.connection.categories.appAction": string;
|
|
8207
8291
|
"tools.connection.categories.community": string;
|
|
8208
8292
|
"tools.connection.categories.workflows": string;
|
|
@@ -8252,6 +8336,8 @@ declare const _exports: {
|
|
|
8252
8336
|
"agents.channels.modal.editPlaceholder": string;
|
|
8253
8337
|
"agents.channels.modal.configured": string;
|
|
8254
8338
|
"agents.channels.modal.connected": string;
|
|
8339
|
+
"agents.channels.modal.notRunning": string;
|
|
8340
|
+
"agents.channels.modal.notRunning.tooltip": string;
|
|
8255
8341
|
"agents.channels.modal.removeChannel": string;
|
|
8256
8342
|
"agents.channels.modal.saveChannelError": string;
|
|
8257
8343
|
"agents.channels.modal.removeChannelError": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -435,6 +435,7 @@ declare const _exports: {
|
|
|
435
435
|
"banners.workflowAutoDeactivated.message": string;
|
|
436
436
|
"binaryDataDisplay.backToList": string;
|
|
437
437
|
"binaryDataDisplay.backToOverviewPage": string;
|
|
438
|
+
"binaryDataDisplay.filePreview": string;
|
|
438
439
|
"binaryDataDisplay.noDataFoundToDisplay": string;
|
|
439
440
|
"binaryDataDisplay.yourBrowserDoesNotSupport": string;
|
|
440
441
|
"chat.hide": string;
|
|
@@ -1369,6 +1370,18 @@ declare const _exports: {
|
|
|
1369
1370
|
"experiments.resourceCenter.title": string;
|
|
1370
1371
|
"experiments.resourceCenter.video.level": string;
|
|
1371
1372
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
1373
|
+
"experiments.openWorkflowInAssistant.notification.title": string;
|
|
1374
|
+
"experiments.openWorkflowInAssistant.notification.text": string;
|
|
1375
|
+
"experiments.openWorkflowInAssistant.notification.settingsLink": string;
|
|
1376
|
+
"experiments.openWorkflowInAssistant.notification.gotIt": string;
|
|
1377
|
+
"experiments.openWorkflowInAssistant.notification.neverShowAgain": string;
|
|
1378
|
+
"experiments.openWorkflowInAssistant.setting.label": string;
|
|
1379
|
+
"experiments.openWorkflowInAssistant.setting.description": string;
|
|
1380
|
+
"experiments.openWorkflowInAssistant.setting.assistant": string;
|
|
1381
|
+
"experiments.openWorkflowInAssistant.setting.manual": string;
|
|
1382
|
+
"experiments.openWorkflowInAssistant.setting.saveError": string;
|
|
1383
|
+
"experiments.openWorkflowInAssistant.cardButtonTooltip": string;
|
|
1384
|
+
"experiments.openWorkflowInAssistant.manualEditor": string;
|
|
1372
1385
|
"e2eTestMode.marker": string;
|
|
1373
1386
|
"e2eTestMode.markerTooltip": string;
|
|
1374
1387
|
error: string;
|
|
@@ -1524,6 +1537,7 @@ declare const _exports: {
|
|
|
1524
1537
|
"agentSessions.timeline.hitlRequest": string;
|
|
1525
1538
|
"agentSessions.timeline.hitlRequested": string;
|
|
1526
1539
|
"agentSessions.timeline.approvalRequested": string;
|
|
1540
|
+
"agentSessions.timeline.waitRequested": string;
|
|
1527
1541
|
"agentSessions.timeline.approvalRequestForTool": string;
|
|
1528
1542
|
"agentSessions.timeline.hitlResponse": string;
|
|
1529
1543
|
"agentSessions.timeline.approvalResponseForTool": string;
|
|
@@ -1558,6 +1572,7 @@ declare const _exports: {
|
|
|
1558
1572
|
"agentSessions.timeline.idle": string;
|
|
1559
1573
|
"agentSessions.timeline.agent": string;
|
|
1560
1574
|
"agentSessions.timeline.subAgent": string;
|
|
1575
|
+
"agentSessions.subAgent.openSession": string;
|
|
1561
1576
|
"agentSessions.timeline.waitingForUser": string;
|
|
1562
1577
|
"agentSessions.timeline.events": string;
|
|
1563
1578
|
"agentSessions.timeline.scrollBackward": string;
|
|
@@ -2621,13 +2636,16 @@ declare const _exports: {
|
|
|
2621
2636
|
"oauth.consentView.scopes.group.dataTables": string;
|
|
2622
2637
|
"oauth.consentView.scopes.group.projectsAndFolders": string;
|
|
2623
2638
|
"oauth.consentView.scopes.tools.count": string;
|
|
2639
|
+
"oauth.consentView.scopes.tools.enabled": string;
|
|
2624
2640
|
"oauth.consentView.scopes.tools.enabledOf": string;
|
|
2641
|
+
"oauth.consentView.scopes.tools.notEnabled": string;
|
|
2625
2642
|
"oauth.consentView.allow": string;
|
|
2626
2643
|
"oauth.consentView.redirectWarning.title": string;
|
|
2627
2644
|
"oauth.consentView.redirectWarning.confirm": string;
|
|
2628
2645
|
"oauth.consentView.firstParty.heading": string;
|
|
2629
2646
|
"oauth.consentView.firstParty.description": string;
|
|
2630
2647
|
"oauth.consentView.firstParty.type.form": string;
|
|
2648
|
+
"oauth.consentView.firstParty.type.chat": string;
|
|
2631
2649
|
"oauth.consentView.firstParty.type.default": string;
|
|
2632
2650
|
"oauth.consentView.allowDisabled.trust": string;
|
|
2633
2651
|
"oauth.consentView.allowDisabled.noScopes": string;
|
|
@@ -3013,8 +3031,19 @@ declare const _exports: {
|
|
|
3013
3031
|
"instanceRoles.option.manageAll": string;
|
|
3014
3032
|
"instanceRoles.option.manageProjectRoles": string;
|
|
3015
3033
|
"instanceRoles.option.manageAllRoles": string;
|
|
3034
|
+
"instanceRoles.option.manageAllSettings": string;
|
|
3035
|
+
"instanceRoles.option.mcpUse": string;
|
|
3036
|
+
"instanceRoles.option.mcpManage": string;
|
|
3037
|
+
"instanceRoles.option.aiAssistantUse": string;
|
|
3038
|
+
"instanceRoles.option.aiAssistantManage": string;
|
|
3016
3039
|
"instanceRoles.option.includedIn": string;
|
|
3040
|
+
"instanceRoles.option.mandatory": string;
|
|
3017
3041
|
"instanceRoles.description.settings.manage": string;
|
|
3042
|
+
"instanceRoles.description.settings.mcpUse": string;
|
|
3043
|
+
"instanceRoles.description.settings.mcpManage": string;
|
|
3044
|
+
"instanceRoles.description.settings.aiAssistantUse": string;
|
|
3045
|
+
"instanceRoles.description.settings.aiAssistantManage": string;
|
|
3046
|
+
"instanceRoles.description.user.view": string;
|
|
3018
3047
|
"instanceRoles.description.user.manage": string;
|
|
3019
3048
|
"instanceRoles.description.role.manageProjectRoles": string;
|
|
3020
3049
|
"instanceRoles.description.role.manage": string;
|
|
@@ -3640,6 +3669,51 @@ declare const _exports: {
|
|
|
3640
3669
|
"settings.chatHub.embeddingModel.notShared": string;
|
|
3641
3670
|
"settings.chatHub.label.provider": string;
|
|
3642
3671
|
"settings.chatHub.label.credential": string;
|
|
3672
|
+
"settings.gitConnections.title": string;
|
|
3673
|
+
"settings.gitConnections.description": string;
|
|
3674
|
+
"settings.gitConnections.addConnector": string;
|
|
3675
|
+
"settings.gitConnections.addConnector.description": string;
|
|
3676
|
+
"settings.gitConnections.connectors.title": string;
|
|
3677
|
+
"settings.gitConnections.connectors.description": string;
|
|
3678
|
+
"settings.gitConnections.connectorRow.provider": string;
|
|
3679
|
+
"settings.gitConnections.scope.instance": string;
|
|
3680
|
+
"settings.gitConnections.connectorType.git": string;
|
|
3681
|
+
"settings.gitConnections.connectorType.git.description": string;
|
|
3682
|
+
"settings.gitConnections.error.title": string;
|
|
3683
|
+
"settings.gitConnections.error.description": string;
|
|
3684
|
+
"settings.gitConnections.dialog.title.selectType": string;
|
|
3685
|
+
"settings.gitConnections.dialog.selectType.description": string;
|
|
3686
|
+
"settings.gitConnections.dialog.selectType.ariaDescription": string;
|
|
3687
|
+
"settings.gitConnections.dialog.title.deployKey": string;
|
|
3688
|
+
"settings.gitConnections.dialog.deployKey.ariaDescription": string;
|
|
3689
|
+
"settings.gitConnections.dialog.title.create": string;
|
|
3690
|
+
"settings.gitConnections.dialog.title.edit": string;
|
|
3691
|
+
"settings.gitConnections.dialog.ariaDescription": string;
|
|
3692
|
+
"settings.gitConnections.form.name": string;
|
|
3693
|
+
"settings.gitConnections.form.repositoryUrl": string;
|
|
3694
|
+
"settings.gitConnections.form.branchName": string;
|
|
3695
|
+
"settings.gitConnections.form.connectionType": string;
|
|
3696
|
+
"settings.gitConnections.form.keyType": string;
|
|
3697
|
+
"settings.gitConnections.form.username": string;
|
|
3698
|
+
"settings.gitConnections.form.password": string;
|
|
3699
|
+
"settings.gitConnections.form.credentials.keepPlaceholder": string;
|
|
3700
|
+
"settings.gitConnections.form.incomplete": string;
|
|
3701
|
+
"settings.gitConnections.form.noChanges": string;
|
|
3702
|
+
"settings.gitConnections.form.credentials.pairOnly": string;
|
|
3703
|
+
"settings.gitConnections.form.credentials.required": string;
|
|
3704
|
+
"settings.gitConnections.publicKey.label": string;
|
|
3705
|
+
"settings.gitConnections.publicKey.copy": string;
|
|
3706
|
+
"settings.gitConnections.publicKey.done": string;
|
|
3707
|
+
"settings.gitConnections.publicKey.hint": string;
|
|
3708
|
+
"settings.gitConnections.delete.confirm.title": string;
|
|
3709
|
+
"settings.gitConnections.delete.confirm.message": string;
|
|
3710
|
+
"settings.gitConnections.delete.confirm.button": string;
|
|
3711
|
+
"settings.gitConnections.toast.created": string;
|
|
3712
|
+
"settings.gitConnections.toast.updated": string;
|
|
3713
|
+
"settings.gitConnections.toast.deleted": string;
|
|
3714
|
+
"settings.gitConnections.toast.error.load": string;
|
|
3715
|
+
"settings.gitConnections.toast.error.save": string;
|
|
3716
|
+
"settings.gitConnections.toast.error.delete": string;
|
|
3643
3717
|
"settings.goBack": string;
|
|
3644
3718
|
"settings.personal": string;
|
|
3645
3719
|
"settings.personal.basicInformation": string;
|
|
@@ -4120,6 +4194,7 @@ declare const _exports: {
|
|
|
4120
4194
|
"settings.sourceControl.modals.push.success.description": string;
|
|
4121
4195
|
"settings.sourceControl.modals.push.projectAdmin.callout": string;
|
|
4122
4196
|
"settings.sourceControl.modals.push.currentWorkflow": string;
|
|
4197
|
+
"settings.sourceControl.modals.push.movedWorkflow": string;
|
|
4123
4198
|
"settings.sourceControl.status.modified": string;
|
|
4124
4199
|
"settings.sourceControl.status.deleted": string;
|
|
4125
4200
|
"settings.sourceControl.status.created": string;
|
|
@@ -4704,6 +4779,7 @@ declare const _exports: {
|
|
|
4704
4779
|
"workflowReviews.submitForReview.submit": string;
|
|
4705
4780
|
"workflowReviews.submitForReview.error.title": string;
|
|
4706
4781
|
"workflowReviews.submitForReview.error.save": string;
|
|
4782
|
+
"workflowReviews.submitForReview.error.loadReviewers": string;
|
|
4707
4783
|
"workflowReviews.updateReview.title": string;
|
|
4708
4784
|
"workflowReviews.updateReview.description": string;
|
|
4709
4785
|
"workflowReviews.updateReview.description.review": string;
|
|
@@ -5299,7 +5375,9 @@ declare const _exports: {
|
|
|
5299
5375
|
"settings.n8nAgent": string;
|
|
5300
5376
|
"settings.n8nAgent.description": string;
|
|
5301
5377
|
"settings.n8nAgent.docsLabel": string;
|
|
5378
|
+
"agents.modelSelector.connected": string;
|
|
5302
5379
|
"agents.modelSelector.defaultLabel": string;
|
|
5380
|
+
"agents.modelSelector.includedInN8n": string;
|
|
5303
5381
|
"agents.modelSelector.noMatch": string;
|
|
5304
5382
|
"agents.modelSelector.noModels": string;
|
|
5305
5383
|
"agents.modelSelector.modelsUnavailable": string;
|
|
@@ -5407,6 +5485,7 @@ declare const _exports: {
|
|
|
5407
5485
|
"settings.n8nAgent.permissions.runWorkflow": string;
|
|
5408
5486
|
"settings.n8nAgent.permissions.publishWorkflow": string;
|
|
5409
5487
|
"settings.n8nAgent.permissions.deleteWorkflow": string;
|
|
5488
|
+
"settings.n8nAgent.permissions.createCredential": string;
|
|
5410
5489
|
"settings.n8nAgent.permissions.deleteCredential": string;
|
|
5411
5490
|
"settings.n8nAgent.permissions.createFolder": string;
|
|
5412
5491
|
"settings.n8nAgent.permissions.deleteFolder": string;
|
|
@@ -5533,7 +5612,6 @@ declare const _exports: {
|
|
|
5533
5612
|
"workflowReviews.sidebar.error": string;
|
|
5534
5613
|
"workflowReviews.status.open": string;
|
|
5535
5614
|
"workflowReviews.status.closed": string;
|
|
5536
|
-
"workflowReviews.status.combinedLabel": string;
|
|
5537
5615
|
"workflowReviews.decision.pending": string;
|
|
5538
5616
|
"workflowReviews.decision.changes_requested": string;
|
|
5539
5617
|
"workflowReviews.decision.approved": string;
|
|
@@ -6175,6 +6253,8 @@ declare const _exports: {
|
|
|
6175
6253
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": string;
|
|
6176
6254
|
"evaluation.listRuns.error.evaluationTriggerDisabled": string;
|
|
6177
6255
|
"evaluation.listRuns.error.evaluationConfigNotFound": string;
|
|
6256
|
+
"evaluation.listRuns.error.compilationFailed": string;
|
|
6257
|
+
"evaluation.listRuns.error.compilationFailed.description": string;
|
|
6178
6258
|
"evaluation.listRuns.error.setOutputsNodeNotConfigured": string;
|
|
6179
6259
|
"evaluation.listRuns.error.setMetricsNodeNotFound": string;
|
|
6180
6260
|
"evaluation.listRuns.error.setMetricsNodeNotConfigured": string;
|
|
@@ -7482,6 +7562,7 @@ declare const _exports: {
|
|
|
7482
7562
|
"agents.chat.approval.rejected": string;
|
|
7483
7563
|
"agents.chat.approval.viewToolDetails": string;
|
|
7484
7564
|
"agents.chat.approval.inputPlaceholder": string;
|
|
7565
|
+
"agents.chat.waiting.inputPlaceholder": string;
|
|
7485
7566
|
"agents.chat.delegate.label": string;
|
|
7486
7567
|
"agents.chat.delegate.labelFallback": string;
|
|
7487
7568
|
"agents.chat.delegate.childSuspendUnsupported": string;
|
|
@@ -7745,6 +7826,7 @@ declare const _exports: {
|
|
|
7745
7826
|
"agents.builder.subAgents.add": string;
|
|
7746
7827
|
"agents.builder.subAgents.loadError": string;
|
|
7747
7828
|
"agents.builder.subAgents.unavailable": string;
|
|
7829
|
+
"agents.builder.subAgents.open": string;
|
|
7748
7830
|
"agents.builder.subAgents.remove": string;
|
|
7749
7831
|
"agents.builder.subAgents.useWhen.label": string;
|
|
7750
7832
|
"agents.builder.subAgents.useWhen.hint": string;
|
|
@@ -7928,6 +8010,7 @@ declare const _exports: {
|
|
|
7928
8010
|
"agents.builder.header.saving": string;
|
|
7929
8011
|
"agents.builder.header.saved": string;
|
|
7930
8012
|
"agents.builder.preview.button": string;
|
|
8013
|
+
"agents.builder.preview.showChat": string;
|
|
7931
8014
|
"agents.builder.preview.disabledTooltip": string;
|
|
7932
8015
|
"agents.builder.preview.layout.change": string;
|
|
7933
8016
|
"agents.builder.preview.layout.floating": string;
|
|
@@ -8203,6 +8286,7 @@ declare const _exports: {
|
|
|
8203
8286
|
"tools.connection.categories.mcp": string;
|
|
8204
8287
|
"tools.connection.categories.ai": string;
|
|
8205
8288
|
"tools.connection.categories.n8n": string;
|
|
8289
|
+
"tools.connection.categories.n8nConnect": string;
|
|
8206
8290
|
"tools.connection.categories.appAction": string;
|
|
8207
8291
|
"tools.connection.categories.community": string;
|
|
8208
8292
|
"tools.connection.categories.workflows": string;
|
|
@@ -8252,6 +8336,8 @@ declare const _exports: {
|
|
|
8252
8336
|
"agents.channels.modal.editPlaceholder": string;
|
|
8253
8337
|
"agents.channels.modal.configured": string;
|
|
8254
8338
|
"agents.channels.modal.connected": string;
|
|
8339
|
+
"agents.channels.modal.notRunning": string;
|
|
8340
|
+
"agents.channels.modal.notRunning.tooltip": string;
|
|
8255
8341
|
"agents.channels.modal.removeChannel": string;
|
|
8256
8342
|
"agents.channels.modal.saveChannelError": string;
|
|
8257
8343
|
"agents.channels.modal.removeChannelError": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.38.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.4.4",
|
|
27
27
|
"vue": "^3.5.13",
|
|
28
|
-
"n8n-workflow": "2.
|
|
28
|
+
"n8n-workflow": "2.38.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"vite": "^8.0.2",
|
|
41
41
|
"vitest": "^4.1.9",
|
|
42
42
|
"vue-tsc": "^2.2.8",
|
|
43
|
-
"@n8n/typescript-config": "1.10.0",
|
|
44
43
|
"@n8n/eslint-config": "0.0.1",
|
|
45
44
|
"@n8n/playwright-janitor": "0.1.0",
|
|
45
|
+
"@n8n/typescript-config": "1.11.0",
|
|
46
46
|
"@n8n/vitest-config": "1.21.0"
|
|
47
47
|
},
|
|
48
48
|
"license": "SEE LICENSE IN LICENSE.md",
|