@n8n/i18n 2.39.2 → 2.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +353 -150
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +353 -150
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +260 -57
- package/dist/types2.d.mts +260 -57
- package/package.json +4 -9
package/dist/types2.d.mts
CHANGED
|
@@ -139,6 +139,7 @@ declare const _exports: {
|
|
|
139
139
|
"generic.and": string;
|
|
140
140
|
"generic.ownedByMe": string;
|
|
141
141
|
"generic.moreInfo": string;
|
|
142
|
+
"generic.more": string;
|
|
142
143
|
"generic.next": string;
|
|
143
144
|
"generic.pro": string;
|
|
144
145
|
"generic.variable_plural": string;
|
|
@@ -259,7 +260,6 @@ declare const _exports: {
|
|
|
259
260
|
"aiAssistant.tabs.ask": string;
|
|
260
261
|
"aiAssistant.tabs.build": string;
|
|
261
262
|
"aiAssistant.reducedHelp.chat.notice": string;
|
|
262
|
-
"aiAssistant.tabs.builder.disabled.tooltip": string;
|
|
263
263
|
"aiAssistant.builder.mode": string;
|
|
264
264
|
"aiAssistant.builder.placeholder": string;
|
|
265
265
|
"aiAssistant.builder.assistantPlaceholder": string;
|
|
@@ -652,6 +652,9 @@ declare const _exports: {
|
|
|
652
652
|
"chatHub.message.actions.stopReading": string;
|
|
653
653
|
"agents.builder.preview.sendToAssistant": string;
|
|
654
654
|
"agents.builder.preview.fixWithAssistant": string;
|
|
655
|
+
"agents.builder.preview.editRequest.note": string;
|
|
656
|
+
"agents.builder.preview.editRequest.action": string;
|
|
657
|
+
"agents.builder.preview.editRequest.prompt.template": string;
|
|
655
658
|
"agents.builder.preview.fixWithAssistantPrompt.template": string;
|
|
656
659
|
"chatHub.message.actions.edit": string;
|
|
657
660
|
"chatHub.message.actions.regenerate": string;
|
|
@@ -1454,6 +1457,7 @@ declare const _exports: {
|
|
|
1454
1457
|
"agentSessions.langsmithExport.error": string;
|
|
1455
1458
|
"agentSessions.actions": string;
|
|
1456
1459
|
"agentSessions.empty": string;
|
|
1460
|
+
"agentSessions.emptyDescription": string;
|
|
1457
1461
|
"agentSessions.emptyWithFilters": string;
|
|
1458
1462
|
"agentSessions.filters.status": string;
|
|
1459
1463
|
"agentSessions.filters.anyStatus": string;
|
|
@@ -1467,6 +1471,7 @@ declare const _exports: {
|
|
|
1467
1471
|
"agentSessions.status.succeeded": string;
|
|
1468
1472
|
"agentSessions.status.error": string;
|
|
1469
1473
|
"agentSessions.loadMore": string;
|
|
1474
|
+
"agentSessions.delete": string;
|
|
1470
1475
|
"agentSessions.deleteConfirm.headline": string;
|
|
1471
1476
|
"agentSessions.deleteConfirm.message": string;
|
|
1472
1477
|
"agentSessions.deleteConfirm.confirmButtonText": string;
|
|
@@ -1918,6 +1923,7 @@ declare const _exports: {
|
|
|
1918
1923
|
"mcp.productionChecklist.workflow.description": string;
|
|
1919
1924
|
"mcp.productionChecklist.instance.description": string;
|
|
1920
1925
|
"mcp.workflowDeactivated.message": string;
|
|
1926
|
+
"menuActions.dependencies": string;
|
|
1921
1927
|
"menuActions.duplicate": string;
|
|
1922
1928
|
"menuActions.exportJson": string;
|
|
1923
1929
|
"menuActions.import": string;
|
|
@@ -2911,6 +2917,14 @@ declare const _exports: {
|
|
|
2911
2917
|
"projectRoles.projectVariable:create.tooltip": string;
|
|
2912
2918
|
"projectRoles.projectVariable:delete": string;
|
|
2913
2919
|
"projectRoles.projectVariable:delete.tooltip": string;
|
|
2920
|
+
"projectRoles.projectAiPreference:read": string;
|
|
2921
|
+
"projectRoles.projectAiPreference:read.tooltip": string;
|
|
2922
|
+
"projectRoles.projectAiPreference:update": string;
|
|
2923
|
+
"projectRoles.projectAiPreference:update.tooltip": string;
|
|
2924
|
+
"projectRoles.projectAiPreference:create": string;
|
|
2925
|
+
"projectRoles.projectAiPreference:create.tooltip": string;
|
|
2926
|
+
"projectRoles.projectAiPreference:delete": string;
|
|
2927
|
+
"projectRoles.projectAiPreference:delete.tooltip": string;
|
|
2914
2928
|
"projectRoles.sourceControl:pull": string;
|
|
2915
2929
|
"projectRoles.sourceControl:push": string;
|
|
2916
2930
|
"projectRoles.sourceControl:push.tooltip": string;
|
|
@@ -2946,6 +2960,7 @@ declare const _exports: {
|
|
|
2946
2960
|
"projectRoles.type.sourceControl": string;
|
|
2947
2961
|
"projectRoles.type.dataTable": string;
|
|
2948
2962
|
"projectRoles.type.projectVariable": string;
|
|
2963
|
+
"projectRoles.type.projectAiPreference": string;
|
|
2949
2964
|
"projectRoles.type.externalSecretsProvider": string;
|
|
2950
2965
|
"projectRoles.type.externalSecret": string;
|
|
2951
2966
|
"projectRoles.externalSecretsProvider:read": string;
|
|
@@ -3212,6 +3227,46 @@ declare const _exports: {
|
|
|
3212
3227
|
"settings.authCookie.insecureConnection.option.localhost": string;
|
|
3213
3228
|
"settings.authCookie.insecureConnection.option.disableSecureCookie": string;
|
|
3214
3229
|
"settings.communityNodes": string;
|
|
3230
|
+
"settings.context.title": string;
|
|
3231
|
+
"settings.context.description": string;
|
|
3232
|
+
"settings.context.comingSoon": string;
|
|
3233
|
+
"settings.context.skills.title": string;
|
|
3234
|
+
"settings.context.sources.title": string;
|
|
3235
|
+
"settings.context.preferences.title": string;
|
|
3236
|
+
"settings.context.preferences.subtitle": string;
|
|
3237
|
+
"settings.context.preferences.description": string;
|
|
3238
|
+
"settings.context.preferences.count": string;
|
|
3239
|
+
"settings.context.preferences.back": string;
|
|
3240
|
+
"settings.context.preferences.columns.preference": string;
|
|
3241
|
+
"settings.context.preferences.columns.scope": string;
|
|
3242
|
+
"settings.context.preferences.scope.user": string;
|
|
3243
|
+
"settings.context.preferences.scope.personalProject": string;
|
|
3244
|
+
"settings.context.preferences.scope.otherUser": string;
|
|
3245
|
+
"settings.context.preferences.scope.otherPersonalProject": string;
|
|
3246
|
+
"settings.context.preferences.scope.instance": string;
|
|
3247
|
+
"settings.context.preferences.scope.project": string;
|
|
3248
|
+
"settings.context.preferences.selected": string;
|
|
3249
|
+
"settings.context.preferences.readOnly.tooltip": string;
|
|
3250
|
+
"settings.context.preferences.actions.create": string;
|
|
3251
|
+
"settings.context.preferences.actions.edit": string;
|
|
3252
|
+
"settings.context.preferences.actions.delete": string;
|
|
3253
|
+
"settings.context.preferences.actions.deleteSelected": string;
|
|
3254
|
+
"settings.context.preferences.empty.title": string;
|
|
3255
|
+
"settings.context.preferences.empty.description": string;
|
|
3256
|
+
"settings.context.preferences.modal.title.create": string;
|
|
3257
|
+
"settings.context.preferences.modal.title.edit": string;
|
|
3258
|
+
"settings.context.preferences.modal.text.label": string;
|
|
3259
|
+
"settings.context.preferences.modal.text.placeholder": string;
|
|
3260
|
+
"settings.context.preferences.modal.scope.label": string;
|
|
3261
|
+
"settings.context.preferences.modal.cancel": string;
|
|
3262
|
+
"settings.context.preferences.modal.save": string;
|
|
3263
|
+
"settings.context.preferences.delete.confirm.title": string;
|
|
3264
|
+
"settings.context.preferences.delete.confirm.message": string;
|
|
3265
|
+
"settings.context.preferences.delete.confirm.button": string;
|
|
3266
|
+
"settings.context.preferences.delete.success": string;
|
|
3267
|
+
"settings.context.preferences.error.load": string;
|
|
3268
|
+
"settings.context.preferences.error.save": string;
|
|
3269
|
+
"settings.context.preferences.error.delete": string;
|
|
3215
3270
|
"settings.communityNodes.empty.title": string;
|
|
3216
3271
|
"settings.communityNodes.empty.verified.only.title": string;
|
|
3217
3272
|
"settings.communityNodes.empty.description": string;
|
|
@@ -3569,6 +3624,13 @@ declare const _exports: {
|
|
|
3569
3624
|
"experiments.exposeAllWorkflowsToMcp.modal.success.title": string;
|
|
3570
3625
|
"experiments.exposeAllWorkflowsToMcp.modal.success.message": string;
|
|
3571
3626
|
"experiments.exposeAllWorkflowsToMcp.modal.error.title": string;
|
|
3627
|
+
"experiments.mcpJsonNudge.modal.export.title": string;
|
|
3628
|
+
"experiments.mcpJsonNudge.modal.import.title": string;
|
|
3629
|
+
"experiments.mcpJsonNudge.modal.copy.title": string;
|
|
3630
|
+
"experiments.mcpJsonNudge.modal.paste.title": string;
|
|
3631
|
+
"experiments.mcpJsonNudge.modal.body": string;
|
|
3632
|
+
"experiments.mcpJsonNudge.modal.connect": string;
|
|
3633
|
+
"experiments.mcpJsonNudge.modal.skip": string;
|
|
3572
3634
|
"experiments.trialIntroModal.eyebrow": string;
|
|
3573
3635
|
"experiments.trialIntroModal.title": string;
|
|
3574
3636
|
"experiments.trialIntroModal.titleHighlight": string;
|
|
@@ -3656,51 +3718,76 @@ declare const _exports: {
|
|
|
3656
3718
|
"settings.chatHub.embeddingModel.notShared": string;
|
|
3657
3719
|
"settings.chatHub.label.provider": string;
|
|
3658
3720
|
"settings.chatHub.label.credential": string;
|
|
3659
|
-
"settings.
|
|
3660
|
-
"settings.
|
|
3661
|
-
"settings.
|
|
3662
|
-
"settings.
|
|
3663
|
-
"settings.
|
|
3664
|
-
"settings.
|
|
3665
|
-
"settings.
|
|
3666
|
-
"settings.
|
|
3667
|
-
"settings.
|
|
3668
|
-
"settings.
|
|
3669
|
-
"settings.
|
|
3670
|
-
"settings.
|
|
3671
|
-
"settings.
|
|
3672
|
-
"settings.
|
|
3673
|
-
"settings.
|
|
3674
|
-
"settings.
|
|
3675
|
-
"settings.
|
|
3676
|
-
"settings.
|
|
3677
|
-
"settings.
|
|
3678
|
-
"settings.
|
|
3679
|
-
"settings.
|
|
3680
|
-
"settings.
|
|
3681
|
-
"settings.
|
|
3682
|
-
"settings.
|
|
3683
|
-
"settings.
|
|
3684
|
-
"settings.
|
|
3685
|
-
"settings.
|
|
3686
|
-
"settings.
|
|
3687
|
-
"settings.
|
|
3688
|
-
"settings.
|
|
3689
|
-
"settings.
|
|
3690
|
-
"settings.
|
|
3691
|
-
"settings.
|
|
3692
|
-
"settings.
|
|
3693
|
-
"settings.
|
|
3694
|
-
"settings.
|
|
3695
|
-
"settings.
|
|
3696
|
-
"settings.
|
|
3697
|
-
"settings.
|
|
3698
|
-
"settings.
|
|
3699
|
-
"settings.
|
|
3700
|
-
"settings.
|
|
3701
|
-
"settings.
|
|
3702
|
-
"settings.
|
|
3703
|
-
"settings.
|
|
3721
|
+
"settings.promotions.title": string;
|
|
3722
|
+
"settings.promotions.description": string;
|
|
3723
|
+
"settings.promotions.providers.title": string;
|
|
3724
|
+
"settings.promotions.providers.description": string;
|
|
3725
|
+
"settings.promotions.providers.add": string;
|
|
3726
|
+
"settings.promotions.providers.add.description": string;
|
|
3727
|
+
"settings.promotions.providers.authType.sshKey": string;
|
|
3728
|
+
"settings.promotions.providers.authType.token": string;
|
|
3729
|
+
"settings.promotions.providers.error.title": string;
|
|
3730
|
+
"settings.promotions.providers.error.description": string;
|
|
3731
|
+
"settings.promotions.provider.dialog.title.add": string;
|
|
3732
|
+
"settings.promotions.provider.dialog.title.edit": string;
|
|
3733
|
+
"settings.promotions.provider.dialog.title.key": string;
|
|
3734
|
+
"settings.promotions.provider.dialog.ariaDescription": string;
|
|
3735
|
+
"settings.promotions.provider.dialog.key.ariaDescription": string;
|
|
3736
|
+
"settings.promotions.provider.form.name": string;
|
|
3737
|
+
"settings.promotions.provider.form.authType": string;
|
|
3738
|
+
"settings.promotions.provider.form.keyType": string;
|
|
3739
|
+
"settings.promotions.provider.form.username": string;
|
|
3740
|
+
"settings.promotions.provider.form.password": string;
|
|
3741
|
+
"settings.promotions.provider.form.credentials.keepHint": string;
|
|
3742
|
+
"settings.promotions.provider.form.credentials.required": string;
|
|
3743
|
+
"settings.promotions.provider.form.incomplete": string;
|
|
3744
|
+
"settings.promotions.provider.form.noChanges": string;
|
|
3745
|
+
"settings.promotions.provider.form.authType.locked": string;
|
|
3746
|
+
"settings.promotions.provider.regenerateKey": string;
|
|
3747
|
+
"settings.promotions.provider.regenerateKey.hint": string;
|
|
3748
|
+
"settings.promotions.provider.publicKey.label": string;
|
|
3749
|
+
"settings.promotions.provider.publicKey.copy": string;
|
|
3750
|
+
"settings.promotions.provider.publicKey.hint": string;
|
|
3751
|
+
"settings.promotions.provider.inUse.warning": string;
|
|
3752
|
+
"settings.promotions.provider.inUse.connections": string;
|
|
3753
|
+
"settings.promotions.provider.delete.confirm.title": string;
|
|
3754
|
+
"settings.promotions.provider.delete.confirm.message": string;
|
|
3755
|
+
"settings.promotions.provider.delete.confirm.button": string;
|
|
3756
|
+
"settings.promotions.provider.toast.created": string;
|
|
3757
|
+
"settings.promotions.provider.toast.updated": string;
|
|
3758
|
+
"settings.promotions.provider.toast.deleted": string;
|
|
3759
|
+
"settings.promotions.provider.toast.error.load": string;
|
|
3760
|
+
"settings.promotions.provider.toast.error.save": string;
|
|
3761
|
+
"settings.promotions.provider.toast.error.delete": string;
|
|
3762
|
+
"settings.promotions.connection.title": string;
|
|
3763
|
+
"settings.promotions.connection.description": string;
|
|
3764
|
+
"settings.promotions.connection.form.provider": string;
|
|
3765
|
+
"settings.promotions.connection.form.provider.placeholder": string;
|
|
3766
|
+
"settings.promotions.connection.form.provider.add": string;
|
|
3767
|
+
"settings.promotions.connection.form.name": string;
|
|
3768
|
+
"settings.promotions.connection.form.remoteUrl": string;
|
|
3769
|
+
"settings.promotions.connection.form.remoteUrl.hint": string;
|
|
3770
|
+
"settings.promotions.connection.form.incomplete": string;
|
|
3771
|
+
"settings.promotions.connection.form.branchRequired": string;
|
|
3772
|
+
"settings.promotions.connection.apply.title": string;
|
|
3773
|
+
"settings.promotions.connection.apply.description": string;
|
|
3774
|
+
"settings.promotions.connection.apply.branchName": string;
|
|
3775
|
+
"settings.promotions.connection.promote.title": string;
|
|
3776
|
+
"settings.promotions.connection.promote.description": string;
|
|
3777
|
+
"settings.promotions.connection.promote.baseBranchName": string;
|
|
3778
|
+
"settings.promotions.connection.promote.createBranch": string;
|
|
3779
|
+
"settings.promotions.connection.promote.createBranch.description": string;
|
|
3780
|
+
"settings.promotions.connection.toast.created": string;
|
|
3781
|
+
"settings.promotions.connection.toast.updated": string;
|
|
3782
|
+
"settings.promotions.connection.toast.error.save": string;
|
|
3783
|
+
"settings.promotions.connection.partialSave.title": string;
|
|
3784
|
+
"settings.promotions.connection.partialSave.description": string;
|
|
3785
|
+
"settings.promotions.connection.partialSave.part.connection": string;
|
|
3786
|
+
"settings.promotions.connection.partialSave.part.apply": string;
|
|
3787
|
+
"settings.promotions.connection.partialSave.part.promote": string;
|
|
3788
|
+
"settings.promotions.saveBar.message": string;
|
|
3789
|
+
"settings.promotions.saveBar.save": string;
|
|
3790
|
+
"settings.promotions.saveBar.discard": string;
|
|
3704
3791
|
"settings.goBack": string;
|
|
3705
3792
|
"settings.personal": string;
|
|
3706
3793
|
"settings.personal.basicInformation": string;
|
|
@@ -5247,8 +5334,7 @@ declare const _exports: {
|
|
|
5247
5334
|
"settings.ai.updated.success": string;
|
|
5248
5335
|
"settings.ai.updated.error": string;
|
|
5249
5336
|
"settings.ai.confirm.title": string;
|
|
5250
|
-
"settings.ai.confirm.message
|
|
5251
|
-
"settings.ai.confirm.message.builderEnabled": string;
|
|
5337
|
+
"settings.ai.confirm.message": string;
|
|
5252
5338
|
"settings.ai.confirm.confirmButtonText": string;
|
|
5253
5339
|
"settings.n8nCredits": string;
|
|
5254
5340
|
"settings.n8nConnect": string;
|
|
@@ -5858,6 +5944,7 @@ declare const _exports: {
|
|
|
5858
5944
|
"projects.header.create.workflow": string;
|
|
5859
5945
|
"projects.header.create.credential": string;
|
|
5860
5946
|
"projects.header.create.agent": string;
|
|
5947
|
+
"projects.header.create.agentManually": string;
|
|
5861
5948
|
"projects.header.create.folder": string;
|
|
5862
5949
|
"projects.create": string;
|
|
5863
5950
|
"projects.create.personal": string;
|
|
@@ -6874,6 +6961,14 @@ declare const _exports: {
|
|
|
6874
6961
|
"instanceAi.sidebar.group.older": string;
|
|
6875
6962
|
"instanceAi.sidebar.renameThread": string;
|
|
6876
6963
|
"instanceAi.sidebar.deleteThread": string;
|
|
6964
|
+
"instanceAi.threads.searchPlaceholder": string;
|
|
6965
|
+
"instanceAi.threads.actions": string;
|
|
6966
|
+
"instanceAi.threads.rename": string;
|
|
6967
|
+
"instanceAi.threads.renameError": string;
|
|
6968
|
+
"instanceAi.threads.loading": string;
|
|
6969
|
+
"instanceAi.threads.loadError": string;
|
|
6970
|
+
"instanceAi.threads.backToAssistant": string;
|
|
6971
|
+
"instanceAi.threads.noSearchResults": string;
|
|
6877
6972
|
"instanceAi.connections.add.computerUse": string;
|
|
6878
6973
|
"instanceAi.connections.add.browserUse": string;
|
|
6879
6974
|
"instanceAi.connections.disconnectError.title": string;
|
|
@@ -6976,7 +7071,10 @@ declare const _exports: {
|
|
|
6976
7071
|
"instanceAi.artifactsPanel.context.agentPreviewNamed": string;
|
|
6977
7072
|
"instanceAi.artifactsPanel.context.agentPreviewTitled": string;
|
|
6978
7073
|
"instanceAi.artifactsPanel.context.agentPreviewSessionTitled": string;
|
|
7074
|
+
"instanceAi.setupPanel.applyError": string;
|
|
7075
|
+
"instanceAi.setupPanel.connected": string;
|
|
6979
7076
|
"instanceAi.setupPanel.executeMessage": string;
|
|
7077
|
+
"instanceAi.setupPanel.ready": string;
|
|
6980
7078
|
"instanceAi.projectSelect.tooltip": string;
|
|
6981
7079
|
"instanceAi.projectSelect.placeholder": string;
|
|
6982
7080
|
"instanceAi.projectSelect.search": string;
|
|
@@ -7180,6 +7278,7 @@ declare const _exports: {
|
|
|
7180
7278
|
"instanceAi.planReview.denied": string;
|
|
7181
7279
|
"instanceAi.planReview.changesRequested": string;
|
|
7182
7280
|
"instanceAi.planReview.updating": string;
|
|
7281
|
+
"instanceAi.tasks.untitled": string;
|
|
7183
7282
|
"instanceAi.message.retry": string;
|
|
7184
7283
|
"instanceAi.input.amendPlaceholder": string;
|
|
7185
7284
|
"instanceAi.fixWithAi.button": string;
|
|
@@ -7199,6 +7298,8 @@ declare const _exports: {
|
|
|
7199
7298
|
"instanceAi.input.planEditPlaceholder": string;
|
|
7200
7299
|
"instanceAi.input.planEditContext": string;
|
|
7201
7300
|
"instanceAi.feedback.success": string;
|
|
7301
|
+
"instanceAi.message.actions.showDebugInfo": string;
|
|
7302
|
+
"instanceAi.message.actions.hideDebugInfo": string;
|
|
7202
7303
|
"instanceAi.emptyState.title": string;
|
|
7203
7304
|
"experiments.instanceAiTemplateExamples.empty": string;
|
|
7204
7305
|
"experiments.instanceAiTemplateExamples.emptyState.title": string;
|
|
@@ -7259,6 +7360,12 @@ declare const _exports: {
|
|
|
7259
7360
|
"instanceAi.tools.executions.get-node-output": string;
|
|
7260
7361
|
"instanceAi.tools.executions.get-resolved-node-parameters": string;
|
|
7261
7362
|
"instanceAi.tools.executions.stop": string;
|
|
7363
|
+
"instanceAi.tools.activity": string;
|
|
7364
|
+
"instanceAi.tools.activity.list": string;
|
|
7365
|
+
"instanceAi.tools.activity.expand": string;
|
|
7366
|
+
"instanceAi.tools.conversation-history": string;
|
|
7367
|
+
"instanceAi.tools.conversation-history.search": string;
|
|
7368
|
+
"instanceAi.tools.conversation-history.get-messages": string;
|
|
7262
7369
|
"instanceAi.tools.credentials": string;
|
|
7263
7370
|
"instanceAi.tools.credentials.list": string;
|
|
7264
7371
|
"instanceAi.tools.credentials.get": string;
|
|
@@ -7516,6 +7623,8 @@ declare const _exports: {
|
|
|
7516
7623
|
"agents.delete.modal.button.delete": string;
|
|
7517
7624
|
"agents.builder.loadError": string;
|
|
7518
7625
|
"agents.builder.saveError": string;
|
|
7626
|
+
"agents.builder.remoteChange.title": string;
|
|
7627
|
+
"agents.builder.remoteChange.message": string;
|
|
7519
7628
|
"agents.builder.chat.sessionPicker.ariaLabel": string;
|
|
7520
7629
|
"agents.builder.chat.sessionPicker.empty": string;
|
|
7521
7630
|
"agents.builder.chat.newChat.ariaLabel": string;
|
|
@@ -7523,6 +7632,18 @@ declare const _exports: {
|
|
|
7523
7632
|
"agents.chat.loadHistory.error": string;
|
|
7524
7633
|
"agents.chat.clearHistory.error": string;
|
|
7525
7634
|
"agents.chat.stop.error": string;
|
|
7635
|
+
"agents.chat.backgroundTasks.resultsReceived": string;
|
|
7636
|
+
"agents.chat.backgroundTasks.result": string;
|
|
7637
|
+
"agents.chat.backgroundTasks.runningCount": string;
|
|
7638
|
+
"agents.chat.backgroundTasks.finished": string;
|
|
7639
|
+
"agents.chat.backgroundTasks.subagent": string;
|
|
7640
|
+
"agents.chat.backgroundTasks.workflow": string;
|
|
7641
|
+
"agents.chat.backgroundTasks.viewTrace": string;
|
|
7642
|
+
"agents.chat.backgroundTasks.status.waiting": string;
|
|
7643
|
+
"agents.chat.backgroundTasks.status.running": string;
|
|
7644
|
+
"agents.chat.backgroundTasks.status.completed": string;
|
|
7645
|
+
"agents.chat.backgroundTasks.status.failed": string;
|
|
7646
|
+
"agents.chat.backgroundTasks.status.cancelled": string;
|
|
7526
7647
|
"agents.chat.streamInterrupted": string;
|
|
7527
7648
|
"agents.chat.toolError.generic": string;
|
|
7528
7649
|
"agents.chat.clearHistory": string;
|
|
@@ -7552,6 +7673,7 @@ declare const _exports: {
|
|
|
7552
7673
|
"agents.chat.toolNames.findFile": string;
|
|
7553
7674
|
"agents.chat.toolNames.searchText": string;
|
|
7554
7675
|
"agents.chat.toolNames.readFile": string;
|
|
7676
|
+
"agents.chat.toolNames.flagMemory": string;
|
|
7555
7677
|
"agents.chat.approval.title": string;
|
|
7556
7678
|
"agents.chat.approval.description": string;
|
|
7557
7679
|
"agents.chat.approval.approve": string;
|
|
@@ -7597,11 +7719,49 @@ declare const _exports: {
|
|
|
7597
7719
|
"agents.list.actions.enableMCPAccess": string;
|
|
7598
7720
|
"agents.list.actions.disableMCPAccess": string;
|
|
7599
7721
|
"agents.list.actions.delete": string;
|
|
7722
|
+
"agents.list.actions.duplicate": string;
|
|
7600
7723
|
"agents.list.availableInMCP": string;
|
|
7601
7724
|
"agents.list.readonly": string;
|
|
7725
|
+
"agents.duplicate.modal.name": string;
|
|
7726
|
+
"agents.duplicate.modal.enterName": string;
|
|
7727
|
+
"agents.duplicate.modal.success": string;
|
|
7728
|
+
"agents.duplicate.modal.error": string;
|
|
7729
|
+
"agents.duplicate.modal.unconfigured": string;
|
|
7730
|
+
"agents.duplicate.modal.button.confirm": string;
|
|
7731
|
+
"agents.duplicate.modal.button.nameTaken": string;
|
|
7602
7732
|
"agents.publish.button.publish": string;
|
|
7603
7733
|
"agents.publish.button.published": string;
|
|
7604
7734
|
"agents.publish.button.invalidConfigTooltip": string;
|
|
7735
|
+
"agents.publish.issue.agent.instructions.missingRequired": string;
|
|
7736
|
+
"agents.publish.issue.agent.model.missingRequired": string;
|
|
7737
|
+
"agents.publish.issue.agent.model.invalidValue": string;
|
|
7738
|
+
"agents.publish.issue.agent.credential.missingCredential": string;
|
|
7739
|
+
"agents.publish.issue.agent.credential.invalidCredential": string;
|
|
7740
|
+
"agents.publish.issue.agent.credential.incompatibleCredential": string;
|
|
7741
|
+
"agents.publish.issue.agent.modelDeploymentName.missingRequired": string;
|
|
7742
|
+
"agents.publish.issue.channel.missingCredential": string;
|
|
7743
|
+
"agents.publish.issue.channel.invalidCredential": string;
|
|
7744
|
+
"agents.publish.issue.channel.incompatibleCredential": string;
|
|
7745
|
+
"agents.publish.issue.tool.workflow.missingReference": string;
|
|
7746
|
+
"agents.publish.issue.tool.workflow.incompatibleReference": string;
|
|
7747
|
+
"agents.publish.issue.tool.workflow.incompatibleNodes": string;
|
|
7748
|
+
"agents.publish.issue.tool.workflow.noSupportedTrigger": string;
|
|
7749
|
+
"agents.publish.issue.tool.workflow.notPublished": string;
|
|
7750
|
+
"agents.publish.issue.tool.custom.missingReference": string;
|
|
7751
|
+
"agents.publish.issue.tool.node.missingReference": string;
|
|
7752
|
+
"agents.publish.issue.tool.node.missingCredential": string;
|
|
7753
|
+
"agents.publish.issue.tool.node.invalidCredential": string;
|
|
7754
|
+
"agents.publish.issue.tool.node.url.invalidValue": string;
|
|
7755
|
+
"agents.publish.issue.skill.missingReference": string;
|
|
7756
|
+
"agents.publish.issue.task.missingReference": string;
|
|
7757
|
+
"agents.publish.issue.task.invalidValue": string;
|
|
7758
|
+
"agents.publish.issue.subAgent.missingReference": string;
|
|
7759
|
+
"agents.publish.issue.subAgent.incompatibleReference": string;
|
|
7760
|
+
"agents.publish.issue.mcpServer.missingRequired": string;
|
|
7761
|
+
"agents.publish.issue.mcpServer.missingCredential": string;
|
|
7762
|
+
"agents.publish.issue.mcpServer.invalidCredential": string;
|
|
7763
|
+
"agents.publish.issue.mcpServer.incompatibleCredential": string;
|
|
7764
|
+
"agents.publish.issue.vectorStore.invalidValue": string;
|
|
7605
7765
|
"agents.publish.dropdown.publish": string;
|
|
7606
7766
|
"agents.publish.dropdown.revertToPublished": string;
|
|
7607
7767
|
"agents.publish.dropdown.unpublish": string;
|
|
@@ -7645,6 +7805,7 @@ declare const _exports: {
|
|
|
7645
7805
|
"agents.tools.workflow.disabled.incompatibleNodes": string;
|
|
7646
7806
|
"agents.tools.workflow.disabled.noSupportedTrigger": string;
|
|
7647
7807
|
"agents.tools.workflow.notPublished": string;
|
|
7808
|
+
"agents.tools.workflow.search.placeholder": string;
|
|
7648
7809
|
"agents.tools.workflow.createFailed.title": string;
|
|
7649
7810
|
"agents.tools.workflow.createFailed.message": string;
|
|
7650
7811
|
"agents.tools.workflow.fetchFailed.title": string;
|
|
@@ -7708,6 +7869,7 @@ declare const _exports: {
|
|
|
7708
7869
|
"agents.builder.agent.name.placeholder": string;
|
|
7709
7870
|
"agents.builder.agent.personalisation.change": string;
|
|
7710
7871
|
"agents.builder.agent.model.label": string;
|
|
7872
|
+
"agents.builder.agent.model.description": string;
|
|
7711
7873
|
"agents.builder.agent.model.deploymentName.label": string;
|
|
7712
7874
|
"agents.builder.agent.model.deploymentName.placeholder": string;
|
|
7713
7875
|
"agents.builder.agent.model.deploymentName.description": string;
|
|
@@ -7715,6 +7877,7 @@ declare const _exports: {
|
|
|
7715
7877
|
"agents.builder.agent.model.defaultSelected.description": string;
|
|
7716
7878
|
"agents.builder.agent.model.defaultSelected.dismiss": string;
|
|
7717
7879
|
"agents.builder.agent.instructions.label": string;
|
|
7880
|
+
"agents.builder.agent.instructions.description": string;
|
|
7718
7881
|
"agents.builder.agent.instructions.placeholder": string;
|
|
7719
7882
|
"agents.builder.agent.instructions.characterCount": string;
|
|
7720
7883
|
"agents.builder.advanced.title": string;
|
|
@@ -7733,6 +7896,7 @@ declare const _exports: {
|
|
|
7733
7896
|
"agents.builder.advanced.webSearch.fallbackProvider.searxng": string;
|
|
7734
7897
|
"agents.builder.advanced.webSearch.credential.label": string;
|
|
7735
7898
|
"agents.builder.advanced.webSearch.credential.hint": string;
|
|
7899
|
+
"agents.builder.advanced.webSearch.credential.placeholder": string;
|
|
7736
7900
|
"agents.builder.advanced.reasoning.label": string;
|
|
7737
7901
|
"agents.builder.advanced.reasoning.hint": string;
|
|
7738
7902
|
"agents.builder.advanced.reasoning.unsupportedHint": string;
|
|
@@ -7756,6 +7920,7 @@ declare const _exports: {
|
|
|
7756
7920
|
"agents.builder.memory.episodicMemory.hint": string;
|
|
7757
7921
|
"agents.builder.memory.episodicMemory.credential.label": string;
|
|
7758
7922
|
"agents.builder.memory.episodicMemory.credential.hint": string;
|
|
7923
|
+
"agents.builder.knowledge.advanced.title": string;
|
|
7759
7924
|
"agents.builder.files.title": string;
|
|
7760
7925
|
"agents.builder.files.titleTooltip": string;
|
|
7761
7926
|
"agents.builder.files.description": string;
|
|
@@ -8022,6 +8187,30 @@ declare const _exports: {
|
|
|
8022
8187
|
"agents.builder.preview.button": string;
|
|
8023
8188
|
"agents.builder.preview.showChat": string;
|
|
8024
8189
|
"agents.builder.preview.disabledTooltip": string;
|
|
8190
|
+
"agents.builder.preview.issue.agent.instructions.missingRequired": string;
|
|
8191
|
+
"agents.builder.preview.issue.agent.model.missingRequired": string;
|
|
8192
|
+
"agents.builder.preview.issue.agent.model.invalidValue": string;
|
|
8193
|
+
"agents.builder.preview.issue.agent.credential.missingCredential": string;
|
|
8194
|
+
"agents.builder.preview.issue.agent.credential.invalidCredential": string;
|
|
8195
|
+
"agents.builder.preview.issue.agent.credential.incompatibleCredential": string;
|
|
8196
|
+
"agents.builder.preview.issue.agent.modelDeploymentName.missingRequired": string;
|
|
8197
|
+
"agents.builder.preview.issue.tool.workflow.missingReference": string;
|
|
8198
|
+
"agents.builder.preview.issue.tool.workflow.incompatibleReference": string;
|
|
8199
|
+
"agents.builder.preview.issue.tool.workflow.incompatibleNodes": string;
|
|
8200
|
+
"agents.builder.preview.issue.tool.workflow.noSupportedTrigger": string;
|
|
8201
|
+
"agents.builder.preview.issue.tool.custom.missingReference": string;
|
|
8202
|
+
"agents.builder.preview.issue.tool.node.missingReference": string;
|
|
8203
|
+
"agents.builder.preview.issue.tool.node.missingCredential": string;
|
|
8204
|
+
"agents.builder.preview.issue.tool.node.invalidCredential": string;
|
|
8205
|
+
"agents.builder.preview.issue.skill.missingReference": string;
|
|
8206
|
+
"agents.builder.preview.issue.subAgent.missingReference": string;
|
|
8207
|
+
"agents.builder.preview.issue.subAgent.incompatibleReference": string;
|
|
8208
|
+
"agents.builder.preview.issue.mcpServer.missingRequired": string;
|
|
8209
|
+
"agents.builder.preview.issue.mcpServer.missingCredential": string;
|
|
8210
|
+
"agents.builder.preview.issue.mcpServer.invalidCredential": string;
|
|
8211
|
+
"agents.builder.preview.issue.mcpServer.incompatibleCredential": string;
|
|
8212
|
+
"agents.builder.preview.issue.vectorStore.invalidValue": string;
|
|
8213
|
+
"agents.validationTooltip.more": string;
|
|
8025
8214
|
"agents.builder.preview.layout.change": string;
|
|
8026
8215
|
"agents.builder.preview.layout.floating": string;
|
|
8027
8216
|
"agents.builder.preview.layout.floating.ariaLabel": string;
|
|
@@ -8030,6 +8219,18 @@ declare const _exports: {
|
|
|
8030
8219
|
"agents.builder.preview.layout.fullpage": string;
|
|
8031
8220
|
"agents.builder.preview.layout.fullpage.ariaLabel": string;
|
|
8032
8221
|
"agents.builder.preview.layout.openInNewTab": string;
|
|
8222
|
+
"agents.builder.preview.hide": string;
|
|
8223
|
+
"agents.builder.preview.more.label": string;
|
|
8224
|
+
"agents.builder.preview.more.copyLink": string;
|
|
8225
|
+
"agents.builder.preview.more.copyConversation": string;
|
|
8226
|
+
"agents.builder.preview.more.fullWidth": string;
|
|
8227
|
+
"agents.builder.preview.more.trigger": string;
|
|
8228
|
+
"agents.builder.preview.more.tokenSpend": string;
|
|
8229
|
+
"agents.builder.preview.more.lastMessageSent": string;
|
|
8230
|
+
"agents.builder.preview.more.linkCopied": string;
|
|
8231
|
+
"agents.builder.preview.more.conversationCopied": string;
|
|
8232
|
+
"agents.builder.preview.more.copyLinkError": string;
|
|
8233
|
+
"agents.builder.preview.more.copyConversationError": string;
|
|
8033
8234
|
"agents.builder.validation.issue.missingRequired": string;
|
|
8034
8235
|
"agents.builder.validation.issue.invalidValue": string;
|
|
8035
8236
|
"agents.builder.validation.issue.httpRequestUrlFromAi": string;
|
|
@@ -8138,14 +8339,16 @@ declare const _exports: {
|
|
|
8138
8339
|
"agents.builder.quickActions.memoriesUsed.count": string;
|
|
8139
8340
|
"agents.builder.quickActions.memoriesUsed.keyMemory": string;
|
|
8140
8341
|
"agents.builder.capabilities.title": string;
|
|
8342
|
+
"agents.builder.capabilities.description": string;
|
|
8141
8343
|
"agents.builder.triggers.title": string;
|
|
8142
8344
|
"agents.builder.triggers.description": string;
|
|
8143
|
-
"agents.builder.
|
|
8144
|
-
"agents.builder.
|
|
8145
|
-
"agents.builder.
|
|
8146
|
-
"agents.builder.
|
|
8147
|
-
"agents.builder.
|
|
8148
|
-
"agents.builder.
|
|
8345
|
+
"agents.builder.channel.title": string;
|
|
8346
|
+
"agents.builder.channel.count": string;
|
|
8347
|
+
"agents.builder.channel.empty": string;
|
|
8348
|
+
"agents.builder.channel.add": string;
|
|
8349
|
+
"agents.builder.channel.remaining": string;
|
|
8350
|
+
"agents.builder.channel.empty.title": string;
|
|
8351
|
+
"agents.builder.channel.empty.description": string;
|
|
8149
8352
|
"agents.builder.addTrigger.modal.title": string;
|
|
8150
8353
|
"agents.builder.addTrigger.modal.description": string;
|
|
8151
8354
|
"agents.builder.addTrigger.picker.label": string;
|
|
@@ -8365,6 +8568,8 @@ declare const _exports: {
|
|
|
8365
8568
|
"promotions.modal.refresh": string;
|
|
8366
8569
|
"promotions.modal.status.new": string;
|
|
8367
8570
|
"promotions.modal.status.modified": string;
|
|
8571
|
+
"promotions.modal.status.renamed": string;
|
|
8572
|
+
"promotions.modal.status.renamed-and-modified": string;
|
|
8368
8573
|
"promotions.modal.status.archived": string;
|
|
8369
8574
|
"promotions.modal.status.deleted": string;
|
|
8370
8575
|
"promotions.modal.dependencies": string;
|
|
@@ -8377,12 +8582,10 @@ declare const _exports: {
|
|
|
8377
8582
|
"promotions.modal.error": string;
|
|
8378
8583
|
"promotions.modal.error.description": string;
|
|
8379
8584
|
"promotions.modal.retry": string;
|
|
8380
|
-
"promotions.modal.
|
|
8585
|
+
"promotions.modal.previewOnly": string;
|
|
8381
8586
|
"promotions.modal.close": string;
|
|
8382
8587
|
"promotions.modal.promote": string;
|
|
8383
8588
|
"promotions.modal.promoteSingle": string;
|
|
8384
|
-
"promotions.modal.promoteSuccess": string;
|
|
8385
|
-
"promotions.modal.promoteError": string;
|
|
8386
8589
|
"promotions.banner.changesAvailable": string;
|
|
8387
8590
|
"promotions.banner.singleChangeAvailable": string;
|
|
8388
8591
|
"promotions.banner.viewChanges": 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.40.1",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -23,22 +23,17 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"n8n-workflow": "2.
|
|
26
|
+
"n8n-workflow": "2.40.1",
|
|
27
27
|
"vue-i18n": "^11.4.4",
|
|
28
28
|
"vue": "^3.5.13"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@n8n/eslint-config": "0.0.1",
|
|
32
32
|
"@n8n/playwright-janitor": "0.1.0",
|
|
33
|
-
"@n8n/typescript-config": "1.
|
|
34
|
-
"@n8n/vitest-config": "1.
|
|
33
|
+
"@n8n/typescript-config": "1.12.0",
|
|
34
|
+
"@n8n/vitest-config": "1.22.0",
|
|
35
35
|
"@testing-library/jest-dom": "^6.6.3",
|
|
36
|
-
"@testing-library/user-event": "^14.6.1",
|
|
37
36
|
"@testing-library/vue": "^8.1.0",
|
|
38
|
-
"@vitejs/plugin-vue": "^6.0.8",
|
|
39
|
-
"@vue/tsconfig": "^0.7.0",
|
|
40
|
-
"@vueuse/core": "^14.3.0",
|
|
41
|
-
"vue": "^3.5.13",
|
|
42
37
|
"tsdown": "^0.16.5",
|
|
43
38
|
"typescript": "6.0.2",
|
|
44
39
|
"vite": "^8.0.2",
|